/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
JavaSourceWriter.java | 49 private int indent; field in class:JavaSourceWriter 292 indent++; 296 indent--; 302 for (int i = 0; i < indent; i++) {
|
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
ChainedData.java | 196 public void toString(StringBuilder out, int indent) { 198 d.toString(out, indent); 203 public void write(Appendable out, int indent) throws IOException { 205 d.write(out, indent);
|
DelegatedData.java | 280 public void toString(StringBuilder out, int indent) { 281 getDelegate().toString(out, indent); 285 public void write(Appendable out, int indent) throws IOException { 286 getDelegate().write(out, indent);
|
/external/libyuv/files/ |
libyuv_test.gyp | 72 # indent-tabs-mode:nil
|
/external/openssl/crypto/asn1/ |
asn1_locl.h | 86 int (*pub_print)(BIO *out, const EVP_PKEY *pkey, int indent, 91 int (*priv_print)(BIO *out, const EVP_PKEY *pkey, int indent, 103 int (*param_print)(BIO *out, const EVP_PKEY *pkey, int indent, 107 int indent, ASN1_PCTX *pctx);
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowViewGroup.java | 217 public void dump(PrintStream out, int indent) { 218 dumpFirstPart(out, indent); 223 shadowOf(child).dump(out, indent + 2); 226 dumpIndent(out, indent);
|
/external/webrtc/src/common_audio/resampler/ |
resampler.gypi | 53 # indent-tabs-mode:nil
|
/external/webrtc/src/common_audio/vad/ |
vad.gypi | 62 # indent-tabs-mode:nil
|
/frameworks/base/core/java/android/text/style/ |
LeadingMarginSpan.java | 106 * @param first the indent for the first line of the paragraph 107 * @param rest the indent for the remaining lines of the paragraph 115 * Constructor taking an indent for all lines. 116 * @param every the indent of each line
|
/frameworks/base/core/tests/coretests/src/com/android/internal/util/ |
FastXmlSerializerTest.java | 35 out.setFeature("http://xmlpull.org/v1/doc/features.html#indent-output", true);
|
/frameworks/base/tools/split-select/ |
Rule.h | 67 android::String8 toJson(int indent=0) const;
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/ |
scrape_gtest_log.py | 25 print json.dumps(json.loads(json_string), indent=4, sort_keys=True)
|
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/ |
token.h | 17 #define INDENT 5
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/ |
tool.py | 35 indent=4, separators=(',', ': '))
|
/prebuilts/python/linux-x86/2.7.5/include/python2.7/ |
token.h | 17 #define INDENT 5
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/ |
tool.py | 35 indent=4, separators=(',', ': '))
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ExtractStyleRefactoring.java | 406 // Indent. Use the existing indent found for previous <style> elements in 407 // the resource file - but if that indent was 0 (e.g. <style> elements are 408 // at the left margin) only use it to indent the style elements and use a real 409 // nonzero indent for its children. 410 String indent = " "; //$NON-NLS-1$ local 412 initialIndent = indent; 414 indent = initialIndent; 429 sb.append(initialIndent).append(indent); 452 * the exact indent string to use to indent the {@code <style>} element 460 String indent = null; local [all...] |
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
google_wallet.html | 123 <div class="indent-small"> 135 <div class="indent-small"> 144 <div class="indent-small"> 150 <div class="indent-small"> 163 <div class="indent-small"> 169 <div class="indent-small"> 175 <div class="indent-small">
|
/external/deqp/framework/opengl/ |
gluVarType.hpp | 286 struct Indent 289 Indent (int level_) : level(level_) {} 317 std::ostream& operator<< (std::ostream& str, const Indent& indent); 324 inline decl::Indent indent (int indentLevel) { return decl::Indent(indentLevel); } function in namespace:glu
|
/external/openssl/crypto/ocsp/ |
ocsp_prn.c | 69 static int ocsp_certid_print(BIO *bp, OCSP_CERTID* a, int indent) 71 BIO_printf(bp, "%*sCertificate ID:\n", indent, ""); 72 indent += 2; 73 BIO_printf(bp, "%*sHash Algorithm: ", indent, ""); 75 BIO_printf(bp, "\n%*sIssuer Name Hash: ", indent, ""); 77 BIO_printf(bp, "\n%*sIssuer Key Hash: ", indent, ""); 79 BIO_printf(bp, "\n%*sSerial Number: ", indent, "");
|
/cts/libs/json/src/com/android/json/stream/ |
JsonWriter.java | 134 private String indent; field in class:JsonWriter 155 * in the encoded document. If {@code indent.isEmpty()} the encoded document 159 * @param indent a string containing only whitespace. 161 public void setIndent(String indent) { 162 if (indent.isEmpty()) { 163 this.indent = null; 166 this.indent = indent; 406 if (indent == null) { 412 out.write(indent); [all...] |
/external/bzip2/ |
bz-fo.xsl | 8 <!-- set indent = yes while debugging, then change to NO --> 9 <xsl:output method="xml" indent="yes"/> 39 <fo:block start-indent="0.25in" wrap-option="no-wrap" 49 <fo:block start-indent="0.25in" wrap-option="no-wrap" 68 <fo:list-item-label end-indent="label-end()"> 77 <fo:list-item-body start-indent="body-start()"> 101 <fo:list-item-label end-indent="label-end()"> 106 <fo:list-item-body start-indent="body-start()"> 135 <fo:block start-indent="0.5in" end-indent="0in" [all...] |
/external/emma/core/java12/com/vladium/emma/report/xml/ |
ReportGenerator.java | 268 indent (); method 274 indent (); method 280 indent (); method 285 IndentingWriter (final Writer out, final int buffer, final int indent) 288 m_indent = indent; 307 if (delta > m_indent) throw new IllegalArgumentException ("delta = " + delta + ", current indent = " + m_indent); 340 private void indent () method in class:ReportGenerator.IndentingWriter 345 final String indent = getIndent (); local 346 super.write (indent, 0, indent.length ()) [all...] |
/external/lldb/source/Breakpoint/ |
BreakpointLocation.cpp | 530 s->Indent(); 557 s->Indent("module = "); 564 s->Indent("compile unit = "); 570 s->Indent("function = "); 577 s->Indent("location = "); 588 s->Indent("symbol = "); 598 s->Indent(); 620 s->Indent(); 623 s->Indent(); 628 s->Indent(); [all...] |
/external/openssl/crypto/dsa/ |
dsa_ameth.c | 514 static int dsa_param_print(BIO *bp, const EVP_PKEY *pkey, int indent, 517 return do_dsa_print(bp, pkey->pkey.dsa, indent, 0); 520 static int dsa_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent, 523 return do_dsa_print(bp, pkey->pkey.dsa, indent, 1); 527 static int dsa_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent, 530 return do_dsa_print(bp, pkey->pkey.dsa, indent, 2); 553 int indent, ASN1_PCTX *pctx) 583 if (!ASN1_bn_print(bp,"r: ",dsa_sig->r,m,indent)) 585 if (!ASN1_bn_print(bp,"s: ",dsa_sig->s,m,indent)) 594 return X509_signature_dump(bp, sig, indent); [all...] |