/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...] |
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/node_modules/mocha/ |
mocha.js | [all...] |
/build/tools/releasetools/ |
pylintrc | 272 indent-string=' ' 274 # Number of spaces of indent required inside a hanging or continued line. 275 indent-after-paren=4
|
/cts/apps/CameraITS/build/scripts/ |
gpylint_rcfile | 226 indent-string=' ' 280 # Number of spaces of indent required when the last token on the preceding line 282 indent-after-paren=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 */
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
ToXMLStream.java | 280 indent(); method 321 * to indent that we should 355 indent(); method
|
/external/boringssl/src/crypto/x509/ |
x_name.c | 93 int indent, 308 int indent, 313 indent, pctx->nm_flags) <= 0)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/ |
default.pylintrc | 172 # DEFAULT: indent-string=' ' 174 # Number of spaces of indent required inside a hanging or continued line. 175 # DEFAULT: indent-after-paren=4
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/docs/apidoc/ |
epydoc.js | 118 var indent = elt.getAttribute("indent"); 124 for (var i=0; i<indent.length; i++) { s += " " }
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/docs/apidoc/ |
epydoc.js | 118 var indent = elt.getAttribute("indent"); 124 for (var i=0; i<indent.length; i++) { s += " " }
|
/external/clang/lib/Rewrite/ |
Rewriter.cpp | 378 StringRef indent = startSpace.substr(parentSpace.size()); 380 // Indent the lines between start/end offsets. 389 RB.InsertText(offs, indent, /*InsertAfter=*/false);
|
/external/e2fsprogs/ |
ABOUT-NLS | 212 indent | [] [] [] [] [] | 286 indent | [] [] [] [] | 360 indent | [] [] [] [] [] | 14
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/ |
JSONObject.java | 1391 indent)); local [all...] |
/external/jetty/src/java/org/eclipse/jetty/server/bio/ |
SocketConnector.java | 177 public void dump(Appendable out, String indent) throws IOException 179 super.dump(out, indent); 185 AggregateLifeCycle.dump(out, indent, connections);
|
/external/libvpx/libvpx/build/make/ |
gen_msvs_vcxproj.sh | 53 echo "${indent}<${tag}" 56 echo "${indent}>${content}</${tag}>" 59 echo "${indent}<${tag}>${content}</${tag}>"
|
/external/nist-sip/java/gov/nist/javax/sip/address/ |
NetObject.java | 382 * @param indent int to set 385 public String debugDump(int indent) { 387 indentation = indent;
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
SIPObject.java | 386 * @param indent int to set 389 public String debugDump(int indent) { 391 indentation = indent;
|
/frameworks/base/core/java/android/transition/ |
TransitionSet.java | 549 String toString(String indent) { 550 String result = super.toString(indent); 552 result += "\n" + mTransitions.get(i).toString(indent + " ");
|
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
HISTORY.txt | 142 and many other features, e.g. smart indent and call tips 187 - Much better auto-indent; knows how to indent the insides of
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_pprint.py | 164 # indent parameter 168 self.assertEqual(pprint.pformat(type(o), indent=4), exp) 179 self.assertEqual(pprint.pformat(o, indent=4, width=42), expected)
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
HISTORY.txt | 142 and many other features, e.g. smart indent and call tips 187 - Much better auto-indent; knows how to indent the insides of
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_pprint.py | 164 # indent parameter 168 self.assertEqual(pprint.pformat(type(o), indent=4), exp) 179 self.assertEqual(pprint.pformat(o, indent=4, width=42), expected)
|