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

  /external/flac/libFLAC/ia32/
nasm.h 23 ; CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ElemDesc.java 87 static final int SPECIAL = (1 << 15);
  /external/chromium/googleurl/src/
url_canon_path.cc 23 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
46 // This character requires special handling in DoPartialPath. Doing this test
49 SPECIAL = 1,
52 // escaped chars also have the "special" bit set so that the code that looks
55 ESCAPE = ESCAPE_BIT | SPECIAL,
58 // ESCAPE or PASS. We DON'T set the SPECIAL flag since if we encounter these
62 // This character is disallowed in URLs. Note that the "special" bit is also
65 INVALID = INVALID_BIT | SPECIAL,
69 // than one bits because they also turn on the "special" flag. Special is th
    [all...]
  /bionic/libc/kernel/common/linux/
fs.h 63 #define SPECIAL 4
  /development/ndk/platforms/android-3/include/linux/
fs.h 63 #define SPECIAL 4
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
fs.h 63 #define SPECIAL 4
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
fs.h 63 #define SPECIAL 4
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
fs.h 63 #define SPECIAL 4
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
fs.h 63 #define SPECIAL 4
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
fs.h 63 #define SPECIAL 4
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
fs.h 63 #define SPECIAL 4
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
fs.h 63 #define SPECIAL 4
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
fs.h 63 #define SPECIAL 4
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/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/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/v8/src/mips/
constants-mips.h 21 // SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
138 // Special Software Interrupt codes when used in the presence of the MIPS
199 SPECIAL = 0 << kOpcodeShift,
248 // SPECIAL Encoding of Function Field.
510 const Instr rtCallRedirInstr = SPECIAL | BREAK | call_rt_redirected << 6;
657 case SPECIAL:
  /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...]
  /external/mksh/src/
sh.h 614 #define OF_SPECIAL 0x04 /* a special variable changing */
928 #define SPECIAL BIT(8) /* PATH, IFS, SECONDS, etc */
951 #define SPEC_BI BIT(12) /* a POSIX special builtin */
972 #define FC_SPECBI BIT(0) /* special builtin */
975 #define FC_UNREGBI BIT(3) /* un-regular builtin (!special,!regular) */
    [all...]

Completed in 5271 milliseconds