| /external/libxaac/ |
| D | README_dec.md | 12 |IA_API_CMD_GET_LIB_ID_STRINGS | IA_CMD_TYPE_LIB_NAME | Gets the decoder library name | 13 |IA_API_CMD_GET_LIB_ID_STRINGS | IA_CMD_TYPE_LIB_VERSION | Gets the decoder version | 14 |IA_API_CMD_GET_API_SIZE | 0 | Gets the memory requirements size of the API | 44 |IA_API_CMD_GET_N_MEMTABS | 0 | Gets the number of memory types | 45 |IA_API_CMD_GET_N_TABLES | 0 | Gets the number of tables | 46 |IA_API_CMD_GET_MEM_INFO_SIZE | 0 | Gets the size of the memory type being referred to by the index… 47 |IA_API_CMD_GET_MEM_INFO_ALIGNMENT | 0 | Gets the alignment information of the memory-type being re… 48 |IA_API_CMD_GET_MEM_INFO_TYPE | 0 | Gets the type of memory being referred to by the index | 50 |IA_API_CMD_GET_TABLE_INFO_SIZE | 0 | Gets the size of the memory type being referred to by the ind… 51 |IA_API_CMD_GET_TABLE_INFO_ALIGNMENT | 0 | Gets the alignment information of the memory-type being … [all …]
|
| /external/clang/test/Analysis/ |
| D | array-struct-region.cpp | 29 struct S getS() { in getS() function 34 struct S getS(); 39 struct S s = getS(); in testAssignment() 62 int x = getS().field; in testImmediateUse() 68 clang_analyzer_eval((void *)getS().getThis() == (void *)&x); // expected-warning{{FALSE}} in testImmediateUse() 69 clang_analyzer_eval((void *)+getS() == (void *)&x); // expected-warning{{FALSE}} in testImmediateUse() 70 clang_analyzer_eval((void *)-getS() == (void *)&x); // expected-warning{{FALSE}} in testImmediateUse() 72 clang_analyzer_eval(getS().check()); // expected-warning{{TRUE}} in testImmediateUse() 73 clang_analyzer_eval(!getS()); // expected-warning{{FALSE}} in testImmediateUse() 74 clang_analyzer_eval(~getS()); // expected-warning{{FALSE}} in testImmediateUse() [all …]
|
| /external/selinux/policycoreutils/secon/ |
| D | secon.1 | 58 gets the context from the specified file FILE 61 gets the context from the specified file FILE (doesn't follow symlinks) 64 gets the context from the specified process PID 67 gets the exec context from the specified process PID 70 gets the fscreate context from the specified process PID 73 gets the key context from the specified process PID 76 gets the context from the current process 79 gets the exec context from the current process 82 gets the fscreate context from the current process 85 gets the key context from the current process [all …]
|
| /external/apache-commons-lang/src/main/java/org/apache/commons/lang3/ |
| D | SystemProperties.java | 247 * Gets the current value from the system properties map. 259 * Gets the current value from the system properties map. 274 * Gets the current value from the system properties map. 286 * Gets the current value from the system properties map. 298 * Gets the current value from the system properties map. 310 * Gets the current value from the system properties map. 322 * Gets the current value from the system properties map. 334 * Gets the current value from the system properties map. 346 * Gets the current value from the system properties map. 358 * Gets the current value from the system properties map. [all …]
|
| /external/rust/beto-rust/nearby/presence/np_c_ffi/include/cpp/ |
| D | np_cpp_ffi_functions.h | 88 /// Gets the tag of a `CreateCredentialBookResult` tagged enum. 125 /// Gets the tag of a `DecryptMetadataResult` tagged-union. On success the wrapped identity 133 /// Gets the pointer and length of the heap allocated byte buffer of decrypted metadata 136 /// Gets the tag of a `GetMetadataBufferPartsResult` tagged-union. On success the wrapped identity 152 /// Gets the tag of a `DeserializeAdvertisementResult` tagged-union. 174 /// Gets the tag of a `DeserializedV0Advertisement` tagged-union. 181 /// Gets the number of DEs in a legible deserialized advertisement. 185 /// Gets just the data-element payload of a `LegibleDeserializedV0Advertisement`. 188 /// Gets just the identity kind associated with a `LegibleDeserializedV0Advertisement`. 200 /// Gets the identity details for this V0 payload, or returns an error if this payload does not have [all …]
|
| /external/ot-br-posix/src/dbus/client/ |
| D | thread_api_dbus.hpp | 375 * This method gets the link operating mode. 387 * This method gets the current device role. 399 * This method gets the network name. 411 * This method gets the network pan id. 423 * This method gets the extended pan id. 435 * This method gets the extended pan id. 447 * This method gets the network network key. 459 * This method gets the Clear Channel Assessment failure rate. 471 * This method gets the mac level statistics counters. 483 * This method gets the ip level statistics counters. [all …]
|
| /external/apache-commons-lang/src/main/java/org/apache/commons/lang3/builder/ |
| D | StandardToStringStyle.java | 50 * Gets whether to use the class name. 70 * Gets whether to output short or long class names. 92 * Gets whether to use the identity hash code. 111 * Gets whether to use the field names passed in. 131 * Gets whether to use full detail when the caller doesn't 153 * Gets whether to output array content detail. 173 * Gets the array start text. 196 * Gets the array end text. 219 * Gets the array separator text. 242 * Gets the content start text. [all …]
|
| /external/openthread/src/core/radio/ |
| D | trel_packet.hpp | 104 * Gets the packet type. 112 * Gets the header length based on its type. 120 * Gets the Ack Mode field from the header. 136 * Gets the channel field from the header. 152 * Gets the PAN Identifier field from the header. 168 * Gets the packet number field from the header. 184 * Gets the source MAC address field from the header. 200 * Gets the destination MAC address field from the header. 220 * Gets the size (number of bytes) in header of given packet type. 287 * Gets a pointer to buffer containing the packet. [all …]
|
| /external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/iface/ |
| D | ClassDef.java | 48 * Gets the class type. 57 * Gets the access flags for this class. 66 * Gets the superclass of this class. 75 * Gets a list of the interfaces that this class implements. 82 * Gets the name of the primary source file that this class is defined in, if available. 92 * Gets a set of the annotations that are applied to this class. 101 * Gets the static fields that are defined by this class. 110 * Gets the instance fields that are defined by this class. 119 * Gets all the fields that are defined by this class. 134 * Gets the direct methods that are defined by this class. [all …]
|
| D | Method.java | 49 * Gets the type of the class that defines this method. 56 * Gets the name of this method. 63 * Gets a list of the parameters of this method. 76 * Gets the return type of this method. 83 * Gets the access flags for this method. 92 * Gets a set of the annotations that are applied to this method. 101 * Gets the hidden api restrictions for this method. 111 * Gets a MethodImplementation object that defines the implementation of the method.
|
| /external/tflite-support/tensorflow_lite_support/metadata/cc/ |
| D | metadata_extractor.h | 77 // Gets the contents of the associated file with the provided name packed into 83 // Gets the model version from the model metadata. An error is returned if 90 // Gets the metadata for input tensors. 94 // Gets the metadata for the input tensor specified by the given index, or 98 // Gets the count of input tensors with metadata in the metadata FlatBuffer. 102 // Gets the metadata for output tensors. 106 // Gets the metadata for the output tensor specified by the given index, or 110 // Gets the count of output tensors with metadata in the metadata FlatBuffer. 114 // Gets the input process units from SubgraphMetadata.input_process_units, 119 // Gets the input process unit specified by the given index, or nullptr in [all …]
|
| /external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/resolution/typeinference/ |
| D | BoundSet.java | 226 if (areSameTypeInference(a.getS(), b.getS())) { in deriveImpliedBounds() 229 if (areSameTypeInference(a.getS(), b.getT())) { in deriveImpliedBounds() 230 …currentConstraintSet = currentConstraintSet.withConstraint(new TypeSameAsType(a.getS(), b.getT())); in deriveImpliedBounds() 232 if (areSameTypeInference(a.getT(), b.getS())) { in deriveImpliedBounds() 233 …currentConstraintSet = currentConstraintSet.withConstraint(new TypeSameAsType(a.getT(), b.getS())); in deriveImpliedBounds() 236 …currentConstraintSet = currentConstraintSet.withConstraint(new TypeSameAsType(a.getS(), b.getS())); in deriveImpliedBounds() 244 if (areSameTypeInference(a.getS(), b.getS())) { in deriveImpliedBounds() 247 if (areSameTypeInference(a.getT(), b.getS())) { in deriveImpliedBounds() 248 …ntSet = currentConstraintSet.withConstraint(new TypeSubtypeOfType(typeSolver, a.getS(), b.getT())); in deriveImpliedBounds() 256 if (areSameTypeInference(a.getS(), b.getT())) { in deriveImpliedBounds() [all …]
|
| /external/rust/beto-rust/nearby/presence/np_c_ffi/src/deserialize/ |
| D | v1.rs | 21 /// Gets the number of legible sections on a deserialized V1 advertisement. 31 /// Gets the number of sections on a deserialized V1 advertisement which 40 /// Gets the legible section with the given index in a deserialized V1 advertisement. 49 /// Gets the tag of the `GetV1SectionResult` tagged-union. 66 /// Gets the number of data elements in a deserialized v1 section. 74 /// Gets the tag of the identity tagged-union used for the passed section. 82 /// Gets the data-element with the given index in the passed section. 91 /// Gets the identity details used to decrypt this V1 section, or returns an error if this payload 100 /// Gets the tag of a `GetV1IdentityDetailsResult` tagged-union. On success the wrapped identity 137 /// Gets the tag of a `GetV1DE16ByteSaltResult` tagged-union. On success the wrapped identity [all …]
|
| /external/deqp-deps/glslang/Test/ |
| D | 330.frag | 105 vec3 a; // gets location 33 106 mat2 b; // gets locations 34 and 35 107 vec4 c[2]; // gets locations 36 and 37 112 vec4 d; // gets location 44 113 vec4 e; // gets location 45 114 layout(location = 47) vec4 f; // gets location 47 115 vec4 g; // gets location 48 116 layout (location = 41) vec4 h; // gets location 41 117 vec4 i; // gets location 42 118 vec4 j; // gets location 43
|
| /external/angle/third_party/glslang/src/Test/ |
| D | 330.frag | 105 vec3 a; // gets location 33 106 mat2 b; // gets locations 34 and 35 107 vec4 c[2]; // gets locations 36 and 37 112 vec4 d; // gets location 44 113 vec4 e; // gets location 45 114 layout(location = 47) vec4 f; // gets location 47 115 vec4 g; // gets location 48 116 layout (location = 41) vec4 h; // gets location 41 117 vec4 i; // gets location 42 118 vec4 j; // gets location 43
|
| /external/openthread/src/lib/spinel/ |
| D | spinel_decoder.hpp | 126 * On success, the read position gets updated. 152 * On success, the read position gets updated. 165 * On success, the read position gets updated. 178 * On success, the read position gets updated. 191 * On success, the read position gets updated. 204 * On success, the read position gets updated. 217 * On success, the read position gets updated. 230 * On success, the read position gets updated. 243 * On success, the read position gets updated. 256 * On success, the read position gets updated. [all …]
|
| /external/autotest/server/cros/multimedia/ |
| D | display_facade_adapter.py | 43 """Gets the proxy to DUT display facade. 51 """Gets the name of the external output connector. 60 """Gets the name of the internal output connector. 69 """Gets the display notifications 241 """Gets the state of the content protection. 251 """Gets screenshot from DUT. 297 """Gets the resolution of the external screen. 307 """Gets the resolution of the internal screen. 328 """Gets the information of all the displays that are connected to the 337 """Gets the display modes of the specified display. [all …]
|
| /external/aws-sdk-java-v2/codegen/src/test/resources/software/amazon/awssdk/codegen/poet/model/ |
| D | serviceclientconfiguration.java | 35 * Gets the value for auth scheme provider 52 * Gets the value for client override configuration 64 * Gets the value for endpoint override 76 * Gets the value for endpoint provider 88 * Gets the value for AWS region 100 * Gets the value for credentials provider 109 * Gets the value for auth schemes 120 * Gets the value for auth scheme provider
|
| /external/xz-java/src/org/tukaani/xz/ |
| D | FilterOptions.java | 21 * Gets how much memory the encoder will need with 36 * Gets how much memory the decoder will need with 51 * Gets how much memory the encoder will need with these options. 56 * Gets a raw (no XZ headers) encoder output stream using these options. 69 * Gets a raw (no XZ headers) encoder output stream using these options 80 * Gets how much memory the decoder will need to decompress the data 86 * Gets a raw (no XZ headers) decoder input stream using these options. 95 * Gets a raw (no XZ headers) decoder input stream using these options
|
| /external/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/ |
| D | KmsServiceClientConfiguration.java | 48 * Gets the value for auth scheme provider 65 * Gets the value for client override configuration 77 * Gets the value for endpoint override 89 * Gets the value for endpoint provider 101 * Gets the value for AWS region 113 * Gets the value for credentials provider 122 * Gets the value for auth schemes 133 * Gets the value for auth scheme provider
|
| /external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/WindowsDriver/ |
| D | MSVCSetupApi.h | 141 /// Gets the instance identifier (should match the name of the parent instance 150 /// Gets the local date and time when the installation was originally 161 /// Gets the unique name of the installation, often indicating the branch and 173 /// Gets the path to the installation root of the product. 183 /// Gets the version of the product installed in this instance. 193 /// Gets the display name (title) of the product installed in this instance. 204 /// Gets the description of the product installed in this instance. 239 /// Gets the state of the instance. 247 /// Gets an array of package references registered to the instance. 257 /// Gets a pointer to the <see cref="ISetupPackageReference"/> that represents [all …]
|
| /external/autotest/server/cros/cellular/callbox_utils/ |
| D | cmw500.py | 222 """Gets current status of carrier specific duplex configuration.""" 338 """Gets instrument identification number""" 357 """Gets the RRC connection state.""" 375 """Gets the inactivity timeout for disabled rrc connection.""" 391 """Gets the state of mac padding.""" 406 """Gets the connection type applied in callbox.""" 420 """Gets the base station object based on bts num. By default 432 """Gets the class object for lte measurement which can be used to 465 """Gets current duplex of cell.""" 484 """Gets the current band of cell.""" [all …]
|
| /external/apache-commons-lang/src/main/java/org/apache/commons/lang3/time/ |
| D | CalendarUtils.java | 38 …* Gets a CalendarUtils using the default time zone and specified locale. The <code>CalendarUtils</… 72 * Gets the current day of month. 81 * Gets the current day of year. 91 * Gets the current month. 100 * Gets month names in the requested style. 117 * Gets full standalone month names as used in "LLLL" date formatting. 125 * Gets short standalone month names as used in "LLLL" date formatting. 133 * Gets the current year.
|
| D | FastDateFormat.java | 118 * Gets a formatter instance using the default pattern in the 128 * Gets a formatter instance using the specified pattern in the 141 * Gets a formatter instance using the specified pattern and 156 * Gets a formatter instance using the specified pattern and 170 * Gets a formatter instance using the specified pattern, time zone 187 * Gets a date formatter instance using the specified style in the 201 * Gets a date formatter instance using the specified style and 216 * Gets a date formatter instance using the specified style and 232 * Gets a date formatter instance using the specified style, time 248 * Gets a time formatter instance using the specified style in the [all …]
|
| /external/autotest/client/cros/multimedia/ |
| D | display_facade_adapter.py | 43 """Gets the name of the external output connector. 52 """Gets the name of the internal output connector. 225 """Gets the state of the content protection. 235 """Gets screenshot from frame buffer. 278 """Gets the resolution of the external screen. 288 """Gets the resolution of the internal screen. 308 """Gets the information of all the displays that are connected to the 317 """Gets the display modes of the specified display. 328 """Gets the resolutions from the specified display. 339 """Gets the display rotation for the specified display. [all …]
|