Searched refs:jars (Results 1 – 7 of 7) sorted by relevance
67 jars=78 if [ -z "${1}" ] && [ -z "${jars}" ]; then102 jars=${jars}:${jar}123 if [ -n "${jars}" ]; then124 args="${args} -e jars ${jars}"127 CLASSPATH=${CLASSPATH}:${jars}
10 Robolectric loads some classes that it decides from versioned jars of the framework. Since we are11 part of the framework some of our classes get loaded from these jars. This is NOT what we want, we13 FrameworkRobolectricTestRunner, that bypasses these jars and loads certain classes from the system
431 const android::Vector<const char*>& jars = bundle->getJarFiles(); in processJarFiles() local433 size_t N = jars.size(); in processJarFiles()436 err = jar.open(jars[i], ZipFile::kOpenReadOnly); in processJarFiles()439 jars[i], err); in processJarFiles()444 fprintf(stderr, "ERROR: unable to process '%s'\n", jars[i]); in processJarFiles()
192 String jars = mParams.getString(JARS_PARAM); in addTestClassesFromJars() local193 if (jars == null) return; in addTestClassesFromJars()195 String[] jarFileNames = jars.split(JARS_SEPARATOR); in addTestClassesFromJars()
20 Layoutlib_create uses a few jars from the framework containing the Java code used by Android as23 These jars can't be used directly in Eclipse as:
674 final String jars = (paths.size() == 1) ? paths.get(0) : in createSharedLibraryLoader() local679 return ApplicationLoaders.getDefault().getSharedLibraryClassLoaderWithSharedLibraries(jars, in createSharedLibraryLoader()
1325 "api-versions-jars-dir",1391 "api-versions-jars-dir",