Home
last modified time | relevance | path

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

12

/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 \
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/odrefresh/
DREADME.md6 * checking the freshness of compilation artifacts for boot class path extensions and system_server.
7 * regenerating the compilation artifacts for boot class path extensions and system_server.
DTODO.md11 1. Fix dexoptanalyzer so it can analyze boot extensions.
19 - Compilation failure (boot extensions)
/art/oatdump/
DAndroid.mk20 dump-oat: dump-oat-boot
/art/test/936-search-onload/
Dexpected-stdout.txt1 B was loaded with boot classloader
/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/817-hiddenapi/
Dbuild31 mv ${TEST_NAME}.jar res/boot.jar
/art/build/apex/
Dlinker.config.json7 // For ART APEX primary boot image and odex files.
/art/test/595-profile-saving/
Drun29 --runtime-option -Xps-profile-boot-class-path \
/art/test/831-unverified-bcp/
Dinfo.txt2 an exception was pending after looking up a class in the boot classpath.
/art/test/158-app-image-class-table/
Dinfo.txt2 when it contains only boot image class loader classes while dex caches
/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/
DREADME.arm_fvp.md68 cd u-boot
69 git fetch https://gitlab.denx.de/u-boot/u-boot.git/ master
Drun-test678 run_args+=(--boot --runtime-option "-Xbootclasspath:${bpath}")
685 run_args+=(--boot "${ANDROID_HOST_OUT}/apex/art_boot_images/javalib/boot.art")
694 run_args+=(--boot "/apex/com.android.art/javalib/boot.art")
/art/test/922-properties/
Dexpected-stdout.txt55 "java.boot.class.path": ERROR !!!JVMTI_ERROR_NOT_AVAILABLE
/art/test/912-classes/
Dexpected-stdout.txt48 boot <- (B) <- (A,C)
52 boot <- (B) <- (A, List)
56 boot <- 1+2 (A,B)

12