Home
last modified time | relevance | path

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

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DBusinessLogicExecutor.java46 public boolean executeCondition(String method, String... args) { in executeCondition()
65 public void executeAction(String method, String... args) { in executeAction()
93 protected abstract String formatExecutionString(String method, String... args); in formatExecutionString()
103 protected Object invokeMethod(String method, String... args) throws ClassNotFoundException, in invokeMethod()
185 public ResolvedMethod(Method method) { in ResolvedMethod()
/test/framework/harnesses/host_controller/build/
Dbuild_provider_pab.py214 def CallBuildsvc(self, method, params, account_id): argument
273 method=GET, argument
361 def GetLatestBuildId(self, account_id, branch, target, method=GET): argument
400 self, account_id, build_id, branch, target, method=POST): argument
438 method=GET): argument
522 method=GET, argument
604 method=GET, argument
/test/vti/test_serving/gae/frontend/src/app/model/
Dfilter_item.ts20 method: FilterCondition; property in FilterItem
/test/framework/harnesses/host_controller/command_processor/
Dcommand_build.py46 def UpdateBuild(self, account_id, branch, targets, artifact_type, method, argument
119 method, userinfo_file, noauth_local_webserver, argument
Dcommand_config.py52 def UpdateConfig(self, account_id, branch, targets, config_type, method, argument
82 def FetchConfig(self, account_id, branch, target, config_type, method): argument
168 def UpdateConfigLoop(self, account_id, branch, target, config_type, method, argument
/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/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DBusinessLogicHostExecutor.java72 protected String formatExecutionString(String method, String... args) { in formatExecutionString()
/test/vts/utils/python/controllers/
Dandroid.py112 def _rpc(self, method, *args): argument
/test/suite_harness/tools/dex-tools/test/dex/reader/
DDexFileReaderTests.java99 DexMethod method = getMethod(clazz, "publicStringMethodInt", "I"); in testT0() local
330 DexMethod method = getMethod(A, "m", "I"); in testParameterAnnotation() local
/test/vts-testcase/kernel/ltp/shell_environment/definitions/base_definitions/
Dcheck_setup_cleanup.py103 def InternalCall(self, method): argument
/test/suite_harness/tools/dex-tools/src/dex/reader/
DDexClassImpl.java291 EncodedMethod method = null; in getDexMethods() local
/test/vts/compilation_tools/vtsc/code_gen/profiler/
DHalHidlProfilerCodeGen.cpp363 Formatter& out, const FunctionSpecificationMessage& method) { in GenerateProfilerForMethod()