Home
last modified time | relevance | path

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

/tools/security/fuzzing/orphans/libexif/
Dlibexif_fuzzer.cpp36 auto image = exif_data_new_from_data(data, size); in LLVMFuzzerTestOneInput() local
37 if (image) { in LLVMFuzzerTestOneInput()
39 exif_data_get_mnote_data(image); in LLVMFuzzerTestOneInput()
40 data_dump(image); in LLVMFuzzerTestOneInput()
41 mnote_dump(image); in LLVMFuzzerTestOneInput()
44 exif_data_save_data(image, &buf, &sz); in LLVMFuzzerTestOneInput()
46 exif_data_fix(image); in LLVMFuzzerTestOneInput()
47 exif_data_unref(image); in LLVMFuzzerTestOneInput()
58 image = exif_loader_get_data(loader); in LLVMFuzzerTestOneInput()
59 if (image) { in LLVMFuzzerTestOneInput()
[all …]
/tools/acloud/internal/proto/
Dinternal_config.proto29 // [CVD only] The name of the stable host image
31 // [CVD only] The project where stable host image is
33 // [GOLDFISH only] The name of the stable host image
35 // [GOLDFISH only] The project where stable host image is
37 // [CHEEPS only] The name of the stable host image
39 // [CHEEPS only] The project where stable host image is
64 // The name of the default disk image, e.g. avd-system.tar.gz
66 // The mime type of the disk image, e.g. 'application/x-tar'
68 // The file extension of disk image, e.g. ".tar.gz"
70 // The name of the raw image name that should apper in the tar gz file.
[all …]
Duser_config.proto63 // [CVD only] The name of the stable host image released by Cloud Android team
65 // [CVD only] The name of the host image family released by Cloud Android team
67 // [CVD only] The project that the stable host image is released to
70 // [GOLDFISH only] The name of the stable host image released by Android
73 // [GOLDFISH only] The project that the stable goldfish host image is
85 // [CHEEPS only] The name of the stable host image released by the ARC
88 // [CHEEPS only] The project that the stable host image is released to
113 // [CHEEPS only] The name of the L1 betty image (used with Cheeps controller)
/tools/acloud/
DREADME.md52 a locally built image or an image from the Android Build servers.
56 * Remote instance using an Android Build image (LKGB (Last Known Good Build)
62 * Remote instance using a locally built image (use `m` to build the image)
64 > $ acloud create --local-image [optional local-image-path]
66 * Local instance using an Android Build image (LKGB for cuttlefish phone
71 * Local instance using a locally built image (use `m` to build the image)
73 > $ acloud create --local-instance --local-image
75 When specifying an Android Build image, you can specify the branch,
/tools/dexter/slicer/
Dwriter.cc220 static void CopySection(const T& section, dex::u1* image, dex::u4 image_size) { in CopySection() argument
232 ::memcpy(image + offset, section.data(), size); in CopySection()
297 dex::u1* image = static_cast<dex::u1*>(allocator->Allocate(image_size)); in CreateImage() local
298 if (image == nullptr) { in CreateImage()
302 memset(image, 0, image_size); in CreateImage()
307 dex::Header* header = reinterpret_cast<dex::Header*>(image + 0); in CreateImage()
336 CopySection(dex_->string_ids, image, image_size); in CreateImage()
337 CopySection(dex_->type_ids, image, image_size); in CreateImage()
338 CopySection(dex_->proto_ids, image, image_size); in CreateImage()
339 CopySection(dex_->field_ids, image, image_size); in CreateImage()
[all …]
Dreader.cc29 Reader::Reader(const dex::u1* image, size_t size) : image_(image), size_(size) { in Reader() argument
/tools/acloud/public/actions/
Dremote_instance_cf_device_factory.py279 os.path.basename(image) for image in glob.glob(
302 os.path.basename(image)
303 for image in glob.glob(os.path.join(images_dir, _ALL_FILES))
/tools/aadevtools/avd/
DREADME.md8 * add_avd_img.sh adds an AVD image to Android SDK dir.
12 * create_avd.sh creates a minimal AVD configuration from an AVD image.
/tools/acloud/public/data/
Ddefault.config180 value: "extradisk-image-4gb"
184 value: "extradisk-image-10gb"
/tools/acloud/internal/lib/
Dgcompute_client_test.py191 resource_mock.get.assert_called_with(project=PROJECT, image=self.IMAGE)
206 project=self.PROJECT_OTHER, image=self.IMAGE_OTHER)
290 image = {"name": self.IMAGE,
294 mock_get_image.return_value = image
390 project=PROJECT, image=self.IMAGE)
427 mock.call(project=PROJECT, image="fake_image_1"),
428 mock.call(project=PROJECT, image="fake_image_2")
461 image = "image_1"
462 response = {"items": [image]}
473 self.assertEqual(images, [image])
Dgcompute_client.py504 image = self.GetImage(image_name)
505 labels = image.get("labels", {})
509 "labelFingerprint": image["labelFingerprint"]
545 project=image_project or self._project, image=image_name)
571 project=self._project, image=image_name)
596 project=self._project, image=image_name)
/tools/test/graphicsbenchmark/performance_tests/hostside/test/com/android/game/qualification/test/
DPerformanceTestTest.java25 import java.awt.image.BufferedImage;
/tools/dexter/slicer/export/slicer/
Dreader.h39 Reader(const dex::u1* image, size_t size);
/tools/test/openhst/
DREADME.md10 ![Hotsord Stress Test concept diagram](docs/image/HST_concept_diagram.png)
/tools/test/graphicsbenchmark/performance_tests/hostside/src/com/android/game/qualification/test/
DPerformanceTest.java42 import java.awt.image.BufferedImage;
/tools/treble/split/
DREADME.md99 - Use `development/vndk/tools/image-diff-tool/diff.py` on output directories,