Home
last modified time | relevance | path

Searched defs:commandLine (Results 1 – 18 of 18) sorted by relevance

/external/libmojo/base/android/java/src/org/chromium/base/
DLocaleUtils.java59 CommandLine commandLine = CommandLine.getInstance(); in getDefaultCountryCode() local
DCommandLine.java117 CommandLine commandLine = sCommandLine.get(); in getInstance() local
223 CommandLine commandLine = sCommandLine.get(); in getJavaSwitchesOrNull() local
231 private static void setInstance(CommandLine commandLine) { in setInstance()
/external/deqp/framework/delibs/decpp/
DdeProcess.cpp43 void Process::start (const char* commandLine, const char* workingDirectory) in start()
/external/caliper/caliper/src/main/java/com/google/caliper/config/
DCaliperConfigLoader.java79 private static ImmutableMap<String, String> mergeProperties(Map<String, String> commandLine, in mergeProperties() argument
/external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DDeqpTestRunnerTest.java236 String commandLine = String.format( in testGlesVersion() local
283 private void expectRenderConfigQuery(ITestDevice mockDevice, String commandLine) in expectRenderConfigQuery()
288 private void expectRenderConfigQueryAndReturn(ITestDevice mockDevice, String commandLine, in expectRenderConfigQueryAndReturn()
374 String commandLine = String.format( in testResultCode() local
540 String commandLine = String.format( in testRun_multipleTests() local
882 String commandLine = String.format( in testRun_unexecutableTests() local
1126 String commandLine = String.format( in testOrientation() local
1925 String commandLine = String.format( in testInterrupt_killReportTestFailed() local
2088 String commandLine = String.format( in testRuntimeHint_optionSet() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/
DDumpFields.java61 CommandLine commandLine; in main() local
DDumpVtables.java59 CommandLine commandLine; in main() local
/external/caliper/caliper/src/test/java/com/google/caliper/runner/
DWorkerProcessTest.java92 List<String> commandLine = builder.command(); in simpleArgsTest() local
/external/deqp/framework/delibs/deutil/
DdeCommandLine.c39 deCommandLine* deCommandLine_parse (const char* commandLine) in deCommandLine_parse()
DdeProcess.c109 static void execProcess (const char* commandLine, const char* workingDirectory, int statusPipe) in execProcess()
216 deBool deProcess_start (deProcess* process, const char* commandLine, const char* workingDirectory) in deProcess_start()
628 deBool deProcess_start (deProcess* process, const char* commandLine, const char* workingDirectory) in deProcess_start()
/external/smali/baksmali/src/main/java/org/jf/baksmali/
Dmain.java134 CommandLine commandLine; in main() local
/external/smali/smali/src/main/java/org/jf/smali/
Dmain.java189 CommandLine commandLine; in main() local
/external/mdnsresponder/mDNSWindows/ControlPanel/
DControlPanelExe.cpp251 CCommandLineInfo commandLine; in InitInstance() local
/external/apache-harmony/support/src/test/java/tests/support/
DSupport_Exec.java218 StringBuilder commandLine; in exec() local
/external/deqp/android/scripts/
Dcommon.py100 def execute (commandLine): argument
/external/deqp/execserver/
DxsWin32TestProcess.cpp492 void Process::start (const char* commandLine, const char* workingDirectory) in start()
/external/deqp/framework/egl/
DegluUtil.cpp374 WindowParams::Visibility parseWindowVisibility (const tcu::CommandLine& commandLine) in parseWindowVisibility()
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DDeqpTestRunner.java1677 final String commandLine = configCommandLine.toString(); in isSupportedGlesRenderConfig() local