OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Footer
(Results
1 - 7
of
7
) sorted by null
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DotTreeGenerator.cs
70
const string
Footer
= "}";
116
builder.AppendLine(
Footer
);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/Antlr.Utility.Tree/
DOTTreeGenerator.cs
68
const string
Footer
= "}";
113
builder.AppendLine(
Footer
);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DotTreeGenerator.cs
70
const string
Footer
= "}";
116
builder.AppendLine(
Footer
);
/external/chromium_org/third_party/leveldatabase/src/table/
format.h
45
//
Footer
encapsulates the fixed information stored at the tail
47
class
Footer
{
49
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/
gflags2man.py
451
self.
Footer
()
456
def
Footer
(self): raise NotImplementedError # define in subclass
516
def
Footer
(self):
/external/chromium_org/third_party/python_gflags/
gflags2man.py
451
self.
Footer
()
456
def
Footer
(self): raise NotImplementedError # define in subclass
516
def
Footer
(self):
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DirectoryFragment.java
501
// Directories and
footer
items cannot be checked
605
private static abstract class
Footer
{
608
public
Footer
(int itemViewType) {
619
private class LoadingFooter extends
Footer
{
644
private class MessageFooter extends
Footer
{
682
private List<
Footer
> mFooters = Lists.newArrayList();
[
all
...]
Completed in 330 milliseconds