Home
last modified time | relevance | path

Searched defs:GetId (Results 1 – 25 of 120) sorted by relevance

12345

/aosp_15_r20/external/armnn/src/armnn/test/
H A DTensorHandleStrategyTest.cpp65 const FactoryId& GetId() const override { return m_Id; } in GetId() function in TestFactory1
106 const FactoryId& GetId() const override { return m_Id; } in GetId() function in TestFactoryImport
123 const BackendId& GetId() const override { return m_Id; } in GetId() function in TestBackendA
165 const BackendId& GetId() const override { return m_Id; } in GetId() function in TestBackendB
203 const BackendId& GetId() const override { return m_Id; } in GetId() function in TestBackendC
240 const BackendId& GetId() const override { return m_Id; } in GetId() function in TestBackendD
/aosp_15_r20/external/skia/bazel/exporter/build_proto/analysis_v2/
H A Danalysis_v2.pb.go192 func (x *Artifact) GetId() uint32 { func
469 func (x *Target) GetId() uint32 { func
534 func (x *RuleClass) GetId() uint32 { func
599 func (x *AspectDescriptor) GetId() uint32 { func
666 func (x *DepSetOfFiles) GetId() uint32 { func
737 func (x *Configuration) GetId() uint32 { func
1066 func (x *PathFragment) GetId() uint32 { func
/aosp_15_r20/prebuilts/bazel/common/proto/analysis_v2/
Danalysis_v2.pb.go192 func (x *Artifact) GetId() uint32 { func
489 func (x *Target) GetId() uint32 { func
554 func (x *RuleClass) GetId() uint32 { func
619 func (x *AspectDescriptor) GetId() uint32 { func
686 func (x *DepSetOfFiles) GetId() uint32 { func
757 func (x *Configuration) GetId() uint32 { func
1086 func (x *PathFragment) GetId() uint32 { func
/aosp_15_r20/cts/tests/mediapc/requirements/
H A Drequirements.pb.go383 func (x *Requirement) GetId() string { func
588 func (x *RequiredMeasurement) GetId() string { func
674 func (x *RequiredValue) GetId() string { func
/aosp_15_r20/packages/modules/StatsD/statsd/src/config/
DConfigKey.h43 inline int64_t GetId() const { in GetId() function
DConfigKeyWithPackage.h40 inline int64_t GetId() const { in GetId() function
/aosp_15_r20/external/armnn/src/backends/tosaReference/
H A DTosaRefBackend.hpp19 const BackendId& GetId() const override in GetId() function in armnn::TosaRefBackend
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/mockBackend/
H A DMockImportBackend.hpp29 const BackendId& GetId() const override { return GetIdStatic(); } in GetId() function in armnn::MockImportBackend
/aosp_15_r20/external/armnn/src/backends/neon/
H A DNeonBackend.hpp33 const BackendId& GetId() const override { return GetIdStatic(); } in GetId() function in armnn::NeonBackend
/aosp_15_r20/external/armnn/src/backends/reference/
H A DRefBackend.hpp36 const BackendId& GetId() const override { return GetIdStatic(); } in GetId() function in armnn::RefBackend
/aosp_15_r20/external/pigweed/pw_thread/
H A Did_facade_test.cc21 TEST(Id, GetId) { in TEST() argument
/aosp_15_r20/external/cronet/components/metrics/
H A Dmachine_id_provider_win_unittest.cc11 TEST(MachineIdProviderWinTest, GetId) { in TEST() argument
H A Dmachine_id_provider_nonwin_unittest.cc13 TEST(MachineIdProviderNonWinTest, GetId) { in TEST() argument
/aosp_15_r20/external/cronet/base/profiler/
H A Dmodule_cache_unittest.cc52 std::string GetId() const override { return ""; } in GetId() function in base::__anonb379e3a90111::IsolatedModule
80 std::string GetId() const override { return ""; } in GetId() function in base::__anonb379e3a90111::FakeModule
/aosp_15_r20/external/cronet/components/metrics/structured/
H A Dkey_data_provider_prefs.cc27 std::optional<uint64_t> KeyDataProviderPrefs::GetId( in GetId() function in metrics::structured::KeyDataProviderPrefs
H A Dkey_data_provider_file.cc33 std::optional<uint64_t> KeyDataProviderFile::GetId( in GetId() function in metrics::structured::KeyDataProviderFile
/aosp_15_r20/external/webrtc/modules/rtp_rtcp/include/
H A Drtp_header_extension_map.h50 uint8_t GetId(RTPExtensionType type) const { in GetId() function
/aosp_15_r20/external/drm_hwcomposer/drm/
H A DDrmEncoder.h38 auto GetId() const { in GetId() function
H A DDrmCrtc.h41 auto GetId() const { in GetId() function
H A DDrmProperty.h39 auto GetId() const { in GetId() function
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DTestDynamicBackend.cpp62 const armnn::BackendId& GetId() const override in GetId() function in TestDynamicBackend
/aosp_15_r20/external/flatbuffers/tests/MyGame/Example/
H A DAbility.php28 public function GetId() function in MyGame\\Example\\Ability
/aosp_15_r20/external/armnn/samples/ObjectDetection/src/
H A DDetectedObject.cpp26 unsigned int DetectedObject::GetId() const in GetId() function in od::DetectedObject
/aosp_15_r20/external/cronet/components/metrics/structured/test/
H A Dtest_key_data_provider.cc32 std::optional<uint64_t> TestKeyDataProvider::GetId( in GetId() function in metrics::structured::TestKeyDataProvider
/aosp_15_r20/art/test/1973-jni-id-swap-pointer/src/
H A DMain.java34 public static long GetId(Class<?> c, String name) { in GetId() method in Main

12345