HomeSort by relevance Sort by last modified time
    Searched full:ancestor (Results 176 - 200 of 536) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkerFactory.java 322 return Axis.ANCESTOR;
350 * @param axis One of Axis.ANCESTOR, etc.
357 case Axis.ANCESTOR :
874 // If we don't do the magic below, then "@*/ancestor-or-self::*" gets
    [all...]
OneStepIterator.java 194 // (preceding-sibling::*|following-sibling::*)/ancestor::*[position()]/*[position()]
  /system/media/camera/docs/
metadata_model.py 102 Find the first ancestor that matches the predicate.
108 The first ancestor closest to the node for which pred(node) is true.
346 for ancestor in p.find_parents(lambda x: not isinstance(x, Metadata)):
347 ancestor._leafs.remove(p)
850 ancestors, call this method on the ancestor nodes.
878 A node corresponding to a <namespace> which is an ancestor of a Kind.
950 ancestors, call this method on the ancestor nodes.
1047 ancestor Kind#name
    [all...]
  /external/vulkan-validation-layers/
generator.py     [all...]
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
LoggerTest.java 2768 Logger ancestor = new MockParentLogger("ancestorLogger", local
2889 Logger ancestor = new MockLogger("ancestorLogger", local
2961 Logger ancestor = new MockLogger("ancestorLogger", local
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BaseTree.cs 378 /** <summary>Walk upwards looking for ancestor with this token type.</summary> */
383 /** <summary>Walk upwards and get first ancestor with this token type.</summary> */
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BaseTree.cs 454 /** <summary>Walk upwards looking for ancestor with this token type.</summary> */
460 /** <summary>Walk upwards and get first ancestor with this token type.</summary> */
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseTree.m 410 /** Walk upwards looking for ancestor with this token type. */
416 /** Walk upwards and get first ancestor with this token type. */
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
Constants.java 186 ATTRNAME_ANCESTOR = "ancestor",
371 ATTRVAL_ANCESTOR = "ancestor", ATTRVAL_ID = "id";
  /external/autotest/utils/
run_pylint.py 179 any(ancestor.name == 'base_test' for ancestor in
  /external/chromium-trace/catapult/netlog_viewer/netlog_viewer/
ui_webui_resources_js_util.js 115 * Return the first ancestor for which the {@code predicate} returns true.
119 * @return {Node} The found ancestor or null if not found.
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/demos/tunes_db/server/
tunes_db.py 434 db.delete(model.Info.all(keys_only=True).ancestor(artist))
509 db.delete(model.Info.all(keys_only=True).ancestor(album))
  /external/chromium-trace/catapult/third_party/polymer/components/paper-input/
paper-input-behavior.html 523 // ancestor tree, so we must do this manually.
524 // See https://w3c.github.io/webcomponents/spec/shadow/#events-that-are-not-leaked-into-ancestor-trees.
  /external/clang/lib/Analysis/
ThreadSafetyTIL.cpp 220 // Walk the alternate and current candidate back to find a common ancestor.
247 // Walk the alternate and current candidate back to find a common ancestor.
  /external/llvm/docs/
HowToSetUpLLVMStyleRTTI.rst 215 The argument to ``classof`` should always be an *ancestor* class because
407 is some ancestor in the inheritance hierarchy. The argument should
  /external/llvm/include/llvm/Support/
GenericDomTreeConstruction.h 126 // Process Ancestor first
133 // Update VInfo based on Ancestor info
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathException.java 110 * @return null or first ancestor that is not an Expression.
  /external/chromium-trace/catapult/dashboard/dashboard/
stored_object.py 103 part_keys = PartEntity.query(ancestor=key).fetch(keys_only=True)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/doc/
tagging.html 81 to make new type distinguishable from its ancestor. The standard provides
  /external/chromium-trace/catapult/third_party/polymer/components/iron-icon/test/
iron-icon.html 211 suite('ancestor direct updates', function() {
  /external/chromium-trace/catapult/tracing/tracing/model/
slice.html 247 * Returns this slice, and its ancestor and subsequent slices.
  /external/clang/docs/
IntroductionToTheClangAST.rst 96 common ancestor. Instead, there are multiple larger hierarchies for
  /external/fio/lib/
rbtree.c 325 * Go up the tree; any time the ancestor is a right-hand child of its
  /external/parameter-framework/upstream/parameter/
ConfigurableElement.h 137 * Ie: return self and CConfigurableElement ancestor of this node.
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
CommonSuperclassTest.java 166 // undefined ancestor and unrelated type

Completed in 686 milliseconds

1 2 3 4 5 6 78 91011>>