Home
last modified time | relevance | path

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

12

/test/suite_harness/common/util/src/com/android/compatibility/common/util/
DBusinessLogicExecutor.java50 public boolean executeCondition(String method, String... args) { in executeCondition()
69 public void executeAction(String method, String... args) { in executeAction()
97 protected abstract String formatExecutionString(String method, String... args); in formatExecutionString()
100 protected static String[] formatArgs(String[] args) { in formatArgs()
125 protected Object invokeMethod(String method, String... args) throws ClassNotFoundException, in invokeMethod()
153 public abstract void logInfo(String format, Object... args); in logInfo()
159 public abstract void logDebug(String format, Object... args); in logDebug()
181 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/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/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DPreconditionPreparer.java114 protected void logInfo(String infoFormat, Object... args) { in logInfo()
126 protected void logWarning(String warningFormat, Object... args) { in logWarning()
138 protected void logError(String errorFormat, Object... args) { in logError()
/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.py69 args='', argument
230 def args(self): member in BinaryTestCase
235 def args(self, args): argument
/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.java184 private void logProgress(String format, Object... args) { in logProgress()
192 private void logMessage(String format, Object... args) { in logMessage()
200 private void log(String format, Object... args) { in log()
DResultReporter.java963 private boolean canMarkDone(String args) { in canMarkDone()
1092 private static void info(String format, Object... args) { in info()
1099 private static void debug(String format, Object... args) { in debug()
1106 private static void warn(String format, Object... args) { in warn()
1113 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.py282 def RunGeneratedTestsMultiThread(self, test_func, settings, args, argument
386 def RunLtpWorker(self, testcases, args, name_func, id): argument
444 def InternalResultReportMultiThread(self, test_name, function, args, argument
/test/vts-testcase/vndk/
Dutils.py38 def Execute(self, *args):
199 def _Test(self, *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-testcase/kernel/ltp/shell_environment/
Dshell_environment.py45 def AddCleanupJob(self, method, *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):

12