/hardware/interfaces/renderscript/1.0/vts/functional/ |
D | VtsCopyTests.cpp | 32 Element element = context->elementCreate(DataType::FLOAT_32, DataKind::USER, false, 1); in TEST_P() 33 ASSERT_NE(Element(0), element); in TEST_P() 68 Element element = context->elementCreate(DataType::FLOAT_32, DataKind::USER, false, 1); in TEST_P() 69 ASSERT_NE(Element(0), element); in TEST_P() 105 Element element = context->elementCreate(DataType::FLOAT_32, DataKind::USER, false, 1); in TEST_P() 106 ASSERT_NE(Element(0), element); in TEST_P() 142 Element element = context->elementCreate(DataType::FLOAT_32, DataKind::USER, false, 1); in TEST_P() 143 ASSERT_NE(Element(0), element); in TEST_P() 182 Element element = context->elementCreate(DataType::FLOAT_32, DataKind::USER, false, 1); in TEST_P() 183 ASSERT_NE(Element(0), element); in TEST_P() [all …]
|
D | VtsMiscellaneousTests.cpp | 36 Element element = context->elementCreate(DataType::FLOAT_32, DataKind::USER, false, 1); in TEST_P() 37 EXPECT_NE(Element(0), element); in TEST_P() 48 Element element = context->elementCreate(DataType::FLOAT_32, DataKind::USER, false, 1); in TEST_P() 49 ASSERT_NE(Element(0), element); in TEST_P() 76 Element element = context->elementCreate(DataType::FLOAT_32, DataKind::USER, false, 1); in TEST_P() 77 ASSERT_NE(Element(0), element); in TEST_P() 100 EXPECT_EQ(element, (Element)typeMetadata[5]); in TEST_P() 112 Element element = context->elementCreate(DataType::FLOAT_32, DataKind::USER, false, 1); in TEST_P() 113 ASSERT_NE(Element(0), element); in TEST_P() 150 Element element = context->elementCreate(DataType::UNSIGNED_8, DataKind::USER, false, 4); in TEST_P() [all …]
|
D | VtsScriptTests.cpp | 27 Element element = context->elementCreate(DataType::UNSIGNED_8, DataKind::USER, false, 1); in TEST_P() 28 EXPECT_NE(Element(0), element); in TEST_P() 79 Element element = context->elementCreate(DataType::FLOAT_32, DataKind::USER, false, 1); in TEST_P() 80 ASSERT_NE(Element(0), element); in TEST_P() 117 Element elementVE = context->elementCreate(DataType::SIGNED_32, DataKind::USER, false, 2); in TEST_P() 118 ASSERT_NE(Element(0), elementVE); in TEST_P() 201 Element element = context->elementCreate(DataType::UNSIGNED_8, DataKind::USER, false, 1); in TEST_P() 202 ASSERT_NE(Element(0), element); in TEST_P() 247 Element element = context->elementCreate(DataType::SIGNED_32, DataKind::USER, false, 1); in TEST_P() 248 ASSERT_NE(Element(0), element); in TEST_P() [all …]
|
D | VtsHalRenderscriptV1_0TargetTest.h | 41 using ::android::hardware::renderscript::V1_0::Element;
|
/hardware/st/secure_element2/ |
D | METADATA | 3 "Android Secure Element HAL for Thales Embedded Secure Element."
|
/hardware/interfaces/secure_element/1.0/ |
D | ISecureElement.hal | 24 * Initializes the Secure Element. This may include updating the applet 39 * @return response containing the response. Empty vector if Secure Element 64 * Opens a logical channel with the Secure Element, selecting the applet 67 * @param aid AID to uniquely identify the applet on the Secure Element 79 * communicating with the Secure Element. 88 * Opens a basic channel with the Secure Element, selecting the applet 91 * @param aid AID to uniquely identify the applet on the Secure Element 103 * communicating with the Secure Element.
|
/hardware/interfaces/renderscript/1.0/default/ |
D | Context.h | 84 …Return<void> elementGetNativeMetadata(Element element, elementGetNativeMetadata_cb _hidl_cb) overr… 85 …Return<void> elementGetSubElements(Element element, Size numSubElem, elementGetSubElements_cb _hid… 86 Return<Element> elementCreate(DataType dt, DataKind dk, bool norm, uint32_t size) override; 87 …Return<Element> elementComplexCreate(const hidl_vec<Element>& eins, const hidl_vec<hidl_string>& n… 89 …Return<Type> typeCreate(Element element, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool mipmaps… 129 …Return<void> scriptSetVarVE(Script vs, uint32_t slot, const hidl_vec<uint8_t>& data, Element ve, c… 131 Return<Script> scriptIntrinsicCreate(ScriptIntrinsicID id, Element elem) override;
|
D | Context.cpp | 363 Return<void> Context::elementGetNativeMetadata(Element element, elementGetNativeMetadata_cb _hidl_c… in elementGetNativeMetadata() 372 Return<void> Context::elementGetSubElements(Element element, Size numSubElem, elementGetSubElements… in elementGetSubElements() 379 …hidl_vec<Element> ids = rs_to_hidl<Element>(_ids, [](uintptr_t val) { return stat… in elementGetSubElements() 386 Return<Element> Context::elementCreate(DataType dt, DataKind dk, bool norm, uint32_t size) { in elementCreate() 392 return rs_to_hidl<Element>(_element); in elementCreate() 395 Return<Element> Context::elementComplexCreate(const hidl_vec<Element>& eins, const hidl_vec<hidl_st… in elementComplexCreate() 396 …std::vector<RsElement> _eins = hidl_to_rs<RsElement>(eins, [](Element val) { retu… in elementComplexCreate() 401 return rs_to_hidl<Element>(_element); in elementComplexCreate() 413 Return<Type> Context::typeCreate(Element element, uint32_t dimX, uint32_t dimY, uint32_t dimZ, bool… in typeCreate() 747 …:scriptSetVarVE(Script vs, uint32_t slot, const hidl_vec<uint8_t>& data, Element ve, const hidl_ve… in scriptSetVarVE() [all …]
|
/hardware/interfaces/renderscript/1.0/ |
D | IContext.hal | 210 * The size of the region is: count * Element's size. 223 * Copies a value into a single sub-Element of this Allocation. 233 * @param compIdx Component number to identify which sub-Element is updated 246 * The size of the region is: w * h * Element's size. 271 * The size of the region is: w * h * d * Element's size. 329 * The size of the region is: count * Element's size. 346 * Returns the value of a single sub-Element of this Allocation. 358 * @param compIdx Component number to identify which sub-Element is updated 371 * The size of the region is: w * h * Element's size. 400 * The size of the region is: w * h * d * Element's size. [all …]
|
D | types.hal | 41 typedef OpaqueHandle Element;
|
/hardware/interfaces/wifi/supplicant/1.4/ |
D | ISupplicantStaNetwork.hal | 58 * SAE Hash-to-Element mode. 62 * Hash-to-Element is disabled, only Hunting & Pecking is allowed. 66 * Both Hash-to-Element and Hunting & Pecking are allowed. 70 * Only Hash-to-Element is allowed. 175 * Set SAE H2E (Hash-to-Element) mode.
|
/hardware/interfaces/secure_element/1.2/ |
D | ISecureElement.hal | 25 * Reset the Secure Element.
|
/hardware/interfaces/secure_element/1.1/ |
D | ISecureElementHalCallback.hal | 24 * Element.
|
D | ISecureElement.hal | 24 * Initializes the Secure Element. This may include updating the applet
|
/hardware/interfaces/neuralnetworks/1.2/ |
D | types.t | 205 * Element of the dimensions vector. 215 * Element of the dimensions vector. 317 * Element of the dimensions vector.
|
D | types.hal | 1885 * Element-wise division of two tensors. 2140 * Element-wise subtraction of two tensors. 5165 * Element of the dimensions vector. 5175 * Element of the dimensions vector. 5277 * Element of the dimensions vector.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/katex/contrib/ |
D | auto-render.mjs | 161 // Element node
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/common/ |
D | vulkantypes.py | 16 from xml.etree.ElementTree import Element 685 def makeVulkanTypeFromXMLTag(typeInfo, parentName: str, tag: Element) -> VulkanType: argument
|
/hardware/interfaces/neuralnetworks/1.1/ |
D | types.hal | 60 * Element-wise division of two tensors. 291 * Element-wise subtraction of two tensors.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_descriptor_buffer.adoc | 78 * Element size
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | interfaces.adoc | 137 as an code:OpTypeArray with an code:Element code:Type equivalent to the 148 an code:Element code:Type equivalent to the code:OpType* declaration of 153 fragment shader as an code:OpTypeArray with an code:Element code:Type
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | registry.adoc | 2178 equivalence of the parent Sync Element 2181 equivalence of the parent Sync Element
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | glossary.adoc | 552 Element::
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/asciidoctor-chunker/ |
D | asciidoctor-chunker.js | 4 …Element(e,t,void 0,n);this.addNode(r),this.tagStack.push(r)},e.prototype.ontext=function(e){var t=…
|
/hardware/interfaces/neuralnetworks/1.3/ |
D | types.hal | 1933 * Element-wise division of two tensors. 2206 * Element-wise subtraction of two tensors.
|