/external/llvm/docs/tutorial/ |
OCamlLangImpl4.html | 473 "<tt>extern putchard(x); putchard(120);</tt>", which prints a lowercase 'x' on [all...] |
/external/openssh/ |
ssh.c | 757 /* force lowercase for hostkey matching */ [all...] |
sshconnect.c | [all...] |
/external/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_unittest.cc | 609 // Protocol buffers standard style is to use lowercase-with-underscores for [all...] |
/external/v8/src/arm/ |
regexp-macro-assembler-arm.cc | 333 __ cmp(r3, Operand('z' - 'a')); // Is r3 a lowercase letter? [all...] |
/external/v8/src/ia32/ |
regexp-macro-assembler-ia32.cc | 336 __ cmp(ecx, static_cast<int32_t>('z' - 'a')); // Is eax a lowercase letter? [all...] |
/external/v8/src/mips/ |
regexp-macro-assembler-mips.cc | 337 __ Branch(&fail, hi, a3, Operand('z' - 'a')); // Is a3 a lowercase letter? [all...] |
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
ucol.h | 154 * Uppercase and lowercase versions of the same character represents a [all...] |
/external/webkit/Source/WebCore/icu/unicode/ |
ucol.h | 154 * Uppercase and lowercase versions of the same character represents a [all...] |
/external/webkit/Source/WebCore/inspector/front-end/ |
SourceCSSTokenizer.js | 72 "lower-hexadecimal", "lower-latin", "lower-norwegian", "lower-roman", "lowercase", "ltr", "malayalam", "maroon", "match", "media-controls-background", [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderText.cpp | [all...] |
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/ |
WebFrameLoaderClient.cpp | [all...] |
/frameworks/base/docs/html/guide/practices/app-design/ |
jni.jd | 615 a lowercase 't' rather than an uppercase 'T', then you need to [all...] |
/frameworks/base/docs/html/guide/practices/ |
jni.jd | 615 a lowercase 't' rather than an uppercase 'T', then you need to [all...] |
/frameworks/base/docs/html/guide/topics/resources/ |
animation-resource.jd | 685 defined in XML, begins its name in lowercase.</p> [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
ExpandableDictionary.java | 595 // Search for the lowercase version of the word only, because that's where bigrams [all...] |
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
MmsSmsProvider.java | 481 // We lowercase all email addresses, but not addresses that aren't numbers, because [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
locale_facets_nonio.tcc | 880 // NB: Some of the locale data is in the form of all lowercase [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
locale_facets_nonio.tcc | 901 // NB: Some of the locale data is in the form of all lowercase [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
locale_facets_nonio.tcc | 901 // NB: Some of the locale data is in the form of all lowercase [all...] |
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_facets_nonio.tcc | 880 // NB: Some of the locale data is in the form of all lowercase [all...] |
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_facets_nonio.tcc | 880 // NB: Some of the locale data is in the form of all lowercase [all...] |
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
locale_facets_nonio.tcc | 880 // NB: Some of the locale data is in the form of all lowercase [all...] |
/external/chromium/chrome/common/extensions/ |
extension.cc | 646 // We only support lowercase IDs, because IDs can be used as URL components 647 // (where GURL will lowercase it). [all...] |
/libcore/luni/src/main/java/java/lang/ |
Character.java | 65 * <tr> <td> Ll </td> <td> Lowercase letter </td> <td>{@link #LOWERCASE_LETTER}</td> </tr> [all...] |