Searched refs:indent (Results 126 - 150 of 626) sorted by relevance

1234567891011>>

/external/mesa3d/src/mesa/program/
H A Dprog_print.h88 GLint indent,
93 _mesa_print_instruction_opt(const struct prog_instruction *inst, GLint indent,
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPObjectList.java141 * @param indent int to set
144 public String debugDump(int indent) { argument
145 return super.debugDump(indent);
/external/openssl/crypto/x509v3/
H A Dv3_ocsp.c72 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)
245 i2r_ocsp_nonce(const X509V3_EXT_METHOD *method, void *nonce, BIO *out, int indent) argument
255 i2r_ocsp_nocheck(const X509V3_EXT_METHOD *method, void *nocheck, BIO *out, int indent) argument
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
H A DglX_proto_recv.py225 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/mesa3d/src/mapi/glapi/gen/
H A DglX_proto_recv.py225 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/
H A Ddh_ameth.c316 static int do_dh_print(BIO *bp, const DH *x, int indent, argument
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, argument
449 return do_dh_print(bp, pkey->pkey.dh, indent, ct
452 dh_public_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx) argument
458 dh_private_print(BIO *bp, const EVP_PKEY *pkey, int indent, ASN1_PCTX *ctx) argument
[all...]
/external/llvm/lib/TableGen/
H A DStringMatcher.cpp54 // If the to-execute code has \n's in it, indent each subsequent line.
136 OS.indent(Indent*2+2) << "switch (" << StrVariableName << ".size()) {\n";
137 OS.indent(Indent*2+2) << "default: break;\n";
141 OS.indent(Indent*2+2) << "case " << LI->first << ":\t // "
145 OS.indent(Indent*2+4) << "break;\n";
148 OS.indent(Indent*2+2) << "}\n";
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DFrameTree.cpp391 static void printIndent(int indent) argument
393 for (int i = 0; i < indent; ++i)
397 static void printFrames(const blink::Frame* frame, const blink::Frame* targetFrame, int indent) argument
401 printIndent(indent - 1);
403 printIndent(indent);
407 printIndent(indent);
409 printIndent(indent);
411 printIndent(indent);
413 printIndent(indent);
417 printFrames(child, targetFrame, indent
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DNestedMapData.java464 public void write(Appendable out, int indent) throws IOException { argument
466 indent(out, indent);
472 indent(out, indent);
481 int childIndent = indent;
483 indent(out, indent);
492 indent(out, indent);
534 indent(Appendable out, int indent) argument
[all...]
/external/llvm/utils/TableGen/
H A DX86DisassemblerTables.cpp395 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(i
[all...]
H A DDAGISelMatcher.h177 void print(raw_ostream &OS, unsigned indent = 0) const;
181 virtual void printImpl(raw_ostream &OS, unsigned indent) const = 0;
228 void printImpl(raw_ostream &OS, unsigned indent) const override;
255 void printImpl(raw_ostream &OS, unsigned indent) const override;
290 void printImpl(raw_ostream &OS, unsigned indent) const override;
309 void printImpl(raw_ostream &OS, unsigned indent) const override;
328 void printImpl(raw_ostream &OS, unsigned indent) const override;
349 void printImpl(raw_ostream &OS, unsigned indent) const override;
369 void printImpl(raw_ostream &OS, unsigned indent) const override;
392 void printImpl(raw_ostream &OS, unsigned indent) cons
[all...]
/external/chromium_org/net/quic/crypto/
H A Dcrypto_handshake_message.cc233 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/
H A DFEComponentTransfer.cpp266 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/openssl/crypto/ocsp/
H A Docsp_prn.c69 static int ocsp_certid_print(BIO *bp, OCSP_CERTID* a, int indent) argument
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/chromium_org/athena/screen/
H A Dscreen_accelerator_handler.cc47 int indent,
49 std::string indent_str(indent, ' ');
60 PrintWindowHierarchy(window->children()[i], active, indent + 3, out);
45 PrintWindowHierarchy(aura::Window* window, aura::Window* active, int indent, std::ostringstream* out) argument
/external/chromium_org/tools/grit/grit/node/
H A Dbase.py248 def FormatXml(self, indent = u'', one_line = False):
255 assert isinstance(indent, types.StringTypes)
259 inside_content = self.ContentsAsXml(indent, content_one_line)
275 indent, self.name, attribs,
276 indent, inside_content,
277 indent, self.name)
280 indent, self.name, attribs,
282 indent, self.name)
284 return u'%s<%s%s />' % (indent, self.name, attribs)
286 def ContentsAsXml(self, indent, one_lin
[all...]
/external/libvpx/libvpx/build/make/
H A Dgen_msvs_proj.sh71 indent=""
73 indent="${indent}${indent1}"
76 indent="${indent%${indent1}}"
84 echo "${indent}${opt%%=*}=\"${optval}\""
92 echo "${indent}<${tag}"
95 echo "${indent}>"
97 echo "${indent}<${tag}>"
105 echo "${indent}</
[all...]
/external/llvm/lib/DebugInfo/
H A DDWARFDebugInfoEntry.cpp25 unsigned indent) const {
37 OS.indent(indent) << tagString;
39 OS.indent(indent) << format("DW_TAG_Unknown_%x", getTag());
45 dumpAttribute(OS, u, &offset, AttrSpec.Attr, AttrSpec.Form, indent);
51 child->dump(OS, u, recurseDepth-1, indent+2);
60 OS.indent(indent) << "NULL\n";
69 unsigned indent) cons
[all...]
/external/chromium_org/third_party/icu/source/samples/cal/
H A Dcal.c69 static void indent(int32_t count, FILE *f);
378 indent(int32_t count, function
459 indent(pad / 2, stdout);
492 indent(lens[i] + 1, stdout);
501 /* Calculate the justification and indent */
503 indent(pad, stdout);
585 indent(pad / 2, stdout);
602 indent(pad / 2, stdout);
604 indent(pad / 2 + MARGIN_WIDTH, stdout);
606 indent(pa
[all...]
/external/icu/icu4c/source/samples/cal/
H A Dcal.c69 static void indent(int32_t count, FILE *f);
378 indent(int32_t count, function
459 indent(pad / 2, stdout);
492 indent(lens[i] + 1, stdout);
501 /* Calculate the justification and indent */
503 indent(pad, stdout);
585 indent(pad / 2, stdout);
602 indent(pad / 2, stdout);
604 indent(pad / 2 + MARGIN_WIDTH, stdout);
606 indent(pa
[all...]
/external/chromium_org/dbus/
H A Dmessage.cc93 std::string Message::ToStringInternal(const std::string& indent, argument
104 output += indent + "byte " + base::StringPrintf("%d", value) + "\n";
111 output += indent + "bool " + (value ? "true" : "false") + "\n";
118 output += indent + "int16 " + base::StringPrintf("%d", value) + "\n";
125 output += indent + "uint16 " + base::StringPrintf("%d", value) + "\n";
132 output += indent + "int32 " + base::StringPrintf("%d", value) + "\n";
139 output += indent + "uint32 " + base::StringPrintf("%u", value) + "\n";
146 output += (indent + "int64 " +
154 output += (indent + "uint64 " +
162 output += indent
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTreeAsText.cpp431 void write(TextStream& ts, const RenderObject& o, int indent, RenderAsTextBehavior behavior) argument
434 write(ts, toRenderSVGShape(o), indent);
438 writeSVGGradientStop(ts, toRenderSVGGradientStop(o), indent);
442 writeSVGResourceContainer(ts, o, indent);
446 writeSVGContainer(ts, o, indent);
450 write(ts, toRenderSVGRoot(o), indent);
454 writeSVGText(ts, toRenderSVGText(o), indent);
458 writeSVGInlineText(ts, toRenderSVGInlineText(o), indent);
462 writeSVGImage(ts, toRenderSVGImage(o), indent);
466 writeIndent(ts, indent);
576 writeLayers(TextStream& ts, const RenderLayer* rootLayer, RenderLayer* layer, const LayoutRect& paintRect, int indent, RenderAsTextBehavior behavior) argument
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DXSLOutputAttributes.java31 * <xsl:output method="xml" omit-xml-declaration="no" indent="yes"/>
42 * indent
83 * @return the number of spaces to indent for each indentation level.
151 * Sets the value coming from the xsl:output indent stylesheet
153 * @param indent true if the output document should be indented to visually
156 public void setIndent(boolean indent); argument
192 * <li> "{http://xml.apache.org/xalan}indent-amount"
215 * <li> "{http://xml.apache.org/xalan}indent-amount"
230 * <li> "{http://xml.apache.org/xalan}indent-amount"
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DIssuingDistributionPoint.java258 String indent = " ";
260 buf.append(indent);
264 buf.append(indent);
265 buf.append(indent);
/external/chromium_org/third_party/WebKit/Source/core/dom/custom/
H A DCustomElementMicrotaskImportStep.h78 virtual void show(unsigned indent) OVERRIDE;

Completed in 795 milliseconds

1234567891011>>