Searched refs:indent (Results 201 - 225 of 626) sorted by last modified time

1234567891011>>

/external/libsepol/src/
H A DMakefile55 indent:
/external/libsepol/utils/
H A DMakefile20 indent:
/external/libpcap/
H A Dpcap-sita.c116 static void dump(unsigned char *ptr, int i, int indent) { argument
117 fprintf(stderr, "%*s", indent, " ");
/external/libexif/libexif/
H A Dexif-content.c114 exif_content_dump (ExifContent *content, unsigned int indent) argument
119 for (i = 0; i < 2 * indent; i++)
129 exif_entry_dump (content->entries[i], indent + 1);
H A Dexif-content.h130 * \param[in] indent how many levels deep to indent the data
132 void exif_content_dump (ExifContent *content, unsigned int indent);
H A Dexif-entry.c592 exif_entry_dump (ExifEntry *e, unsigned int indent) argument
598 for (i = 0; i < 2 * indent; i++)
H A Dexif-entry.h170 * \param[in] indent how many levels deep to indent the data
172 void exif_entry_dump (ExifEntry *entry, unsigned int indent);
/external/jsoncpp/include/json/
H A Dwriter.h55 * The rules for line break and indent are as follow:
57 * - if empty then print {} without indent and line break
58 * - if not empty the print '{', line break & indent, print one value per line
61 * - if empty then print [] without indent and line break
91 void indent();
111 * The rules for line break and indent are as follow:
113 * - if empty then print {} without indent and line break
114 * - if not empty the print '{', line break & indent, print one value per line
117 * - if empty then print [] without indent and line break
149 void indent();
[all...]
/external/jsoncpp/src/lib_json/
H A Djson_writer.cpp335 indent();
374 indent();
480 StyledWriter::indent() function in class:Json::StyledWriter
612 indent();
651 indent();
761 StyledStreamWriter::indent() function in class:Json::StyledStreamWriter
/external/jsoncpp/src/test_lib_json/
H A Djsontest.cpp199 std::string indent( failure.nestingLevel_ * 2, ' ' );
202 printf( "%s%s(%d): ", indent.c_str(), failure.file_, failure.line_ );
214 std::string reindented = indentText( failure.message_, indent + " " );
223 const std::string &indent )
234 reindented += indent;
H A Djsontest.h113 const std::string &indent );
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DJavaSourceWriter.java49 private int indent; field in class:JavaSourceWriter
292 indent++;
296 indent--;
302 for (int i = 0; i < indent; i++) {
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DAbstractData.java122 public void toString(StringBuilder out, int indent) { argument
124 write(out, indent);
H A DChainedData.java196 public void toString(StringBuilder out, int indent) { argument
198 d.toString(out, indent);
203 public void write(Appendable out, int indent) throws IOException { argument
205 d.write(out, indent);
H A DData.java246 void toString(StringBuilder out, int indent); argument
251 void write(Appendable out, int indent) throws IOException; argument
H A DDefaultDataContext.java368 public void write(Appendable out, int indent) throws IOException { argument
369 for (int i = 0; i < indent; i++) {
H A DDelegatedData.java280 public void toString(StringBuilder out, int indent) { argument
281 getDelegate().toString(out, indent);
285 public void write(Appendable out, int indent) throws IOException { argument
286 getDelegate().write(out, indent);
H A DNestedMapData.java464 public void write(Appendable out, int indent) throws IOException { argument
466 indent(out, indent);
472 indent(out, indent);
481 int childIndent = indent;
483 indent(out, indent);
492 indent(out, indent);
534 indent(Appendable out, int indent) argument
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A DSyntaxTreeDumper.java41 private int indent; field in class:SyntaxTreeDumper
57 indent++;
62 indent--;
121 for (int i = 0; i < indent; i++) {
/external/jdiff/src/jdiff/
H A DAPI.java73 int indent = 0;
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) { argument
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) { argument
160 dumpModifiers(Modifiers m, int indent) argument
178 dumpCtor(ConstructorAPI c, int indent) argument
198 dumpMethod(MethodAPI m, int indent) argument
239 dumpField(FieldAPI f, int indent) argument
264 dumpParam(ParamAPI p, int indent) argument
[all...]
H A DHTMLIndexes.java510 h_.indent(INDENT_SIZE);
613 h_.indent(INDENT_SIZE);
713 h_.indent(INDENT_SIZE);
829 // More context than this is helpful here: h_.indent(INDENT_SIZE);
996 * The number of non-breaking spaces to indent a duplicate indexes'
H A DHTMLReportGenerator.java2060 public void indent(int indent) { argument
2061 for (int i = 0; i < indent; i++)
H A DRootDocToXML.java362 public void addCommonModifiers(ProgramElementDoc ped, int indent) { argument
363 addSourcePosition(ped, indent);
365 for (int i = 0; i < indent; i++) outputFile.print(" ");
381 for (int i = 0; i < indent; i++) outputFile.print(" ");
421 public void addSourcePosition(ProgramElementDoc ped, int indent) { argument
435 for (int i = 0; i < indent; i++) outputFile.print(" ");
812 public void addDocumentation(ProgramElementDoc ped, int indent) { argument
823 for (int i = 0; i < indent; i++) outputFile.print(" ");
825 for (int i = 0; i < indent; i++) outputFile.print(" ");
839 for (int i = 0; i < indent;
857 addPkgDocumentation(RootDoc root, PackageDoc pd, int indent) argument
[all...]
/external/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/ org/ org/apache/ org/apache/html/ ...
/external/jemalloc/bin/
H A Dpprof1632 my $indent = Indentation($_);
1634 if ($first_indentation < 0 && $indent >= 0) {
1635 $first_indentation = $indent;
1639 if ($l >= $lastline && $indent >= 0) {
1640 if ($indent >= $first_indentation) {

Completed in 1020 milliseconds

1234567891011>>