/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/test/connectivity/acts/framework/acts/ |
D | tracelogger.py | 44 def _log_with(self, logging_lambda, trace_level, msg, *args, **kwargs): 48 def exception(self, msg, *args, **kwargs): 51 def debug(self, msg, *args, **kwargs): 54 def error(self, msg, *args, **kwargs): 57 def warn(self, msg, *args, **kwargs): 60 def warning(self, msg, *args, **kwargs): 63 def info(self, msg, *args, **kwargs): 71 def __init__(self, *args, **kwargs): 83 def step(self, msg, *args, **kwargs): 87 def device(self, msg, *args, **kwargs): [all …]
|
D | test_decorators.py | 163 def __call__(self, *args, **kwargs): 200 def gather(self, *args, **kwargs): 217 def _gather_local_info(self, gather_into, *args, **kwargs): 260 def __call__(self, *args, **kwargs): 267 def gather(self, *args, **kwargs):
|
/tools/asuite/atest/ |
D | atest.py | 78 def _run_multi_proc(func, *args, **kwargs): 163 def get_extra_args(args): argument 208 def _get_regression_detection_args(args, results_dir): argument 228 def _validate_exec_mode(args, test_infos, host_tests=None): argument 264 def _validate_tm_tests_exec_mode(args, test_infos): argument 286 def _will_run_tests(args): argument 303 def _has_valid_regression_detection_args(args): argument 343 def _has_valid_test_mapping_args(args): argument 370 def _validate_args(args): argument 571 def _non_action_validator(args): argument [all …]
|
/tools/acloud/create/ |
D | create.py | 112 def _CheckForAutoconnect(args): argument 158 def _CheckForSetup(args): argument 208 def PreRunCheck(args): argument 218 def Run(args): argument
|
D | create_args.py | 484 def _VerifyLocalArgs(args): argument 527 def _VerifyHostArgs(args): argument 554 def VerifyArgs(args): argument
|
/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 226 def _launch_native_projects(ide_util_obj, args, cmakelists): argument 287 def _launch_ide_by_module_contents(args, ide_util_obj, jlist=None, clist=None, argument 366 def main_with_message(args): argument 376 def main_without_message(args): argument 443 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/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/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/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 | 115 def _process_results(args, history, results): argument 140 def send_notification(args): argument 180 def _check_updates(args): argument
|
/tools/test/connectivity/acts/framework/acts/controllers/ |
D | fastboot.py | 79 def args(self, *args, **kwargs): member in FastbootProxy 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/repohooks/rh/ |
D | config.py | 48 def _check_args(name, cnt_min, cnt_max, args): argument 58 def options(self, section, *args): 73 def get(self, section, option, *args): 83 def items(self, section, *args):
|
/tools/metalava/src/test/java/com/android/tools/metalava/ |
D | OptionsTest.kt | 448 val args = listOf(ARG_NO_COLOR, "--blah-blah-blah") in Test invalid arguments() constant 471 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()
|
D | SandboxConfigUtil.java | 57 String classpath, IRunUtil runUtil, String[] args, DumpCmd dump, File globalConfig) in dumpConfigForVersion() 121 File rootDir, IRunUtil runUtil, String[] args, DumpCmd dump, File globalConfig) in dumpConfigForVersion()
|
/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
|