/external/nist-sip/java/gov/nist/javax/sip/header/ |
SIPObjectList.java | 141 * @param indent int to set 144 public String debugDump(int indent) { 145 return super.debugDump(indent);
|
/external/openssl/crypto/x509v3/ |
v3_ocsp.c | 72 BIO *out, int indent); 74 BIO *out, int indent); 76 int indent); 83 BIO *out, int indent); 86 void *nocheck, BIO *out, int indent); 246 BIO *out, int indent) 248 if(BIO_printf(out, "%*s", indent, "") <= 0) return 0; 256 BIO *out, int indent)
|
/frameworks/base/core/java/android/util/ |
JsonWriter.java | 134 private String indent; field in class:JsonWriter 157 * in the encoded document. If {@code indent.isEmpty()} the encoded document 161 * @param indent a string containing only whitespace. 163 public void setIndent(String indent) { 164 if (indent.isEmpty()) { 165 this.indent = null; 168 this.indent = indent; 462 if (indent == null) { 468 out.write(indent); [all...] |
/frameworks/compile/slang/ |
slang_rs_reflect_utils.h | 134 indent() << "}" << (addSemicolon ? ";" : "") << "\n\n"; 140 std::ofstream &indent() { function in class:slang::GeneratedFile
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
CodeContext.py | 39 # self.info is a list of (line number, indent level, line text, block 92 """Get the line indent value, text, and any block start keyword 102 indent = INFINITY 104 indent = len(spaces) 105 return indent, text, opener 111 data and the indent level at the top of the region inspected. 121 indent, text, opener = self.get_line_info(linenum) 122 if indent < lastindent: 123 lastindent = indent 127 if opener and linenum < new_topvisible and indent >= stopindent [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
CodeContext.py | 39 # self.info is a list of (line number, indent level, line text, block 92 """Get the line indent value, text, and any block start keyword 102 indent = INFINITY 104 indent = len(spaces) 105 return indent, text, opener 111 data and the indent level at the top of the region inspected. 121 indent, text, opener = self.get_line_info(linenum) 122 if indent < lastindent: 123 lastindent = indent 127 if opener and linenum < new_topvisible and indent >= stopindent [all...] |
/system/core/libutils/ |
CallStack.cpp | 57 void CallStack::dump(int fd, int indent, const char* prefix) const { 58 FdPrinter printer(fd, indent, prefix);
|
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/ |
glX_proto_recv.py | 225 def emit_function_call(self, f, retval_assign, indent): 237 list.append( '%s %s' % (indent, location) ) 241 print '%s %sCALL_%s( GET_DISPATCH(), (' % (indent, retval_assign, f.name) 243 print '%s ) );' % (indent) 245 print '%s %sCALL_%s( GET_DISPATCH(), () );' % (indent, retval_assign, f.name) 249 def common_func_print_just_start(self, f, indent): 270 print '%s const CARD32 ptr_is_null = *(CARD32 *)(pc + %s);' % (indent, param.offset - 4) 281 print '%s %s const %s = (%s) (%s(pc + %s));' % (indent, type_string, param.name, type_string, cond, offset) 284 print '%s __GLXpixel3DHeader * const hdr = (__GLXpixel3DHeader *)(pc);' % (indent) 286 print '%s __GLXpixelHeader * const hdr = (__GLXpixelHeader *)(pc);' % (indent) [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/dh/ |
dh_ameth.c | 316 static int do_dh_print(BIO *bp, const DH *x, int indent, 363 BIO_indent(bp, indent, 128); 366 indent += 4; 368 if (!ASN1_bn_print(bp,"private-key:",priv_key,m,indent)) goto err; 369 if (!ASN1_bn_print(bp,"public-key:",pub_key,m,indent)) goto err; 371 if (!ASN1_bn_print(bp,"prime:",x->p,m,indent)) goto err; 372 if (!ASN1_bn_print(bp,"generator:",x->g,m,indent)) goto err; 375 BIO_indent(bp, indent, 128); 446 static int dh_param_print(BIO *bp, const EVP_PKEY *pkey, int indent, 449 return do_dh_print(bp, pkey->pkey.dh, indent, ctx, 0) [all...] |
/external/mesa3d/src/mapi/glapi/gen/ |
glX_proto_recv.py | 225 def emit_function_call(self, f, retval_assign, indent): 237 list.append( '%s %s' % (indent, location) ) 241 print '%s %sCALL_%s( GET_DISPATCH(), (' % (indent, retval_assign, f.name) 243 print '%s ) );' % (indent) 245 print '%s %sCALL_%s( GET_DISPATCH(), () );' % (indent, retval_assign, f.name) 249 def common_func_print_just_start(self, f, indent): 270 print '%s const CARD32 ptr_is_null = *(CARD32 *)(pc + %s);' % (indent, param.offset - 4) 281 print '%s %s const %s = (%s) (%s(pc + %s));' % (indent, type_string, param.name, type_string, cond, offset) 284 print '%s __GLXpixel3DHeader * const hdr = (__GLXpixel3DHeader *)(pc);' % (indent) 286 print '%s __GLXpixelHeader * const hdr = (__GLXpixelHeader *)(pc);' % (indent) [all...] |
/external/openssl/crypto/dh/ |
dh_ameth.c | 316 static int do_dh_print(BIO *bp, const DH *x, int indent, 363 BIO_indent(bp, indent, 128); 366 indent += 4; 368 if (!ASN1_bn_print(bp,"private-key:",priv_key,m,indent)) goto err; 369 if (!ASN1_bn_print(bp,"public-key:",pub_key,m,indent)) goto err; 371 if (!ASN1_bn_print(bp,"prime:",x->p,m,indent)) goto err; 372 if (!ASN1_bn_print(bp,"generator:",x->g,m,indent)) goto err; 375 BIO_indent(bp, indent, 128); 446 static int dh_param_print(BIO *bp, const EVP_PKEY *pkey, int indent, 449 return do_dh_print(bp, pkey->pkey.dh, indent, ctx, 0) [all...] |
/dalvik/dx/src/com/android/dx/command/dump/ |
BaseDumper.java | 60 private int indent; field in class:BaseDumper 88 this.indent = 0; 115 indent += indentDelta; 118 for (int i = 0; i < indent; i++) { 251 return width - w1 - (indent * 2);
|
/external/llvm/lib/TableGen/ |
StringMatcher.cpp | 47 std::string Indent(IndentCount*2+4, ' '); 54 // If the to-execute code has \n's in it, indent each subsequent line. 58 OS << Indent << Split.first << "\t // \"" << Matches[0]->first << "\"\n"; 63 OS << Indent << Split.first << "\n"; 86 OS << Indent << "if (" << StrVariableName << "[" << CharNo << "] != '" 88 OS << Indent << " break;\n"; 92 OS << Indent << "if (memcmp(" << StrVariableName << ".data()+" << CharNo 95 OS << Indent << " break;\n"; 103 OS << Indent << "switch (" << StrVariableName << "[" << CharNo << "]) {\n"; 104 OS << Indent << "default: break;\n" [all...] |
/external/chromium_org/third_party/WebKit/Source/core/page/ |
FrameTree.cpp | 384 static void printIndent(int indent) 386 for (int i = 0; i < indent; ++i) 390 static void printFrames(const WebCore::Frame* frame, const WebCore::Frame* targetFrame, int indent) 394 printIndent(indent - 1); 396 printIndent(indent); 400 printIndent(indent); 402 printIndent(indent); 404 printIndent(indent); 406 printIndent(indent); 410 printFrames(child, targetFrame, indent + 1) [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
NotificationData.java | 282 public void dump(PrintWriter pw, String indent) { 284 pw.print(indent); 289 dumpEntry(pw, indent, active, e); 293 pw.print(indent); 299 dumpEntry(pw, indent, inactiveCount, entry); 305 private void dumpEntry(PrintWriter pw, String indent, int i, Entry e) { 306 pw.print(indent); 309 pw.print(indent); 312 pw.print(indent); 314 pw.print(indent); [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/data/ |
NestedMapData.java | 464 public void write(Appendable out, int indent) throws IOException { 466 indent(out, indent); method 472 indent(out, indent); method 481 int childIndent = indent; 483 indent(out, indent); method 492 indent(out, indent); method 534 private void indent(Appendable out, int indent) throws IOException { method in class:NestedMapData [all...] |
/external/llvm/utils/TableGen/ |
X86DisassemblerTables.cpp | 395 o2.indent(i2) << "{ /* ModRMDecision */" << "\n"; 398 o2.indent(i2) << stringForDecisionType(dt) << "," << "\n"; 399 o2.indent(i2) << 0 << " /* EmptyTable */\n"; 402 o2.indent(i2) << "}"; 445 o1.indent(i1 * 2) << format("0x%hx", *I) << ", /* " 451 o2.indent(i2) << "{ /* struct ModRMDecision */" << "\n"; 454 o2.indent(i2) << stringForDecisionType(dt) << "," << "\n"; 455 o2.indent(i2) << EntryNumber << " /* Table" << EntryNumber << " */\n"; 458 o2.indent(i2) << "}"; 491 o2.indent(i2) << "{ /* struct OpcodeDecision */" << "\n" [all...] |
/external/chromium_org/content/public/browser/ |
devtools_protocol_constants_generator.py | 117 def FormatContents(tree, indent, format_string): 123 body += "".join(indent + format_string.format(key, value) 125 body += "".join(FormatNamespace(key, value, indent, format_string) 129 def FormatNamespace(title, tree, indent, format_string): 132 body = '\n' + indent + "namespace " + title + " {\n" 133 body += FormatContents(tree, indent + " ", format_string) 134 body += indent + "} // " + title + "\n"
|
/external/chromium_org/net/quic/crypto/ |
crypto_handshake_message.cc | 233 string CryptoHandshakeMessage::DebugStringInternal(size_t indent) const { 234 string ret = string(2 * indent, ' ') + QuicUtils::TagToString(tag_) + "<\n"; 235 ++indent; 238 ret += string(2 * indent, ' ') + QuicUtils::TagToString(it->first) + ": "; 295 ret += msg->DebugStringInternal(indent + 1); 319 --indent; 320 ret += string(2 * indent, ' ') + ">";
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
FEComponentTransfer.cpp | 266 TextStream& FEComponentTransfer::externalRepresentation(TextStream& ts, int indent) const 268 writeIndent(ts, indent); 272 writeIndent(ts, indent + 2); 274 writeIndent(ts, indent + 2); 276 writeIndent(ts, indent + 2); 278 writeIndent(ts, indent + 2); 280 inputEffect(0)->externalRepresentation(ts, indent + 1);
|
/external/chromium_org/third_party/openssl/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, "");
|
/external/clang/docs/tools/ |
dump_format_style.py | 25 def indent(text, columns): function 26 indent = ' ' * columns 27 s = re.sub(r'\n([^\n])', '\n' + indent + '\\1', text, flags=re.S) 30 return indent + s 41 doxygen2rst(indent(self.comment, 2))) 43 s += indent('\n\nPossible values:\n\n%s\n' % self.enum, 2) 64 doxygen2rst(indent(self.comment, 2)))
|
/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, "");
|
/frameworks/native/libs/binder/ |
BufferedTextOutput.cpp | 43 , indent(0) 78 int32_t indent; member in struct:android::BufferedTextOutput::BufferState 176 if (b->indent > 0) { 177 // If this is the start of a line, add the indent. 178 const char* prefix = stringForIndent(b->indent); 227 b->indent += delta; 228 if (b->indent < 0) b->indent = 0;
|
/libcore/luni/src/main/java/java/lang/ |
Throwable.java | 308 * @param indent additional indentation on each line of the stack trace. 313 private void printStackTrace(Appendable err, String indent, StackTraceElement[] parentStack) 322 err.append(indent); 329 err.append(indent); 339 err.append(indent); 341 throwable.printStackTrace(err, indent + "\t", stack); 347 err.append(indent); 349 cause.printStackTrace(err, indent, stack);
|