/external/libvpx/libvpx/third_party/googletest/src/samples/ |
sample1_unittest.cc | 66 // identifiers. And you should not use underscore (_) in the names.
|
/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/ |
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/webkit/Source/WebKit/chromium/public/ |
WebBindings.h | 88 // NPN_InitializeVariantWithStringCopy (though sometimes prefixed with an underscore)
|
/external/webkit/Source/WebKit/chromium/src/js/ |
DevTools.js | 32 * FIXME: change field naming style to use trailing underscore.
|
/libcore/support/src/test/java/libcore/java/security/ |
TestKeyStore.java | 605 * identifier containing an underscore. If not underscore is 620 * algorithm identifier containing an underscore. If not 621 * underscore is present, the argument is returned [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/ |
elf.h | 122 { "marm", "mlittle-endian", "msoft-float", "mno-thumb-interwork", "fno-leading-underscore" }
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/ |
elf.h | 122 { "marm", "mlittle-endian", "msoft-float", "mno-thumb-interwork", "fno-leading-underscore" }
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/config/arm/ |
elf.h | 122 { "marm", "mlittle-endian", "msoft-float", "mno-thumb-interwork", "fno-leading-underscore" }
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/config/arm/ |
elf.h | 122 { "marm", "mlittle-endian", "msoft-float", "mno-thumb-interwork", "fno-leading-underscore" }
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/sdk/ |
LayoutParamsParserTest.java | 38 * Convention: method names that start with an underscore are actually local wrappers
|
/sdk/templates/docs/ |
index.html | 463 <p>This function converts a camel-case identifer string, such as <code>FooBar</code>, to its corresponding underscore-separated identifier string, such as <code>foo_bar</code>.</p> 468 <dd>The camel-case string, e.g. <code>FooBar</code> to convert to an underscore-delimited string.</dd> 540 <dd>The class name, e.g. <code>FooActivity</code> to reformat as an underscore-delimited string with suffixes removed.</dd> 571 <p>This function converts an underscore-delimited string, such as <code>foo_bar</code>, to its corresponding camel-case string, such as <code>FooBar</code>.</p> 576 <dd>The underscore-delimited string, e.g. <code>foo_bar</code> to convert to a camel-case string.</dd>
|
/external/valgrind/main/coregrind/m_demangle/ |
cplus-dem.c | 556 /* The trailing underscore was missing. */ [all...] |
/dalvik/opcode-gen/ |
opcode-gen.awk | 304 gsub("[/-]", "_", constName[idx]); # Dash and slash become underscore. 309 gsub("-", "_", family[idx]); # Dash becomes underscore.
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/ |
RubyTarget.java | 129 * and convert it to snake_case underscore style. 172 then the acronym must be completed by appending an underscore */
|
/external/chromium/chrome/browser/web_applications/ |
web_app.cc | 402 // for the name of this directory. Hosts can't include an underscore. 403 // By starting this string with an underscore, we ensure that there
|
/external/valgrind/main/include/ |
pub_tool_redir.h | 146 end of the soname by looking for the first trailing underscore. 183 _ --> Zu (underscore)
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
DictionaryInfoUtils.java | 96 return codePoint == '_'; // Underscore 103 * alphanumeric or underscore. (true URL-encoding leaves alone characters like '*', which
|