/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/utils/ |
DictionaryInfoUtils.java | 96 return codePoint == '_'; // Underscore 103 * alphanumeric or underscore. (true URL-encoding leaves alone characters like '*', which
|
StringUtils.java | 310 * digit, or common URL symbol like underscore. If it hasn't found a period yet, then it 335 // underscore, arrobase, question mark, equal sign. It excludes spaces, exclamation
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
generator.py | 17 UNDERSCORE = '_' 128 specific = UNDERSCORE.join((main, sub)).replace('-', '_')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
AutoCompleteWindow.py | 266 if (len(keysym) == 1 or keysym in ("underscore", "BackSpace") 273 elif keysym == "underscore":
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
generator.py | 17 UNDERSCORE = '_' 128 specific = UNDERSCORE.join((main, sub)).replace('-', '_')
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
AutoCompleteWindow.py | 266 if (len(keysym) == 1 or keysym in ("underscore", "BackSpace") 273 elif keysym == "underscore":
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/ |
core-extensions.rb | 125 # "SnakeCase::Errors".underscore #=> "snake_case/errors"
|
/external/bison/ |
configure.ac | 44 # doesn't like that, so we let the underscore disable gnits. Between
|
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/ |
ecmalintrules.py | 602 not ('underscore' in jsdoc.suppressions) and not 608 if jsdoc.HasFlag('private') and 'underscore' in jsdoc.suppressions: 610 '@suppress {underscore} is not necessary with @private', 611 jsdoc.suppressions['underscore']) [all...] |
/external/chromium_org/third_party/WebKit/public/web/ |
WebBindings.h | 96 // NPN_InitializeVariantWithStringCopy (though sometimes prefixed with an underscore)
|
/external/chromium_org/third_party/closure_linter/closure_linter/ |
ecmalintrules.py | 602 not ('underscore' in jsdoc.suppressions) and not 608 if jsdoc.HasFlag('private') and 'underscore' in jsdoc.suppressions: 610 '@suppress {underscore} is not necessary with @private', 611 jsdoc.suppressions['underscore']) [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/perlasm/ |
x86masm.pl | 45 # prepend global references with optional underscore
|
/external/chromium_org/third_party/tcmalloc/vendor/doc/ |
cpuprofile-fileformat.html | 253 other than underscore or alphanumeric characters), should be replaced
|
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/ |
work_unit.py | 183 sym = sym[1:] # remove underscore prefix
|
/external/chromium_org/tools/generate_library_loader/ |
generate_library_loader.py | 170 # with an underscore, which is reserved for the C++ implementation.
|
/external/doclava/src/com/google/doclava/ |
SampleTagInfo.java | 39 * only letters, numbers and underscore (_).
|
/external/eigen/cmake/ |
FindLAPACK.cmake | 100 # Check if function exists with f2c calling convention (ie a trailing underscore)
|
/external/icu4c/common/ |
propname.cpp | 82 * LM3. Ignore case, whitespace, underscore ('_'), and hyphens.
|