/tools/tradefederation/core/tests/src/com/android/tradefed/command/ |
D | CommandSchedulerTest.java | 137 void logEvent(EventType event, Map<String, String> args) { in logEvent() argument 234 String[] args = new String[] {"test"}; in testAddConfig_configHelp() local 249 String[] args = new String[] {"test"}; in testRun_oneConfig() local 268 String[] args = new String[] {"test"}; in testRemoveAllCommands() local 341 String[] args = new String[] { in testExecCommand() local 430 String[] args = new String[] {"test"}; in testRun_oneConfigLoop() local 481 String[] args = new String[] {"test"}; in testRun_configSerial() local 509 String[] args = new String[] {"test"}; in testRun_configExcludeSerial() local 533 String[] args = new String[] {"test"}; in testRun_rescheduled() local 717 private void setCreateConfigExpectations(String[] args, int times) in setCreateConfigExpectations() [all …]
|
D | CommandRunnerTest.java | 95 void initGlobalConfig(String[] args) throws ConfigurationException { in initGlobalConfig() 126 String[] args = { in testRun_noError() local 145 String[] args = { in testRun_deviceUnresponsive() local 167 String[] args = { in testRun_deviceUnavailable() local 189 String[] args = { in testRun_throwable() local 209 String[] args = {FAKE_CONFIG}; in testRun_ConfigError() local 234 String[] args = { in testRun_noDevice() local
|
/tools/acloud/create/ |
D | create.py | 108 def _CheckForAutoconnect(args): argument 154 def _CheckForSetup(args): argument 203 def PreRunCheck(args): argument 213 def Run(args): argument
|
D | create_args.py | 455 def _VerifyLocalArgs(args): argument 498 def _VerifyHostArgs(args): argument 525 def VerifyArgs(args): argument
|
/tools/asuite/atest/ |
D | atest.py | 167 def get_extra_args(args): argument 211 def _get_regression_detection_args(args, results_dir): argument 231 def _validate_exec_mode(args, test_infos, host_tests=None): argument 267 def _validate_tm_tests_exec_mode(args, test_infos): argument 289 def _will_run_tests(args): argument 306 def _has_valid_regression_detection_args(args): argument 346 def _has_valid_test_mapping_args(args): argument 373 def _validate_args(args): argument 574 def _non_action_validator(args): argument 618 def _dry_run_validator(args, results_dir, extra_args, test_infos): argument [all …]
|
/tools/test/connectivity/acts/framework/acts/ |
D | tracelogger.py | 41 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):
|
D | test_decorators.py | 86 def __call__(self, *args, **kwargs): 121 def gather(self, *args, **kwargs): 138 def _gather_local_info(self, gather_into, *args, **kwargs): 181 def __call__(self, *args, **kwargs): 188 def gather(self, *args, **kwargs):
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/ |
D | tako_trace_logger.py | 22 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/tradefederation/core/atest/ |
D | atest.py | 163 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
|
/tools/tradefederation/core/src/com/android/tradefed/config/ |
D | IConfigurationFactory.java | 37 public IConfiguration createConfigurationFromArgs(String[] args) throws ConfigurationException; in createConfigurationFromArgs() 55 public IConfiguration createConfigurationFromArgs(String[] args, List<String> unconsumedArgs) in createConfigurationFromArgs() 76 public IConfiguration createConfigurationFromArgs(String[] args, List<String> unconsumedArgs, in createConfigurationFromArgs() 106 public IGlobalConfiguration createGlobalConfigurationFromArgs(String[] args, in createGlobalConfigurationFromArgs() 135 public void printHelpForConfig(String[] args, boolean importantOnly, PrintStream out); in printHelpForConfig()
|
D | ArgsOptionParser.java | 173 public List<String> parse(String... args) throws ConfigurationException { in parse() 183 public List<String> parse(List<String> args) throws ConfigurationException { in parse() 206 public List<String> parseBestEffort(String... args) { in parseBestEffort() 216 public List<String> parseBestEffort(List<String> args) { in parseBestEffort() 229 public List<String> parseBestEffort(List<String> args, boolean forceContinue) { in parseBestEffort() 293 private boolean parseArg(String arg, ListIterator<String> args, List<String> leftovers) in parseArg() 316 private void parseLongOption(String arg, ListIterator<String> args) in parseLongOption() 373 private void parseGroupedShortOptions(String arg, ListIterator<String> args) in parseGroupedShortOptions() 405 private String grabNextValue(ListIterator<String> args, String name) in grabNextValue() 421 private String grabNextValue(ListIterator<String> args, String name, String detail) in grabNextValue()
|
/tools/asuite/aidegen/ |
D | aidegen_main.py | 97 def _parse_args(args): argument 217 def _launch_native_projects(ide_util_obj, args, cmakelists): argument 279 def _launch_ide_by_module_contents(args, ide_util_obj, jlist=None, clist=None, argument 352 def main_with_message(args): argument 362 def main_without_message(args): argument 420 def aidegen_main(args): argument
|
/tools/loganalysis/src/com/android/loganalysis/util/config/ |
D | ArgsOptionParser.java | 166 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/tradefederation/core/global_configuration/com/android/tradefed/util/hostmetric/ |
D | HeapHostMonitor.java | 49 Map<String, String> args = new HashMap<>(); in dispatch() local 56 void logEvent(Map<String, String> args) { in logEvent() argument
|
/tools/tradefederation/core/tests/src/com/android/tradefed/config/ |
D | SandboxConfigurationFactoryTest.java | 106 String[] args = new String[] {mConfig.getAbsolutePath()}; in testCreateConfigurationFromArgs() local 128 String[] args = new String[] {mConfig.getAbsolutePath()}; in testCreateConfigurationFromArgs_fail() local 170 String[] args = new String[] {mConfig.getAbsolutePath()}; in testCreateConfiguration_runConfig() local
|
D | GlobalConfigurationTest.java | 91 String[] args = {}; in testCreateGlobalConfiguration_empty() local 130 String[] args = {"test-tag", "test"}; in testCreateGlobalConfiguration_nonEmpty() local 160 String[] args = {}; in testCreateGlobalConfiguration_cloneConfigWithFilterByDefault() local 204 String[] args = {}; in testCreateGlobalConfiguration_cloneConfigWithFilter() local 281 String[] args = {"--server-name", "stub", "test-tag", "test"}; in testCreateGlobalConfiguration_configServer() local
|
/tools/tradefederation/core/test_framework/com/android/tradefed/targetprep/ |
D | AoaTargetPreparer.java | 85 (device, args) -> { in ACTIONS.put() argument 95 (device, args) -> { in ACTIONS.put() argument 104 (device, args) -> { in ACTIONS.put() argument 121 (device, args) -> { in ACTIONS.put() argument 181 List<List<String>> args = new ArrayList<>(); in execute() local
|
/tools/tradefederation/core/common_util/com/android/tradefed/log/ |
D | LogUtil.java | 87 public static void v(String format, Object... args) { in v() 109 public static void d(String format, Object... args) { in d() 131 public static void i(String format, Object... args) { in i() 164 public static void w(String format, Object... args) { in w() 186 public static void e(String format, Object... args) { in e() 219 public static void logAndDisplay(LogLevel logLevel, String format, Object... args) { in logAndDisplay() 252 public static void wtf(String format, Object... args) { in wtf()
|
/tools/external_updater/ |
D | notifier.py | 114 def _process_results(args, history, results): argument 139 def send_notification(args): argument 177 def _check_updates(args): argument
|
D | external_updater.py | 155 def check(args): argument 167 def update(args): argument 184 def _do_update(args): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | fastboot.py | 79 def args(self, *args, **kwargs): argument 83 def fastboot_call(*args, **kwargs):
|
/tools/test/connectivity/acts/framework/tests/libs/test_bindings/ |
D | binding_test.py | 39 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/ |
D | OptionsTest.kt | 443 val args = listOf(ARG_NO_COLOR, "--blah-blah-blah") in Test invalid arguments() constant 466 val args = listOf(ARG_NO_COLOR, "--help") in Test help() constant
|
/tools/tradefederation/core/src/com/android/tradefed/sandbox/ |
D | ISandbox.java | 67 IInvocationContext context, IConfiguration nonVersionedConfig, String[] args) in getTradefedSandboxEnvironment() 93 String[] args, IKeyStoreClient keyStoreClient, IRunUtil runUtil, File globalConfig); in createThinLauncherConfig()
|
/tools/tradefederation/core/tests/src/com/android/tradefed/command/remote/ |
D | RemoteManagerFuncTest.java | 255 String[] args = new String[] { in testExecCommand() local 281 String[] args = new String[] { in testConsecutiveExecCommand() local 437 String[] args = new String[] { in testGetLastCommandResult_executing() local 469 String[] args = new String[] { in testGetLastCommandResult_notAvail() local
|