Home
last modified time | relevance | path

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

123456

/tools/acloud/create/
Dcreate_args.py685 def _VerifyLocalArgs(args): argument
731 def _VerifyHostArgs(args): argument
758 def _VerifyGoldfishArgs(args): argument
811 def VerifyArgs(args): argument
Dcreate.py118 def _CheckForAutoconnect(args): argument
164 def _CheckForSetup(args): argument
230 def PreRunCheck(args): argument
240 def Run(args): argument
/tools/asuite/atest/
Datest.py212 def get_extra_args(args): argument
268 def _get_regression_detection_args(args, results_dir): argument
288 def _validate_exec_mode(args, test_infos, host_tests=None): argument
332 def _validate_adb_devices(args, test_infos): argument
358 def _validate_tm_tests_exec_mode(args, test_infos): argument
380 def _will_run_tests(args): argument
397 def _has_valid_regression_detection_args(args): argument
437 def _has_valid_test_mapping_args(args): argument
466 def _validate_args(args): argument
669 def _non_action_validator(args): argument
[all …]
/tools/test/connectivity/acts/framework/acts/
Dtracelogger.py41 def _log_with(self, logging_lambda, trace_level, msg, *args, **kwargs):
45 def exception(self, msg, *args, **kwargs):
48 def debug(self, msg, *args, **kwargs):
51 def error(self, msg, *args, **kwargs):
54 def warn(self, msg, *args, **kwargs):
57 def warning(self, msg, *args, **kwargs):
60 def info(self, msg, *args, **kwargs):
Dtest_decorators.py175 def __call__(self, *args, **kwargs):
183 def _get_signal_from_func_call(self, *args, **kwargs):
219 def gather(self, *args, **kwargs):
236 def _gather_local_info(self, gather_into, *args, **kwargs):
266 def __call__(self, *args, **kwargs):
341 def __call__(self, *args, **kwargs):
348 def gather(self, *args, **kwargs):
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/
Dtako_trace_logger.py22 def __init__(self, *args, **kwargs):
34 def step(self, msg, *args, **kwargs):
38 def device(self, msg, *args, **kwargs):
42 def suite(self, msg, *args, **kwargs):
46 def case(self, msg, *args, **kwargs):
/tools/asuite/atest-py2/
Datest.py163 def get_extra_args(args): argument
207 def _get_regression_detection_args(args, results_dir): argument
227 def _validate_exec_mode(args, test_infos, host_tests=None): argument
263 def _validate_tm_tests_exec_mode(args, test_infos): argument
285 def _will_run_tests(args): argument
299 def _has_valid_regression_detection_args(args): argument
336 def _has_valid_test_mapping_args(args): argument
363 def _validate_args(args): argument
566 def main(argv, results_dir, args): argument
Datest_execution_info.py164 def has_non_test_options(args): argument
223 def __init__(self, args, work_dir, args_ns): argument
265 def _generate_execution_detail(args): argument
/tools/loganalysis/src/com/android/loganalysis/util/config/
DArgsOptionParser.java166 public List<String> parse(String... args) throws ConfigurationException { in parse()
176 public List<String> parse(List<String> args) throws ConfigurationException { in parse()
193 private List<String> parseOptions(ListIterator<String> args) throws ConfigurationException { in parseOptions()
222 private void parseLongOption(String arg, ListIterator<String> args) in parseLongOption()
260 private void parseGroupedShortOptions(String arg, ListIterator<String> args) in parseGroupedShortOptions()
291 private String grabNextValue(ListIterator<String> args, String name) in grabNextValue()
307 private String grabNextValue(ListIterator<String> args, String name, String detail) in grabNextValue()
/tools/platform-compat/java/com/android/annotationvisitor/
DAnnotatedClassContext.java43 private String buildReportString(String message, Object... args) { in buildReportString()
52 public void reportError(String message, Object... args) { in reportError()
57 public void reportWarning(String message, Object... args) { in reportWarning()
DAnnotatedMemberContext.java48 private String buildReportString(String message, Object... args) { in buildReportString()
58 public void reportError(String message, Object... args) { in reportError()
63 public void reportWarning(String message, Object... args) { in reportWarning()
DStatus.java36 public void debug(String msg, Object... args) { in debug()
48 public void error(String message, Object... args) { in error()
54 public void warning(String message, Object... args) { in warning()
DStatusReporter.java24 void reportError(String message, Object... args); in reportError()
30 void reportWarning(String message, Object... args); in reportWarning()
/tools/asuite/aidegen/
Daidegen_main.py100 def _parse_args(args): argument
229 def _launch_native_projects(ide_util_obj, args, cmakelists): argument
268 def _launch_ide_by_module_contents(args, ide_util_obj, language, argument
459 def main_with_message(args): argument
469 def main_without_message(args): argument
544 def aidegen_main(args): argument
/tools/test/connectivity/acts/framework/acts/controllers/
Dfastboot.py79 def args(self, *args, **kwargs): member in FastbootProxy
83 def fastboot_call(*args, **kwargs):
/tools/external_updater/
Dnotifier.py138 def _process_results(args, history, results): argument
163 def send_notification(args): argument
204 def _check_updates(args): argument
/tools/test/connectivity/acts/framework/tests/libs/test_bindings/
Dbinding_test.py39 def inner(*args, **kwargs):
55 def inner(*args, **kwargs):
67 def inner(*args, **kwargs):
105 def arg_modifier(_, *args, **kwargs):
111 def inner(*args, **kwargs):
/tools/metalava/src/test/java/com/android/tools/metalava/
DOptionsTest.kt414 val args = listOf(ARG_NO_COLOR, "--blah-blah-blah") in Test invalid arguments() constant
438 val args = listOf(ARG_NO_COLOR, "--help") in Test help() constant
/tools/acloud/hostcleanup/
Dhostcleanup.py20 def Run(args): argument
/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
Drpc_client.py118 def rpc(self, name, *args, **kwargs):
125 def rpc_call(*args, **kwargs):
231 def rpc(self, method, *args, timeout=None, retries=3):
352 def rpc_call(*args, **kwargs):
/tools/test/connectivity/acts/framework/acts/event/
Dsubscription_handle.py58 def _wrapped_call(*args, **kwargs):
65 def __call__(self, *args, **kwargs):
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/test_actions/
Dbase_test_actions.py35 def timed(self, *args, **kw):
149 def __exit__(self, *args):
152 def _perform_action(self, action_name, *args, **kwargs):
/tools/test/connectivity/acts/framework/acts/bin/
Dmonsoon.py25 def main(args): argument
/tools/security/remote_provisioning/cert_validator/src/
Dbcc_main.rs22 let args = app.get_matches(); in main() localVariable
/tools/asuite/aidegen/lib/
Dsingleton.py35 def __call__(cls, *args, **kwds):

123456