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

1 23 4 5

  /frameworks/testing/espresso/libs/
dagger-compiler-1.2.1.jar 
  /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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
pep8.py 147 indent = INDENT_REGEX.match(physical_line).group(1)
148 for offset, char in enumerate(indent):
161 indent = INDENT_REGEX.match(physical_line).group(1)
162 if indent.count('\t'):
163 return indent.index('\t'), "W191 indentation contains tabs"
834 tokenize.INDENT, tokenize.DEDENT,
866 indent = first_line[:self.mapping[0][1][2][1]]
868 self.indent_level = expand_indent(indent)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 351 """Return the indent size, in spaces, at the start of a line of text."""
384 indent = len(line) - content
385 margin = min(margin, indent)
611 indent = indentsize(lines[lnum])
614 indentsize(lines[end]) == indent:
619 while comment[:1] == '#' and indentsize(lines[end]) == indent:
635 self.indent = 0
658 elif type == tokenize.INDENT:
659 self.indent = self.indent +
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 351 """Return the indent size, in spaces, at the start of a line of text."""
384 indent = len(line) - content
385 margin = min(margin, indent)
611 indent = indentsize(lines[lnum])
614 indentsize(lines[end]) == indent:
619 while comment[:1] == '#' and indentsize(lines[end]) == indent:
635 self.indent = 0
658 elif type == tokenize.INDENT:
659 self.indent = self.indent +
    [all...]
  /sdk/apps/DeviceConfig/src/com/example/android/deviceconfig/
ConfigGenerator.java 583 tf.setOutputProperty(OutputKeys.INDENT, "yes");
584 tf.setOutputProperty("{http://xml.apache.org/xslt}indent-amount", "2");
  /frameworks/native/services/inputflinger/
InputReader.cpp 55 #define INDENT " "
720 dump.append(INDENT "Configuration:\n");
876 dump.appendFormat(INDENT "Device %d: %s\n", deviceInfo.getId(),
    [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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.2.jar 
lombok-ast-0.2.1.jar 
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 

Completed in 301 milliseconds

1 23 4 5