/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/lib/python2.7/idlelib/ |
configHandler.py | 596 '<<plain-newline-and-indent>>': ['<Control-j>'], 613 '<<newline-and-indent>>': ['<Key-Return>', '<Key-KP_Enter>'], 614 '<<smart-indent>>': ['<Key-Tab>'], 615 '<<indent-region>>': ['<Control-Key-bracketright>'],
|
/prebuilts/gdb/linux-x86/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/go/darwin-x86/src/cmd/doc/ |
pkg.go | 25 indentedWidth = punchedCardWidth - len(indent) const 26 indent = " " 144 doc.ToText(&pkg.buf, comment, " ", indent, indentedWidth) 213 doc.ToText(&pkg.buf, pkg.doc.Doc, "", indent, indentedWidth)
|
/prebuilts/go/darwin-x86/src/encoding/json/ |
example_test.go | 239 json.Indent(&out, b, "=", "\t")
|
/prebuilts/go/linux-x86/src/cmd/doc/ |
pkg.go | 25 indentedWidth = punchedCardWidth - len(indent) const 26 indent = " " 144 doc.ToText(&pkg.buf, comment, " ", indent, indentedWidth) 213 doc.ToText(&pkg.buf, pkg.doc.Doc, "", indent, indentedWidth)
|
/prebuilts/go/linux-x86/src/encoding/json/ |
example_test.go | 239 json.Indent(&out, b, "=", "\t")
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
configHandler.py | 596 '<<plain-newline-and-indent>>': ['<Control-j>'], 613 '<<newline-and-indent>>': ['<Key-Return>', '<Key-KP_Enter>'], 614 '<<smart-indent>>': ['<Key-Tab>'], 615 '<<indent-region>>': ['<Control-Key-bracketright>'],
|
/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/linux-x86/2.7.5/lib/python2.7/idlelib/ |
configHandler.py | 596 '<<plain-newline-and-indent>>': ['<Control-j>'], 613 '<<newline-and-indent>>': ['<Key-Return>', '<Key-KP_Enter>'], 614 '<<smart-indent>>': ['<Key-Tab>'], 615 '<<indent-region>>': ['<Control-Key-bracketright>'],
|
/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/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 | |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/ |
AndroidXmlFormattingStrategy.java | 308 // Measure the indentation of the start node such that we can indent 696 * to indent to the given depth (note that these strings are not cumulative) 727 String indent = mDocument.get(lineStart, local 729 mDepth.put(depth, indent); [all...] |
/toolchain/binutils/binutils-2.25/gas/config/ |
tc-cris.h | 168 * indent-tabs-mode: t
|
/external/deqp/modules/gles3/scripts/ |
genutil.py | 22 def indentTextBlock(text, indent): 23 indentStr = indent * "\t" 29 def writeCase(f, case, indent, prefix): 32 f.write(indentTextBlock('group %s "%s"\n\n' % (case.name, case.description), indent)) 34 writeCase(f, child, indent + 1, prefix + case.name + ".") 35 f.write(indentTextBlock("\nend # %s\n" % case.name, indent)) 41 f.write(indentTextBlock(str(case) + "\n", indent))
|
/external/deqp/modules/gles31/scripts/ |
genutil.py | 22 def indentTextBlock(text, indent): 23 indentStr = indent * "\t" 29 def writeCase(f, case, indent, prefix): 32 f.write(indentTextBlock('group %s "%s"\n\n' % (case.name, case.description), indent)) 34 writeCase(f, child, indent + 1, prefix + case.name + ".") 35 f.write(indentTextBlock("\nend # %s\n" % case.name, indent)) 41 f.write(indentTextBlock(str(case) + "\n", indent))
|
/external/protobuf/src/google/protobuf/compiler/java/ |
java_message_field.cc | 222 printer->Indent(); 226 printer->Indent(); 243 printer->Indent(); 755 printer->Indent(); 910 printer->Indent(); 914 printer->Indent(); 931 printer->Indent() [all...] |
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/ |
VectorDrawableCompat.java | 643 String indent = ""; local 645 indent += " "; 648 Log.v(LOGTAG, indent + "current group is :" + currentGroup.getGroupName() 650 Log.v(LOGTAG, indent + "matrix is :" + currentGroup.getLocalMatrix().toString()); 1364 String indent = ""; local [all...] |
/external/deqp/external/vulkancts/modules/vulkan/ubo/ |
vktUniformBlockCase.cpp | 746 struct Indent 749 Indent (int level_) : level(level_) {} 752 std::ostream& operator<< (std::ostream& str, const Indent& indent) 754 for (int i = 0; i < indent.level; i++) 778 src << "\n" << Indent(indentLevel) << "{\n"; 782 src << Indent(indentLevel + 1); 786 src << Indent(indentLevel) << "}"; 870 src << Indent(1); 871 generateDeclaration(src, *uniformIter, 1 /* indent level */) [all...] |
/external/deqp/modules/glshared/ |
glsUniformBlockCase.cpp | 799 struct Indent 802 Indent (int level_) : level(level_) {} 805 std::ostream& operator<< (std::ostream& str, const Indent& indent) 807 for (int i = 0; i < indent.level; i++) 831 src << "\n" << Indent(indentLevel) << "{\n"; 835 src << Indent(indentLevel+1); 839 src << Indent(indentLevel) << "}"; 924 src << Indent(1); 925 generateDeclaration(src, *uniformIter, 1 /* indent level */) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
optparse.py | 166 the number of columns to indent per nesting level 239 def indent(self): member in class:HelpFormatter 245 assert self.current_indent >= 0, "Indent decreased below 0." 260 indent = " "*self.current_indent 263 initial_indent=indent, 264 subsequent_indent=indent) 325 self.indent() 331 self.indent() [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
optparse.py | 166 the number of columns to indent per nesting level 239 def indent(self): member in class:HelpFormatter 245 assert self.current_indent >= 0, "Indent decreased below 0." 260 indent = " "*self.current_indent 263 initial_indent=indent, 264 subsequent_indent=indent) 325 self.indent() 331 self.indent() [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
optparse.py | 166 the number of columns to indent per nesting level 239 def indent(self): member in class:HelpFormatter 245 assert self.current_indent >= 0, "Indent decreased below 0." 260 indent = " "*self.current_indent 263 initial_indent=indent, 264 subsequent_indent=indent) 325 self.indent() 331 self.indent() [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
optparse.py | 166 the number of columns to indent per nesting level 239 def indent(self): member in class:HelpFormatter 245 assert self.current_indent >= 0, "Indent decreased below 0." 260 indent = " "*self.current_indent 263 initial_indent=indent, 264 subsequent_indent=indent) 325 self.indent() 331 self.indent() [all...] |