Home
last modified time | relevance | path

Searched refs:images (Results 1 – 25 of 78) sorted by relevance

1234

/device/linaro/hikey/factory-images/
DREADME1 How to build factory images:
7 $ . ../../device/linaro/hikey/factory-images/generate-factory-images-package.sh
12 $ device/linaro/hikey/factory-images/generate-factory-images-package.sh
Dgenerate-factory-images-package.sh17 source $ANDROID_BUILD_TOP/device/common/clear-factory-images-variables.sh
19 source $ANDROID_BUILD_TOP/device/linaro/hikey/factory-images/generate-factory-images-$TARGET_PRODUC…
/device/generic/goldfish-opengl/system/hwc3/
DDrmSwapchain.cpp68 std::vector<Image> images; in create() local
91 images.emplace_back(Image(ahb, std::move(drmBuffer))); in create()
93 return std::unique_ptr<DrmSwapchain>(new DrmSwapchain(std::move(images))); in create()
96 DrmSwapchain::DrmSwapchain(std::vector<Image> images) : mImages(std::move(images)) {} in DrmSwapchain() argument
/device/linaro/hikey/installer/hikey960/
DREADME2 images and AOSP images (built from sources) on hikey960.
26 images locally, or are flashing a factory image.
50 https://github.com/96boards-hikey/tools-images-hikey960/
53 https://github.com/96boards-hikey/tools-images-hikey960/blob/master/README.md
/device/linaro/dragonboard/installer/rb5/
DREADME2 and AOSP images(built from sources) on rb5.
4 First, make sure you have built the AOSP images for RB5 by
31 binaries and AOSP images by running the following script from
39 * If you have flashed AOSP images and you can see the boot logs
/device/google/cuttlefish/tools/
Dupload_via_ssh.py30 images = glob.glob('*.img') + ["bootloader"]
31 if len(images) == 0:
34 'tar -c -f - --lzop -S ' + ' '.join(images) +
Dcreate_base_image.go262 gce(WarnOnFail, `compute images delete -q --project="`+build_project+`" "`+dest_image+`"`,
270 gce(WarnOnFail, `compute images create "`+dest_image+`" --project="`+build_project+
289 `,image=projects/cloud-android-testing/global/images/`+dest_image+
338 gce(WarnOnFail, `compute images delete -q --project="`+build_project+
386 gce(ExitOnFail, `compute images create --project="`+build_project+
Dcreate_base_image_hostlib.sh106 gcloud compute images delete -q \
140 gcloud compute images create \
163 gcloud compute images create \
/device/google/atv/sdk/
Datv_sdk.atree18 ${HOST_OUT}/device/google/atv/sdk/images_${TARGET_CPU_ABI}_source.properties system-images/${PLATF…
19 device/google/atv/sdk/images_${TARGET_CPU_ABI}_hardware.ini system-images/${PLATF…
22 device/google/atv/sdk/devices.xml system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/devices.xml
/device/generic/goldfish/tools/
DREADME.md1 ## Combine images
21 * Combine multiple images into one image with multiple partitions
41 * Detect images that already have partitions in them.
/device/google/cuttlefish/common/libs/utils/
Darchive.cpp126 const std::vector<std::string>& images, const bool keep_archive) { in ExtractImages() argument
128 CF_EXPECT(archive.ExtractFiles(images, target_directory), in ExtractImages()
132 std::vector<std::string> files = images; in ExtractImages()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dsuper_image_mixer.cc74 std::set<std::string> images; member
178 extracted.images.emplace(CF_EXPECT(GetPartitionNameFromPath(name))); in ExtractTargetFiles()
204 extracted.images.emplace(partition); in ExtractTargetFiles()
246 extracted.images, extracted.system_partitions)); in CombineTargetZipFiles()
/device/google/tangorpro/factory-images/
Dgenerate-factory-images-package.sh17 source ../../../common/clear-factory-images-variables.sh
24 source ../../../common/generate-factory-images-common.sh
/device/google/comet/factory-images/
Dgenerate-factory-images-package.sh17 source ../../../common/clear-factory-images-variables.sh
25 source ../../../common/generate-factory-images-common.sh
/device/google/akita/factory-images/
Dgenerate-factory-images-package.sh17 source ../../../common/clear-factory-images-variables.sh
25 source ../../../common/generate-factory-images-common.sh
/device/google/caimito/factory-images_komodo/
Dgenerate-factory-images-package.sh17 source ../../../common/clear-factory-images-variables.sh
25 source ../../../common/generate-factory-images-common.sh
/device/google/caimito/factory-images_tokay/
Dgenerate-factory-images-package.sh17 source ../../../common/clear-factory-images-variables.sh
25 source ../../../common/generate-factory-images-common.sh
/device/google/redfin/factory-images/
Dgenerate-factory-images-package.sh17 source ../../../common/clear-factory-images-variables.sh
25 source ../../../common/generate-factory-images-common.sh
/device/google/shusky/factory-images_husky/
Dgenerate-factory-images-package.sh17 source ../../../common/clear-factory-images-variables.sh
25 source ../../../common/generate-factory-images-common.sh
/device/google/coral/factory-images_flame/
Dgenerate-factory-images-package.sh17 source ../../../common/clear-factory-images-variables.sh
25 source ../../../common/generate-factory-images-common.sh
/device/google/shusky/factory-images_shiba/
Dgenerate-factory-images-package.sh17 source ../../../common/clear-factory-images-variables.sh
25 source ../../../common/generate-factory-images-common.sh
/device/google/felix/factory-images/
Dgenerate-factory-images-package.sh17 source ../../../common/clear-factory-images-variables.sh
25 source ../../../common/generate-factory-images-common.sh
/device/google/caimito/factory-images_caiman/
Dgenerate-factory-images-package.sh17 source ../../../common/clear-factory-images-variables.sh
25 source ../../../common/generate-factory-images-common.sh
/device/google/lynx/factory-images/
Dgenerate-factory-images-package.sh17 source ../../../common/clear-factory-images-variables.sh
25 source ../../../common/generate-factory-images-common.sh
/device/google/coral/factory-images_coral/
Dgenerate-factory-images-package.sh17 source ../../../common/clear-factory-images-variables.sh
25 source ../../../common/generate-factory-images-common.sh

1234