HomeSort by relevance Sort by last modified time
    Searched refs:INDENT (Results 26 - 50 of 114) sorted by null

12 3 4 5

  /external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/
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/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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
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/mdnsresponder/mDNSShared/
DebugServices.h     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 226 if toknum == INDENT:
422 yield (INDENT, line[:pos], (lnum, 0), (lnum, pos), line)
493 for indent in indents[1:]: # pop remaining indent levels
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tokenize.py 230 if toknum == INDENT:
346 yield (INDENT, line[:pos], (lnum, 0), (lnum, pos), line)
417 for indent in indents[1:]: # pop remaining indent levels
trace.py 425 prev_ttype = token.INDENT
429 if prev_ttype == token.INDENT:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py 226 if toknum == INDENT:
422 yield (INDENT, line[:pos], (lnum, 0), (lnum, pos), line)
493 for indent in indents[1:]: # pop remaining indent levels
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tokenize.py 230 if toknum == INDENT:
346 yield (INDENT, line[:pos], (lnum, 0), (lnum, pos), line)
417 for indent in indents[1:]: # pop remaining indent levels
trace.py 425 prev_ttype = token.INDENT
429 if prev_ttype == token.INDENT:
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.1.1/
javawriter-2.1.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.2.1/
javawriter-2.2.1.jar 
  /prebuilts/tools/common/m2/repository/com/squareup/javawriter/2.5.0/
javawriter-2.5.0.jar 
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
patcomp.py 35 skip = set((token.NEWLINE, token.INDENT, token.DEDENT))
fixer_util.py 254 indent = node.children[1]
255 if indent.type == token.INDENT:
256 return indent.value
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
patcomp.py 35 skip = set((token.NEWLINE, token.INDENT, token.DEDENT))
fixer_util.py 254 indent = node.children[1]
255 if indent.type == token.INDENT:
256 return indent.value
  /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");
  /frameworks/native/services/inputflinger/
EventHub.cpp 63 #define INDENT " "
    [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/tagsoup/src/org/ccil/cowan/tagsoup/
XMLWriter.java     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 225 text.bind("<<newline-and-indent>>",self.newline_and_indent_event)
226 text.bind("<<smart-indent>>",self.smart_indent_event)
227 text.bind("<<indent-region>>",self.indent_region_event)
265 # usetabs true -> literal tab characters are used by indent and
269 # false -> tab characters are converted to spaces by indent
274 usespaces = idleConf.GetOption('main', 'Indent', 'use-spaces', type='bool')
284 # indentwidth is the number of screen characters per indent level.
825 self.indentwidth = idleConf.GetOption('main', 'Indent','num-spaces',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
EditorWindow.py 225 text.bind("<<newline-and-indent>>",self.newline_and_indent_event)
226 text.bind("<<smart-indent>>",self.smart_indent_event)
227 text.bind("<<indent-region>>",self.indent_region_event)
265 # usetabs true -> literal tab characters are used by indent and
269 # false -> tab characters are converted to spaces by indent
274 usespaces = idleConf.GetOption('main', 'Indent', 'use-spaces', type='bool')
284 # indentwidth is the number of screen characters per indent level.
825 self.indentwidth = idleConf.GetOption('main', 'Indent','num-spaces',
    [all...]

Completed in 1057 milliseconds

12 3 4 5