HomeSort by relevance Sort by last modified time
    Searched full:underscore (Results 151 - 175 of 647) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Bastion.py 13 with an underscore.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/
__init__.py 55 collapsed and replaced with a single underscore, e.g. ' -;#'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Bastion.py 13 with an underscore.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/
__init__.py 55 collapsed and replaced with a single underscore, e.g. ' -;#'
  /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
  /external/valgrind/main/coregrind/m_demangle/
cplus-dem.c 556 /* The trailing underscore was missing. */
    [all...]
  /art/runtime/arch/x86/
fault_handler_x86.cc 84 // Note this is different from the others (no underscore on 64 bit mac) due to
86 // TODO: fix the symbols for 64 bit mac - there is a double underscore prefix for some
  /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_org/chrome/browser/web_applications/
web_app.cc 144 // for the name of this directory. Hosts can't include an underscore.
145 // By starting this string with an underscore, we ensure that there
  /external/icu/icu4c/source/i18n/
ucol_sit.cpp 169 // don't skip the underscore at the end
403 } else if(*(s->locElements[UCOL_SIT_VARIANT])) { // if there is a variant, we need an underscore
  /external/lldb/www/python_reference/
help.html 215 as objects whose (short) names begin with a single underscore, but do
216 not end with an underscore. For example, "<code>_x</code>",
  /external/valgrind/main/include/
pub_tool_redir.h 146 end of the soname by looking for the first trailing underscore.
183 _ --> Zu (underscore)
  /frameworks/base/core/java/android/text/format/
TimeFormatter.java 445 private static String getFormat(int modifier, String normal, String underscore, String dash,
449 return underscore;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DictionaryInfoUtils.java 100 return codePoint == '_'; // Underscore
107 * alphanumeric or underscore. (true URL-encoding leaves alone characters like '*', which
  /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/chrome/common/extensions/docs/templates/intros/
mediaGalleries.html 122 turned into underscore characters.</p>
  /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...]

Completed in 4010 milliseconds

1 2 3 4 5 67 8 91011>>