Home
last modified time | relevance | path

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

/cts/tools/vm-tests-tf/src/util/build/
DJillBuildStep.java43 String[] commandLine = new String[args]; in build() local
DJackDexBuildStep.java54 List<String> commandLine = new ArrayList<String>(4); in build() local
DJackBuildStep.java58 List<String> commandLine = new ArrayList(4 + sourceFiles.size()); in build() local
DJavacBuildStep.java58 String[] commandLine = new String[sourceFiles.size()+args]; in build() local
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DDeqpTestRunnerTest.java200 String commandLine = String.format( in testGlesVersion() local
248 private void expectRenderConfigQuery(ITestDevice mockDevice, String commandLine) in expectRenderConfigQuery()
253 private void expectRenderConfigQueryAndReturn(ITestDevice mockDevice, String commandLine, in expectRenderConfigQueryAndReturn()
343 String commandLine = String.format( in testResultCode() local
513 String commandLine = String.format( in testRun_multipleTests() local
616 String commandLine = String.format( in testRun_unexecutableTests() local
880 String commandLine = String.format( in testOrientation() local
2281 String commandLine = String.format( in testInterrupt_killReportTestFailed() local
/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DDeqpTestRunner.java1643 final String commandLine = configCommandLine.toString(); in isSupportedGlesRenderConfig() local