HomeSort by relevance Sort by last modified time
    Searched refs:SELF (Results 1 - 12 of 12) sorted by null

  /external/e2fsprogs/contrib/
dconf 11 SELF=`basename $0`
12 AWKFILE=/tmp/${SELF}.awk
13 TEMPFILE=/tmp/${SELF}.tmp
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
Axis.java 25 * <p>The ancestor, descendant, following, preceding and self axes partition a
42 * the ancestor-or-self axis contains the context node and the ancestors of
65 * The descendant-or-self axis contains the context node and the
116 /** The self axis contains just the context node itself. */
117 public static final int SELF = 13;
167 true, // ancestor-or-self
171 false, // descendant-or-self
179 false // self (one node, has no order)
186 "ancestor-or-self", // 1
190 "descendant-or-self", //
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/serialization/
SHA1PRNG_SecureRandomTest.java 62 private static final int SELF = 0;
289 if ( flag == SELF ) {
299 if ( flag == SELF ) {
309 if ( flag == SELF ) {
319 if ( flag == SELF ) {
331 if ( flag == SELF ) {
341 if ( flag == SELF ) {
351 if ( flag == SELF ) {
361 if ( flag == SELF ) {
382 flag = SELF;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/objects/
XObjectFactory.java 109 DTMAxisIterator iter = dtm.getAxisIterator(Axis.SELF);
111 DTMIterator iterator = new OneStepIterator(iter, Axis.SELF);
125 DTMIterator iterator = new OneStepIterator(iter, Axis.SELF);
  /external/apache-xml/src/main/java/org/apache/xpath/axes/
WalkingIteratorSorted.java 109 || (axis == Axis.SELF)
159 // || (axis == Axis.SELF)
WalkerFactory.java 245 // "/descendant-or-self::node()/table[3]" in order for the indexes
336 return Axis.SELF;
382 case Axis.SELF :
801 * "self::node()/following-sibling::foo/child::daz[position()=2]".
803 * "self::daz/parent::foo[child::daz[position()=2 and isPrevStepNode()]
857 int axis = Axis.SELF;
858 int paxis = Axis.SELF;
874 // If we don't do the magic below, then "@*/ancestor-or-self::*" gets
875 // inverted for match to "self::*/descendant-or-self::@*/parent::node()"
    [all...]
  /external/v8/src/
heap-profiler.h 117 SELF = 100 // This case is used in ClustersCoarser only.
163 case SELF: return HEAP->catch_var_symbol();
heap-profiler.cc 515 } else if (constructor_ == FromSpecialCase(SELF)) {
516 return "(self)";
618 current_pair_->refs.Add(JSObjectsCluster(JSObjectsCluster::SELF));
676 // Add self-equivalence, if we have more than one item in this
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseIterators.java 120 case Axis.SELF :
187 case Axis.SELF :
    [all...]
DTMDefaultBaseTraversers.java 160 case Axis.SELF :
250 * the self node should be processed, use this function.
264 * the self node should be processed, use this function. If the context
402 * the self node. <\p>
419 * the self node. <\p>
585 * be overridded by classes that need to return the self node.
671 * the self node. <\p>
779 * the self node should be processed, use this function.
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathContext.java 298 DTMIterator iter = new org.apache.xpath.axes.OneStepIteratorForward(Axis.SELF);
    [all...]
  /external/jdiff/
xerces.jar 

Completed in 1085 milliseconds