Home
last modified time | relevance | path

Searched refs:ancestors (Results 1 – 25 of 34) sorted by relevance

12

/external/dagger2/compiler/src/main/java/dagger/internal/codegen/
DMembersInjectionBinding.java227 final List<TypeElement> ancestors = new ArrayList<>(); in getInjectionSites() local
233 ancestors.add(MoreElements.asType(type.asElement())); in getInjectionSites()
258 ancestors.indexOf(right.element().getEnclosingElement()), in getInjectionSites()
259 ancestors.indexOf(left.element().getEnclosingElement())) in getInjectionSites()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DBaseTree.cs484 List<ITree> ancestors = new List<ITree>(); in GetAncestors()
489 ancestors.Insert( 0, t ); // insert at start in GetAncestors()
492 return ancestors; in GetAncestors()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DBaseTree.cs404 List<ITree> ancestors = new List<ITree>(); in GetAncestors()
408 ancestors.Insert(0, t); // insert at start in GetAncestors()
411 return ancestors; in GetAncestors()
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/
DBaseTree.java331 List ancestors = new ArrayList(); in getAncestors()
335 ancestors.add(0, t); // insert at start in getAncestors()
338 return ancestors; in getAncestors()
/external/guava/guava/src/com/google/common/reflect/
DClassPath.java337 ImmutableSet<File> ancestors) throws IOException { in scanDirectory() argument
339 if (ancestors.contains(canonical)) { in scanDirectory()
350 .addAll(ancestors) in scanDirectory()
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
DBaseTree.as279 /** Return a list of all ancestors of this node. The first node of
282 public function get ancestors():Array {
284 var ancestors:Array = new Array();
288 ancestors.unshift(t); // insert at start
291 return ancestors;
DTree.as30 /** Return a list of all ancestors of this node. The first node of
33 function get ancestors():Array;
/external/libyuv/files/
Dpylintrc5 …ame,missing-docstring,no-init,no-member,too-few-public-methods,too-many-ancestors,too-many-argumen…
/external/webrtc/
Dpylintrc5 …ame,missing-docstring,no-init,no-member,too-few-public-methods,too-many-ancestors,too-many-argumen…
/external/autotest/utils/
Drun_pylint.py180 node.parent.frame().ancestors())):
414 parent_class_names = {x.name for x in node.parent.frame().ancestors()}
/external/apache-xml/src/main/java/org/apache/xalan/templates/
DElemNumber.java819 NodeVector ancestors = in getCountString() local
822 int lastIndex = ancestors.size() - 1; in getCountString()
830 int target = ancestors.elementAt(i); in getCountString()
982 NodeSetDTM ancestors = new NodeSetDTM(xctxt.getDTMManager()); in getMatchingAncestors() local
1010 ancestors.addElement(node); in getMatchingAncestors()
1019 return ancestors; in getMatchingAncestors()
/external/python/cpython2/Misc/
DBeOS-NOTES35 their ancestors. But it happens on BeOS PPC only, not Intel.
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DANTLRBaseTree.m429 /** Return a list of all ancestors of this node. The first node of
436 AMutableArray *ancestors = [AMutableArray arrayWithCapacity:5];
440 [ancestors insertObject:t atIndex:0]; // insert at start
443 return ancestors;
/external/python/cpython2/PC/
Dreadme.txt25 ancestors, if a landmark file (Lib/string.py) is found ,
/external/antlr/antlr-3.4/runtime/Python/antlr3/
Dtree.py912 ancestors = []
915 ancestors.insert(0, t) # insert at start
918 return ancestors
/external/compiler-rt/lib/asan/
Dasan_flags.inc88 "report and their ancestors up to the main thread.")
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dtree.rb277 def ancestors method
/external/llvm/test/Transforms/Inline/
Dinline-funclets.ll213 ;;; that need to be inferred from ancestors, descendants,
/external/protobuf/javanano/
DREADME.md109 ancestors, and descendants are not accessed by any other threads
/external/python/cpython2/Doc/library/
Dlogging.rst90 ancestors, it may emit the same record multiple times. In general, you
276 its ancestors (until a false value of *propagate* is found). This method is used
Dcurses.rst800 Update the current cursor position of all the ancestors of the window to
1174 Touch all locations in ancestors of the window that have been changed in the
Dlogging.config.rst99 their ancestors are explicitly named in the
Dttk.rst1068 Sets all of *item*'s ancestors open option to ``True``, and scrolls the
/external/python/cpython2/Doc/howto/
Dlogging.rst457 all ancestors are searched until an explicitly set level is found. The root
838 ancestors of the logger* are called to dispatch the message (unless the
/external/libmtp/
DREADME30 libmtp is based on several ancestors:

12