/external/lldb/test/python_api/module_section/ |
TestModuleAndSection.py | 54 INDENT = ' ' * 4 55 INDENT2 = INDENT * 2 58 print INDENT + "Number of subsections: %d" % sec.GetNumSubSections() 61 print INDENT + str(sym) 62 print INDENT + "symbol type: %s" % symbol_type_to_str(sym.GetType()) 65 print INDENT + str(subsec) 129 INDENT = ' ' * 4 130 INDENT2 = INDENT * 2
|
/external/lldb/test/macosx/debug-info/apple_types/ |
TestAppleTypesIsProduced.py | 63 INDENT = ' ' * 4 65 print INDENT + str(subsec)
|
/external/doclava/src/com/google/doclava/ |
Proofread.java | 29 static final String INDENT = " "; 30 static final String NEWLINE = "\n" + INDENT; 70 write(INDENT);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
phystokens.py | 77 ws_tokens = [token.INDENT, token.DEDENT, token.NEWLINE, tokenize.NL]
|
parser.py | 98 indent = 0 101 prev_toktype = token.INDENT 112 if toktype == token.INDENT: 113 indent += 1 115 indent -= 1 126 exclude_indent = indent 128 elif toktype == token.STRING and prev_toktype == token.INDENT: 153 if excluding and indent <= exclude_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/fonttools/Lib/fontTools/misc/ |
xmlWriter.py | 8 INDENT = " " 13 def __init__(self, fileOrPath, indentwhite=INDENT, idlefunc=None): 35 def write(self, string, indent=True): 37 self._writeraw(escape(string), indent=indent) 55 self._writeraw(escape(string), indent=False) 57 def _writeraw(self, data, indent=True, strip=False): 59 if indent and self.needindent: 94 self.indent() 117 def indent(self) member in class:XMLWriter [all...] |
/external/mksh/src/ |
tree.c | 28 #define INDENT 8 46 ptree(struct op *t, int indent, struct shf *shf) 73 fptreef(shf, indent, "%S", t->vars[0]); 80 fptreef(shf, indent, "%S ", *w++); 86 fptreef(shf, indent, "%S ", *w++); 94 fptreef(shf, indent + 2, "( %T) ", t->left); 97 fptreef(shf, indent, "%T| ", t->left); 101 fptreef(shf, indent, "%T%;", t->left); 106 fptreef(shf, indent, "%T%s %T", 118 fptreef(shf, indent, " %S", *w++) 478 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);
|
/external/mdnsresponder/mDNSShared/ |
DebugServices.h | [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
OutputProperties.java | 653 || key.equals(OutputKeys.INDENT)
|
/external/droiddriver/src/com/google/android/droiddriver/finders/ |
ByXPath.java | 203 transformer.setOutputProperty(OutputKeys.INDENT, "yes");
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/ |
autopep8.py | 209 indent = [last_indent[1]] 228 # Record the initial indent. 234 # Is the indent relative to an opening bracket line? 246 if close_bracket and indent[depth]: 247 # Closing bracket for visual indent. 248 if start[1] != indent[depth]: 249 yield (start, 'E124 {0}'.format(indent[depth])) 252 elif indent[depth] and start[1] < indent[depth]: 253 # Visual indent is broken [all...] |
pep8.py | 92 SKIP_TOKENS = NEWLINE.union([tokenize.INDENT, tokenize.DEDENT]) 136 indent = INDENT_REGEX.match(physical_line).group(1) 137 for offset, char in enumerate(indent): 148 indent = INDENT_REGEX.match(physical_line).group(1) 149 if '\t' in indent: 150 return indent.index('\t'), "W191 indentation contains tabs" 157 filtering for those who want to indent their blank lines. 378 and braces, or using a hanging indent. 380 When using a hanging indent these considerations should be applied: 425 # for each depth, memorize the visual indent colum [all...] |
/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/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/adaptivestreaming/ |
FlatManifestWriterImpl.java | 183 transformer.setOutputProperty(OutputKeys.INDENT, "yes");
|
/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 | |
org.eclipse.pde.core_3.6.1.v20100902_r361.jar | |
/cts/tools/signature-tools/lib/ |
stringtemplate.jar | |
/external/antlr/antlr-3.4/lib/ |
antlr-3.4-complete.jar | |