Home
last modified time | relevance | path

Searched refs:boot (Results 1 – 22 of 22) sorted by relevance

/art/test/936-search-onload/src/
DMain.java30 private static void doTest(boolean boot, String className) throws Exception { in doTest() argument
32 if (boot) { in doTest()
40 throw new RuntimeException(className + "(" + boot + "): " + in doTest()
43 System.out.println(className + " was loaded with " + (boot ? "boot" : "system") + in doTest()
/art/tools/
Dboot-image-profile-generate.sh73 OUT_BOOT_PROFILE="$OUT_DIR"/boot-image-profile.txt
81 BOOT_UNZIP_DIR="$WORK_DIR"/boot-dex
118 --generate-boot-image-profile \
133 --generate-boot-image-profile \
Dcompile-jar.sh37 …--boot-image=${OUT}/apex/com.android.art.debug/javalib/boot.art:${OUT}/system/framework/boot-frame…
Dlibjdwp-compat.props17 sun.boot.class.path=
18 sun.boot.library.path=
Dboot-image-profile-configure-device.sh42 cp "$ANDROID_PRODUCT_OUT"/boot.zip $OUT_BOOT_ZIP
Ddex2oat_wrapper20 # boot classpath and bootclasspath locations.
74 # Create boot class path filename or location list.
94 # Create default boot class path if none was provided.
Dhost_bcp.sh21 Extracts boot class path locations from <image> and outputs the appropriate
Dart222 --boot-image=$DEX2OAT_BOOT_IMAGE \
/art/test/929-search/src/
DMain.java30 private static void doTest(boolean boot, String segment, String className) throws Exception { in doTest() argument
32 if (boot) { in doTest()
42 throw new RuntimeException(className + "(" + boot + "/" + segment + "): " + in doTest()
/art/test/674-hiddenapi/
Dinfo.txt10 the parent does not belong to boot class path.
11 (b) Parent is appended to boot class path, child is loaded with PathClassLoader.
14 (c) Both parent and child are appended to boot class path. Restrictions should
15 not apply as hidden APIs are accessible within the boundaries of the boot
Dbuild31 mv ${TEST_NAME}.jar res/boot.jar
/art/oatdump/
DAndroid.mk20 dump-oat: dump-oat-boot
/art/test/936-search-onload/
Dexpected.txt1 B was loaded with boot classloader
/art/test/719-dm-verify-redefinition/
Dinfo.txt2 if the app redefines boot classes.
/art/test/595-profile-saving/
Drun29 --runtime-option -Xps-profile-boot-class-path \
/art/test/158-app-image-class-table/
Dinfo.txt2 when it contains only boot image class loader classes while dex caches
/art/test/596-app-images/src-art/
DMain.java81 assertEquals("Static string on initialized class is pre-interned", BootInternedString.boot, in testInternedStrings()
82 BootInternedString.boot.intern()); in testInternedStrings()
182 final public static String boot = "double"; field in BootInternedString
/art/test/912-classes/src-art/art/
DTest912.java199 ClassLoader boot = ClassLoader.getSystemClassLoader().getParent(); in testClassLoaderClasses() local
200 while (boot.getParent() != null) { in testClassLoaderClasses()
201 boot = boot.getParent(); in testClassLoaderClasses()
204 Class<?>[] bootClasses = getClassLoaderClasses(boot); in testClassLoaderClasses()
257 final ClassLoader boot = cl; in testClassEvents() local
/art/test/922-properties/
Dexpected.txt55 "java.boot.class.path": ERROR !!!JVMTI_ERROR_NOT_AVAILABLE
/art/test/912-classes/
Dexpected.txt48 boot <- (B) <- (A,C)
52 boot <- (B) <- (A, List)
56 boot <- 1+2 (A,B)
/art/test/
Drun-test672 run_args+=(--boot --runtime-option "-Xbootclasspath:${bpath}")
679 run_args+=(--boot "${ANDROID_HOST_OUT}/apex/com.android.art/javalib/boot.art")
684 run_args+=(--boot "/apex/com.android.art/javalib/boot.art")
DREADME.chroot.md28 functional Android Runtime is necessary to properly boot a device);