Home
last modified time | relevance | path

Searched refs:Footer (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/core/
DSkArenaAlloc.cpp15 char* objEnd = footerEnd - (sizeof(Footer) + sizeof(int32_t)); in SkipPod()
23 Footer footer; in RunDtorsOnBlock()
24 memcpy(&footer, footerEnd - sizeof(Footer), sizeof(Footer)); in RunDtorsOnBlock()
34 char* objEnd = footerEnd - (sizeof(Footer) + sizeof(char*)); in NextBlock()
50 if (size < sizeof(Footer)) {
74 Footer encodedFooter = (actionInt << 6) | padding; in installFooter()
75 memmove(fCursor, &encodedFooter, sizeof(Footer)); in installFooter()
76 fCursor += sizeof(Footer); in installFooter()
93 constexpr uint32_t headerSize = sizeof(Footer) + sizeof(ptrdiff_t); in ensureSpace()
98 uint32_t objSizeAndOverhead = size + headerSize + sizeof(Footer); in ensureSpace()
[all …]
DSkArenaAlloc.h84 objStart = this->allocObjectWithFooter(size + sizeof(Footer), alignment); in make()
91 char* objStart = objEnd - (sizeof(T) + sizeof(Footer)); in make()
140 using Footer = int64_t;
167 uint32_t totalSize = arraySize + sizeof(Footer) + sizeof(uint32_t); in commonArrayAlloc()
177 char* objEnd = footerEnd - (sizeof(Footer) + sizeof(uint32_t)); in commonArrayAlloc()
/external/zlib/src/contrib/ada/
Dzlib.adb645 Footer : Footer_Array; variable
647 Put_32 (Footer, Filter.CRC);
648 Put_32 (Footer (Footer'First + 4 .. Footer'Last),
650 Add_Data (Footer);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DDotTreeGenerator.cs70 const string Footer = "}"; field in Antlr.Runtime.Tree.DotTreeGenerator
116 builder.AppendLine( Footer ); in ToDot()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DDotTreeGenerator.cs70 const string Footer = "}"; field in Antlr.Runtime.Tree.DotTreeGenerator
116 builder.AppendLine( Footer ); in ToDot()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/Antlr.Utility.Tree/
DDOTTreeGenerator.cs68 const string Footer = "}"; field in Antlr.Runtime.Tree.DotTreeGenerator
113 builder.AppendLine(Footer); in ToDot()
/external/fmtlib/doc/bootstrap/
Dmodals.less102 // Footer (for actions)
/external/abi-compliance-checker/
Dabi-compliance-checker.pl18008 my $Footer = "";
18010 $Footer .= "<hr/>\n";
18011 $Footer .= "<div class='footer' align='right'>";
18012 …$Footer .= "<i>Generated by <a href='".$HomePage{"Dev"}."'>ABI Compliance Checker</a> $TOOL_VERSIO…
18013 $Footer .= "</div>\n";
18014 $Footer .= "<br/>\n";
18016 return $Footer;
/external/doclava/res/assets/templates-sdk/assets/css/
Ddefault.css1220 Footer
6087 /* Footer component */