| /external/connectedappssdk/tests/robotests/src/test/java/com/google/android/enterprise/connectedapps/robotests/ |
| D | TypesTest.java | 159 TestCrossProfileType_SingleSenderCanThrow provide( in provide() method 205 senderProvider.provide(context, testProfileConnector).voidMethod(); in voidMethodWithNoArguments_callsMethod() 214 senderProvider.provide(context, testProfileConnector).voidMethod("argument"); in voidMethodWithArguments_callsMethod() 221 assertThat(senderProvider.provide(context, testProfileConnector).identityStringMethod(STRING)) in stringReturnTypeAndArgument_bothWork() 227 assertThat(senderProvider.provide(context, testProfileConnector).identityByteMethod(BYTE)) in byteReturnTypeAndArgument_bothWork() 233 assertThat(senderProvider.provide(context, testProfileConnector).identityByteMethod(BYTE_BOXED)) in boxedByteReturnTypeAndArgument_bothWork() 239 assertThat(senderProvider.provide(context, testProfileConnector).identityShortMethod(SHORT)) in shortReturnTypeAndArgument_bothWork() 246 senderProvider.provide(context, testProfileConnector).identityShortMethod(SHORT_BOXED)) in boxedShortReturnTypeAndArgument_bothWork() 252 assertThat(senderProvider.provide(context, testProfileConnector).identityIntMethod(INT)) in intReturnTypeAndArgument_bothWork() 258 assertThat(senderProvider.provide(context, testProfileConnector).identityIntegerMethod(INTEGER)) in integerReturnTypeAndArgument_bothWork() [all …]
|
| /external/pigweed/targets/emcraft_sf2_som/ |
| 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 …]
|
| /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 …]
|
| /external/google-cloud-java/java-datalabeling/proto-google-cloud-datalabeling-v1beta1/src/main/java/com/google/cloud/datalabeling/v1beta1/ |
| 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 …]
|
| /external/cronet/third_party/protobuf/js/binary/ |
| D | constants.js | 39 goog.provide('jspb.AnyFieldType'); 40 goog.provide('jspb.BinaryConstants'); 41 goog.provide('jspb.BinaryMessage'); 42 goog.provide('jspb.BuilderFunction'); 43 goog.provide('jspb.ByteSource'); 44 goog.provide('jspb.ClonerFunction'); 45 goog.provide('jspb.ComparerFunction'); 46 goog.provide('jspb.ConstBinaryMessage'); 47 goog.provide('jspb.PrunerFunction'); 48 goog.provide('jspb.ReaderFunction'); [all …]
|
| /external/ComputeLibrary/arm_compute/graph/frontend/ |
| D | IStreamOperators.h | 63 /** Overloaded stream operator to provide a target hint to the graph 65 * @param[in, out] s Stream to provide the hint to 75 /** Overloaded stream operator to provide a convolution method hint to the graph 77 * @param[in, out] s Stream to provide the hint to 87 /** Overloaded stream operator to provide a depthwise convolution method hint to the graph 89 * @param[in, out] s Stream to provide the hint to 99 /** Overloaded stream operator to provide a fast math hint to the graph 101 * @param[in, out] s Stream to provide the hint to
|
| /external/clang/test/SemaObjC/ |
| D | builtin_objc_lib_functions.m | 4 …// expected-note {{include the header <objc/runtime.h> or explicitly provide a declaration for 'ob… 8 …// expected-note {{include the header <objc/runtime.h> or explicitly provide a declaration for 'ob… 11 …// expected-note {{include the header <objc/runtime.h> or explicitly provide a declaration for 'ob… 14 …// expected-note {{include the header <objc/message.h> or explicitly provide a declaration for 'ob… 18 …// expected-note {{include the header <objc/message.h> or explicitly provide a declaration for 'ob… 23 …// expected-note {{include the header <objc/objc-auto.h> or explicitly provide a declaration for '… 28 …// expected-note {{include the header <objc/objc-exception.h> or explicitly provide a declaration …
|
| /external/minigbm/cros_gralloc/mapper_stablec/ |
| 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 …]
|
| /external/tensorflow/tensorflow/lite/java/ovic/ |
| D | Winner_OSS_Template.md | 17 <!-- Provide description of the model --> 23 <!-- Provide details of the algorithms used --> 27 • Provide description of the model 28 • Provide brief information of the algorithms used 76 • Provide detailed information of the dataset used 81 • Provide detailed training information (preprocessing, hyperparameters, random seeds, and environm… 82 • Provide a command line example for training. 93 • Provide evaluation script with details of how to reproduce results. 95 • Provide a command line example for evaluation.
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | DenseMapInfo.h | 36 // Provide DenseMapInfo for all pointers. 59 // Provide DenseMapInfo for chars. 70 // Provide DenseMapInfo for unsigned chars. 81 // Provide DenseMapInfo for unsigned shorts. 92 // Provide DenseMapInfo for unsigned ints. 103 // Provide DenseMapInfo for unsigned longs. 117 // Provide DenseMapInfo for unsigned long longs. 132 // Provide DenseMapInfo for shorts. 140 // Provide DenseMapInfo for ints. 151 // Provide DenseMapInfo for longs. [all …]
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
| 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 …]
|
| /external/google-cloud-java/java-document-ai/proto-google-cloud-document-ai-v1beta1/src/main/java/com/google/cloud/documentai/v1beta1/ |
| 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 …]
|
| D | FormExtractionParamsOrBuilder.java | 43 * User can provide pairs of (key text, value type) to improve the parsing 50 * If the value type is unknown, but you want to provide hints for the keys, 63 * User can provide pairs of (key text, value type) to improve the parsing 70 * If the value type is unknown, but you want to provide hints for the keys, 83 * User can provide pairs of (key text, value type) to improve the parsing 90 * If the value type is unknown, but you want to provide hints for the keys, 103 * User can provide pairs of (key text, value type) to improve the parsing 110 * If the value type is unknown, but you want to provide hints for the keys, 124 * User can provide pairs of (key text, value type) to improve the parsing 131 * If the value type is unknown, but you want to provide hints for the keys,
|
| /external/google-cloud-java/java-orchestration-airflow/proto-google-cloud-orchestration-airflow-v1/src/main/java/com/google/cloud/orchestration/airflow/service/v1/ |
| 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 …]
|
| 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 …]
|
| /external/google-cloud-java/java-document-ai/proto-google-cloud-document-ai-v1beta2/src/main/java/com/google/cloud/documentai/v1beta2/ |
| D | FormExtractionParamsOrBuilder.java | 43 * User can provide pairs of (key text, value type) to improve the parsing 50 * If the value type is unknown, but you want to provide hints for the keys, 63 * User can provide pairs of (key text, value type) to improve the parsing 70 * If the value type is unknown, but you want to provide hints for the keys, 83 * User can provide pairs of (key text, value type) to improve the parsing 90 * If the value type is unknown, but you want to provide hints for the keys, 103 * User can provide pairs of (key text, value type) to improve the parsing 110 * If the value type is unknown, but you want to provide hints for the keys, 124 * User can provide pairs of (key text, value type) to improve the parsing 131 * If the value type is unknown, but you want to provide hints for the keys,
|
| 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 …]
|
| /external/googleapis/google/cloud/datalabeling/v1beta1/ |
| D | evaluation_job.proto | 62 // since the last time the job ran. Human labelers provide ground truth 70 // If you have configured your job to provide your own ground truth 110 // You can provide the schedule in 134 // resource before you create an evaluation job and provide its name in the 140 // Required. Whether you want Data Labeling Service to provide ground truth 142 // labelers to annotate your data, set this to `true`. If you want to provide 155 // Configures specific details of how a continuous evaluation job works. Provide 158 // Required. Details for how you want human reviewers to provide ground truth 201 // this configuration. Otherwise, provide an empty object for this 208 // plan to provide your own ground truth labels, then omit this field. [all …]
|
| /external/google-cloud-java/java-datalabeling/proto-google-cloud-datalabeling-v1beta1/src/main/proto/google/cloud/datalabeling/v1beta1/ |
| D | evaluation_job.proto | 62 // since the last time the job ran. Human labelers provide ground truth 70 // If you have configured your job to provide your own ground truth 110 // You can provide the schedule in 134 // resource before you create an evaluation job and provide its name in the 140 // Required. Whether you want Data Labeling Service to provide ground truth 142 // labelers to annotate your data, set this to `true`. If you want to provide 155 // Configures specific details of how a continuous evaluation job works. Provide 158 // Required. Details for how you want human reviewers to provide ground truth 201 // this configuration. Otherwise, provide an empty object for this 208 // plan to provide your own ground truth labels, then omit this field. [all …]
|
| /external/eigen/unsupported/Eigen/src/SpecialFunctions/ |
| D | BesselFunctionsArrayAPI.h | 24 * other scalar types, the user has to provide implementations of i0(T) for 47 * other scalar types, the user has to provide implementations of i0e(T) for 69 * other scalar types, the user has to provide implementations of i1(T) for 92 * other scalar types, the user has to provide implementations of i1e(T) for 114 * other scalar types, the user has to provide implementations of k0(T) for 137 * other scalar types, the user has to provide implementations of k0e(T) for 159 * other scalar types, the user has to provide implementations of k1(T) for 182 * other scalar types, the user has to provide implementations of k1e(T) for 204 * other scalar types, the user has to provide implementations of j0(T) for 226 * other scalar types, the user has to provide implementations of y0(T) for [all …]
|
| /external/capstone/bindings/python/pyx/ |
| D | ccapstone.pyx | 97 # Diet engine cannot provide @mnemonic & @op_str 106 # Diet engine cannot provide @mnemonic & @op_str 118 # Diet engine cannot provide @regs_read 134 # Diet engine cannot provide @regs_write 150 # Diet engine cannot provide @groups 169 # Diet engine cannot provide register's name 177 # Diet engine cannot provide instruction's name 185 # Diet engine cannot provide group's name 196 # Diet engine cannot provide @groups 207 # Diet engine cannot provide @regs_read [all …]
|
| /external/llvm/include/llvm/ADT/ |
| D | DenseMapInfo.h | 42 // Provide DenseMapInfo for all CachedHash<T>. 63 // Provide DenseMapInfo for all pointers. 83 // Provide DenseMapInfo for chars. 93 // Provide DenseMapInfo for unsigned ints. 103 // Provide DenseMapInfo for unsigned longs. 115 // Provide DenseMapInfo for unsigned long longs. 128 // Provide DenseMapInfo for ints. 138 // Provide DenseMapInfo for longs. 152 // Provide DenseMapInfo for long longs. 165 // Provide DenseMapInfo for all pairs whose members have info. [all …]
|
| /external/google-cloud-java/java-orchestration-airflow/proto-google-cloud-orchestration-airflow-v1beta1/src/main/java/com/google/cloud/orchestration/airflow/service/v1beta1/ |
| 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 …]
|
| /external/python/google-api-python-client/docs/dyn/ |
| 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 …]
|
| /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| D | DenseMapInfo.h | 33 // Provide DenseMapInfo for all pointers. 53 // Provide DenseMapInfo for chars. 63 // Provide DenseMapInfo for unsigned ints. 73 // Provide DenseMapInfo for unsigned longs. 85 // Provide DenseMapInfo for unsigned long longs. 98 // Provide DenseMapInfo for ints. 108 // Provide DenseMapInfo for longs. 122 // Provide DenseMapInfo for long longs. 135 // Provide DenseMapInfo for all pairs whose members have info. 169 // Provide DenseMapInfo for StringRefs. [all …]
|