Home
last modified time | relevance | path

Searched full:footer (Results 1 – 25 of 31) sorted by relevance

12

/device/google/cuttlefish/host/libs/image_aggregator/
Dimage_aggregator.cc117 GptHeader footer; member
337 ComponentDisk* footer = disk.add_component_disks(); in MakeCompositeDiskSpec() local
338 footer->set_file_path(footer_file); in MakeCompositeDiskSpec()
339 footer->set_offset(next_disk_offset_); in MakeCompositeDiskSpec()
400 * Generates a GUID Partition Table footer that matches the header in `head`.
405 gpt.footer = head.header; in End()
406 gpt.footer.partition_entries_lba = in End()
408 std::swap(gpt.footer.current_lba, gpt.footer.backup_lba); in End()
409 gpt.footer.header_crc32 = 0; in End()
410 gpt.footer.header_crc32 = in End()
[all …]
Dimage_aggregator.h64 * Table header and footer. These are saved to `header_file` and `footer_file`,
/device/generic/vulkan-cereal/protocols/vulkan/config/themes/
Dpdf-theme.yml21 # Add chapter names to the page footer
22 footer:
/device/google/contexthub/util/nanotool/
Dnanopacket.cpp74 // 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/
Dseos.h220 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/
Dhtmldiff27 …blocklevel_tags': 'article,aside,canvas,dialog,details,figcaption,figure,footer,header,hgroup,menu…
Dhtmldiff.orig97 …blocklevel_tags": 'article,aside,canvas,dialog,details,figcaption,figure,footer,header,hgroup,menu…
/device/generic/vulkan-cereal/third-party/googletest/docs/_layouts/
Ddefault.html48 <div class="footer">
/device/generic/vulkan-cereal/protocols/vulkan/xml/htmldiff/
Dhtmldiff29 …blocklevel_tags': 'article,aside,canvas,dialog,details,figcaption,figure,footer,header,hgroup,menu…
/device/generic/vulkan-cereal/third-party/googletest/docs/_sass/
Dmain.scss117 .main .footer { class
/device/google/contexthub/firmware/os/core/
Dseos.c599 // 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()
DhostIntf.c240 struct NanohubPacketFooter *footer; in hostIntfFindHandler() local
255 footer = hostIntfGetFooter(buf); in hostIntfFindHandler()
257 if (footer->crc != packetCrc) { in hostIntfFindHandler()
/device/generic/vulkan-cereal/protocols/vulkan/config/
Dkhronos.css4 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/generic/vulkan-cereal/third-party/googletest/googlemock/test/
Dgmock_output_test.py65 """Removes Google Test result report's header and footer from the output."""
/device/google/cuttlefish/host/commands/assemble_cvd/
Dboot_config.cc161 LOG(ERROR) << "Unable to run append hash footer. Exited with status " in Setup()
Ddisk_builder.cpp179 CF_EXPECT(!footer_path_.empty(), "No footer path"); in BuildCompositeDiskIfNecessary()
/device/generic/goldfish/tools/
Dmk_combined_img.py162 print("found prebuilt gpt header and footer, use it")
/device/generic/vulkan-cereal/protocols/vulkan/scripts/asciidoctor-chunker/
DREADME.md38 …sciidoctor User Manual](https://asciidoctor.org/docs/user-manual/). The footer on the sample page…
/device/generic/vulkan-cereal/third-party/angle/src/tests/perf_tests/
Dglmark2Benchmark.cpp221 // Read configs until the top of the footer is reached in parseOutput()
/device/generic/vulkan-cereal/protocols/vulkan/
DgenRef.py44 print('include::footer.txt[]', file=fp)
/device/generic/goldfish/radio/include/telephony/
Dril_cdma_sms.h426 ** connected together with intermediate iMelody header and footer ignored.
/device/google/redbull/json-c/
DDoxyfile595 # The HTML_FOOTER tag can be used to specify a personal HTML footer for
597 # standard footer.
/device/google/coral/json-c/
DDoxyfile595 # The HTML_FOOTER tag can be used to specify a personal HTML footer for
597 # standard footer.
/device/google/sunfish/json-c/
DDoxyfile595 # The HTML_FOOTER tag can be used to specify a personal HTML footer for
597 # standard footer.
/device/generic/vulkan-cereal/protocols/vulkan/xml/
DgenRef.py62 """Print footer material at the end of each refpage on open file fp.

12