OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CommandParser
(Results
1 - 3
of
3
) sorted by null
/cts/tools/host/src/com/android/cts/
CommandParser.java
28
*
CommandParser
is responsible for parsing command line arguments. To get
32
* <li>
CommandParser
cp =
CommandParser
.parse("start -plan test_plan")
39
public class
CommandParser
{
103
public static
CommandParser
parse(final String line)
112
CommandParser
cp = new
CommandParser
();
/cts/tools/host/test/com/android/cts/
ConsoleTests.java
78
cui.processCommand(
CommandParser
.parse(cmdline));
86
cui.processCommand(
CommandParser
.parse(cmdline));
95
cui.processCommand(
CommandParser
.parse(cmdline));
128
cui.processCommand(
CommandParser
.parse(cmdLine));
130
cui.processCommand(
CommandParser
.parse(cmdLine));
132
cui.processCommand(
CommandParser
.parse(cmdLine));
143
cui.processCommand(
CommandParser
.parse(cmdLine));
151
cui.processCommand(
CommandParser
.parse(cmdLine));
158
cui.processCommand(
CommandParser
.parse(cmdLine));
441
CommandParser
cp = TestHost.init(cui, cmdLine.split(" "))
[
all
...]
TestSessionBuilderTests.java
213
cui.processCommand(
CommandParser
.parse(cmdLine));
[
all
...]
Completed in 49 milliseconds