HomeSort by relevance Sort by last modified time
    Searched full:indent (Results 801 - 825 of 1973) sorted by null

<<31323334353637383940>>

  /external/lldb/www/python_reference/
lldb.formatters.Logger-pysrc.html 68 </div><div id="NopLogger-collapsed" style="display:none;" pad="+++" indent="++++"></div><div id="NopLogger-expanded"><a name="NopLogger.__init__"></a><div id="NopLogger.__init__-def"><a name="L7"></a><tt class="py-lineno"> 7</tt> <a class="py-toggle" href="#" id="NopLogger.__init__-toggle" onclick="return toggle('NopLogger.__init__');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="lldb.formatters.Logger.NopLogger-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>
69 </div><div id="NopLogger.__init__-collapsed" style="display:none;" pad="+++" indent="++++++++++++"></div><div id="NopLogger.__init__-expanded"><a name="L8"></a><tt class="py-lineno"> 8</tt> <tt class="py-line"> <tt class="py-keyword">pass</tt> </tt>
72 </div><div id="NopLogger.write-collapsed" style="display:none;" pad="+++" indent="++++++++++++"></div><div id="NopLogger.write-expanded"><a name="L11"></a><tt class="py-lineno"> 11</tt> <tt class="py-line"> <tt class="py-keyword">pass</tt> </tt>
75 </div><div id="NopLogger.flush-collapsed" style="display:none;" pad="+++" indent="++++++++++++"></div><div id="NopLogger.flush-expanded"><a name="L14"></a><tt class="py-lineno"> 14</tt> <tt class="py-line"> <tt class="py-keyword">pass</tt> </tt>
78 </div><div id="NopLogger.close-collapsed" style="display:none;" pad="+++" indent="++++++++++++"></div><div id="NopLogger.close-expanded"><a name="L17"></a><tt class="py-lineno"> 17</tt> <tt class="py-line"> <tt class="py-keyword">pass</tt> </tt>
82 </div><div id="StdoutLogger-collapsed" style="display:none;" pad="+++" indent="++++"></div><div id="StdoutLogger-expanded"><a name="StdoutLogger.__init__"></a><div id="StdoutLogger.__init__-def"><a name="L21"></a><tt class="py-lineno"> 21</tt> <a class="py-toggle" href="#" id="StdoutLogger.__init__-toggle" onclick="return toggle('StdoutLogger.__init__');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="lldb.formatters.Logger.StdoutLogger-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>
83 </div><div id="StdoutLogger.__init__-collapsed" style="display:none;" pad="+++" indent="++++++++++++"></div><div id="StdoutLogger.__init__-expanded"><a name="L22"></a><tt class="py-lineno"> 22</tt> <tt class="py-line"> <tt class="py-keyword">pass</tt> </tt>
86 </div><div id="StdoutLogger.write-collapsed" style="display:none;" pad="+++" indent="++++++++++++"></div><div id="StdoutLogger.write-expanded"><a name="L25"></a><tt class="py-lineno"> 25</tt> <tt class="py-line"> <tt class="py-keyword">print</tt><tt class="py-op">(</tt><tt id="link-1" 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
90 </div><div id="StdoutLogger.flush-collapsed" style="display:none;" pad="+++" indent="++++++++++++"></div><div id="StdoutLogger.flush-expanded"><a name="L28"></a><tt class="py-lineno"> 28</tt> <tt class="py-line"> <tt class="py-keyword">pass</tt> </tt>
93 </div><div id="StdoutLogger.close-collapsed" style="display:none;" pad="+++" indent="++++++++++++"></div><div id="StdoutLogger.close-expanded"><a name="L31"></a><tt class="py-lineno" (…)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
argparse.py 192 assert self._current_indent >= 0, 'Indent decreased below 0.'
334 def get_lines(parts, indent, prefix=None):
340 line_len = len(indent) - 1
343 lines.append(indent + ' '.join(line))
345 line_len = len(indent) - 1
349 lines.append(indent + ' '.join(line))
351 lines[0] = lines[0][len(indent):]
356 indent = ' ' * (len(prefix) + len(prog) + 1)
358 lines = get_lines([prog] + opt_parts, indent, prefix)
359 lines.extend(get_lines(pos_parts, indent))
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
argparse.py 192 assert self._current_indent >= 0, 'Indent decreased below 0.'
334 def get_lines(parts, indent, prefix=None):
340 line_len = len(indent) - 1
343 lines.append(indent + ' '.join(line))
345 line_len = len(indent) - 1
349 lines.append(indent + ' '.join(line))
351 lines[0] = lines[0][len(indent):]
356 indent = ' ' * (len(prefix) + len(prog) + 1)
358 lines = get_lines([prog] + opt_parts, indent, prefix)
359 lines.extend(get_lines(pos_parts, indent))
    [all...]
  /external/chromium_org/ppapi/generators/
idl_c_proto.py 670 def Indent(self, data, tabs=0):
704 indent = '%s ' % tab
705 args = (',\n%s' % indent).join([arg.strip() for arg in args])
706 lines.append('%s\n%s%s' % (line[:left], indent, args))
708 indent = ' ' * (left - 1)
709 args = (',\n%s' % indent).join(args)
743 indented_out = self.Indent(out, tabs)
  /external/chromium_org/tools/site_compare/
command_line.py 154 def GetHelpString(self, width=80, indent=5, names_width=20, gutter=2):
156 names = [" "*indent + line +" "*(names_width-len(line)) for line in
159 helpstring = textwrap.wrap(self.helptext, width-indent-names_width-gutter)
162 names += [" "*(indent+names_width)]*(len(helpstring)-len(names))
631 indent = 5
640 initial_indent = (" "*indent + cmd_name + " "*
642 subsequent_indent = " "*(indent+command_width+gutter)
  /external/deqp/modules/gles2/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/openssl/crypto/x509v3/
v3_addr.c 215 const int indent,
222 BIO_printf(out, "%*s", indent, "");
248 int indent)
257 BIO_printf(out, "%*sIPv4", indent, "");
260 BIO_printf(out, "%*sIPv6", indent, "");
263 BIO_printf(out, "%*sUnknown AFI %u", indent, "", afi);
305 indent + 2,
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/
cpp_unittest.py     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Node.cpp 1735 StringBuilder indent; local
    [all...]
  /external/lldb/tools/driver/
Driver.cpp 161 // This function takes INDENT, which tells how many spaces to output at the front
163 // text, on multiple lines if necessary, to RESULT, with INDENT spaces at the
169 OutputFormattedUsageText (FILE *out, int indent, const char *text, int output_max_columns)
175 if (indent >= output_max_columns)
176 indent = 0;
180 if (len + indent < output_max_columns)
182 fprintf (out, "%*s%s\n", indent, "", text);
186 int text_width = output_max_columns - indent - 1;
210 fprintf (out, "%*s%s\n", indent, "", substring.c_str());
    [all...]
  /external/chromium_org/third_party/boringssl/src/include/openssl/
asn1t.h 614 int indent, const char *fname,
619 typedef int ASN1_primitive_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx);
681 int indent; member in struct:ASN1_PRINT_ARG_st
844 int fname##_print_ctx(BIO *out, stname *x, int indent, \
847 return ASN1_item_print(out, (ASN1_VALUE *)x, indent, \
  /external/llvm/lib/Analysis/
RegionInfo.cpp 434 OS.indent(level*2) << "[" << level << "] " << getNameStr();
436 OS.indent(level*2) << getNameStr();
442 OS.indent(level*2) << "{\n";
443 OS.indent(level*2 + 2);
461 OS.indent(level*2) << "} \n";
  /external/llvm/tools/llvm-bcanalyzer/
llvm-bcanalyzer.cpp 326 std::string Indent(IndentLevel*2, ' ');
336 if (Dump) outs() << Indent << "<BLOCKINFO_BLOCK/>\n";
350 outs() << Indent << "<";
382 outs() << Indent << "</";
432 outs() << Indent << " <";
  /external/openssl/crypto/asn1/
asn1t.h 667 int indent, const char *fname,
672 typedef int ASN1_primitive_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx);
734 int indent; member in struct:ASN1_PRINT_ARG_st
897 int fname##_print_ctx(BIO *out, stname *x, int indent, \
900 return ASN1_item_print(out, (ASN1_VALUE *)x, indent, \
  /external/openssl/include/openssl/
asn1t.h 667 int indent, const char *fname,
672 typedef int ASN1_primitive_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx);
734 int indent; member in struct:ASN1_PRINT_ARG_st
897 int fname##_print_ctx(BIO *out, stname *x, int indent, \
900 return ASN1_item_print(out, (ASN1_VALUE *)x, indent, \
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
cmd.py 153 def dump_options(self, header=None, indent=""):
157 self.announce(indent + header, level=log.INFO)
158 indent = indent + " "
164 self.announce(indent + "%s = %s" % (option, value),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_textwrap.py 506 and then with some (including a hanging indent).'''
515 some (including a hanging indent).'''
526 "with some (including a hanging indent)."]
542 indent).'''
585 # Now indent one of the blank lines.
test_tokenize.py 24 INDENT ' ' (3, 0) (3, 4)
94 ... " # A comment with weird indent\\n"
98 ... " return y*4 # 3-space indent\\n")
545 INDENT '\\t' (2, 0) (2, 1)
549 INDENT ' \\t' (3, 0) (3, 9)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
cmd.py 153 def dump_options(self, header=None, indent=""):
157 self.announce(indent + header, level=log.INFO)
158 indent = indent + " "
164 self.announce(indent + "%s = %s" % (option, value),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_textwrap.py 506 and then with some (including a hanging indent).'''
515 some (including a hanging indent).'''
526 "with some (including a hanging indent)."]
542 indent).'''
585 # Now indent one of the blank lines.
test_tokenize.py 24 INDENT ' ' (3, 0) (3, 4)
94 ... " # A comment with weird indent\\n"
98 ... " return y*4 # 3-space indent\\n")
545 INDENT '\\t' (2, 0) (2, 1)
549 INDENT ' \\t' (3, 0) (3, 9)
  /frameworks/native/services/inputflinger/
InputDispatcher.cpp 59 #define INDENT " "
    [all...]
  /build/tools/releasetools/
edify_generator.py 44 indent = cmd.index("(")+1
47 x = re.compile("^(.{,%d})\0" % (linelen-indent,))
50 out.append(" " * indent)
  /cts/tools/utils/
DescriptionGenerator.java 289 // enable indent in result file
290 t.setOutputProperty("indent", "yes");
291 t.setOutputProperty("{http://xml.apache.org/xslt}indent-amount","4");
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
Constants.java 218 ATTRNAME_INDENTRESULT = "indent-result",
238 ATTRNAME_OUTPUT_INDENT = "indent",
343 /** For indent-result */

Completed in 1699 milliseconds

<<31323334353637383940>>