Home
last modified time | relevance | path

Searched defs:args (Results 1 – 25 of 46) sorted by relevance

12

/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()
131 public abstract void logInfo(String format, Object... args); in logInfo()
137 public abstract void logDebug(String format, Object... args); in logDebug()
159 String... args) throws ClassNotFoundException; in getResolvedMethod()
DKeyValueArgsParser.java30 public static HashMap<String, String> parse(String[] args) { in parse()
/test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/
DBusinessLogicHostExecutor.java56 public void logInfo(String format, Object... args) { in logInfo()
64 public void logDebug(String format, Object... args) { in logDebug()
72 protected String formatExecutionString(String method, String... args) { in formatExecutionString()
80 protected ResolvedMethod getResolvedMethod(Class cls, String methodName, String... args) in getResolvedMethod()
/test/vts/utils/python/controllers/
Dfastboot.py65 def args(self, *args): member in FastbootProxy
69 def fastboot_call(*args):
Dandroid.py112 def _rpc(self, method, *args):
131 def rpc_call(*args):
/test/vti/test_serving/gae/webapp/src/handlers/
Dbase.py125 def get(self, *args, **kwargs):
129 def post(self, *args, **kwargs):
133 def put(self, *args, **kwargs):
137 def delete(self, *args, **kwargs):
141 def head(self, *args, **kwargs):
/test/vts/utils/python/instrumentation/
Dtest_framework_instrumentation_event.py235 def LogD(self, *args):
239 def LogI(self, *args):
243 def LogW(self, *args):
247 def LogE(self, *args):
251 def _Log(self, log_func, *args):
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DPreconditionPreparer.java103 protected void logInfo(String infoFormat, Object... args) { in logInfo()
115 protected void logWarning(String warningFormat, Object... args) { in logWarning()
127 protected void logError(String errorFormat, Object... args) { in logError()
/test/vts/utils/python/common/
Dcmd_utils.py36 *args):
103 def ExecuteOneShellCommand(cmd, timeout=None, callback_on_timeout=None, *args):
Dtimeout_utils.py50 def wrapper(*args, **kwargs):
/test/vts/utils/python/mirror/
Dnative_entity_mirror.py181 def __getattr__(self, api_name, *args, **kwargs):
190 def RemoteCall(*args, **kwargs):
305 def MessageGenerator(*args, **kwargs):
/test/vts/utils/python/io/
Dcapture_printout.py37 def __exit__(self, *args):
/test/vts/testcases/template/binary_test/
Dbinary_test_case.py68 args='', argument
228 def args(self): member in BinaryTestCase
233 def args(self, args): member in BinaryTestCase
/test/framework/harnesses/host_controller/utils/usb/
Dusb_utils.py98 def ResetUsbDeviceOfSerial_Callback(*args):
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DConsoleReporter.java180 private void logProgress(String format, Object... args) { in logProgress()
188 private void logMessage(String format, Object... args) { in logMessage()
196 private void log(String format, Object... args) { in log()
DResultReporter.java914 private boolean canMarkDone(String args) { in canMarkDone()
1043 private static void info(String format, Object... args) { in info()
1050 private static void debug(String format, Object... args) { in debug()
1057 private static void warn(String format, Object... args) { in warn()
1064 private static void log(LogLevel level, String format, Object... args) { in log()
/test/vti/test_serving/gae/testing/
De2e_test.py124 args = parser.parse_args() variable
/test/vts-testcase/kernel/ltp/
DKernelLtpTest.py277 def RunGeneratedTestsMultiThread(self, test_func, settings, args, argument
381 def RunLtpWorker(self, testcases, args, name_func, id): argument
439 def InternalResultReportMultiThread(self, test_name, function, args, argument
/test/vts-testcase/kernel/ltp/shell_environment/
Dshell_environment.py45 def AddCleanupJob(self, method, *args):
/test/vts/runners/host/
Dsignals.py33 def wrapper(*args, **kwargs):
Dasserts.py78 def assertRaises(expected_exception, extras=None, *args, **kwargs):
101 *args,
/test/vts/testcases/vts_selftest/manual_tests/shell_performance/
DVtsSelfTestShellPerformance.py67 def Measure(self, func, *args):
/test/vts/compilation_tools/vtsc/test/golden/PROFILER/
DNfcClientCallback.profiler.cpp18 std::vector<void *> *args __attribute__((__unused__))) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfcClientCallback()
/test/framework/harnesses/host_controller/command_processor/
Dcommand_device_test.py30 def cmd_util_side_effect(value, timeout=0, callback_on_timeout=None, *args):
/test/suite_harness/common/host-side/manifest-generator/src/com/android/compatibility/common/generator/
DManifestGenerator.java41 public static void main(String[] args) { in main()

12