/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | FrameFormat.java | 196 public boolean isCompatibleWith(FrameFormat specification) { in isCompatibleWith() argument 198 if (specification.getBaseType() != TYPE_UNSPECIFIED in isCompatibleWith() 199 && getBaseType() != specification.getBaseType()) { in isCompatibleWith() 204 if (specification.getTarget() != TARGET_UNSPECIFIED in isCompatibleWith() 205 && getTarget() != specification.getTarget()) { in isCompatibleWith() 210 if (specification.getBytesPerSample() != BYTES_PER_SAMPLE_UNSPECIFIED in isCompatibleWith() 211 && getBytesPerSample() != specification.getBytesPerSample()) { in isCompatibleWith() 216 if (specification.getDimensionCount() > 0 in isCompatibleWith() 217 && getDimensionCount() != specification.getDimensionCount()) { in isCompatibleWith() 222 for (int i = 0; i < specification.getDimensionCount(); ++i) { in isCompatibleWith() [all …]
|
/frameworks/ml/nn/tools/api/ |
D | generate_api.py | 304 def __init__(self, filename, specification): argument 307 self.specification = specification 324 assert key in specification.sections, "Unknown section \"" + key + "\" on " + self.context() 325 for line in specification.sections[key]: 357 specification = Specification(args.specification, args.kind) variable 358 specification.read() 360 print(specification.defmacro) 361 print(specification.deflines) 364 template = Template(args.template, specification)
|
D | README.md | 7 employed to combine a single *specification file* with one *template file* per 25 This tool generates a single output file from an input specification file and an 29 * `--specification SPECIFICATION` path to input specification file 33 The "kind" is an arbitrary token that the specification file can reference with 52 Copy the *section* with the specified *name* from the specification file to the 54 specification file. 58 The specification file consists of comments, *directives*, and other text. 69 The specification file is divided into *regions*, which are sequences of lines 86 For example, a specification file that contains no directives other than 122 This is the mechanism by which a specification file contributes text to the [all …]
|
D | generate_api.sh | 36 ${DRYRUN} ${TOOL} --kind ${kind} --specification ${SPECFILE} --template ${in} --out ${out}
|
/frameworks/ml/nn/runtime/test/ |
D | TestPartitioning.cpp | 1049 for (const auto& specification : specifications) { in makeDevices() local 1051 switch (specification.mHalVersion) { in makeDevices() 1054 specification.mName.c_str(), specification.mVersionString.c_str(), in makeDevices() 1055 specification.mCapabilities, specification.mOperationMask, in makeDevices() 1056 specification.mOEM, specification.mOperationTypes); in makeDevices() 1060 specification.mName.c_str(), specification.mVersionString.c_str(), in makeDevices() 1061 specification.mCapabilities, specification.mOperationMask, in makeDevices() 1062 specification.mOEM, specification.mOperationTypes); in makeDevices() 1066 specification.mName.c_str(), specification.mVersionString.c_str(), in makeDevices() 1067 specification.mCapabilities, specification.mOperationMask, in makeDevices() [all …]
|
D | TestIntrospectionControl.cpp | 138 for (const auto& specification : specifications) { in registerDevices() local 140 specification.mName.c_str(), in registerDevices() 141 new TestDriver(specification.mName.c_str(), specification.mCapabilities, in registerDevices() 142 specification.mSupportedOps)); in registerDevices()
|
/frameworks/base/core/proto/android/bluetooth/hci/ |
D | enums.proto | 23 // HCI command opcodes (OCF+OGF) from Bluetooth 5.0 specification Vol 2, Part E, Section 7 333 // HCI event codes from the Bluetooth 5.0 specification Vol 2, Part 7, Section 7 418 // from the Bluetooth 5.0 specification Vol 2, Part E, Section 7.7.65 445 // HCI status code from the Bluetooth 5.0 specification Vol 2, Part D.
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_image_native_buffer.txt | 62 EGL_KHR_image_base specification), in the description of
|
/frameworks/opt/net/ims/ |
D | README.txt | 3 At the moment, this only supports VoLTE calls which is compliant to GSMA IR.92 specification.
|
/frameworks/rs/script_api/ |
D | Specification.h | 483 FunctionPermutation(Function* function, FunctionSpecification* specification,
|
D | rs_for_each.spec | 41 This specification can help the caching behavior of the running kernel, e.g. the cache
|
/frameworks/rs/script_api/include/ |
D | rs_object_info.rsh | 42 * - rs_element is a handle to a type specification, and
|
D | rs_for_each.rsh | 38 * This specification can help the caching behavior of the running kernel, e.g. the cache
|
/frameworks/opt/telephony/proto/src/ |
D | telephony.proto | 1595 // Not mentioned in the specification
|
/frameworks/native/vulkan/api/ |
D | vulkan.api | 3677 … specVersion /// version of the extension specification implemented 3682 … specVersion /// version of the layer specification implemented 4381 /// Union allowing specification of floating point, integer, or unsigned integer color data. Actual… 4394 /// Union allowing specification of color, depth, and stencil color values. Actual value selected i…
|
/frameworks/base/cmds/statsd/src/ |
D | atoms.proto | 2125 * See Android Bluetooth HCI specification for more details 2251 * device, as documented by the Bluetooth Core HCI specification 2252 * Reference: https://www.bluetooth.com/specifications/bluetooth-core-specification
|