HomeSort by relevance Sort by last modified time
    Searched defs:ANCESTOR (Results 1 - 7 of 7) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/dtm/
Axis.java 25 * <p>The ancestor, descendant, following, preceding and self axes partition a
34 * The ancestor axis contains the ancestors of the context node;
36 * node and the parent's parent and so on; thus, the ancestor axis will
39 public static final int ANCESTOR = 0;
42 * the ancestor-or-self axis contains the context node and the ancestors of
43 * the context node; thus, the ancestor axis will always include the
126 * A non-xpath axis, traversing the the preceding and the ancestor nodes,
166 true, // ancestor
167 true, // ancestor-or-self
185 "ancestor", //
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir_ssa.cpp 59 #define ANCESTOR(i) (data[(i) + 1 * count])
69 INFO("ANCESTOR(%i) = %i\n", i, ANCESTOR(i));
88 SEMI(i) = ANCESTOR(i) = -1;
111 if (ANCESTOR(ANCESTOR(v)) >= 0) {
112 squash(ANCESTOR(v));
114 if (SEMI(LABEL(ANCESTOR(v))) < SEMI(LABEL(v)))
115 LABEL(v) = LABEL(ANCESTOR(v));
116 ANCESTOR(v) = ANCESTOR(ANCESTOR(v))
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_ssa.cpp 59 #define ANCESTOR(i) (data[(i) + 1 * count])
69 INFO("ANCESTOR(%i) = %i\n", i, ANCESTOR(i));
88 SEMI(i) = ANCESTOR(i) = -1;
111 if (ANCESTOR(ANCESTOR(v)) >= 0) {
112 squash(ANCESTOR(v));
114 if (SEMI(LABEL(ANCESTOR(v))) < SEMI(LABEL(v)))
115 LABEL(v) = LABEL(ANCESTOR(v));
116 ANCESTOR(v) = ANCESTOR(ANCESTOR(v))
    [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
jaxen-1.1.6.jar 
  /prebuilts/tools/common/m2/repository/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 185 milliseconds