/external/guava/guava/src/com/google/common/collect/ |
D | AbstractMapBasedMultimap.java | 493 WrappedCollection getAncestor() { in getAncestor() method in AbstractMapBasedMultimap.WrappedCollection 646 (getAncestor() == null) ? this : getAncestor()); in headSet() 655 (getAncestor() == null) ? this : getAncestor()); in subSet() 664 (getAncestor() == null) ? this : getAncestor()); in tailSet() 711 return new WrappedNavigableSet(key, wrapped, (getAncestor() == null) ? this : getAncestor()); in wrap() 832 (getAncestor() == null) ? this : getAncestor()); in subList()
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | AbstractMapBasedMultimap.java | 486 WrappedCollection getAncestor() { in getAncestor() method in AbstractMapBasedMultimap.WrappedCollection 640 (getAncestor() == null) ? this : getAncestor()); in headSet() 649 (getAncestor() == null) ? this : getAncestor()); in subSet() 658 (getAncestor() == null) ? this : getAncestor()); in tailSet() 705 return new WrappedNavigableSet(key, wrapped, (getAncestor() == null) ? this : getAncestor()); in wrap() 826 (getAncestor() == null) ? this : getAncestor()); in subList()
|
/external/antlr/runtime/ObjC/Framework/ |
D | BaseTree.h | 75 - (id<BaseTree>)getAncestor:(NSInteger)ttype; 152 - (id<BaseTree>)getAncestor:(NSInteger)ttype;
|
D | Tree.h | 50 - (id<Tree>) getAncestor:(NSInteger) ttype;
|
D | BaseTree.m | 418 return([self getAncestor:ttype] != nil); 422 - (id<BaseTree>) getAncestor:(NSInteger) ttype
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | TreeParser.java | 210 Object ancestor = getAncestor(adaptor, tokenNames, t, goal); in inContext() 230 …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 | 333 public boolean hasAncestor(int ttype) { return getAncestor(ttype)!=null; } in hasAncestor() 337 public Tree getAncestor(int ttype) { in getAncestor() method in BaseTree
|
/external/javassist/src/main/javassist/bytecode/analysis/ |
D | ControlFlow.java | 439 Node n = getAncestor(parent, access.node(entrances[i]), distance); in makeDominatorTree() 450 private static Node getAncestor(Node n1, Node n2, int[] distance) { in getAncestor() method in ControlFlow.Node
|
/external/antlr/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/tool/src/main/java/org/antlr/tool/ |
D | Strip.java | 223 CommonTree root = (CommonTree)t.getAncestor(ANTLRv3Parser.RULE); in ACTION()
|
/external/antlr/runtime/Python3/antlr3/ |
D | tree.py | 138 def getAncestor(self, ttype): member in Tree 884 return self.getAncestor(ttype) is not None 886 def getAncestor(self, ttype): member in BaseTree
|
/external/antlr/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/antlr/runtime/ObjC/Framework/test/runtime/tree/ |
D | CommonTreeTest.m | 336 CommonTree *ancestor = [tree getAncestor:TokenTypeUP];
|
/external/antlr/tool/ |
D | CHANGES.txt | 593 public Tree getAncestor(int ttype);
|