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

<<31323334353637383940>>

  /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/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
php.js 215 indent: function(state, textAfter) {
218 return htmlMode.indent(state.html, textAfter);
219 return state.curMode.indent(state.curState, textAfter);
  /external/chromium_org/third_party/boringssl/src/crypto/x509/
x_name.c 92 int indent,
302 int indent,
307 indent, pctx->nm_flags) <= 0)
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
gen_msvs_vcxproj.sh 53 echo "${indent}<${tag}"
56 echo "${indent}>${content}</${tag}>"
59 echo "${indent}<${tag}>${content}</${tag}>"
  /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/lldb/source/Core/
Section.cpp 204 s->Indent();
514 s->Indent();
516 s->Indent();
  /external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
ObjectContainerBSDArchive.cpp 444 s->Indent();
453 s->Indent();
459 s->Indent();
  /external/lldb/source/Symbol/
Function.cpp 144 // s->Indent("[inlined] ");
145 s->Indent();
357 s->Indent();
  /external/lldb/www/python_reference/
epydoc.js 118 var indent = elt.getAttribute("indent");
124 for (var i=0; i<indent.length; i++) { s += "&nbsp;" }
  /external/nist-sip/java/gov/nist/javax/sip/address/
NetObject.java 378 * @param indent int to set
381 public String debugDump(int indent) {
383 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;
  /external/openssl/crypto/asn1/
t_x509.c 294 int X509_signature_dump(BIO *bp, const ASN1_STRING *sig, int indent)
306 if (BIO_indent(bp, indent, indent) <= 0) return 0;
x_name.c 87 int indent,
295 int indent,
300 indent, pctx->nm_flags) <= 0)
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/
MethodDefinition.java 149 writer.indent(4);
178 writer.indent(4);
266 writer.indent(4);
  /frameworks/av/services/camera/libcameraservice/api1/client2/
ZslProcessor.cpp 540 String8 indent(" ");
543 header = indent + header + "\n";
563 result = indent + result + "\n";
  /frameworks/base/core/java/android/transition/
TransitionSet.java 548 String toString(String indent) {
549 String result = super.toString(indent);
551 result += "\n" + mTransitions.get(i).toString(indent + " ");
  /prebuilts/python/darwin-x86/2.7.5/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/python/darwin-x86/2.7.5/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/python/linux-x86/2.7.5/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/python/linux-x86/2.7.5/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)
  /external/bison/
ABOUT-NLS 285 indent | [] [] |
469 indent | [] [] [] [] [] [] [] [] |
    [all...]
  /external/chromium_org/third_party/icu/source/tools/ctestfw/
ctest.c 30 * How may columns to indent the 'OK' markers.
95 * Log test structure, with indent
101 * Log test structure, NO indent
436 /* we want these messages to be at 0 indent. so just push the indent level breifly. */
737 * Log test structure, with indent
    [all...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/java/
java_message_field.cc 176 printer->Indent();
180 printer->Indent();
197 printer->Indent();
542 printer->Indent();
546 printer->Indent();
563 printer->Indent();
    [all...]
  /external/icu/icu4c/source/tools/ctestfw/
ctest.c 30 * How may columns to indent the 'OK' markers.
95 * Log test structure, with indent
101 * Log test structure, NO indent
436 /* we want these messages to be at 0 indent. so just push the indent level breifly. */
738 * Log test structure, with indent
    [all...]

Completed in 1576 milliseconds

<<31323334353637383940>>