HomeSort by relevance Sort by last modified time
    Searched refs:jars (Results 1 - 25 of 28) sorted by null

1 2

  /frameworks/testing/uiautomator/cmds/uiautomator/
uiautomator 66 jars=
72 if [ -z "${1}" ] && [ -z "${jars}" ]; then
82 # we are done with jars, starting with parameters now
96 jars=${jars}:${jar}
117 if [ -n "${jars}" ]; then
118 args="${args} -e jars ${jars}"
121 CLASSPATH=${CLASSPATH}:${jars}
  /frameworks/uiautomator/cmds/uiautomator/
uiautomator 66 jars=
79 # we are done with jars, starting with parameters now
93 jars=${jars}:${jar}
114 if [ -n "${jars}" ]; then
115 args="${args} -e jars ${jars}"
118 CLASSPATH=${CLASSPATH}:${jars}
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
build.properties 25 jars.compile.order = performanceui.jar
  /external/javassist/src/main/javassist/
ClassPoolTail.java 76 JarClassPath[] jars; field in class:JarDirClassPath
87 jars = new JarClassPath[files.length];
89 jars[i] = new JarClassPath(files[i].getPath());
94 if (jars != null)
95 for (int i = 0; i < jars.length; i++) {
96 InputStream is = jars[i].openClassfile(classname);
105 if (jars != null)
106 for (int i = 0; i < jars.length; i++) {
107 URL url = jars[i].find(classname);
116 if (jars != null
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-launcher.jar 
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant-launcher/1.8.0/
ant-launcher-1.8.0.jar 
  /frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
RunTestCommand.java 42 private static final String JARS_PARAM = "jars";
188 * Add test classes from jars passed on the command line. Use this if nothing was explicitly
192 String jars = mParams.getString(JARS_PARAM); local
193 if (jars == null) return;
195 String[] jarFileNames = jars.split(JARS_SEPARATOR);
233 + " <class spec>: <JARS> < -c <CLASSES> | -e class <CLASSES> >\n"
234 + " <JARS>: a list of jar files containing test classes and dependencies. If\n"
241 + " all the tests in provided jars will be run automatically.\n"
  /frameworks/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
RunTestCommand.java 42 private static final String JARS_PARAM = "jars";
188 * Add test classes from jars passed on the command line. Use this if nothing was explicitly
192 String jars = mParams.getString(JARS_PARAM); local
193 if (jars == null) return;
195 String[] jarFileNames = jars.split(JARS_SEPARATOR);
233 + " <class spec>: <JARS> < -c <CLASSES> | -e class <CLASSES> >\n"
234 + " <JARS>: a list of jar files containing test classes and dependencies. If\n"
241 + " all the tests in provided jars will be run automatically.\n"
  /frameworks/base/tools/aapt/
Package.cpp 485 const android::Vector<const char*>& jars = bundle->getJarFiles(); local
487 size_t N = jars.size();
490 err = jar.open(jars[i], ZipFile::kOpenReadOnly);
493 jars[i], err);
498 fprintf(stderr, "ERROR: unable to process '%s'\n", jars[i]);
  /external/apache-xml/src/main/java/org/apache/xalan/xslt/
EnvironmentCheck.java 180 logMsg("# to correct potential problems with your classes/jars");
239 * for entries that are .jars found in the classpath.</p>
316 /** Prefixed to hash keys that signify .jars found in classpath. */
341 * Print out report of .jars found in a classpath.
349 * @return false if OK, true if any .jars were reported
361 logMsg("#---- BEGIN Listing XML-related jars in: " + desc + " ----");
391 logMsg("#----- END Listing XML-related jars in: " + desc + " -----");
491 * Print out report of .jars found in a classpath.
501 * @return false if OK, true if any .jars were reported
640 * Cheap-o listing of specified .jars found in the classpath.
    [all...]
  /build/core/
dex_preopt.mk 2 # Dexpreopt on the boot jars
38 --boot-jars=$(DEXPREOPT_BOOT_JARS) $(DEXPREOPT_UNIPROCESSOR) \
71 # $(1): the rest list of boot jars
  /external/robolectric/
Android.mk 40 # Pre-built dependency jars
  /external/chromium_org/build/android/ant/
create-test-jar.js 31 // Include all the jars in the classpath.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectClassLoader.java 231 // get the OS path to all the external jars
232 URL[] jars = getExternalJars(); local
234 mJarClassLoader = new URLClassLoader(jars, this /* parent */);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java 248 List<String> jars = new ArrayList<String>(); local
255 jars.add(path);
265 helper.runProguard(proguardConfigFiles, inputJar, jars, obfuscatedJar,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintClient.java 838 // class path entries from the library project jars,
846 File[] jars = libs.listFiles(); local
847 if (jars != null) {
848 for (File jar : jars) {
    [all...]
  /prebuilts/devtools/tools/lib/
ant-tasks.jar 
lint-api.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.server_6.1.23.v201004211559.jar 
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 1903 milliseconds

1 2