HomeSort by relevance Sort by last modified time
    Searched full:underscore (Results 176 - 200 of 662) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/third_party/boringssl/src/crypto/perlasm/
x86nasm.pl 49 # prepend global references with optional underscore
  /external/chromium_org/third_party/closure_linter/closure_linter/
ecmalintrules.py 617 ('underscore' not in jsdoc.suppressions) and not
624 if jsdoc.HasFlag('private') and 'underscore' in jsdoc.suppressions:
627 '@suppress {underscore} is not necessary with @private',
628 jsdoc.suppressions['underscore'])
    [all...]
  /external/chromium_org/third_party/icu/source/common/
propname.cpp 82 * LM3. Ignore case, whitespace, underscore ('_'), and hyphens.
propname.h 42 * LM3. Ignore case, whitespace, underscore ('_'), and hyphens.
  /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/chromium_org/v8/src/
regexp-macro-assembler.h 216 // character (digit, letter or underscore) and 0x00 otherwise.
  /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/icu/icu4c/source/common/
propname.cpp 82 * LM3. Ignore case, whitespace, underscore ('_'), and hyphens.
propname.h 42 * LM3. Ignore case, whitespace, underscore ('_'), and hyphens.
  /external/markdown/docs/
CHANGE_LOG 167 images, autolinks, underscore emphasis. Cleaned up and refactored the
  /external/openssl/crypto/perlasm/
x86masm.pl 45 # prepend global references with optional underscore
  /external/protobuf/java/src/main/java/com/google/protobuf/nano/
MessageNanoPrinter.java 54 * buffers) -- groups (which are deprecated) are output with an underscore name (e.g. foo_bar
  /external/qemu/android/
cmdline-options.h 58 * dashes into underscore.
  /libcore/support/src/test/java/libcore/java/security/
TestKeyStore.java 657 * identifier containing an underscore. If not underscore is
672 * algorithm identifier containing an underscore. If not
673 * underscore is present, the argument is returned
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
quopri.py 119 If 'header' is true, decode underscore as space (per RFC 1522)."""
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
quopri.py 119 If 'header' is true, decode underscore as space (per RFC 1522)."""
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclrun.swg 119 /* Pointer values must start with leading underscore */
183 /* Pointer values must start with leading underscore. NULL has no type */
204 /* Pointer values must start with leading underscore */
  /external/jdiff/src/jdiff/
HTMLIndexes.java 148 h_.writeText("<a href=\"#" + swu + "\"><font size=\"" + size + "\">" + "underscore" + "</font></a> ");
500 h_.writeText("<br><b>underscore</b>&nbsp;");
603 h_.writeText("<br><b>underscore</b>&nbsp;");
    [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font_charset.cpp 275 "X", "Y", "Z", "bracketleft", "backslash", "bracketright", "asciicircum", "underscore",
305 "X", "Y", "Z", "bracketleft", "backslash", "bracketright", "asciicircum", "underscore",
335 "X", "Y", "Z", "bracketleft", "backslash", "bracketright", "asciicircum", "underscore",
396 "X", "Y", "Z", "bracketleft", "backslash", "bracketright", "asciicircum", "underscore",
426 "Xi", "Psi", "Zeta", "bracketleft", "therefore", "bracketright", "perpendicular", "underscore",
    [all...]
  /sdk/templates/docs/
index.html 518 <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>
523 <dd>The camel-case string, e.g. <code>FooBar</code> to convert to an underscore-delimited string.</dd>
605 <dd>The class name, e.g. <code>FooActivity</code> to reformat as an underscore-delimited string with suffixes removed.</dd>
636 <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>
641 <dd>The underscore-delimited string, e.g. <code>foo_bar</code> to convert to a camel-case string.</dd>
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
math_semantic_tree_test.unitjs     [all...]
  /external/fonttools/Lib/fontTools/ttLib/
__init__.py 849 Lowercase letters get an underscore before the letter, uppercase
850 letters get an underscore after the letter. Trailing spaces are
853 extra underscore is prepended. Examples:

Completed in 1998 milliseconds

1 2 3 4 5 6 78 91011>>