Home
last modified time | relevance | path

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

/bootable/recovery/tests/unit/
Dminui_test.cpp45 auto image = GRSurface::Create(50, 10, 50, 1); in TEST() local
46 ASSERT_GE(image->data_size(), 10 * 50); in TEST()
47 for (auto i = 0; i < image->data_size(); i++) { in TEST()
48 image->data()[i] = rand() % 128; in TEST()
50 auto image_copy = image->Clone(); in TEST()
51 ASSERT_EQ(image->data_size(), image_copy->data_size()); in TEST()
52 ASSERT_EQ(std::vector(image->data(), image->data() + image->data_size()), in TEST()
53 std::vector(image_copy->data(), image_copy->data() + image->data_size())); in TEST()
Dscreen_ui_test.cpp234 auto image = GRSurface::Create(50, 50, 50, 1); in TEST_F() local
235 auto header = image->Clone(); in TEST_F()
237 image.get(), in TEST_F()
238 image.get(), in TEST_F()
239 image.get(), in TEST_F()
261 auto image = GRSurface::Create(50, 50, 50, 1); in TEST_F() local
262 auto header = image->Clone(); in TEST_F()
264 image.get(), in TEST_F()
265 image.get(), in TEST_F()
266 image.get(), in TEST_F()
[all …]
/bootable/recovery/tools/recovery_l10n/
DREADME.md11 * We can set up the maximum width of the final png image in res/layout/main.xml
12 Currently, the image width is 1200px for xxxhdpi, 900px for xxhdpi and
28 * "pngcrush -c 0 ..." converts "text-out.png" into a 1-channel image,
29 which is accepted by Recovery. This also compresses the image file by
34 image works by running graphic tests under the recovery mode.
/bootable/libbootloader/gbl/efi/
DBUILD74 # For RISCV target, existing toolchain can only generate ELF format image.
75 # The current solution is to manually add a PE/COFF header at image
76 # start and use objcopy to remove the ELF header to make it a PE/COFF image.
80 # 1. `llvm-objcopy <elf image> -O binary <efi image>`
81 # 2. `elf_static_relocation_checker <elf image> <efi image>`
/bootable/libbootloader/gbl/
DREADME.md33 run the EFI image directly with:
36 launch_cvd --android_efi_loader=<path to the EFI image> ...
43 Note: For x86 platform, use the EFI image built for `x86_32`.
61 If you want to test the EFI image directly on QEMU with your custom
75 cp <path to EFI image> /tmp/esp/EFI/BOOT/bootx64.efi && \
84 cp <path to EFI image> /tmp/esp/EFI/BOOT/bootaa64.efi && \
93 cp <path to EFI image> /tmp/esp/EFI/BOOT/bootriscv64.efi && \
/bootable/recovery/tools/image_generator/
DREADME.md21 5. `outputFilename`: Path to the generated image.
26 a localized image for every supported locale.
28 Each individual localized image contains an encoded locale header string, and the rendered
31 form the final resource image that locates in res/images, e.g. `install_text.png`
DImageGenerator.java40 import java.awt.image.BufferedImage;
/bootable/recovery/
DREADME.md18 * Devices with a separate recovery image (e.g. Nexus)
24 # To boot into the new recovery image without flashing the recovery partition:
59 When running recovery image from debuggable builds (i.e. `-eng` or `-userdebug` build variants, or
82 By default, `adbd` is always included into recovery image, as `/system/bin/adbd`. `init` starts
120 recovery image doesn't honor the USB debugging toggle and the authorizations added under normal boot
150 The recovery image supports localization of several background texts, e.g. installing, error,
152 these localization images dynamically since android-10 when building the recovery image. While
/bootable/libbootloader/gbl/docs/
Defi_protocols.md41 and LoadedImage protocol are present, the GBL image path is logged
53 The LoadedImage protocol can be used on the handle of an image to provide
54 information about the image, including its device handle and device path.
/bootable/recovery/minadbd/
DREADME.md8 Although both modules may be installed into the recovery image, only one of them, or none, can be
/bootable/recovery/recovery_utils/
DAndroid.bp79 // is not installed to the system image yet. (It is installed
/bootable/recovery/tests/
DAndroid.bp89 // recovery image for unittests.
/bootable/libbootloader/gbl/toolchain/
DBUILD101 # configure building for specific architecture and image type.
/bootable/recovery/tests/testdata/
Drecovery_body19 dalvik.vm.image-dex2oat-Xms=64m
20 dalvik.vm.image-dex2oat-Xmx=64m
146 dalvik.vm.image-dex2oat-threads=4