HomeSort by relevance Sort by last modified time
    Searched defs:commandLine (Results 276 - 300 of 539) sorted by null

<<11121314151617181920>>

  /frameworks/data-binding/developmentPlugins/gradle/wrapper/
gradle-wrapper.jar 
  /frameworks/multidex/gradle/wrapper/
gradle-wrapper.jar 
  /frameworks/support/gradle/wrapper/
gradle-wrapper.jar 
  /external/smali/smali/src/main/java/org/jf/smali/
main.java 189 CommandLine commandLine;
192 commandLine = parser.parse(options, args);
200 String[] remainingArgs = commandLine.getArgs();
202 Option[] options = commandLine.getOptions();
222 smaliOptions.outputDexFile = commandLine.getOptionValue("o");
231 smaliOptions.apiLevel = Integer.parseInt(commandLine.getOptionValue("a"));
234 smaliOptions.jobs = Integer.parseInt(commandLine.getOptionValue("j"));
238 smaliOptions.methodListFilename = commandLine.getOptionValue("m");
242 smaliOptions.fieldListFilename = commandLine.getOptionValue("f")
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmulatorConfigTab.java 518 String commandLine = null;
520 commandLine = configuration.getAttribute(
525 if (commandLine != null) {
526 mEmulatorCLOptions.setText(commandLine);
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
DeqpTestRunnerTest.java 197 String commandLine = String.format(
205 runInstrumentationLineAndAnswer(mockDevice, mockIDevice, testTrie, commandLine,
245 private void expectRenderConfigQuery(ITestDevice mockDevice, String commandLine)
247 expectRenderConfigQueryAndReturn(mockDevice, commandLine, "Yes");
250 private void expectRenderConfigQueryAndReturn(ITestDevice mockDevice, String commandLine,
257 AbiUtils.createAbiFlag(UnitTests.ABI.getName()), commandLine,
340 String commandLine = String.format(
348 runInstrumentationLineAndAnswer(mockDevice, mockIDevice, testTrie, commandLine, output);
510 String commandLine = String.format(
518 runInstrumentationLineAndAnswer(mockDevice, mockIDevice, testTrie, commandLine, output)
    [all...]
  /external/deqp/android/cts/runner/tests/src/com/drawelements/deqp/runner/
DeqpTestRunnerTest.java 254 String commandLine = String.format(
262 runInstrumentationLineAndAnswer(mockDevice, mockIDevice, testTrie, commandLine,
301 private void expectRenderConfigQuery(ITestDevice mockDevice, String commandLine)
303 expectRenderConfigQueryAndReturn(mockDevice, commandLine, "Yes");
306 private void expectRenderConfigQueryAndReturn(ITestDevice mockDevice, String commandLine,
313 AbiUtils.createAbiFlag(ABI.getName()), commandLine,
392 String commandLine = String.format(
400 runInstrumentationLineAndAnswer(mockDevice, mockIDevice, testTrie, commandLine, output);
558 String commandLine = String.format(
566 runInstrumentationLineAndAnswer(mockDevice, mockIDevice, testTrie, commandLine, output)
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DeqpTestRunner.java     [all...]
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-embedder-3.2.1.jar 
plexus-utils-3.0.17.jar 
  /external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DeqpTestRunner.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-core/2.0.9/
maven-core-2.0.9.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/commons/commons-exec/1.2/
commons-exec-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-exec/1.1/
commons-exec-1.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/25.2.0-alpha1/
common-25.2.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/common/25.2.0-alpha3/
common-25.2.0-alpha3.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/common/25.2.0-alpha4/
common-25.2.0-alpha4.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/common/25.2.0-beta1/
common-25.2.0-beta1.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/0.5.7/
builder-0.5.7.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 

Completed in 1418 milliseconds

<<11121314151617181920>>