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

1 23 4 5 6 7 8 91011>>

  /external/libxml2/test/c14n/exc-without-comments/
merlin-c14n-two-15.xpath 6 ancestor-or-self::bar:Something and
merlin-c14n-two-16.xpath 6 ancestor-or-self::bar:Something and
merlin-c14n-two-20.xpath 6 ancestor-or-self::bar:Something and
merlin-c14n-two-21.xpath 6 ancestor-or-self::bar:Something and
merlin-c14n-two-22.xpath 6 ancestor-or-self::bar:Something and
merlin-c14n-two-23.xpath 6 ancestor-or-self::bar:Something and
merlin-c14n-two-24.xpath 6 ancestor-or-self::bar:Something and
merlin-c14n-two-25.xpath 6 ancestor-or-self::bar:Something and
merlin-c14n-two-10.xpath 6 ancestor-or-self::bar:Something and
merlin-c14n-two-19.xpath 6 ancestor-or-self::bar:Something and
  /external/libxml2/test/c14n/without-comments/
merlin-c14n-two-02.xpath 6 ancestor-or-self::bar:Something and
merlin-c14n-two-03.xpath 6 ancestor-or-self::bar:Something and
merlin-c14n-two-04.xpath 6 ancestor-or-self::bar:Something and
merlin-c14n-two-05.xpath 6 ancestor-or-self::bar:Something and
merlin-c14n-two-06.xpath 6 ancestor-or-self::bar:Something and
merlin-c14n-two-07.xpath 6 ancestor-or-self::bar:Something and
test-1.xpath 12 ancestor-or-self::dsig:X509Data
merlin-c14n-two-01.xpath 6 ancestor-or-self::bar:Something and
  /external/pdfium/tools/drmemory/scripts/
path_utils.py 21 def FindAncestor(start_dir, ancestor):
22 """Finds an ancestor dir in a path.
31 if tail == ancestor:
36 raise PathNotFound("Unable to find ancestor %s in %s" % (ancestor, start_dir))
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
ChunkedIntArray.java 131 // Check that the node at index "position" is not an ancestor
133 // RETURN -1. If position is NOT an ancestor, return position.
139 // We have to look all the way up the ancestor chain
140 // to make sure we don't have an ancestor.
141 int ancestor = startPos; local
142 while(ancestor > 0)
144 // Get the node whose index == ancestor
145 ancestor*=slotsize;
146 int chunkpos = ancestor >> lowbits;
147 int slotpos = ancestor & lowmask
    [all...]
  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ast/
BodyDeclarationLocators.java 150 ASTNode ancestor = node; local
151 while (ancestor != null && !(ancestor instanceof BodyDeclaration)) {
152 ancestor = ancestor.getParent();
155 return ancestor instanceof BodyDeclaration ? (BodyDeclaration) ancestor : null;
  /external/apache-xml/src/main/java/org/apache/xml/utils/
NSInfo.java 61 * ancestor has XMLNS attributes.
99 /** Flag indicating whether one of this node's ancestor has an XMLNS attribute */
105 /** Constant indicating an ancestor has an XMLNS attribute */
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/
0002-ne_read_simple-uninitialized_variable.diff 12 storage = (struct ebml_type *) (ctx->ancestor->data + desc->offset);
  /external/libxml2/result/regexp/
xpath 16 ancestor::a: Ok
32 ancestor::a: Fail
  /external/libxml2/test/regexp/
xpath 16 ancestor::a
37 ancestor::a

Completed in 156 milliseconds

1 23 4 5 6 7 8 91011>>