/test/vts/utils/python/mirror/ |
D | native_entity_mirror.py | 105 def GetAttribute(self, attribute_name): member in NativeEntityMirror 170 attribute_spec = self.GetAttribute(attribute_name) 316 if not self.GetAttribute(api_name): 380 arg_msg = self.GetAttribute(api_name)
|
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/test/vts/specification/lib/ndk/bionic/1.0/ |
D | libcV1.vts.h | 29 bool GetAttribute(FunctionSpecificationMessage* func_msg, void** result);
|
/test/vts/drivers/hal/common/include/driver_base/ |
D | DriverBase.h | 73 virtual bool GetAttribute(vts::FunctionSpecificationMessage* /*func_msg*/, in GetAttribute() function
|
/test/vts/compilation_tools/vtsc/test/golden/DRIVER/ |
D | NfcClientCallback.vts.h | 62 bool GetAttribute(FunctionSpecificationMessage* func_msg, void** result);
|
D | Nfc.vts.h | 78 bool GetAttribute(FunctionSpecificationMessage* func_msg, void** result);
|
D | MemoryTest.vts.h | 73 bool GetAttribute(FunctionSpecificationMessage* func_msg, void** result);
|
D | TestMsgQ.vts.h | 86 bool GetAttribute(FunctionSpecificationMessage* func_msg, void** result);
|
D | NfcClientCallback.driver.cpp | 80 bool FuzzerExtended_android_hardware_nfc_V1_0_INfcClientCallback::GetAttribute( in GetAttribute() function in android::vts::FuzzerExtended_android_hardware_nfc_V1_0_INfcClientCallback
|
D | libcV1.driver.cpp | 194 bool FuzzerExtended_libc::GetAttribute( in GetAttribute() function in android::vts::FuzzerExtended_libc
|
D | Bar.vts.h | 172 bool GetAttribute(FunctionSpecificationMessage* func_msg, void** result);
|
D | MemoryTest.driver.cpp | 113 bool FuzzerExtended_android_hardware_tests_memory_V1_0_IMemoryTest::GetAttribute( in GetAttribute() function in android::vts::FuzzerExtended_android_hardware_tests_memory_V1_0_IMemoryTest
|
D | Nfc.driver.cpp | 135 bool FuzzerExtended_android_hardware_nfc_V1_0_INfc::GetAttribute( in GetAttribute() function in android::vts::FuzzerExtended_android_hardware_nfc_V1_0_INfc
|
D | TestMsgQ.driver.cpp | 203 bool FuzzerExtended_android_hardware_tests_msgq_V1_0_ITestMsgQ::GetAttribute( in GetAttribute() function in android::vts::FuzzerExtended_android_hardware_tests_msgq_V1_0_ITestMsgQ
|
D | Bar.driver.cpp | 649 bool FuzzerExtended_android_hardware_tests_bar_V1_0_IBar::GetAttribute( in GetAttribute() function in android::vts::FuzzerExtended_android_hardware_tests_bar_V1_0_IBar
|
/test/vts/drivers/hal/common/include/driver_manager/ |
D | VtsHalDriverManager.h | 116 string GetAttribute(FunctionCallMessage* func_msg);
|
/test/vts/drivers/hal/common/driver_manager/ |
D | VtsHalDriverManager.cpp | 175 string VtsHalDriverManager::GetAttribute(FunctionCallMessage* call_msg) { in GetAttribute() function in android::vts::VtsHalDriverManager 193 if (!driver->GetAttribute(api, &result)) { in GetAttribute()
|
/test/vts/runners/host/tcp_client/ |
D | vts_tcp_client.py | 379 def GetAttribute(self, arg): member in VtsTcpClient
|