Home
last modified time | relevance | path

Searched refs:getAncestor (Results 1 – 25 of 31) sorted by relevance

12

/external/guava/android/guava/src/com/google/common/collect/
DAbstractMapBasedMultimap.java486 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/guava/guava/src/com/google/common/collect/
DAbstractMapBasedMultimap.java493 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/antlr/runtime/ObjC/Framework/
DBaseTree.h75 - (id<BaseTree>)getAncestor:(NSInteger)ttype;
152 - (id<BaseTree>)getAncestor:(NSInteger)ttype;
DTree.h50 - (id<Tree>) getAncestor:(NSInteger) ttype;
DBaseTree.m418 return([self getAncestor:ttype] != nil);
422 - (id<BaseTree>) getAncestor:(NSInteger) ttype
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeParser.java210 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
DTree.java61 public Tree getAncestor(int ttype); in getAncestor() method
DBaseTree.java333 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/
DControlFlow.java439 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/
DTree.as28 function getAncestor(ttype:int):Tree;
DBaseTree.as266 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/
DStrip.java223 CommonTree root = (CommonTree)t.getAncestor(ANTLRv3Parser.RULE); in ACTION()
/external/antlr/runtime/Python3/antlr3/
Dtree.py138 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/
Dtree.py138 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/
DCommonTreeTest.m336 CommonTree *ancestor = [tree getAncestor:TokenTypeUP];
/external/antlr/tool/
DCHANGES.txt593 public Tree getAncestor(int ttype);
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/
Djavassist-3.19.0-GA.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
Dguava-21.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/guice/extensions/persist/lib/
Ddb4o-6.4.14.8131-java5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/db4o/ com/ ...
/external/guice/extensions/struts2/lib/
Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse ...
/external/owasp/sanitizer/distrib/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/lib/guava-libraries/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/testng/ant/3rdparty/
Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data ...
/external/guice/lib/
Dguava-19.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/cldr/tools/java/libs/
Dguava.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...

12