| /device/google/cuttlefish/host/libs/image_aggregator/ |
| D | image_aggregator.cc | 112 GptHeader footer; member 267 ComponentDisk* footer = disk.add_component_disks(); in MakeCompositeDiskSpec() local 268 footer->set_file_path(AbsolutePath(footer_file)); in MakeCompositeDiskSpec() 269 footer->set_offset(next_disk_offset_); in MakeCompositeDiskSpec() 329 * Generates a GUID Partition Table footer that matches the header in `head`. 334 gpt.footer = head.header; in End() 335 gpt.footer.partition_entries_lba = next_disk_offset_ / SECTOR_SIZE; in End() 336 std::swap(gpt.footer.current_lba, gpt.footer.backup_lba); in End() 337 gpt.footer.header_crc32 = 0; in End() 338 gpt.footer.header_crc32 = in End() [all …]
|
| D | image_aggregator.h | 64 * Table header and footer. These are saved to `header_file` and `footer_file`,
|
| /device/google/cuttlefish/host/commands/mk_cdisk/ |
| D | mk_cdisk.cc | 131 // We need two implicit output paths: GPT header/footer in MakeCompositeDiskMain() 132 // e.g. out.img will have out-header.img and out-footer.img in MakeCompositeDiskMain() 134 std::string gpt_footer = AppendFileName(args->output_file, "-footer"); in MakeCompositeDiskMain()
|
| /device/generic/vulkan-cereal/protocols/vulkan/config/themes/ |
| D | pdf-theme.yml | 1 # Modified asciidoctor-pdf default-theme.yml adding chapter names to the page footer 240 # NOTE in addition to footer, header is also supported 241 footer:
|
| /device/google/contexthub/util/nanotool/ |
| D | nanopacket.cpp | 74 // Resize the buffer to accomodate header, footer and data content. in NanoPacket() 103 // Format the CRC footer. in NanoPacket()
|
| /device/google/contexthub/firmware/os/inc/ |
| D | seos.h | 220 struct SegmentFooter *footer = (struct SegmentFooter *)(((uint8_t*)seg) + in osSegmentGetCrc() local 222 return footer ? footer->crc : 0xFFFFFFFF; in osSegmentGetCrc()
|
| /device/generic/vulkan-cereal/protocols/vulkan/scripts/ |
| D | htmldiff | 27 …blocklevel_tags': 'article,aside,canvas,dialog,details,figcaption,figure,footer,header,hgroup,menu…
|
| D | htmldiff.orig | 97 …blocklevel_tags": 'article,aside,canvas,dialog,details,figcaption,figure,footer,header,hgroup,menu…
|
| /device/generic/vulkan-cereal/protocols/vulkan/xml/htmldiff/ |
| D | htmldiff | 29 …blocklevel_tags': 'article,aside,canvas,dialog,details,figcaption,figure,footer,header,hgroup,menu…
|
| /device/generic/vulkan-cereal/protocols/vulkan/config/ |
| D | khronos.css | 4 article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { … selector 313 #header, #content, #footnotes, #footer { width: 100%; margin-left: auto; margin-right: auto; margin… 314 …nt:before, #content:after, #footnotes:before, #footnotes:after, #footer:before, #footer:after { co… 315 #header:after, #content:after, #footnotes:after, #footer:after { clear: both; } 366 #footer { max-width: 100%; background-color: none; padding: 1.25em; } 368 #footer-text { color: black; line-height: 1.44; }
|
| /device/google/contexthub/firmware/os/core/ |
| D | seos.c | 599 // this is enough for holding padding to uint32_t and the footer in osAppSegmentClose() 600 uint8_t footer[sizeof(uint32_t) + FOOTER_SIZE]; in osAppSegmentClose() local 606 int32_t fullSize = segDataSize + sizeof(seg); // without footer or padding in osAppSegmentClose() 633 memset(footer, 0x00, footerLen); in osAppSegmentClose() 640 memcpy(&footer[footerLen], &segFooter, sizeof(segFooter)); in osAppSegmentClose() 644 ret = osWriteShared((uint8_t*)storageSeg + fullSize, footer, footerLen); in osAppSegmentClose()
|
| D | hostIntf.c | 240 struct NanohubPacketFooter *footer; in hostIntfFindHandler() local 255 footer = hostIntfGetFooter(buf); in hostIntfFindHandler() 257 if (footer->crc != packetCrc) { in hostIntfFindHandler()
|
| /device/generic/goldfish/tools/ |
| D | mk_combined_img.py | 161 print("found prebuilt gpt header and footer, use it")
|
| /device/generic/vulkan-cereal/third-party/angle/src/tests/perf_tests/ |
| D | glmark2Benchmark.cpp | 221 // Read configs until the top of the footer is reached in parseOutput()
|
| /device/generic/vulkan-cereal/protocols/vulkan/ |
| D | genRef.py | 44 print('include::footer.txt[]', file=fp)
|
| D | Makefile | 304 MANCOPYRIGHT = $(MANDIR)/copyright-ccby.txt $(MANDIR)/footer.txt
|
| /device/generic/goldfish/radio/include/telephony/ |
| D | ril_cdma_sms.h | 426 ** connected together with intermediate iMelody header and footer ignored.
|
| /device/google/coral/json-c/ |
| D | Doxyfile | 595 # The HTML_FOOTER tag can be used to specify a personal HTML footer for 597 # standard footer.
|
| /device/google/sunfish/json-c/ |
| D | Doxyfile | 595 # The HTML_FOOTER tag can be used to specify a personal HTML footer for 597 # standard footer.
|
| /device/google/crosshatch/json-c/ |
| D | Doxyfile | 595 # The HTML_FOOTER tag can be used to specify a personal HTML footer for 597 # standard footer.
|
| /device/google/bonito/json-c/ |
| D | Doxyfile | 595 # The HTML_FOOTER tag can be used to specify a personal HTML footer for 597 # standard footer.
|
| /device/google/redbull/json-c/ |
| D | Doxyfile | 595 # The HTML_FOOTER tag can be used to specify a personal HTML footer for 597 # standard footer.
|
| /device/generic/vulkan-cereal/protocols/vulkan/xml/ |
| D | genRef.py | 62 """Print footer material at the end of each refpage on open file fp.
|
| /device/google/cuttlefish/host/commands/modem_simulator/ |
| D | sim_service.cpp | 45 // is in a footer that's 14 bytes
|
| /device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/ |
| D | OutputHLSL.cpp | 433 // Output the body and footer first to determine what has to go in the header in output()
|