Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugInfo.cpp461 ancestors() in DumpInfo()
469 std::vector<DWARFDebugInfoEntry> ancestors; member
519 const uint32_t num_ancestors = dumpInfo->ancestors.size(); in DumpCallback()
524 dumpInfo->ancestors[i].Dump(dwarf2Data, cu, *s, 0); in DumpCallback()
556 dumpInfo->ancestors.back() = *die; in DumpCallback()
564 dumpInfo->ancestors.pop_back(); in DumpCallback()
576 dumpInfo->ancestors.push_back(null_die); in DumpCallback()
599 dumpInfo->ancestors.clear(); in DumpCallback()
600 dumpInfo->ancestors.resize(1); in DumpCallback()
/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/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/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/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/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/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.inc94 "report and their ancestors up to the main thread.")
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dtree.rb277 def ancestors method
/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/
DShadowDOM.js874 var ancestors = [];
876 ancestors.push(treeScope);
878 return ancestors;
Dwebcomponents.js911 var ancestors = [];
913 ancestors.push(treeScope);
915 return ancestors;
/external/protobuf/java/
DREADME.txt444 ancestors, and descendants are not accessed by any other threads
/external/libmtp/
DREADME10 libmtp is based on several ancestors:
/external/antlr/antlr-3.4/tool/
DCHANGES.txt524 /** Return a list of all ancestors of this node. The first node of
/external/icu/icu4j/main/shared/data/
DTransliterator_Han_Latin_Definition.txt607 胙 < 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/
Den-US_lexpos.utf2056 N "ancestors" "'qnsest@rz"
/external/libxml2/
DChangeLog11858 ancestors axis when operating on a Result Value Tree.
13419 * xpath.c: fixed ancestors axis processing for namespace nodes
/external/llvm/docs/
DLangRef.rst3331 its descendants and all of its ancestors in the tree. Also, a type is