/art/test/936-search-onload/src/ |
D | Main.java | 30 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/ |
D | boot-image-profile-generate.sh | 73 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 \
|
D | compile-jar.sh | 37 …--boot-image=${OUT}/apex/com.android.art.debug/javalib/boot.art:${OUT}/system/framework/boot-frame…
|
D | libjdwp-compat.props | 17 sun.boot.class.path= 18 sun.boot.library.path=
|
D | boot-image-profile-configure-device.sh | 42 cp "$ANDROID_PRODUCT_OUT"/boot.zip $OUT_BOOT_ZIP
|
D | dex2oat_wrapper | 20 # boot classpath and bootclasspath locations. 74 # Create boot class path filename or location list. 94 # Create default boot class path if none was provided.
|
D | host_bcp.sh | 21 Extracts boot class path locations from <image> and outputs the appropriate
|
D | art | 222 --boot-image=$DEX2OAT_BOOT_IMAGE \
|
/art/test/929-search/src/ |
D | Main.java | 30 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/ |
D | info.txt | 10 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
|
D | build | 31 mv ${TEST_NAME}.jar res/boot.jar
|
/art/oatdump/ |
D | Android.mk | 20 dump-oat: dump-oat-boot
|
/art/test/936-search-onload/ |
D | expected.txt | 1 B was loaded with boot classloader
|
/art/test/719-dm-verify-redefinition/ |
D | info.txt | 2 if the app redefines boot classes.
|
/art/test/595-profile-saving/ |
D | run | 29 --runtime-option -Xps-profile-boot-class-path \
|
/art/test/158-app-image-class-table/ |
D | info.txt | 2 when it contains only boot image class loader classes while dex caches
|
/art/test/596-app-images/src-art/ |
D | Main.java | 81 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/ |
D | Test912.java | 199 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/ |
D | expected.txt | 55 "java.boot.class.path": ERROR !!!JVMTI_ERROR_NOT_AVAILABLE
|
/art/test/912-classes/ |
D | expected.txt | 48 boot <- (B) <- (A,C) 52 boot <- (B) <- (A, List) 56 boot <- 1+2 (A,B)
|
/art/test/ |
D | run-test | 672 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")
|
D | README.chroot.md | 28 functional Android Runtime is necessary to properly boot a device);
|