Searched defs:Footer (Results 1 - 6 of 6) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DDotTreeGenerator.cs70 const string Footer = "}"; field in class:Antlr.Runtime.Tree.DotTreeGenerator
116 builder.AppendLine( Footer );
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/Antlr.Utility.Tree/
H A DDOTTreeGenerator.cs68 const string Footer = "}"; field in class:Antlr.Runtime.Tree.DotTreeGenerator
113 builder.AppendLine(Footer);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DDotTreeGenerator.cs70 const string Footer = "}"; field in class:Antlr.Runtime.Tree.DotTreeGenerator
116 builder.AppendLine( Footer );
/external/chromium_org/third_party/leveldatabase/src/table/
H A Dformat.h45 // Footer encapsulates the fixed information stored at the tail
47 class Footer { class in namespace:leveldb
49 Footer() { } function in class:leveldb::Footer
66 // Encoded length of a Footer. Note that the serialization of a
67 // Footer will always occupy exactly this many bytes. It consists
/external/chromium-trace/trace-viewer/third_party/python_gflags/
H A Dgflags2man.py451 self.Footer()
456 def Footer(self): raise NotImplementedError # define in subclass member in class:GenerateDoc
516 def Footer(self): member in class:GenerateMan
/external/chromium_org/third_party/python_gflags/
H A Dgflags2man.py451 self.Footer()
456 def Footer(self): raise NotImplementedError # define in subclass member in class:GenerateDoc
516 def Footer(self): member in class:GenerateMan

Completed in 262 milliseconds