Searched refs:jars (Results 1 – 15 of 15) sorted by relevance
/frameworks/base/cmds/uiautomator/cmds/uiautomator/ |
D | uiautomator.sh | 67 jars= 78 if [ -z "${1}" ] && [ -z "${jars}" ]; then 102 jars=${jars}:${jar} 123 if [ -n "${jars}" ]; then 124 args="${args} -e jars ${jars}" 127 CLASSPATH=${CLASSPATH}:${jars}
|
/frameworks/base/services/robotests/ |
D | README | 10 Robolectric loads some classes that it decides from versioned jars of the framework. Since we are 11 part of the framework some of our classes get loaded from these jars. This is NOT what we want, we 13 FrameworkRobolectricTestRunner, that bypasses these jars and loads certain classes from the system
|
/frameworks/base/tools/aapt/ |
D | Package.cpp | 433 const android::Vector<const char*>& jars = bundle->getJarFiles(); in processJarFiles() local 435 size_t N = jars.size(); in processJarFiles() 438 err = jar.open(jars[i], ZipFile::kOpenReadOnly); in processJarFiles() 441 jars[i], err); in processJarFiles() 446 fprintf(stderr, "ERROR: unable to process '%s'\n", jars[i]); in processJarFiles()
|
/frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/ |
D | RunTestCommand.java | 192 String jars = mParams.getString(JARS_PARAM); in addTestClassesFromJars() local 193 if (jars == null) return; in addTestClassesFromJars() 195 String[] jarFileNames = jars.split(JARS_SEPARATOR); in addTestClassesFromJars()
|
/frameworks/base/tools/hoststubgen/hoststubgen/test-tiny-framework/ |
D | README.md | 16 - `run-test-manually.sh` also run the test, but it builds the stub/impl jars and the test without
|
D | Android.bp | 22 // Create stub/impl jars from "hoststubgen-test-tiny-framework", using the following 3 rules. 137 // Dump the original, stub and impl jars as text files.
|
/frameworks/base/tools/hoststubgen/scripts/ |
D | dump-jar | 41 -s: Simple output mode, used to check HostStubGen output jars.
|
/frameworks/base/wifi/java/ |
D | Android.bp | 41 // TODO(b/146011398) package android.net.wifi is now split amongst 2 jars: framework.jar and
|
/frameworks/base/tools/hoststubgen/hoststubgen/ |
D | framework-policy-override.txt | 3 # "impl" jars, without using Java annotations.
|
/frameworks/base/ravenwood/ |
D | Android.bp | 133 // We do it this way rather than including the individual jars in the runtime, because
|
/frameworks/layoutlib/create/ |
D | README.txt | 20 Layoutlib_create uses a few jars from the framework containing the Java code used by Android as 23 These jars can't be used directly in Android Studio as:
|
/frameworks/base/api/ |
D | Android.bp | 421 // Defaults for the java_sdk_libraries of unbundled jars from framework.
|
D | StubLibraries.bp | 1156 "api-versions-jars-dir",
|
/frameworks/base/core/java/android/app/ |
D | LoadedApk.java | 748 final String jars = (paths.size() == 1) ? paths.get(0) : in createSharedLibraryLoader() local 753 return ApplicationLoaders.getDefault().getSharedLibraryClassLoaderWithSharedLibraries(jars, in createSharedLibraryLoader()
|
/frameworks/base/ |
D | Android.bp | 433 // Collection of non updatable unbundled jars. The list here should match
|