Searched defs:indent (Results 101 - 125 of 170) sorted by relevance

1234567

/external/jdiff/src/jdiff/
H A DHTMLReportGenerator.java2060 public void indent(int indent) { argument
2061 for (int i = 0; i < indent; i++)
/external/llvm/lib/Support/
H A Draw_ostream.cpp384 /// indent - Insert 'NumSpaces' spaces.
385 raw_ostream &raw_ostream::indent(unsigned NumSpaces) { function in class:raw_ostream
/external/protobuf/java/src/main/java/com/google/protobuf/
H A DTextFormat.java183 generator.indent();
283 generator.indent();
318 private final StringBuilder indent = new StringBuilder(); field in class:TextFormat.TextGenerator
329 public void indent() { method in class:TextFormat.TextGenerator
330 indent.append(" ");
334 * Reduces the current indent level by two spaces, or crashes if the indent
338 final int length = indent.length();
343 indent.delete(length - 2, length);
370 output.append(indent);
[all...]
/external/webkit/Source/WebCore/rendering/
H A DRenderTreeAsText.cpp77 static void writeLayers(TextStream&, const RenderLayer* rootLayer, RenderLayer*, const IntRect& paintDirtyRect, int indent = 0, RenderAsTextBehavior behavior = RenderAsTextBehaviorNormal);
127 void writeIndent(TextStream& ts, int indent) argument
129 for (int i = 0; i != indent; ++i)
516 void write(TextStream& ts, const RenderObject& o, int indent, RenderAsTextBehavior behavior) argument
520 write(ts, *toRenderSVGPath(&o), indent);
524 writeSVGGradientStop(ts, *toRenderSVGGradientStop(&o), indent);
528 writeSVGResourceContainer(ts, o, indent);
532 writeSVGContainer(ts, o, indent);
536 write(ts, *toRenderSVGRoot(&o), indent);
540 writeSVGText(ts, *toRenderBlock(&o), indent);
646 writeLayers(TextStream& ts, const RenderLayer* rootLayer, RenderLayer* l, const IntRect& paintRect, int indent, RenderAsTextBehavior behavior) argument
[all...]
/external/webkit/Source/WebCore/rendering/svg/
H A DSVGRenderTreeAsText.cpp450 static inline void writeSVGInlineTextBox(TextStream& ts, SVGInlineTextBox* textBox, int indent) argument
465 writeIndent(ts, indent + 1);
507 static inline void writeSVGInlineTextBoxes(TextStream& ts, const RenderText& text, int indent) argument
513 writeSVGInlineTextBox(ts, static_cast<SVGInlineTextBox*>(box), indent);
517 static void writeStandardPrefix(TextStream& ts, const RenderObject& object, int indent) argument
519 writeIndent(ts, indent);
526 static void writeChildren(TextStream& ts, const RenderObject& object, int indent) argument
529 write(ts, *child, indent + 1);
548 void writeSVGResourceContainer(TextStream& ts, const RenderObject& object, int indent) argument
550 writeStandardPrefix(ts, object, indent);
644 writeSVGContainer(TextStream& ts, const RenderObject& container, int indent) argument
656 write(TextStream& ts, const RenderSVGRoot& root, int indent) argument
663 writeSVGText(TextStream& ts, const RenderBlock& text, int indent) argument
672 writeSVGInlineText(TextStream& ts, const RenderText& text, int indent) argument
682 writeSVGImage(TextStream& ts, const RenderSVGImage& image, int indent) argument
690 write(TextStream& ts, const RenderSVGPath& path, int indent) argument
697 writeSVGGradientStop(TextStream& ts, const RenderSVGGradientStop& stop, int indent) argument
711 writeResources(TextStream& ts, const RenderObject& object, int indent) argument
[all...]
/external/webkit/Tools/DumpRenderTree/chromium/
H A DTestShell.cpp375 static string dumpHistoryItem(const WebHistoryItem& item, int indent, bool isCurrent) argument
381 result.append(indent - 6, ' '); // 6 == "curr->".length()
383 result.append(indent, ' ');
417 result += dumpHistoryItem(sortedChildren[i], indent + 4, false);
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DToUnknownStream.java670 public void setIndent(boolean indent) argument
672 m_handler.setIndent(indent);
H A DToStream.java152 * Used only in indent() which is called only if m_doIndent is true.
786 protected void indent(int depth) throws IOException method in class:ToStream
804 protected void indent() throws IOException method in class:ToStream
806 indent(m_elemContext.m_currentElemDepth);
1271 indent();
1938 indent();
2244 indent(m_elemContext.m_currentElemDepth - 1);
2417 indent();
2456 * to indent that we should
2697 * if an indent shoul
[all...]
/external/clang/lib/AST/
H A DDumpXML.cpp178 void indent() { function in struct:__anon3045::XMLDumper
192 indent();
216 indent();
/external/libvpx/examples/includes/ASCIIMathPHP-2.0/
H A DASCIIMathPHP-2.0.class.php311 $indent = str_pad('',$lvl,$indent_str); variable
314 $tag = "$indent<$name$xmlns$attr_txt />";
320 $tag = "$indent<$name$xmlns$attr_txt>$this->_content";
329 $tag .= ($num_child > 0 ? "\n$indent</$name>" : "</$name>");
/external/libxml2/
H A DdebugXML.c2684 int indent = 0, i; local
2697 for (i = 0; i < indent; i++)
2714 indent++;
2723 indent--;
H A Dxmlsave.c86 char indent[MAX_INDENT + 1]; /* array for indenting output */ member in struct:_xmlSaveCtxt
337 memset(&ctxt->indent[0], 0, MAX_INDENT + 1);
342 memcpy(&ctxt->indent[i * ctxt->indent_size], xmlTreeIndentString,
344 ctxt->indent[ctxt->indent_nr * ctxt->indent_size] = 0;
523 ctxt->indent);
729 ctxt->indent);
985 ctxt->indent);
1336 ctxt->indent);
1540 ctxt->indent_nr : ctxt->level + 1), ctxt->indent);
1575 ctxt->indent_nr : ctxt->level + 1), ctxt->indent);
1663 int indent = ctxt->format; local
[all...]
/external/libxslt/libxslt/
H A Dxsltutils.c1444 int indent; local
1465 XSLT_GET_IMPORT_INT(indent, style, indent);
1477 if (indent == -1)
1478 indent = 1;
1480 indent);
1572 xmlNodeDumpOutput(buf, result, child, 0, (indent == 1),
/external/llvm/lib/CodeGen/
H A DRenderMachineFunction.cpp629 void RenderMachineFunction::renderVertical(const Spacer &indent, argument
633 os << indent << "<object\n"
634 << indent + s(2) << "class=\"obj\"\n"
635 << indent + s(2) << "type=\"image/svg+xml\"\n"
636 << indent + s(2) << "width=\"14px\"\n"
637 << indent + s(2) << "height=\"55px\"\n"
638 << indent + s(2) << "data=\"data:image/svg+xml,\n"
639 << indent + s(4) << "<svg xmlns='http://www.w3.org/2000/svg'>\n"
640 << indent + s(6) << "<text x='-55' y='10' "
645 << indent
652 os << indent; local
661 insertCSS(const Spacer &indent, raw_ostream &os) const argument
681 renderFunctionSummary( const Spacer &indent, raw_ostream &os, const char * const renderContextStr) const argument
690 renderPressureTableLegend( const Spacer &indent, raw_ostream &os) const argument
718 renderCellsWithRLE( const Spacer &indent, raw_ostream &os, const std::pair<CellType, unsigned> &rleAccumulator, const std::map<CellType, std::string> &cellTypeStrs) const argument
738 renderCodeTablePlusPI(const Spacer &indent, raw_ostream &os) const argument
879 os << indent << "</table>\\n"; local
[all...]
/external/proguard/src/proguard/classfile/visitor/
H A DClassPrinter.java94 indent();
112 indent();
118 indent();
124 indent();
130 indent();
136 indent();
148 indent();
276 indent();
295 indent();
325 indent();
917 private void indent() method in class:ClassPrinter
[all...]
/external/v8/src/
H A Dscopes.cc764 static void PrintVar(int indent, Variable* var) { argument
766 Indent(indent, Variable::Mode2String(var->mode()));
780 static void PrintMap(int indent, VariableMap* map) { argument
783 PrintVar(indent, var);
/external/webkit/Source/JavaScriptCore/runtime/
H A DJSONObject.cpp112 void indent();
445 inline void Stringifier::indent() function in class:JSC::Stringifier
447 // Use a single shared string, m_repeatedGap, so we don't keep allocating new ones as we indent and unindent.
499 stringifier.indent();
847 UString JSONStringify(ExecState* exec, JSValue value, unsigned indent) argument
850 Local<Unknown> result = Stringifier(exec, Local<Unknown>(exec->globalData(), jsNull()), Local<Unknown>(exec->globalData(), jsNumber(indent))).stringify(Local<Unknown>(exec->globalData(), value));
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DLayerAndroid.cpp582 void LayerAndroid::showLayer(int indent) argument
586 for (int i = 0; i < indent; i++)
589 if (!indent) {
620 this->getChild(i)->showLayer(indent + 2);
/external/webkit/Source/WebCore/platform/graphics/ca/win/
H A DPlatformCALayerWin.cpp592 static void printIndent(int indent) argument
594 for ( ; indent > 0; --indent)
607 static void printLayer(const PlatformCALayer* layer, int indent) argument
612 printIndent(indent);
633 printIndent(indent + 1);
640 printIndent(indent + 1);
647 printIndent(indent + 1);
654 printIndent(indent + 1);
663 printIndent(indent
[all...]
/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerRendererChromium.cpp1108 void LayerRendererChromium::dumpRenderSurfaces(TextStream& ts, int indent, LayerChromium* layer) const argument
1111 layer->ccLayerImpl()->renderSurface()->dumpSurface(ts, indent);
1114 dumpRenderSurfaces(ts, indent, layer->getSublayers()[i].get());
/external/webkit/Tools/DumpRenderTree/qt/
H A DDumpRenderTreeQt.cpp840 static QString dumpHistoryItem(const QWebHistoryItem& item, int indent, bool current) argument
849 for (int i = start; i < indent; i++)
/external/webkit/Tools/android/webkitmerge/
H A Dwebkitmerge.cpp293 int indent = 0; local
316 indent += openBrace != NULL ? 1 : -1;
319 return indent;
/external/guava/guava/lib/
H A Djdiff.jar ... .2/s?defs= " () public void dump () int indent java.util.Iterator iter public void dumpPackage (jdiff ...
/external/gcc-demangle/
H A Dcp-demangle.c491 d_dump (struct demangle_component *dc, int indent) argument
497 if (indent == 0)
502 for (i = 0; i < indent; ++i)
515 d_dump (dc->u.s_ctor.name, indent + 2);
519 d_dump (dc->u.s_dtor.name, indent + 2);
533 d_dump (dc->u.s_extended_operator.name, indent + 2);
688 d_dump (d_left (dc), indent + 2); local
689 d_dump (d_right (dc), indent + 2); local
/external/icu4c/test/intltest/
H A Dintltest.cpp998 UnicodeString indent(FALSE, indentUChars, 1 + LL_indentlevel);
1004 length = indent.extract(1, indent.length(), buffer, sizeof(buffer));
1010 message.findAndReplace(UnicodeString((UChar)'\n'), indent); local
1794 * indent-tabs-mode: nil

Completed in 396 milliseconds

1234567