Searched refs:CommandFileParser (Results 1 – 6 of 6) sorted by relevance
19 import com.android.tradefed.command.CommandFileParser.CommandLine;43 private static class MockCommandFileParser extends CommandFileParser {57 private CommandFileParser mCommandFile;65 mCommandFile = new CommandFileParser() { in setUp()91 private final void assertParsedData(CommandFileParser parser, List<String>... expectedCommands) in assertParsedData()97 private final void assertParsedData(CommandFileParser parser, File file, in assertParsedData()355 CommandFileParser commandFileParser = new MockCommandFileParser( in testCommandLineLocation_withInclude()376 CommandFileParser commandFile = new CommandFileParser() { in testMacroParserInclude()405 CommandFileParser commandFile = new CommandFileParser() { in testMacroParserInclude_twice()433 CommandFileParser commandFile = new CommandFileParser() { in testMacroParserInclude_repeat()[all …]
27 import com.android.tradefed.command.CommandFileParser.CommandLine;98 private CommandFileParser mMockCmdFileParser;147 CommandFileParser createCommandFileParser() { in createCommandFileParser()587 mMockCmdFileParser = new CommandFileParser() { in testAddCommandFile()628 mMockCmdFileParser = new CommandFileParser() { in testAddCommandFile_reload()674 mMockCmdFileParser = new CommandFileParser() { in testAddCommandFile_twice()
20 import com.android.tradefed.command.CommandFileParser;21 import com.android.tradefed.command.CommandFileParser.CommandLine;79 CommandFileParser parser = new CommandFileParser(); in testCommandFile()
24 import com.android.tradefed.command.CommandFileParser.CommandLine;1374 CommandFileParser parser = createCommandFileParser(); in internalAddCommandFile()1405 CommandFileParser createCommandFileParser() { in createCommandFileParser()1406 return new CommandFileParser(); in createCommandFileParser()
218 CommandFileParser createCommandFileParser() { in createCommandFileParser()219 return new CommandFileParser(); in createCommandFileParser()
48 public class CommandFileParser { class