Home
last modified time | relevance | path

Searched defs:images (Results 1 – 6 of 6) sorted by relevance

/device/generic/goldfish/tools/
DREADME.md3 ### Usage
9 ### Prerequisite
20 ### Functionality
24 ### The format of input config file
31 ### Config file example
39 ### TODO
/device/generic/goldfish-opengl/system/hwc3/
DDrmSwapchain.cpp68 std::vector<Image> images; in create() local
96 DrmSwapchain::DrmSwapchain(std::vector<Image> images) : mImages(std::move(images)) {} in DrmSwapchain()
/device/google/cuttlefish/common/libs/utils/
Darchive.cpp126 const std::vector<std::string>& images, const bool keep_archive) { in ExtractImages()
/device/google/cuttlefish/host/commands/assemble_cvd/
Dsuper_image_mixer.cc74 std::set<std::string> images; member
/device/google/trout/tools/
Dbpttool1380 def make_disk_image(self, output, bpt, images, allow_empty_partitions=False): argument
/device/google/atv/FrameworkPackageStubs/src/com/android/browser/provider/
DBrowserProvider2.java207 matcher.addURI(authority, "images", IMAGES); in matcher.addURI()