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

<<31323334353637383940>>

  /prebuilts/clang/host/linux-x86/3.8/tools/scan-build/
scan-build.1 52 .Bl -tag -width indent
170 .Bl -tag -width indent.
  /prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-build/man/
scan-build.1 52 .Bl -tag -width indent
170 .Bl -tag -width indent.
  /prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-build/man/
scan-build.1 52 .Bl -tag -width indent
170 .Bl -tag -width indent.
  /prebuilts/clang/host/linux-x86/clang-2690385/tools/scan-build/man/
scan-build.1 52 .Bl -tag -width indent
170 .Bl -tag -width indent.
  /prebuilts/clang/linux-x86/host/3.6/tools/scan-build/
scan-build.1 52 .Bl -tag -width indent
170 .Bl -tag -width indent.
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
dist.py 300 def dump_option_dicts(self, header=None, commands=None, indent=""):
308 self.announce(indent + header)
309 indent = indent + " "
312 self.announce(indent + "no commands known yet")
318 self.announce(indent +
321 self.announce(indent +
325 self.announce(indent + " " + line)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
dist.py 300 def dump_option_dicts(self, header=None, commands=None, indent=""):
308 self.announce(indent + header)
309 indent = indent + " "
312 self.announce(indent + "no commands known yet")
318 self.announce(indent +
321 self.announce(indent +
325 self.announce(indent + " " + line)
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build.1 52 .Bl -tag -width indent
170 .Bl -tag -width indent.
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build.1 52 .Bl -tag -width indent
170 .Bl -tag -width indent.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dist.py 300 def dump_option_dicts(self, header=None, commands=None, indent=""):
308 self.announce(indent + header)
309 indent = indent + " "
312 self.announce(indent + "no commands known yet")
318 self.announce(indent +
321 self.announce(indent +
325 self.announce(indent + " " + line)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dist.py 300 def dump_option_dicts(self, header=None, commands=None, indent=""):
308 self.announce(indent + header)
309 indent = indent + " "
312 self.announce(indent + "no commands known yet")
318 self.announce(indent +
321 self.announce(indent +
325 self.announce(indent + " " + line)
    [all...]
  /system/connectivity/shill/net/
attribute_list.cc 77 void AttributeList::Print(int log_level, int indent) const {
81 i->second->Print(log_level, indent);
  /external/llvm/lib/Support/
CommandLine.cpp     [all...]
  /external/libxml2/
xmlsave.c 90 char indent[MAX_INDENT + 1]; /* array for indenting output */ member in struct:_xmlSaveCtxt
341 memset(&ctxt->indent[0], 0, MAX_INDENT + 1);
346 memcpy(&ctxt->indent[i * ctxt->indent_size], xmlTreeIndentString,
348 ctxt->indent[ctxt->indent_nr * ctxt->indent_size] = 0;
617 ctxt->indent);
824 ctxt->indent);
1080 ctxt->indent);
1762 int indent = ctxt->format; local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestResultsReport.java 89 xml.setFeature("http://xmlpull.org/v1/doc/features.html#indent-output", true);
  /cts/common/host-side/manifest-generator/src/com/android/compatibility/common/generator/
ManifestGenerator.java 101 serializer.setFeature("http://xmlpull.org/v1/doc/features.html#indent-output", true);
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerFactory.java 45 * "doctype-system", "cdata-section-elements", "indent", "media-type".
  /external/avahi/man/
xmltoman.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/chromium-trace/catapult/perf_insights/perf_insights_build/
pi_report_to_html.py 98 json.dump([result.AsDict() for result in results], ofile, indent=2)
  /external/chromium-trace/catapult/third_party/closure_linter/closure_linter/
indentation.py 75 indent.
260 # Want to pop the transient 4 space continuation indent.
372 # For someFunction(...) we allow to indent at the beginning of the
501 # treatment and are allowed to just indent by two whitespace.
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
dimension-handler.js 161 'text-indent',
  /external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/
testharness-tests.js 57 'blink/interpolation/text-indent-interpolation.html',
  /external/clang/include/clang/AST/
PrettyPrinter.h 50 /// \brief The number of spaces to use to indent each line.
  /external/clang/lib/Analysis/
AnalysisDeclContext.cpp 447 void LocationContext::dumpStack(raw_ostream &OS, StringRef Indent) const {
456 OS << Indent << '#' << Frame++ << ' ';
461 OS << Indent << " (scope)\n";
464 OS << Indent << " (block context: "
  /external/dbus/bus/
config-loader-expat.c 1 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */

Completed in 2212 milliseconds

<<31323334353637383940>>