/external/chromium_org/native_client_sdk/src/doc/doxygen/ |
rst_index.py | 132 # If cap is True, we've already read one underscore. The second means 133 # that we should insert a literal underscore.
|
/external/chromium_org/tools/win/link_limiter/ |
limiter.cc | 306 // could contain a double underscore if necessary. 308 // * Can only contain single underscores, not a double underscore.
|
/external/clang/test/Driver/ |
gfortran.f90 | 102 ! RUN: -fsecond-underscore \ 223 ! CHECK: "-fsecond-underscore"
|
/external/libcxx/test/re/re.traits/ |
lookup_collatename.pass.cpp | 90 test("underscore", std::string("_")); 166 test(L"underscore", std::wstring(L"_"));
|
/external/llvm/lib/ExecutionEngine/ |
RTDyldMemoryManager.cpp | 261 // If it wasn't found and if it starts with an underscore ('_') character, 262 // try again without the underscore.
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.traits/ |
lookup_collatename.pass.cpp | 90 test("underscore", std::string("_")); 163 test(L"underscore", std::wstring(L"_"));
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
cname.h | 164 { "underscore", '_' },
|
/development/tools/findunused/ |
findunusedresources | 68 # refer to such constants from java by using an underscore instead of a period, we also
|
/external/chromium_org/chrome/common/extensions/api/commands/ |
commands_handler.cc | 118 if (command_name[0] != '_') // All commands w/underscore are reserved.
|
/external/chromium_org/testing/gtest/samples/ |
sample1_unittest.cc | 66 // identifiers. And you should not use underscore (_) in the names.
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/documentation/ |
DocumentationCatalog.js | 118 // In article list they are written with whitespace, while in URL they are written with underscore.
|
/external/chromium_org/tools/telemetry/telemetry/page/ |
__init__.py | 176 # Just replace all special characters in the url with underscore.
|
/external/libmtp/src/ |
unicode.c | 146 * > 0x7F and replace then with an underscore. In UTF-8
|
/external/markdown/docs/extensions/ |
WikiLinks.txt | 31 underscore in the link but left as-is in the label. Perhaps an example
|
/external/openssl/crypto/perlasm/ |
x86nasm.pl | 47 # prepend global references with optional underscore
|
/external/protobuf/gtest/samples/ |
sample1_unittest.cc | 66 // identifiers. And you should not use underscore (_) in the names.
|
/external/qemu/android/ |
cmdline-option.c | 79 /* an option cannot contain an underscore */
|
/external/qemu/distrib/sdl-1.2.15/acinclude/ |
ltdl.m4 | 733 # does the compiler prefix global symbols with an underscore? 747 # See whether the symbols have a leading underscore. 783 AC_CACHE_CHECK([whether we have to add an underscore for dlsym], 798 [Define if dlsym() requires a leading underscore in symbol names.])
|
/external/qemu/docs/ |
ANDROID-CONFIG-FILES.TXT | 34 - Key names must start with a letter or an underscore
|
/external/qemu/ui/ |
sdl_keysym.h | 69 { "underscore", 0x05f},
|
vnc_keysym.h | 69 { "underscore", 0x05f},
|
/external/srec/srec/Semproc/include/ |
SR_SemprocDefinitions.h | 152 * Underscore sometimes used in identifiers
|
/external/valgrind/main/drd/ |
Testing.txt | 12 a double underscore, something like __i686.get_pc_thunk.bx):
|
/ndk/sources/third_party/googletest/googletest/samples/ |
sample1_unittest.cc | 66 // identifiers. And you should not use underscore (_) in the names.
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
_mingw_mac.h | 56 /* For 32-bits we have always to prefix by underscore. */
|