Home
last modified time | relevance | path

Searched defs:method (Results 1 – 11 of 11) sorted by relevance

/test/vts-testcase/kernel/ltp/shell_environment/
Dshell_environment.py45 def AddCleanupJob(self, method, *args): argument
/test/vts/compilation_tools/vtsc/test/golden/PROFILER/
DNfcClientCallback.profiler.cpp17 const char* method __attribute__((__unused__)), in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfcClientCallback()
DMemoryTest.profiler.cpp20 const char* method __attribute__((__unused__)), in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
DNfc.profiler.cpp17 const char* method __attribute__((__unused__)), in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
DTestMsgQ.profiler.cpp25 const char* method __attribute__((__unused__)), in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_msgq_V1_0_ITestMsgQ()
DBar.profiler.cpp28 const char* method __attribute__((__unused__)), in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_bar_V1_0_IBar()
/test/cts-root/hostsidetests/packageinstaller/src/com/android/cts_root/packageinstaller/host/
DSessionCleanUpHostTest.java77 private void run(String method) throws Exception { in run()
/test/vts/utils/python/controllers/
Dandroid.py112 def _rpc(self, method, *args): argument
/test/vts-testcase/kernel/ltp/shell_environment/definitions/base_definitions/
Dcheck_setup_cleanup.py103 def InternalCall(self, method): argument
/test/cts-root/hostsidetests/rollback/src/com/android/cts_root/rollback/host/
DRollbackManagerHostTest.java81 private void run(String method) throws Exception { in run()
/test/vts/compilation_tools/vtsc/code_gen/profiler/
DHalHidlProfilerCodeGen.cpp363 Formatter& out, const FunctionSpecificationMessage& method) { in GenerateProfilerForMethod()