Home
last modified time | relevance | path

Searched defs:Footer (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/core/
DSkArenaAlloc.h201 struct Footer { struct
202 uint8_t unaligned_action[sizeof(FooterAction*)]; argument
215 void installFooter(FooterAction* releaser, uint32_t padding); argument
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DDotTreeGenerator.cs70 const string Footer = "}"; field in Antlr.Runtime.Tree.DotTreeGenerator
/external/antlr/runtime/CSharp2/Sources/Antlr3.Utility/Antlr.Utility.Tree/
DDOTTreeGenerator.cs68 const string Footer = "}"; field in Antlr.Runtime.Tree.DotTreeGenerator
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DDotTreeGenerator.cs70 const string Footer = "}"; field in Antlr.Runtime.Tree.DotTreeGenerator
/external/tensorflow/tensorflow/core/lib/io/
Dformat.h60 Footer() {} in Footer() function
/external/skqp/include/private/
DSkArenaAlloc.h146 using Footer = int64_t; variable
/external/rust/crates/libz-sys/src/zlib/contrib/ada/
Dzlib.adb645 Footer : Footer_Array; variable
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc559 string HloDotDumper::Footer() { return StrCat(StrJoin(edges_, "\n"), "\n}"); } in Footer() function in xla::__anonf346b5ae0111::HloDotDumper