Home
last modified time | relevance | path

Searched refs:jars (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/cmds/uiautomator/cmds/uiautomator/
Duiautomator.sh67 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/
DREADME10 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/
DPackage.cpp433 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/
DRunTestCommand.java192 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/
DREADME.md16 - `run-test-manually.sh` also run the test, but it builds the stub/impl jars and the test without
DAndroid.bp22 // 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/
Ddump-jar41 -s: Simple output mode, used to check HostStubGen output jars.
/frameworks/base/wifi/java/
DAndroid.bp41 // TODO(b/146011398) package android.net.wifi is now split amongst 2 jars: framework.jar and
/frameworks/base/tools/hoststubgen/hoststubgen/
Dframework-policy-override.txt3 # "impl" jars, without using Java annotations.
/frameworks/base/ravenwood/
DAndroid.bp133 // We do it this way rather than including the individual jars in the runtime, because
/frameworks/layoutlib/create/
DREADME.txt20 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/
DAndroid.bp421 // Defaults for the java_sdk_libraries of unbundled jars from framework.
DStubLibraries.bp1156 "api-versions-jars-dir",
/frameworks/base/core/java/android/app/
DLoadedApk.java748 final String jars = (paths.size() == 1) ? paths.get(0) : in createSharedLibraryLoader() local
753 return ApplicationLoaders.getDefault().getSharedLibraryClassLoaderWithSharedLibraries(jars, in createSharedLibraryLoader()
/frameworks/base/
DAndroid.bp433 // Collection of non updatable unbundled jars. The list here should match