HomeSort by relevance Sort by last modified time
    Searched defs:cmdarray (Results 1 - 11 of 11) sorted by null

  /libcore/ojluni/src/main/java/java/lang/
ProcessImpl.java 58 static Process start(String[] cmdarray,
65 assert cmdarray != null && cmdarray.length > 0;
69 byte[][] args = new byte[cmdarray.length-1][];
72 args[i] = cmdarray[i+1].getBytes();
129 (toCString(cmdarray[0]),
Runtime.java 473 * <tt>{@link #exec(String[], String[], File) exec}(cmdarray, envp, dir)</tt>,
474 * where <code>cmdarray</code> is an array of all the tokens in
482 * array <code>cmdarray</code>, in the same order.
522 String[] cmdarray = new String[st.countTokens()]; local
524 cmdarray[i] = st.nextToken();
525 return exec(cmdarray, envp, dir);
532 * <tt>exec(cmdarray)</tt>
534 * <tt>{@link #exec(String[], String[], File) exec}(cmdarray, null, null)</tt>.
536 * @param cmdarray array containing the command to call and
550 * If <code>cmdarray</code> is <code>null</code>
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.200.v20100505.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/com/cedarsoftware/java-util/1.24.0/
java-util-1.24.0.jar 
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-remote-driver/2.42.2/
selenium-remote-driver-2.42.2.jar 
  /prebuilts/tools/common/m2/repository/org/xerial/sqlite-jdbc/3.16.1/
sqlite-jdbc-3.16.1.jar 
  /external/guice/lib/build/
bnd-0.0.384.jar 
  /prebuilts/sdk/24/
android.jar 

Completed in 310 milliseconds