Home
last modified time | relevance | path

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

/test/vti/test_serving/gae/frontend/src/app/model/
Dfilter_item.ts20 method: FilterCondition; property in FilterItem
/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()
DNfc.profiler.cpp17 const char* method __attribute__((__unused__)), in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfc()
DMemoryTest.profiler.cpp20 const char* method __attribute__((__unused__)), in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_tests_memory_V1_0_IMemoryTest()
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/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/vts/compilation_tools/vtsc/code_gen/profiler/
DHalHidlProfilerCodeGen.cpp363 Formatter& out, const FunctionSpecificationMessage& method) { in GenerateProfilerForMethod()