/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...] |
/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/lldb/source/Target/ |
Thread.cpp | [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/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...] |
/external/chromium_org/third_party/jinja2/ |
filters.py | 433 change the number of spaces or indent the first line too 438 {{ mytext|indent(2, true) }} 439 indent by two spaces and indent the first line too. 954 'indent': do_indent,
|
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
ABOUT-NLS | 280 indent | [] [] [] [] | 449 indent | [] [] [] [] [] [] [] [] [] [] | [all...] |
/external/chromium_org/v8/tools/ |
tickprocessor.js | 602 var indent = opt_indent || 0; 603 var indentStr = padLeft('', indent); 612 if (indent < 2 * self.callGraphSize_) { 613 self.printHeavyProfile(rec.children, indent + 2); 616 if (indent == 0) {
|
/external/elfutils/0.153/ |
ABOUT-NLS | 280 indent | [] [] [] [] | 449 indent | [] [] [] [] [] [] [] [] [] [] | [all...] |
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/ |
JSONArray.java | 886 * @param indent The indention of the top level. 891 String toString(int indentFactor, int indent) throws JSONException { 900 indentFactor, indent)); 902 int newindent = indent + indentFactor; 915 for (i = 0; i < indent; i += 1) {
|
/external/lldb/www/python_reference/ |
lldb.formatters.cache-pysrc.html | 72 </div><div id="Cache-collapsed" style="display:none;" pad="++" indent="++++"></div><div id="Cache-expanded"><a name="Cache.__init__"></a><div id="Cache.__init__-def"><a name="L11"></a><tt class="py-lineno">11</tt> <a class="py-toggle" href="#" id="Cache.__init__-toggle" onclick="return toggle('Cache.__init__');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="lldb.formatters.cache.Cache-class.html#__init__">__init__</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt> 73 </div><div id="Cache.__init__-collapsed" style="display:none;" pad="++" indent="++++++++++++"></div><div id="Cache.__init__-expanded"><a name="L12"></a><tt class="py-lineno">12</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-3" class="py-name" targets="Variable lldb.SBSection.data=lldb.SBSection-class.html#data,Variable lldb.SBValue.data=lldb.SBValue-class.html#data"><a title="lldb.SBSection.data 80 </div><div id="Cache.look_for_key-collapsed" style="display:none;" pad="++" indent="++++++++++++"></div><div id="Cache.look_for_key-expanded"><a name="L18"></a><tt class="py-lineno">18</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">key</tt> <tt class="py-keyword">in</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-10" class="py-name"><a title="lldb.SBSection.data 86 </div><div id="Cache.add_item-collapsed" style="display:none;" pad="++" indent="++++++++++++"></div><div id="Cache.add_item-expanded"><a name="L23"></a><tt class="py-lineno">23</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-keyword">not</tt><tt class="py-op">(</tt><tt class="py-name">ok_to_replace</tt><tt class="py-op">)</tt> <tt class="py-keyword">and</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-11" class="py-name" targets="Method lldb.formatters.cache.Cache.look_for_key()=lldb.formatters.cache.Cache-class.html#look_for_key"><a title="lldb.formatters.cache.Cache.look_for_key" class="py-name" href="#" onclick="return doclink('link-11', 'look_for_key', 'link-11');">look_for_key</a></tt><tt class="py-op">(</tt><tt class="py-name">key</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt> 101 </div><div id="Cache.get_value-collapsed" style="display:none;" pad="++" indent="++++++++++++"></div><div id="Cache.get_value-expanded"><a name="L29"></a><tt class="py-lineno">29</tt> <tt class="py-line"> <tt class="py-keyword">if</tt> <tt class="py-name">self</tt><tt class="py-op">.</tt><tt id="link-14" class="py-name"><a title="lldb.formatters.cache.Cache.look_for_key" class="py-name" href="#" onclick="return doclink('link-14', 'look_for_key', 'link-11');">look_for_key</a></tt><tt class="py-op">(</tt><tt class="py-name">key</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
|
lldb.formatters.cpp.libcxx-pysrc.html | 78 </div><div id="make_string-collapsed" style="display:none;" pad="+++" indent="++++"></div><div id="make_string-expanded"><a name="L15"></a><tt class="py-lineno"> 15</tt> <tt class="py-line"> <tt class="py-name">strval</tt> <tt class="py-op">=</tt> <tt class="py-string">''</tt> </tt> 93 </div><div id="is_short_string-collapsed" style="display:none;" pad="+++" indent="++++"></div><div id="is_short_string-expanded"><a name="L26"></a><tt class="py-lineno"> 26</tt> <tt class="py-line"> <tt class="py-keyword">return</tt> <tt class="py-name">True</tt> <tt class="py-keyword">if</tt> <tt class="py-op">(</tt><tt id="link-7" class="py-name" targets="Variable lldb.SBError.value=lldb.SBError-class.html#value,Variable lldb.SBValue.value=lldb.SBValue-class.html#value,Method lldb.formatters.cpp.gnu_libstdcpp.StdListSynthProvider.value()=lldb.formatters.cpp.gnu_libstdcpp.StdListSynthProvider-class.html#value,Method lldb.formatters.cpp.libcxx.stdlist_SynthProvider.value()=lldb.formatters.cpp.libcxx.stdlist_SynthProvider-class.html#value,Variable lldb.formatters.cpp.libcxx.stdlist_entry.value=lldb.formatters.cpp.libcxx.stdlist_entry-class.html#value,Method lldb.formatters.cpp.libcxx.stdlist_iterator.value()=lldb.formatters.cpp.libcxx.stdlist_iterator-class.html#value,Method lldb.formatters.cpp.libcxx.stdmap_iterator.value()=lldb.formatters.cpp.libcxx.stdmap_iterator-class.html#value,Variable lldb.formatters.cpp.libcxx.stdmap_iterator_node.value=lldb.formatters.cpp.libcxx.stdmap_iterator_node-class.html#value,Class lldb.value=lldb.value-class.html"><a title="lldb.SBError.value 103 </div><div id="extract_short_size-collapsed" style="display:none;" pad="+++" indent="++++"></div><div id="extract_short_size-expanded"><a name="L28"></a><tt class="py-lineno"> 28</tt> <tt class="py-line"> <tt class="py-keyword">return</tt> <tt class="py-op">(</tt><tt class="py-op">(</tt><tt id="link-8" class="py-name"><a title="lldb.SBError.value 117 </div><div id="stdstring_SummaryProvider-collapsed" style="display:none;" pad="+++" indent="++++"></div><div id="stdstring_SummaryProvider-expanded"><a name="L34"></a><tt class="py-lineno"> 34</tt> <tt class="py-line"> <tt class="py-name">logger</tt> <tt class="py-op">=</tt> <tt id="link-9" class="py-name"><a title="lldb" class="py-name" href="#" onclick="return doclink('link-9', 'lldb', 'link-0');">lldb</a></tt><tt class="py-op">.</tt><tt id="link-10" class="py-name"><a title="lldb.formatters" class="py-name" href="#" onclick="return doclink('link-10', 'formatters', 'link-2');">formatters</a></tt><tt class="py-op">.</tt><tt id="link-11" class="py-name"><a title="lldb.formatters.Logger 175 </div><div id="stdvector_SynthProvider-collapsed" style="display:none;" pad="+++" indent="++++"></div><div id="stdvector_SynthProvider-expanded"><a name="L64"></a><tt class="py-lineno"> 64</tt> <tt class="py-line"> </tt> 177 </div><div id="stdvector_SynthProvider.__init__-collapsed" style="display:none;" pad="+++" indent="++++++++++++"></div><div id="stdvector_SynthProvider.__init__-expanded"><a name="L66"></a><tt class="py-lineno"> 66</tt> <tt class="py-line"> <tt class="py-name">logger</tt> <tt class="py-op">=</tt> <tt id="link-47" class="py-name"><a title="lldb" class="py-name" href="#" onclick="return doclink('link-47', 'lldb', 'link-0');">lldb</a></tt><tt class="py-op">.</tt><tt id="link-48" class="py-name"><a title="lldb.formatters" class="py-name" href="#" onclick="return doclink('link-48', 'formatters', 'link-2');">formatters</a></tt><tt class="py-op">.</tt><tt id="link-49" class="py-name"><a title="lldb.formatters.Logger [all...] |
/external/valgrind/main/coregrind/ |
m_debuglog.c | 978 Int indent, depth, i; local 985 indent = 2*level - 1; 986 if (indent < 1) indent = 1; 1005 (void)myvprintf_str ( add_to_buf, &buf, 0, indent, "", False );
|
/ndk/sources/host-tools/sed-4.2.1/ |
ABOUT-NLS | 281 indent | [] [] [] | 459 indent | [] [] [] [] [] [] [] [] [] [] | [all...] |
/external/clang/lib/AST/ |
ASTDiagnostic.cpp | [all...] |
/external/mksh/src/ |
mksh.1 | 593 .Bd -literal -offset indent 636 .Bd -literal -offset indent 648 .Bd -literal -offset indent 955 .Bd -literal -offset indent 967 .Bd -literal -offset indent 1120 .Bd -literal -offset indent [all...] |
/external/clang/tools/c-index-test/ |
c-index-test.c | 3906 printDiagnosticSet(clang_getChildDiagnostics(D), indent+2); local [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
UiElementNode.java | 1001 String indent; local [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...] |