HomeSort by relevance Sort by last modified time
    Searched refs:indent (Results 176 - 200 of 1411) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
XSLOutputAttributes.java 31 * <xsl:output method="xml" omit-xml-declaration="no" indent="yes"/>
42 * indent
83 * @return the number of spaces to indent for each indentation level.
151 * Sets the value coming from the xsl:output indent stylesheet
153 * @param indent true if the output document should be indented to visually
156 public void setIndent(boolean indent);
192 * <li> "{http://xml.apache.org/xalan}indent-amount"
215 * <li> "{http://xml.apache.org/xalan}indent-amount"
230 * <li> "{http://xml.apache.org/xalan}indent-amount"
  /external/autotest/client/cros/scripts/
device 48 indent=2)
52 indent=2)
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DistributionPoint.java 148 String indent = " "; local
150 buf.append(indent);
154 buf.append(indent);
155 buf.append(indent);
IssuingDistributionPoint.java 259 String indent = " "; local
261 buf.append(indent);
265 buf.append(indent);
266 buf.append(indent);
  /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/
inspector_memory.py 48 json.dumps(res, indent=2))
  /external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
generate_python.py 42 out: Indent writer used for generating text.
51 with out.indent():
65 out: Indent writer used for generating text.
127 out: Indent writer used for generating text.
134 with out.indent():
152 out: Indent writer used for generating text.
159 with out.indent():
170 out: Indent writer used for generating text.
177 with out.indent():
  /external/jetty/src/java/org/eclipse/jetty/servlet/
ServletMapping.java 109 public void dump(Appendable out, String indent) throws IOException
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
ChainedData.java 196 public void toString(StringBuilder out, int indent) {
198 d.toString(out, indent);
203 public void write(Appendable out, int indent) throws IOException {
205 d.write(out, indent);
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
SyntaxTreeDumper.java 41 private int indent; field in class:SyntaxTreeDumper
57 indent++;
62 indent--;
121 for (int i = 0; i < indent; i++) {
  /external/libexif/libexif/
exif-entry.h 170 * \param[in] indent how many levels deep to indent the data
172 void exif_entry_dump (ExifEntry *entry, unsigned int indent);
  /external/ltrace/
options.h 39 int indent; /* -n: indent trace output according to program flow */ member in struct:options_t
  /external/mesa3d/src/glsl/
ir_print_visitor.h 47 void indent(void);
  /external/selinux/libsepol/
Makefile 23 indent:
  /external/selinux/libsepol/include/
Makefile 16 indent:
  /external/selinux/policycoreutils/audit2allow/
Makefile 30 indent: ;
  /external/selinux/policycoreutils/hll/pp/
Makefile 34 indent:
  /external/selinux/policycoreutils/scripts/
Makefile 23 indent:
  /external/selinux/policycoreutils/semodule_deps/
Makefile 27 indent:
  /external/selinux/policycoreutils/semodule_expand/
Makefile 27 indent:
  /external/selinux/policycoreutils/semodule_link/
Makefile 27 indent:
  /external/selinux/policycoreutils/semodule_package/
Makefile 29 indent:
  /external/selinux/policycoreutils/sepolgen-ifgen/
Makefile 22 indent:
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/EncodedValue/
ArrayEncodedValueAdaptor.java 52 writer.indent(4);
  /external/v8/test/simdjs/
generate.py 60 fh.write(json.dumps(output, separators=(',',': '), indent=2, sort_keys=True))
  /frameworks/base/tools/aapt/
IndentPrinter.h 13 void indent(int amount = 1) { function in class:IndentPrinter

Completed in 1170 milliseconds

1 2 3 4 5 6 78 91011>>