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

1 2 3 4

  /frameworks/base/cmds/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}
  /art/runtime/
dex_method_iterator_test.cc 32 const char* jars[] = { "core-libart", "conscrypt", "okhttp", "core-junit", "bouncycastle" }; local
34 dex_files.push_back(LoadExpectSingleDexFile(GetDexFileName(jars[i]).c_str()));
  /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
  /build/core/tasks/
boot_jars_package_check.mk 16 # Rules to check if classes in the boot jars are from the whitelisted packages.
23 intermediates := $(call intermediates-dir-for, PACKAGING, boot-jars-package-check,,COMMON)
38 .PHONY: check-boot-jars
39 check-boot-jars : $(stamp)
41 # Run check-boot-jars by default
42 droidcore : check-boot-jars
  /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...]
  /sdk/eclipse/scripts/
build_adt.sh 37 # 2. Copy dependent jars into the libs folder of each plugin
38 echo Copying jars to be embedded inside the ADT plugins
  /external/chromium_org/components/cronet/tools/
extract_from_jars.py 26 for jar in build_utils.ParseGypList(options.jars):
35 parser.add_option('--jars', help='Paths to jars to extract.')
  /external/chromium_org/build/android/gyp/
apk_obfuscate.py 28 parser.add_option('--input-jars-paths',
29 help='Path to jars to include in obfuscated jar')
  /external/hamcrest/integration/
Android.mk 19 # TODO: add host and hostdex jars
  /external/hamcrest/library/
Android.mk 19 # TODO: add host and hostdex jars
  /build/core/
dex_preopt_libdvm.mk 37 --boot-jars=$(DEXPREOPT_BOOT_JARS) \
43 # Special rules for building odex files for boot jars that override java_library.mk rules
63 # $(1): the rest list of boot jars
dex_preopt_odex_install.mk 1 # dexpreopt_odex_install.mk is used to define odex creation rules for JARs and APKs
58 # For libart, the boot jars' odex files are replaced by $(DEFAULT_DEX_PREOPT_INSTALLED_IMAGE).
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-launcher.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant-launcher/1.8.0/
ant-launcher-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant-launcher/1.8.2/
ant-launcher-1.8.2.jar 
  /frameworks/base/cmds/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 432 const android::Vector<const char*>& jars = bundle->getJarFiles(); local
434 size_t N = jars.size();
437 err = jar.open(jars[i], ZipFile::kOpenReadOnly);
440 jars[i], err);
445 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...]
  /external/chromium_org/third_party/webrtc/tools/barcode_tools/
barcode_encoder.py 42 jars = _form_jars_string(path_to_zxing)
54 command = ["java", "-cp", jars, command_line_encoder,
262 """Forms the the Zxing core and javase jars argument.
267 (string): The newly formed jars argument.
  /external/junit/
Common.mk 43 # List of source to build into junit4 target jars
  /external/robolectric/
Android.mk 41 # Pre-built dependency jars
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectClassLoader.java 270 // get the OS path to all the external jars
271 URL[] jars = getExternalJars(); local
273 mJarClassLoader = new URLClassLoader(jars, this /* parent */);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ExportHelper.java 242 List<String> jars = new ArrayList<String>(); local
249 jars.add(path);
259 helper.runProguard(proguardConfigFiles, inputJar, jars, obfuscatedJar,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
EclipseLintClient.java     [all...]
  /external/owasp/sanitizer/
Makefile 21 @echo " distrib - Build everything and package it into JARs."
26 @echo " download - Bundle docs, externally required jars, and"
188 echo Linking required jars
207 # Packages the distrib jars into the maven directory which is a sibling of

Completed in 612 milliseconds

1 2 3 4