Searched refs:indent (Results 151 - 175 of 202) sorted by relevance

123456789

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/
H A DToTextSAXHandler.java124 * the indent attribute is ignored for text output.
127 public void indent(int n) throws SAXException method in class:ToTextSAXHandler
157 public void setIndent(boolean indent) argument
H A DToXMLStream.java294 indent();
343 * to indent that we should
377 indent();
H A DToStream.java174 * Used only in indent() which is called only if m_doIndent is true.
762 protected void indent(int depth) throws IOException method in class:ToStream
780 protected void indent() throws IOException method in class:ToStream
782 indent(m_elemContext.m_currentElemDepth);
1246 indent();
1794 indent();
2056 indent(m_elemContext.m_currentElemDepth - 1);
2224 indent();
2232 indent();
2271 * to indent tha
[all...]
/openjdk7/hotspot/src/share/vm/adlc/
H A Ddfa.cpp293 void ArchDesc::expand_opclass(FILE *fp, const char *indent, const Expr *cost, argument
305 cost_check(fp, indent, ArchDesc::getMachOperEnum(oclass), cost, result_type, status);
311 void ArchDesc::chain_rule(FILE *fp, const char *indent, const char *operand, argument
342 cost_check(fp, indent, ArchDesc::getMachOperEnum(result), total_cost, reduce_rule, status);
343 chain_rule(fp, indent, result, total_cost, irule, operands_chained_from, status);
347 cost_check(fp, indent, ArchDesc::getMachOperEnum(result), total_cost, rule, status);
348 chain_rule(fp, indent, result, total_cost, rule, operands_chained_from, status);
352 expand_opclass( fp, indent, total_cost, result, status );
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/sourcemodel/
H A DAssertionData.java387 final String indent = PolicyUtils.Text.createIndent(indentLevel);
391 buffer.append(indent);
420 buffer.append(PolicyUtils.Text.NEW_LINE).append(indent).append('}');
/openjdk7/jdk/src/solaris/sample/dtrace/hotspot_jni/
H A DCriticalSection_slow.d70 self int indent;
115 * curcpu->cpu_id, self->indent, "", self->method_name);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DMarshallerImpl.java99 private String indent = " "; field in class:MarshallerImpl
406 d.setIndentStep(indent);
433 out = new IndentingUTF8XmlOutput(os, indent, table, escapeHandler);
460 return indent;
481 indent = (String)value;
/openjdk7/jdk/test/demo/zipfs/
H A DZipFSTester.java437 private int indent = 0;
438 private void indent() {
440 while (n++ < indent)
448 indent();
457 indent();
459 indent += 2;
468 indent -= 2;
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DOutput.java78 public void display(int indent) { argument
79 indent(indent);
118 transferAttribute(previous, "indent");
133 transferAttribute(previous, prefix + ':' + "indent-amount");
137 transferAttribute(previous, prefix + ':' + "indent-amount");
262 // Get the indent setting - only has effect for xml and html output
263 attrib = getAttribute("indent");
274 // indent-amount: extension attribute of xsl:output
276 lookupPrefix("http://xml.apache.org/xalan"), "indent
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/opti/
H A DSchemaDOM.java313 indent(depth);
330 indent(depth);
338 public static void indent(int amount) { method in class:SchemaDOM
/openjdk7/jdk/make/tools/swing-beans/
H A DGenSwingBeanInfo.java505 String indent = "";
508 // calculate the indent.
515 indent = new String(chars);
524 out.print(indent);
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DAbstractWriter.java349 * <code>indent</code> has been invoked on an empty line.
379 * Enables subclasses to specify how many spaces an indent
380 * maps to. When indentation takes place, the indent level
383 * @param space an int representing the space to indent mapping.
390 * Returns the amount of space to indent.
419 * Increments the indent level. If indenting would cause
421 * than <code>getLineLength()</code> this will not cause an indent.
437 * Decrements the indent level.
461 * out is indent level times the space to map mapping. If the current
467 protected void indent() throw method in class:AbstractWriter
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/extcheck/
H A DExtCheck.java190 * @param indent is the current nesting level
194 private boolean checkURLRecursively(int indent, URL url) argument
243 boolean res = checkURLRecursively(indent+1,loaderList[i]);
/openjdk7/jdk/make/tools/src/build/tools/generatecharacter/
H A DUtility.java360 static final String formatForSource(String s, String indent) { argument
365 buffer.append(indent + '"');
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/
H A DPolicy.java629 final String indent = PolicyUtils.Text.createIndent(indentLevel);
633 buffer.append(indent).append(toStringName).append(" {").append(PolicyUtils.Text.NEW_LINE);
657 buffer.append(indent).append('}');
/openjdk7/jdk/test/javax/swing/text/html/parser/Parser/7165725/
H A Dbug7165725.java265 protected void indent() { method in class:bug7165725.SBParserCallback
289 indent();
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DXMLSerializer.java85 * boundaries, indent lines, and serialize elements on separate
291 _printer.indent();
480 _printer.indent();
708 _printer.indent();
802 _printer.indent();
806 _printer.indent();
H A DHTMLSerializer.java77 * boundaries, indent lines, and serialize elements on separate
274 _printer.indent();
526 _printer.indent();
746 _printer.indent();
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/tree/
H A DPretty.java90 void indent() { method in class:Pretty
272 indent();
284 indent();
656 indent();
691 indent();
/openjdk7/hotspot/src/share/vm/opto/
H A DbytecodeInfo.cpp667 void InlineTree::print_impl(outputStream* st, int indent) const {
668 for (int i = 0; i < indent; i++) st->print(" ");
674 _subtrees.at(i)->print_impl(st, indent + 2);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DTypeCodeImpl.java2338 s.print(indent(level + 1));
2345 s.print(indent(level) + "}");
2366 s.print(indent(level + 1));
2370 s.println(indent(level) + "}");
2400 private String indent(int level) { method in class:TypeCodeImpl
2401 String indent = "";
2403 indent += " ";
2405 return indent;
/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapTable.cpp150 str->indent().print_cr("StackMapTable: frame_count = %d", _frame_count);
151 str->indent().print_cr("table = { ");
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DConstantWriter.java154 indent(+1);
167 indent(-1);
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DScanner.java454 data.indent = ((ScannerData)dataStack.peek ()).indent + ' ';
467 System.out.println (data.indent + Util.getMessage ("Compile.parsing", filename));
512 System.out.println (data.indent + Util.getMessage ("Compile.parseDone", data.filename));
1585 indent = that.indent;
1598 String indent = ""; field in class:ScannerData
/openjdk7/hotspot/src/share/vm/utilities/
H A Dostream.hpp62 outputStream& indent();

Completed in 92 milliseconds

123456789