/external/lldb/test/ |
lldbutil.py | 822 def format(self, value, buffer=None, indent=0): 835 indentation = ' ' * indent, 857 BasicFormatter.format(self, child, buffer=output, indent=self.cindent) 878 BasicFormatter.format(self, value, buffer=output, indent=self.lindent) 882 BasicFormatter.format(self, child, buffer=output, indent=new_indent) 888 BasicFormatter.format(self, child, buffer=output, indent=new_indent)
|
/external/openssl/crypto/evp/ |
evp.h | [all...] |
/external/openssl/include/openssl/ |
evp.h | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
NEWS.txt | 199 - ToggleTab dialog was setting indent to 8 even if cancelled (since 1.2a1). 297 - Removed ability to configure tabs indent from Options dialog. This 'feature' 299 default tabs (v. spaces) indent 'manually' via config-main.def (or to turn on 308 - Discourage using an indent width other than 8 when using tabs to indent 314 even if the file uses tabs.) Any change in indent width is local to that
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
NEWS.txt | 199 - ToggleTab dialog was setting indent to 8 even if cancelled (since 1.2a1). 297 - Removed ability to configure tabs indent from Options dialog. This 'feature' 299 default tabs (v. spaces) indent 'manually' via config-main.def (or to turn on 308 - Discourage using an indent width other than 8 when using tabs to indent 314 even if the file uses tabs.) Any change in indent width is local to that
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
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/chrome/browser/history/ |
top_sites_cache_unittest.cc | 47 while (*spec_item && *spec_item == ' ') // Eat indent. 52 if (spec_item == spec[i]) { // No indent: add new MostVisitedURL.
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/resources/ |
sunspider-compare-results.js | 294 function resultLine(labelWidth, indent, label, meanWidth1, mean1, stdErr1, meanWidth2, mean2, stdErr2) 296 result = pad("", indent);
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
FETurbulence.cpp | 447 TextStream& FETurbulence::externalRepresentation(TextStream& ts, int indent) const 449 writeIndent(ts, indent);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/ |
baselineoptimizer.py | 275 def write_by_directory(self, results_by_directory, writer, indent): 277 writer("%s%s: %s" % (indent, self._platform(path), results_by_directory[path][0:6]))
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_service.cc | 77 printer->Indent(); 117 printer->Indent();
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
text_format.h | 111 // Adjust the initial indent level of all output. Each indent level is
|
/external/chromium_org/third_party/sfntly/cpp/src/test/tinyxml/ |
tinyxml.h | 1796 TIXML_STRING indent; member in class:TiXmlPrinter [all...] |
/external/chromium_org/tools/json_schema_compiler/ |
idl_schema.py | 479 print json.dumps(schema, indent=2) 484 print json.dumps(schema, indent=2)
|
/external/chromium_org/ui/views/controls/tree/ |
tree_view.h | 207 // Returns the max width of all descendants (including this node). |indent| 210 int GetMaxWidth(int indent, int depth);
|
/external/elfutils/0.153/src/ |
readelf.c | [all...] |
/external/expat/doc/ |
xmlwf.sgml | 460 sgml-indent-step:2 461 sgml-indent-data:t
|
/external/lldb/source/Commands/ |
CommandObjectRegister.cpp | 99 strm.Indent (); 163 strm.Indent ();
|
/external/lldb/www/python_reference/ |
lldb.SBBlock.ranges_access-class.html | 146 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: 182 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
|
lldb.SBModule.compile_units_access-class.html | 172 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: 208 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
|
lldb.SBModule.sections_access-class.html | 171 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: 207 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
|
lldb.SBModule.symbols_access-class.html | 171 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: 207 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
|
lldb.SBProcess.threads_access-class.html | 146 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: 182 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
|
lldb.SBTarget.modules_access-class.html | 146 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: 182 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
|
lldb.SBThread.frames_access-class.html | 146 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>: 182 <p class="indent-wrapped-lines"><b>Inherited from <code>object</code></b>:
|