Home
last modified time | relevance | path

Searched refs:mCommandLine (Results 1 – 5 of 5) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/cluster/
DTestContext.java36 String mCommandLine = null; field in TestContext
41 return mCommandLine; in getCommandLine()
45 mCommandLine = commandLine; in setCommandLine()
66 obj.mCommandLine = json.optString("command_line"); in fromJson()
83 json.put("command_line", mCommandLine); in toJson()
DClusterCommand.java59 private final String mCommandLine; field in ClusterCommand
96 mCommandLine = cmdLine; in ClusterCommand()
152 return mCommandLine; in getCommandLine()
DClusterCommandLauncher.java92 private String mCommandLine = null; field in ClusterCommandLauncher
208 String commandLine = mCommandLine; in run()
379 return mCommandLine; in getCommandLine()
/tools/loganalysis/src/com/android/loganalysis/parser/
DBugreportParser.java98 mCommandLine.put(keyValue[0], keyValue[1]);
100 mCommandLine.put(keyValue[0], null);
121 private CommandLineItem mCommandLine = new CommandLineItem(); field in BugreportParser
201 mBugreport.setCommandLine(mCommandLine); in commit()
239 } else if (mCommandLine.containsKey(BOOTREASON_KERNEL)) { in commit()
240 bootreason = mCommandLine.get(BOOTREASON_KERNEL); in commit()
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...