Searched
full:underscore (Results
251 -
275 of
723) sorted by null
<<11121314151617181920>>
/frameworks/native/opengl/tools/glgen/src/ |
JniCodeEmitter.java | 377 int underscore = checks[index].indexOf('_'); local 378 if (underscore >= 0) { 379 String abbr = checks[index].substring(underscore + 1); [all...] |
/dalvik/vm/compiler/template/ |
gen-template.py | 215 # underscore so the symbol name doesn't clash with the Opcode enum.
|
/external/bison/ |
TODO | 12 Also, the underscore in print_graph.[ch] isn't very fitting considering
|
/external/chromium/chrome/browser/extensions/ |
key_identifier_conversion_views.cc | 254 { {"Underscore", "_", "U+005F"},
|
/external/chromium_org/chrome/browser/media_galleries/fileapi/ |
itunes_data_provider.cc | 35 // Colon and slash are not allowed in filenames, replace them with underscore.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/ |
pylintrc | 251 # with leading underscore
|
/external/chromium_org/third_party/icu/source/common/ |
propname.h | 40 * LM3. Ignore case, whitespace, underscore ('_'), and hyphens.
|
/external/chromium_org/third_party/icu/source/i18n/ |
olsontz.h | 97 * with an underscore prepended, e.g., "_EU". Each resource describes
|
/external/chromium_org/third_party/lcov/man/ |
lcov.1 | 510 Valid test names can consist of letters, decimal digits and the underscore
|
/external/chromium_org/third_party/lcov-1.9/man/ |
genhtml.1 | 218 Valid test case names can consist of letters, numbers and the underscore
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
sha1.cc | 71 * Remove underscore from SHA1 prefix to avoid conflict with OpenSSL
|
/external/chromium_org/third_party/skia/src/sfnt/ |
SkOTTable_OS_2_V3.h | 383 Underscore,
|
SkOTTable_OS_2_V4.h | 415 Underscore,
|
/external/chromium_org/tools/gyp/ |
pylintrc | 244 # with leading underscore
|
/external/chromium_org/tools/win/split_link/ |
split_link.py | 117 # underscore.
|
/external/chromium_org/ui/base/keycodes/ |
keyboard_code_conversion_mac.mm | 409 /* 0x5E */ VKEY_UNKNOWN, // Underscore (JIS Keyboard Only)
|
/external/icu4c/i18n/ |
olsontz.h | 97 * with an underscore prepended, e.g., "_EU". Each resource describes
|
/external/llvm/tools/llvm-symbolizer/ |
LLVMSymbolize.cpp | 77 // Mach-O symbol table names have leading underscore, skip it.
|
/external/qemu/ |
curses_keys.h | 311 { "underscore", 0x05f },
|
/external/scrypt/ |
import_scrypt.sh | 211 # that begin with an underscore (e.g. "-n")
|
/external/skia/src/sfnt/ |
SkOTTable_OS_2_V3.h | 383 Underscore,
|
SkOTTable_OS_2_V4.h | 415 Underscore,
|
/external/valgrind/main/coregrind/m_demangle/ |
safe-ctype.c | 153 #define _ (const unsigned short) (pn|is |pr) /* underscore */
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
Utils.java | 79 // move to next subtag and convert underscore to hyphen
|
/ndk/docs/text/system/libc/ |
CHANGES.text | 253 - DNS: Allow underscore in the middle of DNS labels. While not really
|
Completed in 2597 milliseconds
<<11121314151617181920>>