/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | AbstractMapBasedMultimap.java | 512 WrappedCollection getAncestor() { in getAncestor() method in AbstractMapBasedMultimap.WrappedCollection 659 (getAncestor() == null) ? this : getAncestor()); in headSet() 667 (getAncestor() == null) ? this : getAncestor()); in subSet() 675 (getAncestor() == null) ? this : getAncestor()); in tailSet() 768 (getAncestor() == null) ? this : getAncestor()); in subList()
|
/external/guava/guava/src/com/google/common/collect/ |
D | AbstractMapBasedMultimap.java | 515 WrappedCollection getAncestor() { in getAncestor() method in AbstractMapBasedMultimap.WrappedCollection 662 (getAncestor() == null) ? this : getAncestor()); in headSet() 670 (getAncestor() == null) ? this : getAncestor()); in subSet() 678 (getAncestor() == null) ? this : getAncestor()); in tailSet() 726 (getAncestor() == null) ? this : getAncestor()); in wrap() 846 (getAncestor() == null) ? this : getAncestor()); in subList()
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRBaseTree.h | 73 - (id<ANTLRTree>)getAncestor:(NSInteger)ttype; 148 - (id<ANTLRTree>)getAncestor:(NSInteger)ttype;
|
D | ANTLRTree.h | 44 - (id<ANTLRTree>) getAncestor:(NSInteger) ttype;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRBaseTree.h | 73 - (id<ANTLRTree>)getAncestor:(NSInteger)ttype; 148 - (id<ANTLRTree>)getAncestor:(NSInteger)ttype;
|
D | ANTLRTree.h | 44 - (id<ANTLRTree>) getAncestor:(NSInteger) ttype;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRBaseTree.h | 73 - (id<ANTLRTree>)getAncestor:(NSInteger)ttype; 148 - (id<ANTLRTree>)getAncestor:(NSInteger)ttype;
|
D | ANTLRTree.h | 44 - (id<ANTLRTree>) getAncestor:(NSInteger) ttype;
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRBaseTree.h | 75 - (id<ANTLRBaseTree>)getAncestor:(NSInteger)ttype; 152 - (id<ANTLRBaseTree>)getAncestor:(NSInteger)ttype;
|
D | ANTLRTree.h | 50 - (id<ANTLRTree>) getAncestor:(NSInteger) ttype;
|
D | ANTLRBaseTree.m | 413 return([self getAncestor:ttype] != nil); 417 - (id<ANTLRBaseTree>) getAncestor:(NSInteger) ttype
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | TreeParser.java | 202 Object ancestor = getAncestor(adaptor, tokenNames, t, goal); in inContext() 222 …protected static Object getAncestor(TreeAdaptor adaptor, String[] tokenNames, Object t, String goa… in getAncestor() method in TreeParser
|
D | Tree.java | 61 public Tree getAncestor(int ttype); in getAncestor() method
|
D | BaseTree.java | 313 public boolean hasAncestor(int ttype) { return getAncestor(ttype)!=null; } in hasAncestor() 316 public Tree getAncestor(int ttype) { in getAncestor() method in BaseTree
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
D | Tree.as | 28 function getAncestor(ttype:int):Tree;
|
D | BaseTree.as | 266 public function hasAncestor(ttype:int):Boolean { return getAncestor(ttype)!=null; } 269 public function getAncestor(ttype:int):Tree {
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
D | Strip.java | 210 CommonTree root = (CommonTree)t.getAncestor(ANTLRv3Parser.RULE); in ACTION()
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
D | tree.py | 138 def getAncestor(self, ttype): member in Tree 891 return self.getAncestor(ttype) is not None 893 def getAncestor(self, ttype): member in BaseTree
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | WinException.cpp | 905 static int getAncestor(const WinEHFuncInfo &FuncInfo, int Left, int Right) { in getAncestor() function 1021 getAncestor(FuncInfo, CurrentState, StateChange.NewState); in emitCLRExceptionTable()
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/test/runtime/tree/ |
D | ANTLRCommonTreeTest.m | 336 ANTLRCommonTree *ancestor = [tree getAncestor:ANTLRTokenTypeUP];
|
/external/antlr/antlr-3.4/tool/ |
D | CHANGES.txt | 522 public Tree getAncestor(int ttype);
|