| /test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
| D | BusinessLogicExecutor.java | 52 public boolean executeCondition(String method, String... args) { in executeCondition() 71 public void executeAction(String method, String... args) { in executeAction() 99 protected abstract String formatExecutionString(String method, String... args); in formatExecutionString() 102 protected String[] formatArgs(String[] args) { in formatArgs() 129 protected Object invokeMethod(String method, String... args) throws ClassNotFoundException, in invokeMethod() 157 public abstract void logInfo(String format, Object... args); in logInfo() 163 public abstract void logDebug(String format, Object... args); in logDebug() 185 String... args) throws ClassNotFoundException; in getResolvedMethod()
|
| D | KeyValueArgsParser.java | 30 public static HashMap<String, String> parse(String[] args) { in parse()
|
| /test/suite_harness/common/host-side/util/src/com/android/compatibility/common/util/ |
| D | BusinessLogicHostExecutor.java | 58 public void logInfo(String format, Object... args) { in logInfo() 66 public void logDebug(String format, Object... args) { in logDebug() 74 protected String formatExecutionString(String method, String... args) { in formatExecutionString() 82 protected ResolvedMethod getResolvedMethod(Class cls, String methodName, String... args) in getResolvedMethod()
|
| /test/vts/utils/python/controllers/ |
| D | fastboot.py | 79 def args(self, *args): argument 83 def fastboot_call(*args):
|
| D | android.py | 112 def _rpc(self, method, *args): 131 def rpc_call(*args):
|
| /test/vti/test_serving/gae/webapp/src/handlers/ |
| D | base.py | 125 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/ |
| D | test_framework_instrumentation_event.py | 235 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/ |
| D | cmd_utils.py | 36 *args): 103 def ExecuteOneShellCommand(cmd, timeout=None, callback_on_timeout=None, *args):
|
| D | timeout_utils.py | 50 def wrapper(*args, **kwargs):
|
| /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ |
| D | PreconditionPreparer.java | 114 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/ |
| D | native_entity_mirror.py | 181 def __getattr__(self, api_name, *args, **kwargs): 190 def RemoteCall(*args, **kwargs): 305 def MessageGenerator(*args, **kwargs):
|
| /test/vts/utils/python/io/ |
| D | capture_printout.py | 37 def __exit__(self, *args):
|
| /test/vts/testcases/template/binary_test/ |
| D | binary_test_case.py | 69 args='', argument 230 def args(self): member in BinaryTestCase 235 def args(self, args): argument
|
| /test/framework/harnesses/host_controller/utils/usb/ |
| D | usb_utils.py | 98 def ResetUsbDeviceOfSerial_Callback(*args):
|
| /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/ |
| D | ConsoleReporter.java | 184 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()
|
| D | ResultReporter.java | 964 private boolean canMarkDone(String args) { in canMarkDone() 1093 private static void info(String format, Object... args) { in info() 1100 private static void debug(String format, Object... args) { in debug() 1107 private static void warn(String format, Object... args) { in warn() 1114 private static void log(LogLevel level, String format, Object... args) { in log()
|
| /test/vti/test_serving/gae/testing/ |
| D | e2e_test.py | 124 args = parser.parse_args() variable
|
| /test/vts-testcase/kernel/ltp/ |
| D | KernelLtpTest.py | 282 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/ |
| D | utils.py | 38 def Execute(self, *args): 199 def _Test(self, *args):
|
| /test/vts-testcase/kernel/ltp/shell_environment/ |
| D | shell_environment.py | 45 def AddCleanupJob(self, method, *args):
|
| /test/vts/runners/host/ |
| D | signals.py | 33 def wrapper(*args, **kwargs):
|
| D | asserts.py | 78 def assertRaises(expected_exception, extras=None, *args, **kwargs): 101 *args,
|
| /test/vts/testcases/vts_selftest/manual_tests/shell_performance/ |
| D | VtsSelfTestShellPerformance.py | 67 def Measure(self, func, *args):
|
| /test/vts/compilation_tools/vtsc/test/golden/PROFILER/ |
| D | NfcClientCallback.profiler.cpp | 18 std::vector<void *> *args __attribute__((__unused__))) { in HIDL_INSTRUMENTATION_FUNCTION_android_hardware_nfc_V1_0_INfcClientCallback()
|
| /test/framework/harnesses/host_controller/command_processor/ |
| D | command_device_test.py | 30 def cmd_util_side_effect(value, timeout=0, callback_on_timeout=None, *args):
|