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

<<31323334353637383940>>

  /art/runtime/
indenter.h 101 // Text output as indent.
  /cts/common/host-side/util/src/com/android/compatibility/common/util/
DynamicConfigHandler.java 85 serializer.setFeature("http://xmlpull.org/v1/doc/features.html#indent-output", true);
  /dalvik/dx/src/com/android/dx/cf/direct/
AnnotationParser.java 465 * @param indent the amount to change the indent by
467 private void changeIndent(int indent) {
468 observer.changeIndent(indent);
  /external/autotest/client/common_lib/cros/tendo/
webserver_config.py 78 f.write(json.dumps(config, indent=True))
  /external/autotest/frontend/afe/
control_file.py 278 def indent_text(text, indent):
279 """Indent given lines of python code avoiding indenting multiline
286 # if not within a multinline quote indent the line contents
290 res.append(indent + line)
  /external/avahi/avahi-daemon/
introspect.xsl 22 <xsl:output method="xml" version="1.0" encoding="iso-8859-15" doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN" doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd" indent="yes"/>
  /external/avahi/
doxygen_to_devhelp.xsl 8 <xsl:output method="xml" version="1.0" indent="yes"/>
  /external/boringssl/src/crypto/bio/
bio.c 444 int BIO_indent(BIO *bio, unsigned indent, unsigned max_indent) {
445 if (indent > max_indent) {
446 indent = max_indent;
449 while (indent--) {
  /external/chromium-trace/catapult/dashboard/dashboard/
edit_site_config.py 145 return json.dumps(obj, indent=2, sort_keys=True)
  /external/chromium-trace/catapult/third_party/Paste/docs/
StyleGuide.txt 10 * **No tabs**. Not anywhere. Always indent with 4 spaces.
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
typeannotation.py 144 def Dump(self, indent=''):
149 result.append(indent + str(t) + ' =>\n' + t.Dump(indent + ' '))
151 result.append(indent + str(t))
  /external/chromium-trace/catapult/third_party/polymer/components/core-menu/
core-submenu.html 28 There is a margin set on the submenu to indent the items.
  /external/dbus/bus/
bus.h 1 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
config-parser-common.c 1 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
connection.h 1 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
policy.h 1 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
test-launch-helper.c 1 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
test-main.c 1 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
  /external/dbus/dbus/
dbus-auth-util.c 1 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
dbus-connection-internal.h 1 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
dbus-credentials-util.c 1 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
dbus-hash.h 1 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
dbus-marshal-header.h 1 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
dbus-string-private.h 1 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
dbus-sysdeps-unix.h 1 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */

Completed in 1357 milliseconds

<<31323334353637383940>>