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

  /external/e2fsprogs/contrib/
dconf 11 SELF=`basename $0`
12 AWKFILE=/tmp/${SELF}.awk
13 TEMPFILE=/tmp/${SELF}.tmp
  /libcore/luni/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...]
  /libcore/luni/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);
  /libcore/luni/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 58 SELF = 100 // This case is used in ClustersCoarser only.
102 case SELF: return Heap::catch_var_symbol();
v8threads.cc 182 mutex_owner_.Initialize(ThreadHandle::SELF);
276 lazily_archived_thread_.Initialize(ThreadHandle::SELF);
platform.h 320 enum Kind { SELF, INVALID };
heap-profiler.cc 359 } else if (constructor_ == FromSpecialCase(SELF)) {
360 accumulator->Add("(self)");
452 current_pair_->refs.Add(JSObjectsCluster(JSObjectsCluster::SELF));
510 // Add self-equivalence, if we have more than one item in this
platform-macos.cc 372 case ThreadHandle::SELF: thread_ = pthread_self(); break;
platform-openbsd.cc 246 int fd = open("/proc/self/maps", O_RDONLY);
344 case ThreadHandle::SELF: thread_ = pthread_self(); break;
platform-solaris.cc 318 case ThreadHandle::SELF: thread_ = pthread_self(); break;
platform-freebsd.cc 248 int fd = open("/proc/self/maps", O_RDONLY);
371 case ThreadHandle::SELF: thread_ = pthread_self(); break;
platform-linux.cc 319 FILE* fp = fopen("/proc/self/maps", "r");
464 case ThreadHandle::SELF: thread_ = pthread_self(); break;
platform-win32.cc     [all...]
  /libcore/luni/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...]
  /libcore/luni/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 314 milliseconds