/external/chromium/net/url_request/ |
url_request_throttler_manager.h | 77 // map. Resulting IDs will be lowercase and consist of the scheme, host, port
|
/external/clang/tools/scan-view/ |
startfile.py | 145 Return the desktop environments name, lowercase (kde, gnome, xfce)
|
/external/hyphenation/ |
README | 69 to lowercase before hyphenation (under UTF-8 console environment):
|
/external/icu4c/test/intltest/ |
regcoll.h | 159 // Micro symbol and greek lowercase letter Mu should sort identically
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
vbnet.php | 57 'INFORMATION', 'INFOTEXT', 'KATAKANALF', 'LOWERCASE', 'MAGENTA', 'MAXIMIZEDFOCUS',
|
basic4gl.php | 201 // Red Lowercase Keywords 275 // Blue Lowercase Keywords
|
/external/llvm/include/llvm/MC/ |
SubtargetFeature.h | 66 /// A comma separates each feature from the next (all lowercase.)
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_helpers.h | 67 // should be using lowercase-with-underscores style for proto field names
|
/external/sepolicy/ |
README | 115 and all options are matched lowercase. The options are "tolowered" automatically
|
/external/valgrind/main/none/tests/x86/ |
bug126147-x86.c | 82 " addl $0x20, %ebp # set lowercase\n"
|
/external/webkit/LayoutTests/fast/url/script-tests/ |
host.js | 4 // Basic canonicalization, uppercase should be converted to lowercase.
|
/external/webkit/Tools/Scripts/webkitpy/common/system/ |
path.py | 107 # Some versions of cygpath use lowercase drive letters while others
|
/external/webkit/Tools/iExploder/iexploder-1.3.2/htdocs/ |
cssvalues.in | 179 lowercase
|
/frameworks/base/core/java/android/content/pm/ |
VerifierDeviceIdentity.java | 157 /* Lowercase letters should be the same as uppercase for Base32 */
|
/frameworks/base/core/java/android/net/ |
MailTo.java | 85 // insert the headers with the name in lowercase so that
|
/frameworks/base/core/tests/coretests/src/android/content/pm/ |
VerifierDeviceIdentityTest.java | 230 assertEquals("Lowercase should parse to be the same as uppercase", id1, id2);
|
/libcore/luni/src/main/java/javax/net/ssl/ |
DefaultHostnameVerifier.java | 125 * @param hostName lowercase host name.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
msdos_fs.h | 106 #define VFAT_SFN_DISPLAY_LOWER 0x0001 /* convert to lowercase for display */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
msdos_fs.h | 106 #define VFAT_SFN_DISPLAY_LOWER 0x0001 /* convert to lowercase for display */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
msdos_fs.h | 106 #define VFAT_SFN_DISPLAY_LOWER 0x0001 /* convert to lowercase for display */
|
/frameworks/base/services/java/com/android/server/ |
DevicePolicyManagerService.java | 270 out.startTag(null, "min-password-lowercase"); 272 out.endTag(null, "min-password-lowercase"); 371 } else if ("min-password-lowercase".equals(tag)) { 1683 int lowercase = 0; local [all...] |
/external/icu4c/test/cintltst/ |
cucdtst.c | 216 /* Unicode 5.0 adds lowercase U+214E (TURNED SMALL F) to U+2132 (TURNED CAPITAL F) */ [all...] |
/external/llvm/tools/macho-dump/ |
macho-dump.cpp | 118 outs() << hexdigit((Data[i] >> 4) & 0xF, /*LowerCase=*/true); 119 outs() << hexdigit((Data[i] >> 0) & 0xF, /*LowerCase=*/true);
|
/external/valgrind/main/coregrind/m_demangle/ |
safe-ctype.c | 60 same meaning as the corresponding macro (with name in lowercase) 148 #define XL (const unsigned short) (lo|is|xd|pr) /* lowercase hex digit */
|
/external/webkit/Source/WebCore/platform/text/gtk/ |
TextCodecGtk.cpp | 196 // rearranged, windows-1256 now declared the canonical name and put to lowercase to fix /fast/encoding/ahram-org-eg.html test case 361 // rearranged, windows-1256 now declared the canonical name and put to lowercase to fix /fast/encoding/ahram-org-eg.html test case
|