Searched refs:indent (Results 201 - 225 of 623) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEMorphology.cpp158 TextStream& FEMorphology::externalRepresentation(TextStream& ts, int indent) const
160 writeIndent(ts, indent);
165 inputEffect(0)->externalRepresentation(ts, indent + 1);
H A DFETile.cpp120 TextStream& FETile::externalRepresentation(TextStream& ts, int indent) const
122 writeIndent(ts, indent);
126 inputEffect(0)->externalRepresentation(ts, indent + 1);
H A DFEBlend.cpp238 TextStream& FEBlend::externalRepresentation(TextStream& ts, int indent) const
240 writeIndent(ts, indent);
244 inputEffect(0)->externalRepresentation(ts, indent + 1);
245 inputEffect(1)->externalRepresentation(ts, indent + 1);
H A DFEDisplacementMap.cpp213 TextStream& FEDisplacementMap::externalRepresentation(TextStream& ts, int indent) const
215 writeIndent(ts, indent);
221 inputEffect(0)->externalRepresentation(ts, indent + 1);
222 inputEffect(1)->externalRepresentation(ts, indent + 1);
/external/chromium_org/third_party/openssl/openssl/crypto/rsa/
H A Drsa_ameth.c255 static int rsa_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent, argument
258 return do_rsa_print(bp, pkey->pkey.rsa, indent, 0);
262 static int rsa_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent, argument
265 return do_rsa_print(bp, pkey->pkey.rsa, indent, 1);
302 X509_ALGOR *maskHash, int indent)
313 if (!BIO_indent(bp, indent, 128))
329 if (!BIO_indent(bp, indent, 128))
352 if (!BIO_indent(bp, indent, 128))
365 if (!BIO_indent(bp, indent, 128))
387 int indent, ASN1_PCT
301 rsa_pss_param_print(BIO *bp, RSA_PSS_PARAMS *pss, X509_ALGOR *maskHash, int indent) argument
385 rsa_sig_print(BIO *bp, const X509_ALGOR *sigalg, const ASN1_STRING *sig, int indent, ASN1_PCTX *pctx) argument
[all...]
/external/chromium_org/third_party/skia/debugger/QT/
H A DSkListWidget.cpp60 int indent = index.data(Qt::UserRole + 3).toInt(); local
97 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace+kTimeSpace+indent, 0, -10, -7);
100 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace+indent, 0, -10, -7);
/external/emma/core/java12/com/vladium/emma/data/
H A DClassDescriptor.java150 public String toString (final String indent) argument
152 StringBuffer s = new StringBuffer (indent + "class [" + (m_packageVMName.length () > 0 ? m_packageVMName + "/" : "") + m_name + "] descriptor:");
157 s.append (m_methods [m].toString (indent + INDENT_INCREMENT));
/external/openssl/crypto/rsa/
H A Drsa_ameth.c255 static int rsa_pub_print(BIO *bp, const EVP_PKEY *pkey, int indent, argument
258 return do_rsa_print(bp, pkey->pkey.rsa, indent, 0);
262 static int rsa_priv_print(BIO *bp, const EVP_PKEY *pkey, int indent, argument
265 return do_rsa_print(bp, pkey->pkey.rsa, indent, 1);
302 X509_ALGOR *maskHash, int indent)
313 if (!BIO_indent(bp, indent, 128))
329 if (!BIO_indent(bp, indent, 128))
352 if (!BIO_indent(bp, indent, 128))
365 if (!BIO_indent(bp, indent, 128))
387 int indent, ASN1_PCT
301 rsa_pss_param_print(BIO *bp, RSA_PSS_PARAMS *pss, X509_ALGOR *maskHash, int indent) argument
385 rsa_sig_print(BIO *bp, const X509_ALGOR *sigalg, const ASN1_STRING *sig, int indent, ASN1_PCTX *pctx) argument
[all...]
/external/skia/debugger/QT/
H A DSkListWidget.cpp60 int indent = index.data(Qt::UserRole + 3).toInt(); local
97 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace+kTimeSpace+indent, 0, -10, -7);
100 r = option.rect.adjusted(kImageSpace+kCommandNumberSpace+indent, 0, -10, -7);
/external/chromium_org/components/policy/tools/
H A Dsyntax_check_policy_template_json.py75 print ' Offending:', json.dumps(offending_snippet, indent=2)
379 indent = 0
410 indent -= 2
412 if len(leading_whitespace) != indent:
414 line = ' ' * indent + line.lstrip()
415 self._LineWarning('Indentation should be ' + str(indent) +
418 self._LineError('Bad indentation. Should be ' + str(indent) +
421 indent += 2
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextStream.cpp174 void writeIndent(TextStream& ts, int indent) argument
176 for (int i = 0; i != indent; ++i)
H A DTextStream.h77 PLATFORM_EXPORT void writeIndent(TextStream&, int indent);
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Dx_long.c74 static int long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx);
176 int indent, const ASN1_PCTX *pctx)
175 long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx) argument
/external/chromium_org/tools/gn/
H A Dninja_toolchain_writer.cc63 std::string indent(" ");
79 out_ << indent << " " STRINGIZE(name) " = " << tool.name << std::endl;
/external/clang/www/analyzer/
H A Dmenu.css26 text-indent: 0px;
/external/llvm/lib/DebugInfo/
H A DDWARFDebugInfoEntry.h42 unsigned indent = 0) const;
44 uint16_t attr, uint16_t form, unsigned indent = 0) const;
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DMessageObject.java163 public String dbgPrint(int indent) { argument
165 indentation = indent;
/external/openssl/crypto/asn1/
H A Dx_long.c74 static int long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx);
176 int indent, const ASN1_PCTX *pctx)
175 long_print(BIO *out, ASN1_VALUE **pval, const ASN1_ITEM *it, int indent, const ASN1_PCTX *pctx) argument
/external/bison/src/
H A Dscan-code.c1283 unsigned int indent = 0; variable
1284 warn_at_indent (*loc, &indent,
1286 indent += SUB_INDENT;
1287 warn_at_indent (*loc, &indent,
2608 bool is_warning, unsigned indent)
2620 warn_at_indent (var->loc, &indent, _("refers to: %c%s at %s"),
2623 complain_at_indent (var->loc, &indent, _("refers to: %c%s at %s"),
2667 warn_at_indent (id_loc, &indent, "%s",
2670 complain_at_indent (id_loc, &indent, "%s",
2797 unsigned indent local
2606 show_sub_messages(const char* cp, bool explicit_bracketing, int midrule_rhs_index, char dollar_or_at, bool is_warning, unsigned indent) argument
2834 unsigned indent = 0; local
2851 unsigned indent = 0; local
[all...]
H A Dreader.c133 unsigned indent = 0;
134 complain_at_indent (declaration_loc, &indent,
139 indent += SUB_INDENT;
140 complain_at_indent (merge_function->type_declaration_location, &indent,
131 unsigned indent = 0; local
/external/chromium_org/native_client_sdk/src/build_tools/sdk_tools/
H A Dconfig.py45 return json.dumps(self, sort_keys=False, indent=2)
/external/chromium_org/ppapi/tests/
H A Dcreate_nonsfi_test_nmf.py76 json.dump(nmf_map, output, indent=2)
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
H A Ddevtools_file_hashes.py42 json.dump(hashes, hashes_file, indent=4, separators=(",", ": "))
/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
H A Dv3_sxnet.c70 static int sxnet_i2r(X509V3_EXT_METHOD *method, SXNET *sx, BIO *out, int indent);
105 int indent)
112 BIO_printf(out, "%*sVersion: %ld (0x%lX)", indent, "", v + 1, v);
116 BIO_printf(out, "\n%*sZone: %s, User: ", indent, "", tmp);
/external/chromium_org/third_party/skia/gm/
H A Dgm_json.py190 indent=2)))

Completed in 2689 milliseconds

1234567891011>>