/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/info/ |
binutils.info | 590 Besides removing any initial underscore prepended by the system, [all...] |
/frameworks/base/opengl/tools/glgen/src/ |
JniCodeEmitter.java | 363 int underscore = checks[index].indexOf('_'); local 364 if (underscore >= 0) { 365 exceptionClassName = checks[index].substring(underscore + 1) + "Class"; [all...] |
/bionic/libc/docs/ |
CHANGES.TXT | 168 - DNS: Allow underscore in the middle of DNS labels. While not really
|
/external/dbus/tools/ |
dbus-launch-x11.c | 135 * avoids an ugly double underscore in the filename.
|
/external/freetype/src/sfnt/ |
ttpost.c | 90 "asciicircum", "underscore", "grave", "a", "b",
|
/external/icu4c/common/unicode/ |
uloc.h | 74 * Where there are two variants, separate them with an underscore, and 757 * Copies the part of the string before the last underscore. 759 * underscore, or if there is only one underscore at localeID[0]. [all...] |
/external/qemu/android/skin/ |
keyset.c | 123 _KEYSYM1_(UNDERSCORE) \
|
/external/stlport/ |
configure | 70 separated by an underscore, ex:
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
CommandLine.java | 55 options.put("--nocolons", Boolean.FALSE); // colon to underscore
|
/external/v8/src/ |
regexp-macro-assembler.h | 208 // character (digit, letter or underscore) and 0x00 otherwise.
|
/external/webkit/JavaScriptCore/icu/unicode/ |
uloc.h | 74 * Where there are two variants, separate them with an underscore, and 762 * Copies the part of the string before the last underscore. 764 * underscore, or if there is only one underscore at localeID[0]. [all...] |
/external/webkit/WebCore/icu/unicode/ |
uloc.h | 74 * Where there are two variants, separate them with an underscore, and 762 * Copies the part of the string before the last underscore. 764 * underscore, or if there is only one underscore at localeID[0]. [all...] |
/external/webkit/WebKit/chromium/src/js/ |
DevToolsHostStub.js | 39 * FIXME: change field naming style to use trailing underscore.
|
/ndk/docs/system/libc/ |
CHANGES.TXT | 168 - DNS: Allow underscore in the middle of DNS labels. While not really
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/man/man1/ |
arm-eabi-addr2line.1 | 194 Besides removing any initial underscore prepended by the system, this
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/man/man1/ |
arm-eabi-addr2line.1 | 194 Besides removing any initial underscore prepended by the system, this
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/man/man1/ |
arm-eabi-addr2line.1 | 194 Besides removing any initial underscore prepended by the system, this
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/man/man1/ |
arm-eabi-addr2line.1 | 194 Besides removing any initial underscore prepended by the system, this
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/man/man1/ |
arm-eabi-addr2line.1 | 194 Besides removing any initial underscore prepended by the system, this
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/man/man1/ |
arm-eabi-addr2line.1 | 194 Besides removing any initial underscore prepended by the system, this
|
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/man/man1/ |
i686-unknown-linux-gnu-addr2line.1 | 194 Besides removing any initial underscore prepended by the system, this
|
/bionic/libc/tzcode/ |
strftime.c | 179 static char *getformat(int modifier, char *normal, char *underscore, 183 return underscore;
|
/external/bluetooth/glib/gobject/ |
glib-mkenums.in | 6 my $option_underscore_name; # Overriden underscore variant of the enum name 342 # Trim so that it ends in an underscore
|
/external/icu4c/i18n/ |
ucol_sit.cpp | 165 // don't skip the underscore at the end 386 } else if(*(s->locElements[3])) { // if there is a variant, we need an underscore
|
/system/core/libcutils/ |
tzstrftime.c | 129 static char *getformat(int modifier, char *normal, char *underscore, 133 return underscore;
|