HomeSort by relevance Sort by last modified time
    Searched refs:indent (Results 51 - 75 of 945) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pprint.py 55 def pprint(object, stream=None, indent=1, width=80, depth=None):
58 stream=stream, indent=indent, width=width, depth=depth)
61 def pformat(object, indent=1, width=80, depth=None):
63 return PrettyPrinter(indent=indent, width=width, depth=depth).pformat(object)
85 def __init__(self, indent=1, width=80, depth=None, stream=None):
89 indent
90 Number of spaces to indent for each level of nesting.
103 indent = int(indent
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
rule-tracer.rb 29 indent = @level * @spaces_per_indent
31 @device.print( ' ' * indent, ARROW_IN, name )
44 indent = @level * @spaces_per_indent
46 @device.print( ' ' * indent, ARROW_OUT, name )
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
output_html.properties 27 indent=yes
40 {http\u003a//xml.apache.org/xalan}indent-amount=0
output_xml.properties 29 indent=no
43 {http\u003a//xml.apache.org/xalan}indent-amount=0
  /external/chromium_org/third_party/WebKit/Source/core/dom/custom/
CustomElementMicrotaskQueueBase.h 30 void show(unsigned indent);
CustomElementMicrotaskResolutionStep.cpp 69 void CustomElementMicrotaskResolutionStep::show(unsigned indent)
71 fprintf(stderr, "%*sResolution: ", indent, "");
  /external/chromium_org/tools/gyp/pylib/gyp/
ninja_syntax.py 30 def variable(self, key, value, indent=0):
35 self._line('%s = %s' % (key, value), indent)
39 self.variable('depth', depth, indent=1)
45 self.variable('command', command, indent=1)
47 self.variable('description', description, indent=1)
49 self.variable('depfile', depfile, indent=1)
51 self.variable('generator', '1', indent=1)
53 self.variable('pool', pool, indent=1)
55 self.variable('restat', '1', indent=1)
57 self.variable('rspfile', rspfile, indent=1
    [all...]
  /external/tcpdump/
print-rpki-rtr.c 133 indent_string (u_int indent)
144 if (sizeof(buf) < ((indent/8) + (indent %8) + 2)) {
154 while (indent >= 8) {
157 indent -= 8;
160 while (indent > 0) {
163 indent--;
178 rpki_rtr_pdu_print (const u_char *tptr, u_int indent)
205 indent_string(indent+2),
223 indent_string(indent+2)
    [all...]
print-forces.c 71 u_int16_t op_msk, int indent);
251 u_int16_t op_msk, int indent);
255 u_int16_t op_msk, int indent);
257 u_int16_t op_msk, int indent);
259 u_int16_t op_msk, int indent);
310 static inline char *indent_pr(int indent, int nlpref)
315 if (indent > (IND_SIZE - 1))
316 indent = IND_SIZE - 1;
321 indent--;
324 while (--indent >= 0
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
scrape_gtest_log.py 25 print json.dumps(json.loads(json_string), indent=4, sort_keys=True)
  /external/jdiff/src/jdiff/
API.java 73 int indent = 0; local
76 dumpPackage((PackageAPI)(iter.next()), indent);
84 * @param indent The number of spaces to indent the output.
86 public void dumpPackage(PackageAPI pkg, int indent) {
87 for (int i = 0; i < indent; i++) System.out.print(" ");
91 dumpClass((ClassAPI)(iter.next()), indent + indentInc);
104 * @param indent The number of spaces to indent the output.
106 public static void dumpClass(ClassAPI c, int indent) {
    [all...]
  /external/bison/build-aux/
update-b4-copyright 92 my $indent = index ($b4_copyright_line, '[');
93 --$indent if ($b4_copyright_line =~ m/^\n/);
96 my $text_margin = $margin - $indent;
100 my $line = "\n" . (' 'x$indent) . $1;
101 ++$indent if (!$year_lines_new);
  /frameworks/compile/slang/
slang_rs_reflect_utils.cpp 121 out.indent() << "// return byte array representation of the " << bitwidth
123 out.indent() << "public static byte[] getBitCode" << bitwidth << "()";
125 out.indent() << "return getBitCode" << bitwidth << "Internal();\n";
134 out.indent() << "private static byte[] getSegment" << bitwidth << "_"
137 out.indent() << "byte[] data = {";
141 int position = kEntriesPerLine; // We start with a new line and indent.
145 out.indent();
155 out.indent() << "};\n";
156 out.indent() << "return data;\n";
197 out.indent() << "private static int bitCode" << bitwidth << "Length =
    [all...]
slang_rs_reflection_cpp.cpp 143 mOut.indent() << "#include \"RenderScript.h\"\n\n";
144 mOut.indent() << "using namespace android::RSC;\n\n";
150 mOut.indent() << "class " << mClassName << " : public android::RSC::ScriptC";
154 mOut.indent() << "private:\n";
162 mOut.indent() << "public:\n";
166 mOut.indent() << mClassName << "(android::RSC::sp<android::RSC::RS> rs);\n";
167 mOut.indent() << "virtual ~" << mClassName << "();\n\n";
210 mOut.indent() << "android::RSC::sp<const android::RSC::Element> "
235 mOut.indent() << GetTypeName(ev->getType()) << " " RS_EXPORT_VAR_PREFIX
249 mOut.indent() << "// No forEach_root(...)\n"
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
v3_crld.c 69 int indent);
247 ASN1_BIT_STRING *rflags, int indent)
251 BIO_printf(out, "%*s%s:\n%*s", indent, "", rname, indent + 2, "");
430 int indent);
507 static int print_gens(BIO *out, STACK_OF(GENERAL_NAME) *gens, int indent)
512 BIO_printf(out, "%*s", indent + 2, "");
519 static int print_distpoint(BIO *out, DIST_POINT_NAME *dpn, int indent)
523 BIO_printf(out, "%*sFull Name:\n", indent, "");
524 print_gens(out, dpn->name.fullname, indent);
    [all...]
  /external/openssl/crypto/x509v3/
v3_crld.c 69 int indent);
247 ASN1_BIT_STRING *rflags, int indent)
251 BIO_printf(out, "%*s%s:\n%*s", indent, "", rname, indent + 2, "");
430 int indent);
507 static int print_gens(BIO *out, STACK_OF(GENERAL_NAME) *gens, int indent)
512 BIO_printf(out, "%*s", indent + 2, "");
519 static int print_distpoint(BIO *out, DIST_POINT_NAME *dpn, int indent)
523 BIO_printf(out, "%*sFull Name:\n", indent, "");
524 print_gens(out, dpn->name.fullname, indent);
    [all...]
  /libcore/luni/src/main/java/java/util/logging/
XMLFormatter.java 33 private static final String indent = " "; field in class:XMLFormatter
108 sb.append(indent).append("<message/>");
116 sb.append(indent).append("<exception>").append(nl);
121 sb.append(indent).append(indent).append("<frame>").append(nl);
125 sb.append(indent).append(indent).append("</frame>").append(nl);
127 sb.append(indent).append("</exception>").append(nl);
133 sb.append(indent);
  /external/qemu/qobject/
qjson.c 75 int indent; member in struct:ToJsonIterState
81 static void to_json(const QObject *obj, QString *str, int pretty, int indent);
94 for (j = 0 ; j < s->indent ; j++)
99 to_json(QOBJECT(qkey), s->str, s->pretty, s->indent);
103 to_json(obj, s->str, s->pretty, s->indent);
117 for (j = 0 ; j < s->indent ; j++)
121 to_json(obj, s->str, s->pretty, s->indent);
125 static void to_json(const QObject *obj, QString *str, int pretty, int indent)
198 s.indent = indent + 1
    [all...]
  /external/bison/src/
complain.c 125 warn_at_indent (location loc, unsigned *indent,
131 indent_ptr = indent;
132 ERROR_MESSAGE (&loc, *indent ? NULL : _("warning"), message);
157 complain_at_indent (location loc, unsigned *indent,
160 indent_ptr = indent;
161 ERROR_MESSAGE (&loc, *indent ? NULL : _("error"), message);
complain.h 28 /* Sub-messages indent. */
47 /* Generate a message aligned by an indent.
48 When *indent == 0, assign message's indent to *indent,
49 When *indent > 0, align the message by *indent value. */
50 void warn_at_indent (location loc, unsigned *indent,
62 /* Generate a message aligned by an indent.
63 When *indent == 0, assign message's indent to *indent
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/raw/
AnnotationDirectoryItem.java 74 out.indent();
77 out.indent();
89 out.indent();
92 out.indent();
104 out.indent();
107 out.indent();
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
SerializeOptions.java 73 private String indent = " "; field in class:SerializeOptions
288 * @return Returns the indent.
292 return indent;
297 * @param indent
298 * The indent to set.
301 public SerializeOptions setIndent(String indent)
303 this.indent = indent;
392 clone.setIndent(indent);
  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-dump.c 35 #define DUMP(format) dump (stream, indent, format)
36 #define DUMP1(format, arg1) dump (stream, indent, format, arg1)
37 #define DUMP2(format, arg1, arg2) dump (stream, indent, format, arg1, arg2)
38 #define DUMP3(format, arg1, arg2, arg3) dump (stream, indent, format, arg1, arg2, arg3)
40 #define DUMP_FINT(strct,fld) dump (stream, indent, "<" #fld ">%d</" #fld ">\n", (strct)->fld)
41 #define DUMP_FUINT(strct,fld) dump (stream, indent, "<" #fld ">%u</" #fld ">\n", (strct)->fld)
42 #define DUMP_FGLYPH(strct,fld) dump (stream, indent, "<" #fld ">%#06x</" #fld ">\n", (strct)->fld)
43 #define DUMP_FGLYPH(strct,fld) dump (stream, indent, "<" #fld ">%#06x</" #fld ">\n", (strct)->fld)
44 #define DUMP_USHORT_ARRAY(strct,fld,cnt) Dump_UShort_Array ((strct)->fld, cnt, #fld, stream, indent);
46 #define DEF_DUMP(type) static void Dump_ ## type (HB_ ## type *type, FILE *stream, int indent, HB_Type hb_type
744 int indent = 1; local
757 int indent = 1; local
    [all...]
  /cts/libs/json/src/com/android/json/stream/
JsonWriter.java 134 private String indent; field in class:JsonWriter
155 * in the encoded document. If {@code indent.isEmpty()} the encoded document
159 * @param indent a string containing only whitespace.
161 public void setIndent(String indent) {
162 if (indent.isEmpty()) {
163 this.indent = null;
166 this.indent = indent;
406 if (indent == null) {
412 out.write(indent);
    [all...]
  /external/chromium_org/chrome/browser/resources/print_preview/search/
search_box.css 22 text-indent: 24px;

Completed in 1287 milliseconds

1 23 4 5 6 7 8 91011>>