HomeSort by relevance Sort by last modified time
    Searched full:indentation (Results 126 - 150 of 1279) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/icu/source/tools/toolutil/
writesrc.h 11 * indentation:4
  /external/icu4c/common/
unistr_case_locale.cpp 9 * indentation:4
unistr_titlecase_brkiter.cpp 9 * indentation:2
ustr_titlecase_brkiter.cpp 9 * indentation:4
  /external/icu4c/i18n/
casetrn.h 11 * indentation:4
ucol_wgt.h 11 * indentation:4
uspoof_build.cpp 9 * indentation:4
  /external/icu4c/samples/legacy/
newcol.cpp 11 * indentation:4
  /external/icu4c/samples/props/
props.cpp 11 * indentation:4
  /external/icu4c/test/cintltst/
nfsprep.h 11 * indentation:4
  /external/icu4c/test/intltest/
convtest.h 11 * indentation:4
  /external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
DOMSerializer.java 53 /** The amount of indentation to use (default is 4 spaces). */
120 * Set the number of spaces to use for indentation.
124 * @param indent the number of spaces to use for indentation, values less than or
125 * equal to zero result in no indentation being used.
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
fixjsstyle_test.py 40 ['indentation.js', 'fixjsstyle.indentation.out.js']]
168 """Tests Handling a typical end-of-scope indentation fix."""
  /external/chromium_org/third_party/closure_linter/closure_linter/
fixjsstyle_test.py 40 ['indentation.js', 'fixjsstyle.indentation.out.js']]
168 """Tests Handling a typical end-of-scope indentation fix."""
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-9.0.1.html 96 <li>mesa: glGet: fix indentation of _mesa_init_get_hash</li>
97 <li>mesa: glGet: fix indentation of find_value</li>
98 <li>mesa: glGet: fix indentation of print_table_stats</li>
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
printer.h 102 // This method does not look for newlines to add indentation.
106 // This method does not look for newlines to add indentation.
110 // This method does not look for newlines to add indentation.
  /external/mesa3d/docs/
relnotes-9.0.1.html 96 <li>mesa: glGet: fix indentation of _mesa_init_get_hash</li>
97 <li>mesa: glGet: fix indentation of find_value</li>
98 <li>mesa: glGet: fix indentation of print_table_stats</li>
  /external/protobuf/src/google/protobuf/io/
printer.h 98 // This method does not look for newlines to add indentation.
102 // This method does not look for newlines to add indentation.
106 // This method does not look for newlines to add indentation.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_urllib.py 139 indentation = find_indentation(node)
156 if not first or node.parent.prefix.endswith(indentation):
157 new.prefix = indentation
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_urllib.py 139 indentation = find_indentation(node)
156 if not first or node.parent.prefix.endswith(indentation):
157 new.prefix = indentation
  /external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/
gUnit.g 194 : {// we need to determine the number of spaces or tabs (indentation) for multi-line input
202 String indentation = buf.reverse().toString();
240 // finally we need to prpcess the indentation line by line
247 if ( line.startsWith(indentation) ) line = line.substring(indentation.length());
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_bubble_controller.mm 359 indentation:0];
387 indentation:(int)indentation {
395 [item setIndentationLevel:indentation];
396 ++indentation;
403 indentation:indentation];
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bubble_controller.mm 330 indentation:0];
362 indentation:(int)indentation {
370 [item setIndentationLevel:indentation];
371 ++indentation;
378 indentation:indentation];
  /external/xmlwriter/src/org/jheer/
XMLWriter.java 78 * level of indentation in the XML file
197 * newline, and the indentation level will be increased.
264 * newline, and the indentation level will be increased.
321 * newline, and the indentation level will be increased.
334 * newline, and the indentation level will be increased.
343 * newline, and the indentation level will be decreased.
417 * Write the current spacing (determined by the indentation level)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
tgsi_dump.c 49 uint indentation; member in struct:dump_ctx
609 /* update indentation */
613 ctx->indentation += indent_spaces;
631 ctx.indentation = 0;
663 ctx.indentation = 0;
718 ctx.base.indentation = 0;

Completed in 733 milliseconds

1 2 3 4 56 7 8 91011>>