HomeSort by relevance Sort by last modified time
    Searched refs:INDENT (Results 1 - 25 of 51) sorted by null

1 2 3

  /libcore/luni/src/main/java/javax/xml/transform/
OutputKeys.java 169 * indent = "yes" | "no".
171 * <p><code>indent</code> specifies whether the Transformer may
177 public static final String INDENT = "indent";
  /external/doclava/src/com/google/doclava/
Proofread.java 29 static final String INDENT = " ";
30 static final String NEWLINE = "\n" + INDENT;
70 write(INDENT);
  /external/elfutils/tests/
addrscopes.c 61 print_vars (unsigned int indent, Dwarf_Die *die)
70 printf ("%*s%-30s[%6" PRIx64 "]\n", indent, "",
90 printf ("%*s%s (abstract)\n", indent, "",
100 #define INDENT 4
119 unsigned int indent = 0; local
124 indent += INDENT;
125 printf ("%*s%s (%#x)", indent, "",
143 print_vars (indent + INDENT, die)
    [all...]
funcscopes.c 63 print_vars (unsigned int indent, Dwarf_Die *die)
72 printf ("%*s%-30s[%6" PRIx64 "]\n", indent, "",
92 printf ("%*s%s (abstract)\n", indent, "",
102 #define INDENT 4
147 unsigned int indent = 0; local
152 indent += INDENT;
153 printf ("%*s%s (%#x)", indent, "",
171 print_vars (indent + INDENT, die)
    [all...]
  /external/chromium/testing/gmock/scripts/generator/cpp/
gmock_class.py 47 # How many spaces to indent. Can set me with the INDENT environment variable.
54 indent = ' ' * _INDENT
80 output_lines.append(indent + line)
101 output_lines.extend(['%s%s(%s,' % (indent, mock_method_macro, node.name),
102 '%s%s(%s));' % (indent*3, return_type, args)])
164 _INDENT = int(os.environ['INDENT'])
168 sys.stderr.write('Unable to use indent of %s\n' % os.environ.get('INDENT'))
  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
rhino-python.extensions 44 ... 1 COLON NEWLINE INDENT PRINT a NEWLINE DEDENT b ASSIGN 3 ...
49 Upon NEWLINE token from the lexer, however, an INDENT or DEDENT token
53 then check against stack for indent vs dedent. If LEADING_WS, then
54 the column of the next non-whitespace token will dictate indent vs
61 in indent level from one token to the next.
72 /** The stack of indent levels (column numbers) */
101 pushed on the stack, and one INDENT token is generated. If it
133 // if not a NEWLINE, doesn't signal indent/dedent work; just enqueue
163 var cpos = t.getCharPositionInLine(); // column dictates indent/dedent
171 // compare to last indent leve
    [all...]
Python.g 44 * to do my version of the whole nasty INDENT/DEDENT issue just so I
62 INDENT;
254 | NEWLINE INDENT (stmt)+ DEDENT
  /external/dbus/tools/
dbus-print-message.c 1 /* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
47 #define INDENT 3
50 indent (int depth) function
53 printf (" "); /* INDENT spaces. */
63 indent (depth + 1);
66 columns = (80 - ((depth + 1) * INDENT)) / 3;
83 indent (depth + 1);
93 indent (depth);
155 indent(depth);
311 indent(depth)
    [all...]
  /external/mksh/src/
tree.c 27 #define INDENT 8
43 ptree(struct op *t, int indent, struct shf *shf)
58 fptreef(shf, indent, "%S ", *w++);
64 fptreef(shf, indent, "%S ", *w++);
73 fptreef(shf, indent + 2, "( %T) ", t->left);
76 fptreef(shf, indent, "%T| ", t->left);
80 fptreef(shf, indent, "%T%;", t->left);
85 fptreef(shf, indent, "%T%s %T",
97 fptreef(shf, indent, " %S", *w++);
102 fptreef(shf, indent, "%s %s "
434 ptree(va_arg(va, struct op *), indent, shf); local
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorOutputElem.java 88 * Set the indent property from the attribute value.
89 * @see javax.xml.transform.OutputKeys#INDENT
94 m_outputProperties.setBooleanProperty(OutputKeys.INDENT, newValue);
  /frameworks/base/services/input/
InputDispatcher.cpp 58 #define INDENT " "
    [all...]
EventHub.cpp 63 #define INDENT " "
    [all...]
InputReader.cpp 55 #define INDENT " "
724 dump.append(INDENT "Configuration:\n");
880 dump.appendFormat(INDENT "Device %d: %s\n", deviceInfo.getId(),
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.h     [all...]
  /sdk/manifmerger/src/com/android/manifmerger/
XmlUtils.java 242 tf.setOutputProperty(OutputKeys.INDENT, "yes"); //$NON-NLS-1$
243 tf.setOutputProperty("{http://xml.apache.org/xslt}indent-amount", //$NON-NLS-1$
269 tf.setOutputProperty(OutputKeys.INDENT, "yes"); //$NON-NLS-1$
270 tf.setOutputProperty("{http://xml.apache.org/xslt}indent-amount", //$NON-NLS-1$
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
OutputProperties.java 653 || key.equals(OutputKeys.INDENT)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
RSSFeedAddEntryTask.java 543 transformerFactory.setAttribute("indent-number", new Integer(2)); //$NON-NLS-1$
551 transformer.setOutputProperty(OutputKeys.INDENT, "yes"); //$NON-NLS-1$
558 transformer.setOutputProperty("{http://xml.apache.org/xalan}indent-amount", "2"); //$NON-NLS-1$ //$NON-NLS-2$
559 transformer.setOutputProperty("{http://xml.apache.org/xslt}indent-amount", "2"); //$NON-NLS-1$ //$NON-NLS-2$
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
XMLWriter.java     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerBase.java 182 * Amount to indent.
736 * @return the number of spaces to indent for each indentation level.
753 * Sets the value coming from the xsl:output indent stylesheet
762 setOutputProperty(OutputKeys.INDENT,val);
    [all...]
ToStream.java 152 * Used only in indent() which is called only if m_doIndent is true.
504 } else if (OutputKeys.INDENT.equals(name)) {
786 protected void indent(int depth) throws IOException method in class:ToStream
801 * Indent at the current element nesting depth.
804 protected void indent() throws IOException method in class:ToStream
806 indent(m_elemContext.m_currentElemDepth);
1271 indent(); method
1938 indent(); method
2417 indent(); method
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 

Completed in 2574 milliseconds

1 2 3