HomeSort by relevance Sort by last modified time
    Searched full:indent (Results 1151 - 1175 of 2419) sorted by null

<<41424344454647484950>>

  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
fmt.go 1483 func indent(buf *bytes.Buffer) { func
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
decl.go 49 check.indent++
51 check.indent--
  /prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/compile/internal/gc/
fmt.go 1486 func indent(buf *bytes.Buffer) { func
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
fmt.go 1483 func indent(buf *bytes.Buffer) { func
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
decl.go 49 check.indent++
51 check.indent--
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
text_format.h 111 // Adjust the initial indent level of all output. Each indent level is
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
text_format.h 111 // Adjust the initial indent level of all output. Each indent level is
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
text_format.h 111 // Adjust the initial indent level of all output. Each indent level is
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cgitb.py 116 indent = '<tt>' + small('&nbsp;' * 5) + '&nbsp;</tt>' variable
179 exception.append('\n<br>%s%s&nbsp;=\n%s' % (indent, name, value))
timeit.py 90 def reindent(src, indent):
92 return src.replace("\n", "\n" + " "*indent)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 154 def _format_layoutlist(layout, indent=0, indent_size=2):
188 head = "%s%s%s" % (' ' * indent, elem, (" %s" % fopts) if fopts else '')
192 indent += indent_size
193 newscript, indent = _format_layoutlist(opts['children'], indent,
196 indent -= indent_size
197 script.append('%s}' % (' ' * indent))
201 return '\n'.join(script), indent
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgitb.py 116 indent = '<tt>' + small('&nbsp;' * 5) + '&nbsp;</tt>' variable
179 exception.append('\n<br>%s%s&nbsp;=\n%s' % (indent, name, value))
timeit.py 90 def reindent(src, indent):
92 return src.replace("\n", "\n" + " "*indent)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
ttk.py 154 def _format_layoutlist(layout, indent=0, indent_size=2):
188 head = "%s%s%s" % (' ' * indent, elem, (" %s" % fopts) if fopts else '')
192 indent += indent_size
193 newscript, indent = _format_layoutlist(opts['children'], indent,
196 indent -= indent_size
197 script.append('%s}' % (' ' * indent))
201 return '\n'.join(script), indent
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
text_format.h 111 // Adjust the initial indent level of all output. Each indent level is
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidXmlAutoEditStrategy.java 339 * Indent the new line the same way as the current line.
341 * @param doc the document to indent in
  /system/bt/doc/
style_guide.md 268 * use only spaces, indent 2 spaces at a time
299 Use only spaces, and indent 2 spaces at a time. Do not use tab characters in the
  /cts/tools/cts-api-coverage/src/res/
api-coverage.xsl 20 <xsl:output method="html" version="1.0" encoding="UTF-8" indent="yes" />
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
TestPlan.java 221 "http://xmlpull.org/v1/doc/features.html#indent-output", true);
  /external/bison/build-aux/
do-release-commit-and-tag 173 # indent-tabs-mode: nil
useless-if-before-free 201 ## indent-tabs-mode: nil
  /external/bison/src/
reader.c 133 unsigned indent = 0;
134 complain_at_indent (declaration_loc, &indent,
139 indent += SUB_INDENT;
140 complain_at_indent (merge_function->type_declaration_location, &indent,
131 unsigned indent = 0; local
  /external/chromium-trace/catapult/systrace/profile_chrome/third_party/
perf_to_tracing.py 248 json.dump(trace_dict, sys.stdout, indent=1)
  /external/chromium-trace/catapult/telemetry/telemetry/wpr/
archive_info.py 184 json.dump(metadata, f, indent=4)
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_lifecycle.py 42 '</Rule></LifecycleConfiguration>').toprettyxml(indent=' ')

Completed in 1247 milliseconds

<<41424344454647484950>>