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

1 2 3

  /external/e2fsprogs/contrib/
dconf 11 SELF=`basename $0`
12 AWKFILE=/tmp/${SELF}.awk
13 TEMPFILE=/tmp/${SELF}.tmp
  /external/slf4j/slf4j-jdk14/src/main/java/org/slf4j/impl/
JDK14LoggerAdapter.java 76 log(SELF, Level.FINEST, msg, null);
97 log(SELF, Level.FINEST, ft.getMessage(), ft.getThrowable());
120 log(SELF, Level.FINEST, ft.getMessage(), ft.getThrowable());
141 log(SELF, Level.FINEST, ft.getMessage(), ft.getThrowable());
155 log(SELF, Level.FINEST, msg, t);
176 log(SELF, Level.FINE, msg, null);
196 log(SELF, Level.FINE, ft.getMessage(), ft.getThrowable());
219 log(SELF, Level.FINE, ft.getMessage(), ft.getThrowable());
240 log(SELF, Level.FINE, ft.getMessage(), ft.getThrowable());
254 log(SELF, Level.FINE, msg, t)
    [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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
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 */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
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/python/cpython2/Include/
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/gdb/darwin-x86/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/gdb/linux-x86/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/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/ltp/testcases/kernel/syscalls/get_mempolicy/
get_mempolicy01.c 85 SELF,
118 .from_node = SELF,
125 .from_node = SELF,
139 .from_node = SELF,
153 .from_node = SELF,
160 .from_node = SELF,
174 .from_node = SELF,
  /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/python/cpython3/Include/
methodobject.h 19 typedef PyObject *(*_PyCFunctionFast) (PyObject *self, PyObject **args,
63 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL)
94 PyObject *m_self; /* Passed as 'self' arg to the C func, can be NULL */
  /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/python/cpython2/Modules/
clmodule.c 33 #define SELF ((clobject *) self)
61 param_type_is_float(clobject *self, int param)
65 if (self->ob_paramtypes == NULL) {
67 bufferlength = clQueryParams(self->ob_compressorHdl, 0, 0);
71 self->ob_paramtypes = PyMem_NEW(int, bufferlength);
72 if (self->ob_paramtypes == NULL)
74 self->ob_nparams = bufferlength / 2;
76 (void) clQueryParams(self->ob_compressorHdl,
77 self->ob_paramtypes, bufferlength)
    [all...]
  /external/clang/test/SemaCXX/
warn-unused-local-typedef.cpp 223 typedef B SELF;
224 B(int) : SELF() {}
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_lwp.h 55 lwp_destroy(SELF);
  /external/python/cpython2/Python/
thread_lwp.h 55 lwp_destroy(SELF);
  /device/linaro/bootloader/edk2/StdLib/Include/X64/machine/
asm.h 131 movq CPUVAR(SELF), %r9 ; \
  /external/droiddriver/src/io/appium/droiddriver/scroll/
DynamicSentinelStrategy.java 68 * its descendant or self which contains a unique String.
75 * @param uniqueStringElement the descendant or self that contains the
164 public static final ResourceIdUpdated SELF = new ResourceIdUpdated(By.any());
  /external/boringssl/src/crypto/fipsmodule/sha/asm/
sha512-armv8.pl 449 open SELF,$0;
450 while(<SELF>) {
455 close SELF;
sha256-armv4.pl 696 open SELF,$0;
697 while(<SELF>) {
702 close SELF;
sha512-armv4.pl 664 open SELF,$0;
665 while(<SELF>) {
670 close SELF;

Completed in 1050 milliseconds

1 2 3