Home
last modified time | relevance | path

Searched refs:image (Results 1 – 25 of 90) sorted by relevance

1234

/art/test/845-data-image/
DAndroid.bp3 // Build rules for ART run-test `845-data-image`.
16 name: "art-run-test-845-data-image-src-art",
26 name: "art-run-test-845-data-image",
31 "art-run-test-845-data-image-src-art",
34 ":art-run-test-845-data-image-expected-stdout",
35 ":art-run-test-845-data-image-expected-stderr",
41 name: "art-run-test-845-data-image-expected-stdout",
42 out: ["art-run-test-845-data-image-expected-stdout.txt"],
49 name: "art-run-test-845-data-image-expected-stderr",
50 out: ["art-run-test-845-data-image-expected-stderr.txt"],
Dinfo.txt1 Test the generation of app image at runtime.
/art/test/118-noimage-dex2oat/
Dexpected-stdout.txt3 Has image is false, is image dex2oat enabled is false, is BOOTCLASSPATH on disk is false.
7 Has image is true, is image dex2oat enabled is true, is BOOTCLASSPATH on disk is true.
11 Has image is true, is image dex2oat enabled is true, is BOOTCLASSPATH on disk is true.
Dinfo.txt1 Test that disables dex2oat'ing the image.
/art/test/159-app-image-fields/
DAndroid.bp3 // Build rules for ART run-test `159-app-image-fields`.
16 name: "art-run-test-159-app-image-fields",
21 ":art-run-test-159-app-image-fields-expected-stdout",
22 ":art-run-test-159-app-image-fields-expected-stderr",
28 name: "art-run-test-159-app-image-fields-expected-stdout",
29 out: ["art-run-test-159-app-image-fields-expected-stdout.txt"],
36 name: "art-run-test-159-app-image-fields-expected-stderr",
37 out: ["art-run-test-159-app-image-fields-expected-stderr.txt"],
Dinfo.txt1 Regression test for erroneously storing an ArtField* in the app image DexCache
2 when the class from the corresponding FieldId is not in the app image, only the
/art/test/163-app-image-methods/
DAndroid.bp3 // Build rules for ART run-test `163-app-image-methods`.
16 name: "art-run-test-163-app-image-methods",
21 ":art-run-test-163-app-image-methods-expected-stdout",
22 ":art-run-test-163-app-image-methods-expected-stderr",
28 name: "art-run-test-163-app-image-methods-expected-stdout",
29 out: ["art-run-test-163-app-image-methods-expected-stdout.txt"],
36 name: "art-run-test-163-app-image-methods-expected-stderr",
37 out: ["art-run-test-163-app-image-methods-expected-stderr.txt"],
Dinfo.txt1 Regression test for erroneously storing an ArtMethod* in the app image DexCache
2 when the class from the corresponding MethodId is not in the app image, only the
/art/test/176-app-image-string/
DAndroid.bp3 // Build rules for ART run-test `176-app-image-string`.
16 name: "art-run-test-176-app-image-string",
21 ":art-run-test-176-app-image-string-expected-stdout",
22 ":art-run-test-176-app-image-string-expected-stderr",
28 name: "art-run-test-176-app-image-string-expected-stdout",
29 out: ["art-run-test-176-app-image-string-expected-stdout.txt"],
36 name: "art-run-test-176-app-image-string-expected-stderr",
37 out: ["art-run-test-176-app-image-string-expected-stderr.txt"],
/art/test/172-app-image-twice/
DAndroid.bp3 // Build rules for ART run-test `172-app-image-twice`.
16 name: "art-run-test-172-app-image-twice",
21 ":art-run-test-172-app-image-twice-expected-stdout",
22 ":art-run-test-172-app-image-twice-expected-stderr",
28 name: "art-run-test-172-app-image-twice-expected-stdout",
29 out: ["art-run-test-172-app-image-twice-expected-stdout.txt"],
36 name: "art-run-test-172-app-image-twice-expected-stderr",
37 out: ["art-run-test-172-app-image-twice-expected-stderr.txt"],
Dinfo.txt1 Regression test for loading the same app image twice.
/art/test/158-app-image-class-table/
DAndroid.bp3 // Build rules for ART run-test `158-app-image-class-table`.
16 name: "art-run-test-158-app-image-class-table",
21 ":art-run-test-158-app-image-class-table-expected-stdout",
22 ":art-run-test-158-app-image-class-table-expected-stderr",
28 name: "art-run-test-158-app-image-class-table-expected-stdout",
29 out: ["art-run-test-158-app-image-class-table-expected-stdout.txt"],
36 name: "art-run-test-158-app-image-class-table-expected-stderr",
37 out: ["art-run-test-158-app-image-class-table-expected-stderr.txt"],
Dinfo.txt1 Regression test for app image class table being erroneously omitted
2 when it contains only boot image class loader classes while dex caches
/art/test/178-app-image-native-method/
DAndroid.bp3 // Build rules for ART run-test `178-app-image-native-method`.
16 name: "art-run-test-178-app-image-native-method",
21 ":art-run-test-178-app-image-native-method-expected-stdout",
22 ":art-run-test-178-app-image-native-method-expected-stderr",
28 name: "art-run-test-178-app-image-native-method-expected-stdout",
29 out: ["art-run-test-178-app-image-native-method-expected-stdout.txt"],
36 name: "art-run-test-178-app-image-native-method-expected-stderr",
37 out: ["art-run-test-178-app-image-native-method-expected-stderr.txt"],
Dinfo.txt1 Tests that native methods in app image using compiled stubs or Generic JNI work correctly.
/art/tools/
Drun-jdwp-tests.sh75 image="-Ximage:/system/framework/art_boot_images/boot.art"
114 image="-Ximage:/system/non/existent/vogar.art"
140 image=""
180 image="$1"
288 if [[ "x$image" != "x" ]]; then
370 if [[ "$image" != "" ]]; then
371 vm_args="$vm_args --vm-arg $image"
372 debuggee_args="$debuggee_args $image"
Dboot-image-profile-generate.sh73 OUT_BOOT_PROFILE="$OUT_DIR"/boot-image-profile.txt
113 --generate-boot-image-profile \
128 --generate-boot-image-profile \
Dhost_bcp.sh20 host_bcp <image> | xargs <art-host-tool> ...
21 Extracts boot class path locations from <image> and outputs the appropriate
/art/imgdiag/
Ddirty_image_objects.md1 # How to update dirty-image-objects
30 4. Create new dirty-image-objects.
62 All dirty objects will be placed in the dirty bin of the boot image and sorted
66 5. Push new dirty-image-objects to the device.
69 adb push dirty-image-objects.txt /etc/dirty-image-objects
72 6. Reinstall ART APEX to update the boot image.
/art/test/1001-app-image-regions/
Dexpected-stdout.txt2 App image loaded true
4 App image section size large enough true
Dinfo.txt1 Tests that an app image with many classes is generated and loaded correctly.
/art/tools/ahat/src/main/com/android/ahat/
DBitmapHandler.java24 import java.awt.image.BufferedImage;
76 if (bitmap.image != null) { in handle()
77 handle_BufferedImage(exchange, bitmap.image); in handle()
/art/test/846-multidex-data-image/src-art/
DMain.java67 File image = new File(DEX_LOCATION + "/" + instructionSet + "/846-multidex-data-image.art"); in main() local
68 while (!image.exists()) { in main()
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DAhatBitmapInstance.java19 import java.awt.image.BufferedImage;
304 public BufferedImage image; field in AhatBitmapInstance.Bitmap
312 public Bitmap(String format, byte[] buffer, BufferedImage image) { in Bitmap() argument
315 this.image = image; in Bitmap()
/art/test/157-void-class/
Drun.py24 image=False,

1234