/device/google/cuttlefish_vmm/ |
D | policy-inliner.sh | 18 contents="$3" 20 if ! [[ -f $contents ]]; then 30 cat $contents | egrep "^[a-zA-Z0-9_-]+:" >> $output
|
/device/google/cuttlefish/common/libs/utils/ |
D | files.cpp | 132 std::string contents; in ReadFile() local 135 contents.resize(in.tellg()); in ReadFile() 137 in.read(&contents[0], contents.size()); in ReadFile() 139 return(contents); in ReadFile()
|
/device/google/cuttlefish/guest/hals/hwcomposer/common/ |
D | hwcomposer.cpp | 354 hwc_display_contents_1_t* contents = displays[disp]; in cvd_hwc_set() local 355 if (!contents) return 0; in cvd_hwc_set() 357 hwc_layer_1_t* layers = &contents->hwLayers[0]; in cvd_hwc_set() 358 if (contents->numHwLayers == 1 && in cvd_hwc_set() 363 if (!IsValidComposition(dev, contents->numHwLayers, layers, true)) { in cvd_hwc_set() 369 contents->numHwLayers, layers); in cvd_hwc_set() 373 for (size_t index = 0; index < contents->numHwLayers; ++index) { in cvd_hwc_set() 381 ALOGI("Saw %zu layers, closed=%d", contents->numHwLayers, closedFds); in cvd_hwc_set() 386 contents->retireFenceFd = -1; in cvd_hwc_set()
|
/device/google/cuttlefish/host/commands/fetcher/ |
D | curl_wrapper.cc | 148 std::string contents = DownloadToString(url, headers); in DownloadToJson() local 151 if (!reader.parse(contents, json)) { in DownloadToJson() 154 json["response"] = contents; in DownloadToJson()
|
/device/google/coral/usb/ |
D | Usb.cpp | 58 int32_t readFile(const std::string &filename, std::string *contents) { in readFile() argument 70 *contents = line; in readFile() 82 int32_t writeFile(const std::string &filename, const std::string &contents) { in writeFile() argument 89 int ret = fputs(contents.c_str(), fp); in writeFile() 91 if ((ret != EOF) && !readFile(filename, &written) && written == contents) in writeFile()
|
/device/google/contexthub/firmware/os/platform/stm32/lkr/ |
D | app.lkr | 23 * initial contents of RW data 24 * initial contents of the GOT
|
D | stm32f4xx.bl.lkr | 33 /* initial EEDATA contents */
|
/device/google/wahoo/usb/ |
D | Usb.cpp | 52 static int32_t readFile(const std::string &filename, std::string *contents) { in readFile() argument 63 *contents = line; in readFile() 76 const std::string &contents) { in writeFile() argument 82 ret = fputs(contents.c_str(), fp); in writeFile()
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | super_image_mixer.cc | 74 auto contents = archive->ExtractToMemory(build_prop_file); in FindImports() local 75 auto lines = android::base::Split(contents, "\n"); in FindImports()
|
/device/linaro/dragonboard/qcom/qrtr/ |
D | qrtr.py | 26 cast(ptr, POINTER(py_object)).contents.value.append(res)
|
/device/sample/frameworks/PlatformLibrary/ |
D | README.txt | 16 extension in the /system/etc/permissions directory with the following contents:
|
/device/google/bonito/usb/ |
D | Usb.cpp | 47 int32_t readFile(const std::string &filename, std::string *contents) { in readFile() argument 58 *contents = line; in readFile()
|
/device/google/crosshatch/usb/ |
D | Usb.cpp | 49 int32_t readFile(const std::string &filename, std::string *contents) { in readFile() argument 60 *contents = line; in readFile()
|
/device/google/cuttlefish/guest/hals/hwcomposer/cutf_cvm/ |
D | HWC2.cpp | 1966 auto contents = static_cast<hwc_display_contents_1_t*>(std::calloc(size, 1)); in allocateRequestedContents() local 1967 mHwc1RequestedContents.reset(contents); in allocateRequestedContents() 1968 mNextAvailableRect = reinterpret_cast<hwc_rect_t*>(&contents->hwLayers[numLayers]); in allocateRequestedContents() 2537 auto& contents = mHwc1Contents[c]; in prepareAllDisplays() local 2538 if (!contents) { in prepareAllDisplays() 2542 for (size_t l = 0; l < contents->numHwLayers; ++l) { in prepareAllDisplays() 2543 ALOGV(" %zd: %d", l, contents->hwLayers[l].compositionType); in prepareAllDisplays()
|
/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | VkEncoder.h | 697 VkSubpassContents contents); 700 VkSubpassContents contents);
|
/device/generic/goldfish/audio/ |
D | NOTICE | 128 wherever such third-party notices normally appear. The contents
|
/device/generic/goldfish/radio/ril/ |
D | NOTICE | 128 wherever such third-party notices normally appear. The contents
|
D | ril.h | 7186 char *contents; /* Carrier-defined content. It is binary, opaque and member
|
/device/google/cuttlefish/guest/hals/ril/reference-ril/ |
D | NOTICE | 128 wherever such third-party notices normally appear. The contents
|
/device/generic/goldfish/radio/rild/ |
D | NOTICE | 128 wherever such third-party notices normally appear. The contents
|
/device/google/contexthub/util/ |
D | NOTICE | 127 wherever such third-party notices normally appear. The contents
|
/device/generic/goldfish/radio/libril/ |
D | NOTICE | 128 wherever such third-party notices normally appear. The contents
|
/device/google/wahoo/liblight/ |
D | NOTICE | 128 wherever such third-party notices normally appear. The contents
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/ |
D | gles3.in | 247 ## to update the host with the new buffer contents: 256 ## x holds host GPU contents | | 271 ## x holds host GPU contents | |
|
/device/linaro/hikey/mali/bifrost/ |
D | APACHE_LICENSE.txt | 116 wherever such third-party notices normally appear. The contents
|