Home
last modified time | relevance | path

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

123456

/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandSchedulerTest.java138 void logEvent(EventType event, Map<String, String> args) { in logEvent() argument
231 String[] args = new String[] {"test"}; in testAddConfig_configHelp() local
246 String[] args = new String[] {"test"}; in testAddConfig_configJsonHelp() local
260 String[] args = new String[] {"test"}; in testRun_oneConfig() local
279 String[] args = new String[] {"test"}; in testRemoveAllCommands() local
352 String[] args = new String[] { in testExecCommand() local
424 String[] args = new String[] {"test"}; in testRun_oneConfigLoop() local
483 String[] args = new String[] {"test"}; in testRun_fatalError() local
509 String[] args = new String[] {"test"}; in testRun_configSerial() local
537 String[] args = new String[] {"test"}; in testRun_configExcludeSerial() local
[all …]
DCommandRunnerTest.java95 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/tests/libs/test_bindings/
Dbinding_test.py39 def inner(*args, **kwargs):
55 def inner(*args, **kwargs):
67 def inner(*args, **kwargs):
79 def inner(*args, **kwargs):
91 def inner(*args, **kwargs):
105 def arg_modifier(inner, *args, **kwargs):
111 def inner(*args, **kwargs):
129 def before(*args, **kwargs):
132 def inner(*args, **kwargs):
148 def after(*args, **kwargs):
[all …]
/tools/acloud/create/
Dcreate.py99 def _CheckForAutoconnect(args): argument
145 def _CheckForSetup(args): argument
189 def PreRunCheck(args): argument
199 def Run(args): argument
Davd_spec.py92 def __init__(self, args): argument
151 def _ProcessArgs(self, args): argument
165 def _ProcessImageArgs(self, args): argument
224 def _ProcessHWPropertyArgs(self, args): argument
245 def _ProcessMiscArgs(self, args): argument
291 def _ProcessLocalImageArgs(self, args): argument
385 def _ProcessRemoteBuildArgs(self, args): argument
466 def _GetBuildTarget(self, args): argument
/tools/test/connectivity/acts/framework/acts/
Dtracelogger.py67 def _log_with(self, logging_lambda, trace_level, msg, *args, **kwargs):
98 def exception(self, msg, *args, **kwargs):
101 def debug(self, msg, *args, **kwargs):
104 def error(self, msg, *args, **kwargs):
107 def warn(self, msg, *args, **kwargs):
110 def warning(self, msg, *args, **kwargs):
113 def info(self, msg, *args, **kwargs):
124 def __init__(self, *args, **kwargs):
136 def step(self, msg, *args, **kwargs):
140 def device(self, msg, *args, **kwargs):
[all …]
Dtest_decorators.py86 def __call__(self, *args, **kwargs):
119 def gather(self, *args, **kwargs):
136 def _gather_local_info(self, gather_into, *args, **kwargs):
179 def __call__(self, *args, **kwargs):
186 def gather(self, *args, **kwargs):
/tools/tradefederation/core/src/com/android/tradefed/config/
DIConfigurationFactory.java36 public IConfiguration createConfigurationFromArgs(String[] args) throws ConfigurationException; in createConfigurationFromArgs()
54 public IConfiguration createConfigurationFromArgs(String[] args, List<String> unconsumedArgs) in createConfigurationFromArgs()
75 public IConfiguration createConfigurationFromArgs(String[] args, List<String> unconsumedArgs, in createConfigurationFromArgs()
91 public IGlobalConfiguration createGlobalConfigurationFromArgs(String[] args, in createGlobalConfigurationFromArgs()
120 public void printHelpForConfig(String[] args, boolean importantOnly, PrintStream out); in printHelpForConfig()
DArgsOptionParser.java173 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/tradefederation/core/atest/
Datest.py131 def get_extra_args(args): argument
167 def _get_regression_detection_args(args, results_dir): argument
187 def _validate_exec_mode(args, test_infos, host_tests=None): argument
223 def _validate_tm_tests_exec_mode(args, test_infos): argument
245 def _will_run_tests(args): argument
259 def _has_valid_regression_detection_args(args): argument
296 def _has_valid_test_mapping_args(args): argument
323 def _validate_args(args): argument
/tools/asuite/aidegen/
Daidegen_main.py100 def _parse_args(args): argument
180 def _get_ide_util_instance(args): argument
202 def _check_skip_build(args): argument
310 def main_with_message(args): argument
320 def main_without_message(args): argument
368 def aidegen_main(args): argument
/tools/metalava/src/test/java/com/android/tools/metalava/
DOptionsTest.kt360 val args = listOf(ARG_NO_COLOR, "--blah-blah-blah") in Test invalid arguments() constant
383 val args = listOf(ARG_NO_COLOR, "--help") in Test help() constant
/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/test/connectivity/acts/framework/acts/libs/metrics/
Dbindings.py28 def _arg_modifier(inner, *args, **kwargs):
46 def _before(inner, instance, *args, **kwargs):
51 def _after(inner, result, *args, **kwargs):
88 def _before(inner, *args, **kwargs):
91 def _after(inner, result, *args, **kwargs):
/tools/external_updater/
Dnotifier.py97 def _process_results(args, history, results): argument
122 def send_notification(args): argument
160 def _check_updates(args): argument
Dexternal_updater.py151 def check(args): argument
163 def update(args): argument
180 def _do_update(args): argument
/tools/tradefederation/core/src/com/android/tradefed/util/hostmetric/
DHeapHostMonitor.java49 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/
DSandboxConfigurationFactoryTest.java105 String[] args = new String[] {mConfig.getAbsolutePath()}; in testCreateConfigurationFromArgs() local
127 String[] args = new String[] {mConfig.getAbsolutePath()}; in testCreateConfigurationFromArgs_fail() local
169 String[] args = new String[] {mConfig.getAbsolutePath()}; in testCreateConfiguration_runConfig() local
DGlobalConfigurationTest.java90 String[] args = {}; in testCreateGlobalConfiguration_empty() local
129 String[] args = {"test-tag", "test"}; in testCreateGlobalConfiguration_nonEmpty() local
159 String[] args = {}; in testCreateGlobalConfiguration_cloneConfigWithFilterByDefault() local
203 String[] args = {}; in testCreateGlobalConfiguration_cloneConfigWithFilter() local
275 String[] args = {"--server-name", "stub", "test-tag", "test"}; in testCreateGlobalConfiguration_configServer() local
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DAoaTargetPreparer.java104 (device, args) -> { in ACTIONS.put() argument
112 (device, args) -> { in ACTIONS.put() argument
127 (device, args) -> { in ACTIONS.put() argument
192 List<List<String>> args = new ArrayList<>(); in execute() local
/tools/tradefederation/core/src/com/android/tradefed/log/
DLogUtil.java90 public static void v(String format, Object... args) { in v()
112 public static void d(String format, Object... args) { in d()
134 public static void i(String format, Object... args) { in i()
167 public static void w(String format, Object... args) { in w()
189 public static void e(String format, Object... args) { in e()
222 public static void logAndDisplay(LogLevel logLevel, String format, Object... args) { in logAndDisplay()
255 public static void wtf(String format, Object... args) { in wtf()
/tools/test/connectivity/acts/framework/acts/controllers/
Dfastboot.py79 def args(self, *args, **kwargs): argument
83 def fastboot_call(*args, **kwargs):
/tools/tradefederation/core/src/com/android/tradefed/command/
DICommandScheduler.java77 public boolean addCommand(String[] args) throws ConfigurationException; in addCommand()
102 public boolean addCommand(String[] args, long totalExecTime) throws ConfigurationException; in addCommand()
113 public void execCommand(IScheduledInvocationListener listener, String[] args) in execCommand()
126 String[] args) throws ConfigurationException; in execCommand()
139 IInvocationContext context, IScheduledInvocationListener listener, String[] args) in execCommand()
/tools/repohooks/rh/
Dconfig.py48 def _check_args(name, cnt_min, cnt_max, args): argument
55 def options(self, section, *args):
70 def get(self, section, option, *args):
80 def items(self, section, *args):
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DISandbox.java67 IInvocationContext context, IConfiguration nonVersionedConfig, String[] args) in getTradefedSandboxEnvironment()
93 String[] args, IKeyStoreClient keyStoreClient, IRunUtil runUtil, File globalConfig); in createThinLauncherConfig()

123456