/external/dagger2/compiler/src/main/java/dagger/internal/codegen/ |
D | MembersInjectionBinding.java | 227 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/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | BaseTree.cs | 404 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/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | BaseTree.cs | 484 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/Java/src/main/java/org/antlr/runtime/tree/ |
D | BaseTree.java | 331 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/ |
D | ClassPath.java | 337 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/ |
D | BaseTree.as | 279 /** 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;
|
D | Tree.as | 30 /** Return a list of all ancestors of this node. The first node of 33 function get ancestors():Array;
|
/external/webrtc/ |
D | pylintrc | 5 …ame,missing-docstring,no-init,no-member,too-few-public-methods,too-many-ancestors,too-many-argumen…
|
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
D | ElemNumber.java | 819 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/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
D | pylintrc | 5 …-use,no-self-use,not-callable,star-args,too-few-public-methods,too-many-ancestors,too-many-argumen…
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRBaseTree.m | 429 /** 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/autotest/utils/ |
D | run_pylint.py | 180 node.parent.frame().ancestors())):
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
D | tree.py | 912 ancestors = [] 915 ancestors.insert(0, t) # insert at start 918 return ancestors
|
/external/compiler-rt/lib/asan/ |
D | asan_flags.inc | 86 "report and their ancestors up to the main thread.")
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | tree.rb | 277 def ancestors method
|
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
D | ShadowDOM.js | 874 var ancestors = []; 876 ancestors.push(treeScope); 878 return ancestors;
|
D | webcomponents.js | 911 var ancestors = []; 913 ancestors.push(treeScope); 915 return ancestors;
|
/external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/ |
D | ShadowDOM.js | 874 var ancestors = []; 876 ancestors.push(treeScope); 878 return ancestors;
|
D | webcomponents.js | 911 var ancestors = []; 913 ancestors.push(treeScope); 915 return ancestors;
|
/external/protobuf/java/ |
D | README.txt | 444 ancestors, and descendants are not accessed by any other threads
|
/external/libmtp/ |
D | README | 10 libmtp is based on several ancestors:
|
/external/antlr/antlr-3.4/tool/ |
D | CHANGES.txt | 524 /** Return a list of all ancestors of this node. The first node of
|
/external/icu/icu4j/main/shared/data/ |
D | Transliterator_Han_Latin_Definition.txt | 607 胙 < meat\-offered\-in\-sacrifice\-to\-one''s\-ancestors; 1000 祫 < triennial\-sacrifice\-to\-one''s\-ancestors; 3671 祔 < worship\-one''s\-ancestors; 36420 胙 > meat\-offered\-in\-sacrifice\-to\-one''s\-ancestors; 36641 祫 > triennial\-sacrifice\-to\-one''s\-ancestors; 38483 祔 > worship\-one''s\-ancestors;
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/textana/en-US/ |
D | en-US_lexpos.utf | 2056 N "ancestors" "'qnsest@rz"
|
/external/llvm/docs/ |
D | LangRef.rst | 4202 its descendants and all of its ancestors in the tree. Also, a type is 5597 ancestors of the completed ``cleanuppad``, up to but not including
|