/test/suite_harness/common/util/src/com/android/compatibility/common/util/ |
D | BusinessLogicExecutor.java | 46 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()
|
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 | 56 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/ |
D | fastboot.py | 65 def args(self, *args): member in FastbootProxy 69 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/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/ |
D | PreconditionPreparer.java | 103 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/ |
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/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 | 68 args='', argument 228 def args(self): member in BinaryTestCase 233 def args(self, args): member in BinaryTestCase
|
/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 | 180 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()
|
D | ResultReporter.java | 914 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/ |
D | e2e_test.py | 124 args = parser.parse_args() variable
|
/test/vts-testcase/kernel/ltp/ |
D | KernelLtpTest.py | 277 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/ |
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):
|
/test/suite_harness/common/host-side/manifest-generator/src/com/android/compatibility/common/generator/ |
D | ManifestGenerator.java | 41 public static void main(String[] args) { in main()
|