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
  /external/bison/src/
Sbitset.h 29 #define Sbitset__byteAddress(SELF, INDEX) \
30 (((SELF) + (INDEX) / CHAR_BIT))
40 void Sbitset__delete (Sbitset self);
42 #define Sbitset__test(SELF, INDEX) \
43 ((*Sbitset__byteAddress ((SELF), (INDEX)) & Sbitset__bit_mask (INDEX)) != 0)
45 bool Sbitset__isEmpty (Sbitset self, Sbitset__Index nbits);
47 void Sbitset__fprint(Sbitset self, Sbitset__Index nbits, FILE *file);
49 #define Sbitset__set(SELF, INDEX) \
51 *Sbitset__byteAddress ((SELF), (INDEX)) = \
52 *Sbitset__byteAddress ((SELF), (INDEX)) | Sbitset__bit_mask (INDEX);
    [all...]
  /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/llvm/utils/TableGen/
tdtags 20 SELF=${0##*/}
24 Usage: $SELF [ <options> ] tdfile
25 or: $SELF [ <options> ] -x recipe [arg ...]
54 $SELF - generate ctags(1)-compatible index files for tblgen .td source
57 $SELF [ options ] -x recipe [arg ...]
58 $SELF [ options ] [file ...]
61 With the '-x' option, $SELF produces one or more tags files for a
64 Without the '-x' option, $SELF provides a ctags(1)-like interface to
70 replaced. NOTE: When building a mixed tags file, using ${SELF}
72 to run ${SELF} first without '-a', and ctags(1) second with '-a'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
methodobject.h 48 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL)
84 PyObject *m_self; /* Passed as 'self' arg to the C func, can be NULL */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
methodobject.h 48 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL)
84 PyObject *m_self; /* Passed as 'self' arg to the C func, can be NULL */
  /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/
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/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 
  /prebuilts/tools/common/m2/internal/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/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/internal/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 

Completed in 1723 milliseconds