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

  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
ElemDesc.java 87 static final int SPECIAL = (1 << 15);
  /bionic/libc/kernel/common/linux/
fs.h 63 #define SPECIAL 4
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
fs.h 63 #define SPECIAL 4
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
fs.h 63 #define SPECIAL 4
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
fs.h 63 #define SPECIAL 4
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
fs.h 63 #define SPECIAL 4
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
fs.h 63 #define SPECIAL 4
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
fs.h 63 #define SPECIAL 4
  /external/icu4c/test/intltest/
wbnf.cpp 27 static const char SPECIAL[] = "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~";
37 static inline UBool isSpecialAsciiChar(char c) {return isInList(c,SPECIAL);}
    [all...]
  /external/v8/src/mips/
constants-mips.h 21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
119 // Special Software Interrupt codes when used in the presence of the MIPS
171 SPECIAL = 0 << kOpcodeShift,
212 // SPECIAL Encoding of Function Field.
344 const Instr rtCallRedirInstr = SPECIAL | BREAK | call_rt_redirected << 6;
467 case SPECIAL:
  /external/libxml2/
HTMLparser.c 479 #define SPECIAL "a", "img", "applet", "embed", "object", "font", "basefont", "br", "script", "map", "q", "sub", "sup", "span", "bdo", "iframe"
481 #define INLINE PCDATA FONTSTYLE PHRASE SPECIAL FORMCTRL
    [all...]
  /external/kernel-headers/original/linux/
fs.h 82 #define SPECIAL 4 /* For non-blockdevice requests in request queue */
103 #define MS_NODEV 4 /* Disallow access to device special files */
337 * special semantics to the caller. These are much larger than the bytes in a
436 * the same device multiple times, the owner must take special
    [all...]

Completed in 301 milliseconds