/external/libsepol/src/ |
Makefile | 55 indent:
|
/external/llvm/utils/KillTheDoctor/ |
KillTheDoctor.cpp | 485 errs().indent(ToolName.size()) << ": DLL Name : " << DLLName << '\n'; 493 errs().indent(ToolName.size()) 511 errs().indent(ToolName.size()) << ": Debug Info : "; 523 errs().indent(ToolName.size()) << ": location: ";
|
/external/opencv/cv/src/ |
_cvkdtree.hpp | 282 void print(int i, int indent = 0) const { 285 for (int j = 0; j < indent; ++j) 292 print(n.left, indent + 3); 293 print(n.right, indent + 3);
|
/external/qemu/include/hw/ |
qdev-core.h | 125 void sysbus_dev_print(Monitor *mon, DeviceState *dev, int indent);
|
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/ |
PackedSwitchMethodItem.java | 83 writer.indent(4);
|
SparseSwitchMethodItem.java | 69 writer.indent(4);
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
XMPNode.java | 699 * @param indent the current indent level. 702 private void dumpNode(StringBuffer result, boolean recursive, int indent, int index) 704 // write indent 705 for (int i = 0; i < indent; i++) 778 qualifier.dumpNode(result, recursive, indent + 2, i + 1); 794 child.dumpNode(result, recursive, indent + 1, i + 1);
|
/frameworks/av/include/media/nbaio/ |
NBLog.h | 184 void dump(int fd, size_t indent = 0);
|
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-clean-plugin/2.5/ |
maven-clean-plugin-2.5.jar | |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
doctest.py | 225 def _indent(s, indent=4): 235 return re.sub('(?m)^(?!$)', indent*' ', s) 426 - indent: The example's indentation in the DocTest string. 436 def __init__(self, source, want, exc_msg=None, lineno=0, indent=0, 449 self.indent = indent 461 self.indent == other.indent and \ 469 return hash((self.source, self.want, self.lineno, self.indent, 555 # (including leading indentation and prompts); `indent` is th [all...] |
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/ |
doctest.py | 225 def _indent(s, indent=4): 235 return re.sub('(?m)^(?!$)', indent*' ', s) 426 - indent: The example's indentation in the DocTest string. 436 def __init__(self, source, want, exc_msg=None, lineno=0, indent=0, 449 self.indent = indent 461 self.indent == other.indent and \ 469 return hash((self.source, self.want, self.lineno, self.indent, 555 # (including leading indentation and prompts); `indent` is th [all...] |
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/clang/lib/Basic/ |
VirtualFileSystem.cpp | [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...] |
/cts/tools/cfassembler/src/dxconvext/ |
ClassFileParser.java | 242 private String getIndent(int indent) { 244 for (int i = 0; i < indent * 4; i++) {
|
/development/tools/elftree/ |
elftree.c | 84 static void indent(struct tree_state *t) function 213 indent(t); printf("%s", name);
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ToTextSAXHandler.java | 124 * the indent attribute is ignored for text output. 127 public void indent(int n) throws SAXException method in class:ToTextSAXHandler 157 public void setIndent(boolean indent)
|
/external/chromium_org/chrome/common/extensions/docs/static/sass/ |
_normalize.scss | 33 $indent-amount: 40px !default; 197 margin: rhythm(1) $indent-amount; 393 margin: 0 0 0 $indent-amount; 403 padding: 0 0 0 $indent-amount;
|
/external/chromium_org/content/browser/accessibility/ |
accessibility_tree_formatter.cc | 103 const base::string16& indent) { 106 return indent + base::IntToString16(id_value) +
|
/external/chromium_org/native_client_sdk/src/build_tools/ |
nacl-mono-buildbot.py | 103 manifest_file.write(json.dumps(mono_manifest, sort_keys=False, indent=2)) 155 manifest_file.write(json.dumps(mono_manifest, sort_keys=False, indent=2))
|
/external/chromium_org/testing/gtest/scripts/ |
gen_gtest_pred_impl.py | 662 indent = (len(assertion) + 3)*' ' 678 test += Iter(n, ',\n' + indent + extra_indent + '%(arg)s' % defs)
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
mediaControls.css | 53 text-indent: 0; 133 text-indent: 0; 205 text-indent: 0; 327 text-indent: 0;
|
/external/chromium_org/third_party/WebKit/Source/core/svg/graphics/filters/ |
SVGFEImage.cpp | 168 TextStream& FEImage::externalRepresentation(TextStream& ts, int indent) const 175 writeIndent(ts, indent);
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/ |
GraphicsLayer.h | 225 void dumpLayer(TextStream&, int indent, LayerTreeFlags, RenderingContextMap&) const; 289 void dumpProperties(TextStream&, int indent, LayerTreeFlags, RenderingContextMap&) const;
|