/aosp_15_r20/libcore/support/src/test/java/libcore/java/security/ |
H A D | StandardNames.java | 94 private static void provide(String type, String algorithm) { in provide() method in StandardNames 107 provide(type, algorithm); in provideOptional() 137 provide("AlgorithmParameterGenerator", "DSA"); 138 provide("AlgorithmParameterGenerator", "DiffieHellman"); 139 provide("AlgorithmParameters", "AES"); 140 provide("AlgorithmParameters", "Blowfish"); 141 provide("AlgorithmParameters", "DES"); 142 provide("AlgorithmParameters", "DESede"); 143 provide("AlgorithmParameters", "DSA"); 144 provide("AlgorithmParameters", "DiffieHellman"); [all …]
|
/aosp_15_r20/external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/robotests/ |
H A D | TypesTest.java | 188 TestCrossProfileType_SingleSenderCanThrow provide( in provide() method 234 senderProvider.provide(context, testProfileConnector).voidMethod(); in voidMethodWithNoArguments_callsMethod() 243 senderProvider.provide(context, testProfileConnector).voidMethod("argument"); in voidMethodWithArguments_callsMethod() 250 assertThat(senderProvider.provide(context, testProfileConnector).identityStringMethod(STRING)) in stringReturnTypeAndArgument_bothWork() 256 assertThat(senderProvider.provide(context, testProfileConnector).identityByteMethod(BYTE)) in byteReturnTypeAndArgument_bothWork() 262 assertThat(senderProvider.provide(context, testProfileConnector).identityByteMethod(BYTE_BOXED)) in boxedByteReturnTypeAndArgument_bothWork() 268 assertThat(senderProvider.provide(context, testProfileConnector).identityShortMethod(SHORT)) in shortReturnTypeAndArgument_bothWork() 275 senderProvider.provide(context, testProfileConnector).identityShortMethod(SHORT_BOXED)) in boxedShortReturnTypeAndArgument_bothWork() 281 assertThat(senderProvider.provide(context, testProfileConnector).identityIntMethod(INT)) in intReturnTypeAndArgument_bothWork() 287 assertThat(senderProvider.provide(context, testProfileConnector).identityIntegerMethod(INTEGER)) in integerReturnTypeAndArgument_bothWork() [all …]
|
/aosp_15_r20/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/test/ |
H A D | TestHidDescriptor.cpp | 258 HID_UNIT_EXPONENT(0x0E), // scale unit to provide 2 digits past the decimal point 292 HID_UNIT_EXPONENT(0x0E), // scale unit to provide 2 digits past the decimal point 299 HID_UNIT_EXPONENT(0x0E), // scale unit to provide 2 digits past the decimal point 306 HID_UNIT_EXPONENT(0x0E), // scale unit to provide 2 digits past the decimal point 313 HID_UNIT_EXPONENT(0x0E), // scale unit to provide 2 digits past the decimal point 320 HID_UNIT_EXPONENT(0x0E), // scale unit to provide 2 digits past the decimal point 327 HID_UNIT_EXPONENT(0x0E), // scale unit to provide 2 digits past the decimal point 411 HID_UNIT_EXPONENT(0x0E), // scale unit to provide 2 digits past the decimal point 418 HID_UNIT_EXPONENT(0x0E), // scale unit to provide 2 digits past the decimal point 425 HID_UNIT_EXPONENT(0x0E), // scale unit to provide 2 digits past the decimal point [all …]
|
/aosp_15_r20/external/google-cloud-java/java-orchestration-airflow/proto-google-cloud-orchestration-airflow-v1/src/main/java/com/google/cloud/orchestration/airflow/service/v1/ |
H A D | UpdateEnvironmentRequest.java | 209 * provide the paths "labels.label1", "labels.label2", and "labels.label3" 239 * PyPI packages are cleared. It is an error to provide both 246 * to provide both a mask of this form and the 251 * provide both this mask and a mask specifying one or more individual 256 * mapping in `environment.labels`. It is an error to provide both a 269 * It is an error to provide both this mask and a mask specifying one or 277 * It is an error to provide both a mask of this form and the 337 * provide the paths "labels.label1", "labels.label2", and "labels.label3" 367 * PyPI packages are cleared. It is an error to provide both 374 * to provide both a mask of this form and the [all …]
|
H A D | UpdateEnvironmentRequestOrBuilder.java | 120 * provide the paths "labels.label1", "labels.label2", and "labels.label3" 150 * PyPI packages are cleared. It is an error to provide both 157 * to provide both a mask of this form and the 162 * provide both this mask and a mask specifying one or more individual 167 * mapping in `environment.labels`. It is an error to provide both a 180 * It is an error to provide both this mask and a mask specifying one or 188 * It is an error to provide both a mask of this form and the 245 * provide the paths "labels.label1", "labels.label2", and "labels.label3" 275 * PyPI packages are cleared. It is an error to provide both 282 * to provide both a mask of this form and the [all …]
|
/aosp_15_r20/external/google-cloud-java/java-document-ai/proto-google-cloud-document-ai-v1beta1/src/main/java/com/google/cloud/documentai/v1beta1/ |
H A D | FormExtractionParams.java | 97 * User can provide pairs of (key text, value type) to improve the parsing 104 * If the value type is unknown, but you want to provide hints for the keys, 121 * User can provide pairs of (key text, value type) to improve the parsing 128 * If the value type is unknown, but you want to provide hints for the keys, 145 * User can provide pairs of (key text, value type) to improve the parsing 152 * If the value type is unknown, but you want to provide hints for the keys, 168 * User can provide pairs of (key text, value type) to improve the parsing 175 * If the value type is unknown, but you want to provide hints for the keys, 191 * User can provide pairs of (key text, value type) to improve the parsing 198 * If the value type is unknown, but you want to provide hints for the keys, [all …]
|
/aosp_15_r20/external/pigweed/targets/emcraft_sf2_som/ |
H A D | emcraft_sf2_som_mddr_debug.ld | 25 /* Provide useful error messages when required configurations are not set. */ 271 PROVIDE(end = _pw_zero_init_ram_end); 285 PROVIDE (__smartfusion2_memory_remap = 2); /* Remap according to LMA (this script) */ 286 PROVIDE (__mirrored_nvm = 1); /* GDB will load to LMA directly no need to load again. */ 287 PROVIDE (_estack = pw_boot_stack_high_addr); 288 PROVIDE (__stack_start__ = pw_boot_stack_low_addr); 289 PROVIDE (__vector_table_load = LOADADDR(.vector_table)); 290 PROVIDE (__vector_table_start = pw_boot_vector_table_addr); 291 PROVIDE (__vector_table_vma_base_address = __vector_table_start); /* required by debugger for star… 292 PROVIDE (__text_end = __exidx_end); [all …]
|
/aosp_15_r20/external/google-cloud-java/java-orchestration-airflow/proto-google-cloud-orchestration-airflow-v1beta1/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/ |
H A D | UpdateEnvironmentRequest.java | 209 * provide the paths "labels.label1", "labels.label2", and "labels.label3" 239 * PyPI packages are cleared. It is an error to provide both 246 * to provide both a mask of this form and the 251 * provide both this mask and a mask specifying one or more individual 256 * mapping in `environment.labels`. It is an error to provide both a 269 * It is an error to provide both this mask and a mask specifying one or 277 * It is an error to provide both a mask of this form and the 359 * provide the paths "labels.label1", "labels.label2", and "labels.label3" 389 * PyPI packages are cleared. It is an error to provide both 396 * to provide both a mask of this form and the [all …]
|
H A D | UpdateEnvironmentRequestOrBuilder.java | 121 * provide the paths "labels.label1", "labels.label2", and "labels.label3" 151 * PyPI packages are cleared. It is an error to provide both 158 * to provide both a mask of this form and the 163 * provide both this mask and a mask specifying one or more individual 168 * mapping in `environment.labels`. It is an error to provide both a 181 * It is an error to provide both this mask and a mask specifying one or 189 * It is an error to provide both a mask of this form and the 268 * provide the paths "labels.label1", "labels.label2", and "labels.label3" 298 * PyPI packages are cleared. It is an error to provide both 305 * to provide both a mask of this form and the [all …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | datalabeling_v1beta1.projects.evaluationJobs.html | 121 …s. You must create this resource before you create an evaluation job and provide its name in the f… 140 … # Configures specific details of how a continuous evaluation job works. Provide this configuratio… 141 …provide the following entries in this field: * `data_json_key`: the data key for prediction input.… 148 …oundingBoxEvaluationOptions` field within this configuration. Otherwise, provide an empty object f… 159 …provide your own ground truth labels, then omit this field. Note that you must create an Instructi… 180 … schema](/ml-engine/docs/continuous-evaluation/create-job#table-schema). Provide the table URI in … 202 …provide ground truth labels for prediction input. If you want the service to assign human labelers… 205 …e, if you specify a 50-hour interval, the job runs every 2 days. You can provide the schedule in [… 219 …s. You must create this resource before you create an evaluation job and provide its name in the f… 238 … # Configures specific details of how a continuous evaluation job works. Provide this configuratio… [all …]
|
D | compute_v1.imageFamilyViews.html | 116 …quot;: "A String", # An optional description of this resource. Provide this property whe… 125 …provide the same key if you use the image later (e.g. to create a disk from the image). Customer-s… 128 …d in RFC 4648 base64 to either encrypt or decrypt this resource. You can provide either the rawKey… 129 …provide either the rawKey or the rsaEncryptedKey. For example: "rsaEncryptedKey": "… 133 … changes after every request to modify or update labels. You must always provide an up-to-date fin… 147 …me/folder_name/ image_archive_name In order to create an image, you must provide the full or parti… 175 …disks/disk - zones/zone/disks/disk In order to create an image, you must provide the full or parti… 179 …d in RFC 4648 base64 to either encrypt or decrypt this resource. You can provide either the rawKey… 180 …provide either the rawKey or the rsaEncryptedKey. For example: "rsaEncryptedKey": "… 184 …roject_id/global/images/image_name In order to create an image, you must provide the full or parti… [all …]
|
D | compute_beta.imageFamilyViews.html | 122 …quot;: "A String", # An optional description of this resource. Provide this property whe… 131 …provide the same key if you use the image later (e.g. to create a disk from the image). Customer-s… 134 …d in RFC 4648 base64 to either encrypt or decrypt this resource. You can provide either the rawKey… 135 …provide either the rawKey or the rsaEncryptedKey. For example: "rsaEncryptedKey": "… 139 … changes after every request to modify or update labels. You must always provide an up-to-date fin… 154 …me/folder_name/ image_archive_name In order to create an image, you must provide the full or parti… 188 …disks/disk - zones/zone/disks/disk In order to create an image, you must provide the full or parti… 192 …d in RFC 4648 base64 to either encrypt or decrypt this resource. You can provide either the rawKey… 193 …provide either the rawKey or the rsaEncryptedKey. For example: "rsaEncryptedKey": "… 197 …roject_id/global/images/image_name In order to create an image, you must provide the full or parti… [all …]
|
D | compute_alpha.imageFamilyViews.html | 123 …quot;: "A String", # An optional description of this resource. Provide this property whe… 132 …provide the same key if you use the image later (e.g. to create a disk from the image). Customer-s… 135 …d in RFC 4648 base64 to either encrypt or decrypt this resource. You can provide either the rawKey… 136 …provide either the rawKey or the rsaEncryptedKey. For example: "rsaEncryptedKey": "… 140 … changes after every request to modify or update labels. You must always provide an up-to-date fin… 155 …me/folder_name/ image_archive_name In order to create an image, you must provide the full or parti… 190 …disks/disk - zones/zone/disks/disk In order to create an image, you must provide the full or parti… 194 …d in RFC 4648 base64 to either encrypt or decrypt this resource. You can provide either the rawKey… 195 …provide either the rawKey or the rsaEncryptedKey. For example: "rsaEncryptedKey": "… 199 …roject_id/global/images/image_name In order to create an image, you must provide the full or parti… [all …]
|
/aosp_15_r20/external/google-cloud-java/java-document-ai/proto-google-cloud-document-ai-v1beta2/src/main/java/com/google/cloud/documentai/v1beta2/ |
H A D | FormExtractionParams.java | 97 * User can provide pairs of (key text, value type) to improve the parsing 104 * If the value type is unknown, but you want to provide hints for the keys, 121 * User can provide pairs of (key text, value type) to improve the parsing 128 * If the value type is unknown, but you want to provide hints for the keys, 145 * User can provide pairs of (key text, value type) to improve the parsing 152 * If the value type is unknown, but you want to provide hints for the keys, 168 * User can provide pairs of (key text, value type) to improve the parsing 175 * If the value type is unknown, but you want to provide hints for the keys, 191 * User can provide pairs of (key text, value type) to improve the parsing 198 * If the value type is unknown, but you want to provide hints for the keys, [all …]
|
/aosp_15_r20/external/google-cloud-java/java-datalabeling/proto-google-cloud-datalabeling-v1beta1/src/main/java/com/google/cloud/datalabeling/v1beta1/ |
H A D | EvaluationJobConfigOrBuilder.java | 248 * this configuration. Otherwise, provide an empty object for this 264 * this configuration. Otherwise, provide an empty object for this 280 * this configuration. Otherwise, provide an empty object for this 295 * plan to provide your own ground truth labels, then omit this field. 297 * specify this field. Provide the name of the instruction resource in the 314 * plan to provide your own ground truth labels, then omit this field. 316 * specify this field. Provide the name of the instruction resource in the 333 * plan to provide your own ground truth labels, then omit this field. 335 * specify this field. Provide the name of the instruction resource in the 354 * You can provide the following entries in this field: [all …]
|
H A D | EvaluationJobConfig.java | 25 * Configures specific details of how a continuous evaluation job works. Provide 425 * this configuration. Otherwise, provide an empty object for this 444 * this configuration. Otherwise, provide an empty object for this 465 * this configuration. Otherwise, provide an empty object for this 488 * plan to provide your own ground truth labels, then omit this field. 490 * specify this field. Provide the name of the instruction resource in the 510 * plan to provide your own ground truth labels, then omit this field. 512 * specify this field. Provide the name of the instruction resource in the 534 * plan to provide your own ground truth labels, then omit this field. 536 * specify this field. Provide the name of the instruction resource in the [all …]
|
H A D | UpdateEvaluationJobRequest.java | 130 * Optional. Mask for which fields to update. You can only provide the 135 * You can provide more than one of these fields by separating them with 152 * Optional. Mask for which fields to update. You can only provide the 157 * You can provide more than one of these fields by separating them with 174 * Optional. Mask for which fields to update. You can only provide the 179 * You can provide more than one of these fields by separating them with 791 * Optional. Mask for which fields to update. You can only provide the 796 * You can provide more than one of these fields by separating them with 812 * Optional. Mask for which fields to update. You can only provide the 817 * You can provide more than one of these fields by separating them with [all …]
|
/aosp_15_r20/external/minigbm/cros_gralloc/mapper_stablec/ |
H A D | Mapper.cpp | 112 int32_t getStandardMetadata(const cros_gralloc_buffer* crosBuffer, F&& provide, 301 auto provider = [&]<StandardMetadataType T>(auto&& provide) -> int32_t { in getStandardMetadata() 302 return getStandardMetadata(crosBuffer, provide, StandardMetadata<T>{}); in getStandardMetadata() 311 int32_t CrosGrallocMapperV5::getStandardMetadata(const cros_gralloc_buffer* crosBuffer, F&& provide, in getStandardMetadata() argument 314 return provide(crosBuffer->get_id()); in getStandardMetadata() 321 return provide(*name); in getStandardMetadata() 325 return provide(crosBuffer->get_width()); in getStandardMetadata() 328 return provide(crosBuffer->get_pixel_stride()); in getStandardMetadata() 331 return provide(crosBuffer->get_height()); in getStandardMetadata() 334 return provide(1); in getStandardMetadata() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/config/doc/ |
D | macro_reference.qbk | 67 The headers will provide a slightly more useful error message than just checking on `BOOST_NO_CXX03… 118 The Platform does not provide functions for the character-classifying 130 The Platform does not provide `<wchar.h>` and `<cwchar>`. 133 The Platform does not provide `<wctype.h>` and `<cwctype>`. 136 The C standard library doesn't provide `<fenv.h>`. [@../../../../boost/detail/fenv.hpp 138 portability on platforms which do provide `<fenv.h>`. 188 The C++ implementation does not provide `wchar_t`, or it is really a synonym 205 The C++ implementation does not provide the `<limits>` header. Never check for 207 guarantees to provide `std::numeric_limits`. 289 The C++ standard library does not provide a standards conforming [all …]
|
/aosp_15_r20/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3/src/main/java/com/google/cloud/dialogflow/cx/v3/ |
H A D | Form.java | 331 * Required. The fulfillment to provide the initial prompt that the agent 346 * Required. The fulfillment to provide the initial prompt that the agent 361 * Required. The fulfillment to provide the initial prompt that the agent 375 * The handlers for parameter-level events, used to provide reprompt for 388 * defined) will be called to provide a prompt. The 399 * provide a prompt. 412 * The handlers for parameter-level events, used to provide reprompt for 425 * defined) will be called to provide a prompt. The 436 * provide a prompt. 449 * The handlers for parameter-level events, used to provide reprompt for [all …]
|
/aosp_15_r20/external/google-cloud-java/java-dialogflow-cx/proto-google-cloud-dialogflow-cx-v3beta1/src/main/java/com/google/cloud/dialogflow/cx/v3beta1/ |
H A D | Form.java | 332 * Required. The fulfillment to provide the initial prompt that the agent 347 * Required. The fulfillment to provide the initial prompt that the agent 362 * Required. The fulfillment to provide the initial prompt that the agent 377 * The handlers for parameter-level events, used to provide reprompt for 390 * defined) will be called to provide a prompt. The 401 * provide a prompt. 416 * The handlers for parameter-level events, used to provide reprompt for 429 * defined) will be called to provide a prompt. The 440 * provide a prompt. 454 * The handlers for parameter-level events, used to provide reprompt for [all …]
|
/aosp_15_r20/hardware/google/gchips/gralloc4/src/hidl_common/ |
D | Mapper.cpp | 65 int32_t getStandardMetadataHelper(const private_handle_t *hnd, F &&provide, in getStandardMetadataHelper() argument 68 return provide(hnd->backing_store_id); in getStandardMetadataHelper() 71 return provide(hnd->width); in getStandardMetadataHelper() 74 return provide(hnd->height); in getStandardMetadataHelper() 77 return provide(hnd->layer_count); in getStandardMetadataHelper() 80 return provide(static_cast<PixelFormat>(hnd->req_format)); in getStandardMetadataHelper() 83 return provide(drm_fourcc_from_handle(hnd)); in getStandardMetadataHelper() 86 return provide(drm_modifier_from_handle(hnd)); in getStandardMetadataHelper() 89 return provide(static_cast<BufferUsage>(hnd->consumer_usage | hnd->producer_usage)); in getStandardMetadataHelper() 96 return provide(total_size); in getStandardMetadataHelper() [all …]
|
/aosp_15_r20/external/harfbuzz_ng/ |
H A D | LICENSE | 13 provide a free and open framework in which fonts may be shared and 124 PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. 206 PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. 262 …the font creation efforts of academic and linguistic communities, and to provide a free and open f… 386 efforts of academic and linguistic communities, and to provide a free and 485 efforts of academic and linguistic communities, and to provide a free and 599 efforts of academic and linguistic communities, and to provide a free and 1183 PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. 1287 PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. 1316 PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS. [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/xmldoc/ |
D | design_goals.xml | 27 <entry>Provide concrete classes for manipulation of dates and times</entry> 41 <entry>Provide a basis for performing efficient time calculations </entry> 55 <entry>Provide the maximum possible reusability and flexibility</entry> 72 <entry>Provide tools for date calculations</entry> 77 <listitem>provide basis for calculation of complex event specs like holidays</listitem> 79 <listitem>provide for ability to extend to new calendar systems</listitem> 86 <entry>Provide concrete classes for manipulation of time</entry> 91 <listitem>provide the ability to handle cross time-zone issues</listitem> 92 <listitem>provide adjustments for daylight savings time (summer time)</listitem> 99 <entry>Provide classes for retrieving time current time</entry> [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
H A D | DenseMapInfo.h | 45 /// An information struct used to provide DenseMap with the various necessary 58 // Provide DenseMapInfo for all pointers. Come up with sentinel pointer values 91 // Provide DenseMapInfo for chars. 102 // Provide DenseMapInfo for unsigned chars. 113 // Provide DenseMapInfo for unsigned shorts. 124 // Provide DenseMapInfo for unsigned ints. 135 // Provide DenseMapInfo for unsigned longs. 149 // Provide DenseMapInfo for unsigned long longs. 164 // Provide DenseMapInfo for shorts. 172 // Provide DenseMapInfo for ints. [all …]
|