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

1 2 3

  /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...]
  /external/chromium_org/url/
url_canon_path.cc 20 // This character requires special handling in DoPartialPath. Doing this test
23 SPECIAL = 1,
26 // escaped chars also have the "special" bit set so that the code that looks
29 ESCAPE = ESCAPE_BIT | SPECIAL,
32 // ESCAPE or PASS. We DON'T set the SPECIAL flag since if we encounter these
36 // This character is disallowed in URLs. Note that the "special" bit is also
39 INVALID = INVALID_BIT | SPECIAL,
43 // than one bits because they also turn on the "special" flag. Special is the
48 // Dot is even more special, and the escaped version is handled specially b
    [all...]
  /development/ndk/platforms/android-3/include/linux/
fs.h 63 #define SPECIAL 4
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_pcm.c 81 SPECIAL = 31,
122 [31] = {"SPECIAL", "Special"},
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
fs.h 63 #define SPECIAL 4
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
fs.h 63 #define SPECIAL 4
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
fs.h 63 #define SPECIAL 4
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
fs.h 63 #define SPECIAL 4
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
fs.h 63 #define SPECIAL 4
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
fs.h 63 #define SPECIAL 4
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/
fs.h 63 #define SPECIAL 4
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/
fs.h 63 #define SPECIAL 4
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/
fs.h 63 #define SPECIAL 4
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/
fs.h 63 #define SPECIAL 4
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/
fs.h 63 #define SPECIAL 4
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/
fs.h 63 #define SPECIAL 4
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/
fs.h 63 #define SPECIAL 4
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/
fs.h 63 #define SPECIAL 4
  /prebuilts/ndk/7/platforms/android-4/arch-x86/usr/include/linux/
fs.h 63 #define SPECIAL 4
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/include/linux/
fs.h 63 #define SPECIAL 4
  /prebuilts/ndk/7/platforms/android-5/arch-x86/usr/include/linux/
fs.h 63 #define SPECIAL 4
  /prebuilts/ndk/7/platforms/android-8/arch-arm/usr/include/linux/
fs.h 63 #define SPECIAL 4
  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/linux/
fs.h 63 #define SPECIAL 4

Completed in 735 milliseconds

1 2 3