Home
last modified time | relevance | path

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

1234567891011

/tools/tradefederation/core/javatests/com/android/tradefed/command/
DCommandSchedulerTest.java175 void logEvent(EventType event, Map<String, String> args) { in logEvent() argument
253 String[] args = new String[] {"test"}; in testAddConfig_configHelp() local
272 String[] args = new String[] {"test"}; in testRun_oneConfig() local
301 String[] args = new String[] {"test"}; in testRemoveAllCommands() local
706 private void setCreateConfigExpectations(String[] args) throws ConfigurationException { in setCreateConfigExpectations()
729 String[] args = new String[] {"test"}; in testDeviceReleased() local
760 String[] args = new String[] {"test"}; in testDeviceReleasedEarly() local
816 String[] args = new String[] {"test"}; in testDeviceReleasedEarly_conflict() local
871 String[] args = new String[] {"test"}; in testDeviceReleased_unavailable() local
896 String[] args = new String[] {"test"}; in testDeviceReleased_unavailableMulti() local
[all …]
DCommandRunnerTest.java120 void initGlobalConfig(String[] args) throws ConfigurationException { in initGlobalConfig()
173 String[] args = { in testRun_noError() local
193 String[] args = { in testRun_deviceUnresponsive() local
216 String[] args = { in testRun_deviceUnavailable() local
239 String[] args = { in testRun_throwable() local
260 String[] args = {FAKE_CONFIG}; in testRun_ConfigError() local
285 String[] args = { in testRun_noDevice() local
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/
DOptionsTest.kt38 val args = listOf(ARG_NO_COLOR, "--api-class-resolution", "foo") in Test invalid value() constant
57 val args = listOf(ARG_NO_COLOR, "--help") in Test help() constant
107 val args = listOf(ARG_NO_COLOR, "--version") in Test version() constant
/tools/tradefederation/core/javatests/com/android/tradefed/config/remote/
DGcsRemoteFileResolverTest.java70 RemoteFileResolverArgs args = new RemoteFileResolverArgs(); in testResolve() local
90 RemoteFileResolverArgs args = new RemoteFileResolverArgs(); in testResolveWithTimeout() local
111 RemoteFileResolverArgs args = new RemoteFileResolverArgs(); in testResolve_error() local
145 RemoteFileResolverArgs args = new RemoteFileResolverArgs(); in testResolve_unzip() local
186 RemoteFileResolverArgs args = new RemoteFileResolverArgs(); in testResolve_notZip() local
221 RemoteFileResolverArgs args = new RemoteFileResolverArgs(); in testResolve_notZip_parallel() local
DHttpRemoteFileResolverTest.java56 RemoteFileResolverArgs args = new RemoteFileResolverArgs(); in testResolve() local
78 RemoteFileResolverArgs args = new RemoteFileResolverArgs(); in testResolve_error() local
/tools/acloud/create/
Dcreate.py120 def _CheckForAutoconnect(args): argument
166 def _CheckForSetup(args): argument
232 def PreRunCheck(args): argument
242 def Run(args): argument
Dcreate_args.py838 def _VerifyLocalArgs(args): argument
884 def _VerifyHostArgs(args): argument
920 def _VerifyGoldfishArgs(args): argument
980 def VerifyArgs(args): argument
/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/tradefederation/core/src/com/android/tradefed/config/
DIConfigurationFactory.java38 public IConfiguration createConfigurationFromArgs(String[] args) throws ConfigurationException; in createConfigurationFromArgs()
56 public IConfiguration createConfigurationFromArgs(String[] args, List<String> unconsumedArgs) in createConfigurationFromArgs()
77 public IConfiguration createConfigurationFromArgs(String[] args, List<String> unconsumedArgs, in createConfigurationFromArgs()
110 public IGlobalConfiguration createGlobalConfigurationFromArgs(String[] args, in createGlobalConfigurationFromArgs()
139 public void printHelpForConfig(String[] args, boolean importantOnly, PrintStream out); in printHelpForConfig()
DArgsOptionParser.java184 public List<String> parse(String... args) throws ConfigurationException { in parse()
194 public List<String> parse(List<String> args) throws ConfigurationException { in parse()
217 public List<String> parseBestEffort(String... args) { in parseBestEffort()
227 public List<String> parseBestEffort(List<String> args) { in parseBestEffort()
240 public List<String> parseBestEffort(List<String> args, boolean forceContinue) { in parseBestEffort()
304 private boolean parseArg(String arg, ListIterator<String> args, List<String> leftovers) in parseArg()
327 private void parseLongOption(String arg, ListIterator<String> args) in parseLongOption()
419 private void parseGroupedShortOptions(String arg, ListIterator<String> args) in parseGroupedShortOptions()
454 private String grabNextValue(ListIterator<String> args, String name) in grabNextValue()
470 private String grabNextValue(ListIterator<String> args, String name, String detail) in grabNextValue()
/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()
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()
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()
DStatusReporter.java24 void reportError(String message, Object... args); in reportError()
30 void reportWarning(String message, Object... args); in reportWarning()
/tools/tradefederation/core/aoa_helper/src/com/android/helper/aoa/
DUsbException.java24 public UsbException(@Nullable String template, @Nullable Object... args) { in UsbException()
25 super(String.format(String.valueOf(template), args)); in UsbException() local
/tools/metalava/metalava/src/test/java/com/android/tools/metalava/cli/common/
DMetalavaCommandTest.kt43 val args = listOf(ARG_NO_COLOR, "@invalid.file") in Test error handling when invalid command line() constant
86 val args = listOf(ARG_NO_COLOR, "@${file.path}") in Test error handling when invalid option in an argument file() constant
124 val args = listOf(ARG_NO_COLOR, "--print-stack-trace", "fail") in Test print stack trace() constant
/tools/asuite/aidegen/
Daidegen_main.py107 def _parse_args(args): argument
236 def _launch_native_projects(ide_util_obj, args, cmakelists): argument
275 def _launch_ide_by_module_contents(args, ide_util_obj, language, argument
489 def main_with_message(args): argument
499 def main_without_message(args): argument
573 def aidegen_main(args): argument
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DISandbox.java65 IInvocationContext context, IConfiguration configuration, String[] args) in fetchSandboxExtraArtifacts()
113 IInvocationContext context, IConfiguration nonVersionedConfig, String[] args) in getTradefedSandboxEnvironment()
122 String[] args) in getTradefedSandboxEnvironment()
150 String[] args, IKeyStoreClient keyStoreClient, IRunUtil runUtil, File globalConfig); in createThinLauncherConfig()
/tools/tradefederation/core/common_util/com/android/tradefed/log/
DLogUtil.java87 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/tradefederation/core/global_configuration/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/javatests/com/android/tradefed/config/
DSandboxConfigurationFactoryTest.java106 String[] args = new String[] {mConfig.getAbsolutePath()}; in testCreateConfigurationFromArgs() local
131 String[] args = new String[] {mConfig.getAbsolutePath()}; in testCreateConfigurationFromArgs_fail() local
175 String[] args = new String[] {mConfig.getAbsolutePath()}; in testCreateConfiguration_runConfig() local
/tools/test/connectivity/acts_tests/tests/google/tel/live/
DTelLiveStressCallTest.py119 def _setup_vt(self, *args):
129 def _setup_lte_volte_enabled(self, *args):
138 def _setup_lte_volte_disabled(self, *args):
147 def _setup_3g(self, *args):
156 def _setup_2g(self, *args):

1234567891011