HomeSort by relevance Sort by last modified time
    Searched full:underscore (Results 401 - 425 of 1042) sorted by null

<<11121314151617181920>>

  /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-trace/catapult/third_party/gsutil/third_party/apitools/
default.pylintrc 192 # leading underscore is sanctioned for private modules by Google's style
310 # with leading underscore
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/docs/apidoc/
help.html 212 as objects whose (short) names begin with a single underscore, but do
213 not end with an underscore. For example, "<code>_x</code>",
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/docs/apidoc/
help.html 212 as objects whose (short) names begin with a single underscore, but do
213 not end with an underscore. For example, "<code>_x</code>",
  /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/valgrind/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;
  /prebuilts/gdb/darwin-x86/lib/python2.7/email/
generator.py 17 UNDERSCORE = '_'
128 specific = UNDERSCORE.join((main, sub)).replace('-', '_')
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
AutoCompleteWindow.py 266 if (len(keysym) == 1 or keysym in ("underscore", "BackSpace")
273 elif keysym == "underscore":
  /prebuilts/gdb/linux-x86/lib/python2.7/email/
generator.py 17 UNDERSCORE = '_'
128 specific = UNDERSCORE.join((main, sub)).replace('-', '_')
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
AutoCompleteWindow.py 266 if (len(keysym) == 1 or keysym in ("underscore", "BackSpace")
273 elif keysym == "underscore":
  /prebuilts/go/darwin-x86/src/time/
example_test.go 116 // An underscore represents a zero pad, if required.
127 // The predefined constant Unix uses an underscore to pad the day.
  /prebuilts/go/linux-x86/src/time/
example_test.go 116 // An underscore represents a zero pad, if required.
127 // The predefined constant Unix uses an underscore to pad the day.
  /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":
  /toolchain/binutils/binutils-2.25/binutils/
ChangeLog-2009 171 (usage): Add new options --no-leading-underscore
172 and --leading-underscore.
194 (usage): Add display of --no-leading-underscore and
195 --leading-underscore option.
198 (long_options): Add --no-leading-underscore and
199 --leading-underscore option.
202 --no-leading-underscore and --leading-underscore.
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
ChangeLog-2010     [all...]
  /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/boringssl/src/crypto/perlasm/
x86masm.pl 47 # prepend global references with optional underscore
x86nasm.pl 49 # prepend global references with optional underscore
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
ecmalintrules.py 646 ('underscore' not in jsdoc.suppressions) and not
653 if jsdoc.HasFlag('private') and 'underscore' in jsdoc.suppressions:
656 '@suppress {underscore} is not necessary with @private',
657 jsdoc.suppressions['underscore'])
    [all...]

Completed in 1625 milliseconds

<<11121314151617181920>>