/aosp_15_r20/external/armnn/include/armnn/ |
H A D | BackendId.hpp | 78 BackendId() : m_Id(GetComputeDeviceAsCString(Compute::Undefined)) {} in BackendId() 79 BackendId(const std::string& id) : m_Id{id} {} in BackendId() 80 BackendId(const char* id) : m_Id{id} {} in BackendId() 91 BackendId(Compute compute) : m_Id{GetComputeDeviceAsCString(compute)} {} in BackendId() 93 operator std::string() const { return m_Id; } in operator std::string() 96 m_Id = other; in operator =() 105 std::swap(temp.m_Id, m_Id); in operator =() 111 return m_Id == other.m_Id; in operator ==() 131 return m_Id < other.m_Id; in operator <() 134 bool IsCpuRef() const { return m_Id == GetComputeDeviceAsCString(Compute::CpuRef); } in IsCpuRef() [all …]
|
/aosp_15_r20/external/armnn/src/armnn/test/ |
H A D | TensorHandleStrategyTest.cpp | 40 : m_Id(id) in TestFactory1() 65 const FactoryId& GetId() const override { return m_Id; } in GetId() 72 FactoryId m_Id = "UninitializedId"; member in TestFactory1 81 : m_Id(id) in TestFactoryImport() 106 const FactoryId& GetId() const override { return m_Id; } in GetId() 113 FactoryId m_Id = "ImporterId"; member in TestFactoryImport 123 const BackendId& GetId() const override { return m_Id; } in GetId() 157 BackendId m_Id = "BackendA"; member in TestBackendA 165 const BackendId& GetId() const override { return m_Id; } in GetId() 195 BackendId m_Id = "BackendB"; member in TestBackendB [all …]
|
/aosp_15_r20/external/armnn/samples/ObjectDetection/src/ |
H A D | DetectedObject.cpp | 20 m_Id(id), in DetectedObject() 28 return m_Id; in GetId() 48 m_Id = id; in SetId()
|
/aosp_15_r20/external/armnn/src/profiling/test/ |
H A D | SendTimelinePacketTests.cpp | 86 CHECK(swTraceMessage.m_Id == 0); 100 CHECK(swTraceMessage.m_Id == 1); 112 CHECK(swTraceMessage.m_Id == 2); 126 CHECK(swTraceMessage.m_Id == 3); 146 CHECK(swTraceMessage.m_Id == 4);
|
/aosp_15_r20/external/armnn/src/armnn/ |
H A D | Layer.hpp | 465 , m_Id(id) in BindableLayer() 469 LayerBindingId GetBindingId() const { return m_Id; }; in GetBindingId() 480 LayerBindingId m_Id; member in armnn::BindableLayer
|
H A D | Profiling.hpp | 83 std::size_t m_Id; member
|
H A D | LoadedNetwork.cpp | 755 , m_Id(id) in TensorPin() 761 LayerBindingId GetBindingId() const { return m_Id; } in GetBindingId() 766 LayerBindingId m_Id; member in armnn::__anonbf472d180511::TensorPin
|
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
H A D | Stylesheet.java | 374 private String m_Id; field in Stylesheet 384 m_Id = v; in setId() 395 return m_Id; in getId()
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/video/ |
H A D | vktVideoBaseDecodeUtils.hpp | 494 return m_Id; in GetId() 524 , m_Id(-1) in VkParserVideoPictureParameters() 539 int32_t m_Id; member in vkt::video::VkParserVideoPictureParameters
|
H A D | vktVideoBaseDecodeUtils.cpp | 3005 m_Id = ++m_currentId; in CreateParametersObject()
|
/aosp_15_r20/external/armnn/samples/ObjectDetection/include/ |
H A D | DetectedObject.hpp | 88 unsigned int m_Id; member in od::DetectedObject
|
/aosp_15_r20/external/armnn/src/backends/cl/ |
H A D | ClTensorHandleFactory.hpp | 23 static const FactoryId m_Id; member in armnn::ClTensorHandleFactory
|
H A D | ClImportTensorHandleFactory.hpp | 26 static const FactoryId m_Id; member in armnn::ClImportTensorHandleFactory
|
/aosp_15_r20/external/armnn/profiling/server/src/timelineDecoder/tests/ |
H A D | TimelineTests.cpp | 130 CHECK(bufferMessage.m_Id == handlerMessage.m_Id);
|
/aosp_15_r20/external/armnn/profiling/common/include/ |
H A D | SwTrace.hpp | 30 uint32_t m_Id; member
|
/aosp_15_r20/external/armnn/profiling/common/src/ |
H A D | SwTrace.cpp | 44 swTraceMessage.m_Id = readDeclId; in ReadSwTraceMessage()
|
/aosp_15_r20/external/armnn/profiling/server/src/timelineDecoder/ |
H A D | TimelineDirectoryCaptureCommandHandler.cpp | 75 body.append(arm::pipe::CentreAlignFormatting(std::to_string(swTraceMessage.m_Id), 12)); in Print()
|
/aosp_15_r20/external/armnn/tests/profiling/gatordmock/tests/ |
H A D | GatordMockTests.cpp | 173 CHECK(bufferMessage.m_Id == handlerMessage.m_Id); in CheckTimelineDirectory()
|
/aosp_15_r20/external/vulkan-validation-layers/layers/ |
H A D | vk_mem_alloc.h | 5751 uint32_t GetId() const { return m_Id; } in GetId() 5777 uint32_t m_Id; variable 5973 uint32_t GetId() const { return m_Id; } in GetId() 5974 void SetId(uint32_t id) { VMA_ASSERT(m_Id == 0); m_Id = id; } in SetId() 5981 uint32_t m_Id; 10991 m_Id(0), in VmaDeviceMemoryBlock() 11009 m_Id = id; in Init() 11251 m_Id(0) in VmaPool_T()
|
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/include/ |
H A D | vk_mem_alloc.h | 5968 uint32_t GetId() const { return m_Id; } in GetId() 6004 uint32_t m_Id; variable 11110 uint32_t GetId() const { return m_Id; } in GetId() 11111 void SetId(uint32_t id) { VMA_ASSERT(m_Id == 0); m_Id = id; } in SetId() 11121 uint32_t m_Id; 11740 m_Id(0), in VmaDeviceMemoryBlock() 11765 m_Id = id; in Init() 13984 m_Id(0), in VmaPool_T()
|
/aosp_15_r20/external/skia/vma_android/include/ |
H A D | vk_mem_alloc.h | 5907 uint32_t GetId() const { return m_Id; } in GetId() 5943 uint32_t m_Id; variable 11084 uint32_t GetId() const { return m_Id; } in GetId() 11085 void SetId(uint32_t id) { VMA_ASSERT(m_Id == 0); m_Id = id; } in SetId() 11095 uint32_t m_Id; 11710 m_Id(0), in VmaDeviceMemoryBlock() 11735 m_Id = id; in Init() 13943 m_Id(0), in VmaPool_T()
|
/aosp_15_r20/out/soong/.intermediates/external/apache-xml/apache-xml/android_common_apex31/withres/ |
D | apache-xml.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/apache-xml.com.android.art.debug_intermediates/ |
D | classes.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/aosp_15_r20/out/soong/.intermediates/external/apache-xml/apache-xml/android_common_apex31/javac/ |
D | apache-xml.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/aosp_15_r20/prebuilts/module_sdk/art/1/java/ |
D | apache-xml.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |