Home
last modified time | relevance | path

Searched refs:reasons (Results 1 – 25 of 723) sorted by relevance

12345678910>>...29

/third_party/mbedtls/tests/scripts/
Dgenerate_pkcs7_tests.py110 reasons = []
112 reasons.append("Add null byte to start")
114 reasons.append("Add null byte to end")
141 reasons.append("Change tag " + tag + " to " + new_tag)
150 reasons.append("Change length from " + str(length) + " to " \
158 reasons.append("Change contents of tag " + tag + " to contain \
166 reasons.append("Change length from " + str(length) + " to " + str(length - 1))
174 return list(zip(reasons, mutations))
/third_party/python/Tools/ssl/
Dmake_ssl_data.py86 for reason, libname, errname, num in args.reasons:
115 reasons = []
116 reasons.extend(parse_openssl_error_text(args))
117 reasons.extend(parse_extra_reasons(args))
119 args.reasons = sorted(reasons, key=operator.itemgetter(0, 3))
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Dreason_phrase.c142 static const struct MHD_Reason_Block reasons[] = { variable
157 (reasons[code / 100].max > (code % 100)) ) in MHD_get_reason_phrase_for()
158 return reasons[code / 100].data[code % 100]; in MHD_get_reason_phrase_for()
/third_party/openssl/util/
Dmkerr.pl302 my @reasons = sort grep( /^${lib}_/, keys %rcodes );
368 foreach my $i ( @reasons ) {
471 foreach my $i ( @reasons ) {
557 foreach my $i ( @reasons ) {
Dfind-unused-errs27 echo Function and reasons
/third_party/rust/crates/rust-openssl/openssl-errors/src/
Dlib.rs257 reasons {
275 reasons { $($reason_name($reason_str);)* }
324 reasons { $($reason_name:ident($reason_str:expr);)* }
357 reasons { $($reason_name:ident($reason_str:expr);)* }
/third_party/rust/crates/cxx/syntax/
Dtrivial.rs127 pub fn as_what<'a>(name: &'a Pair, reasons: &'a [TrivialReason]) -> impl Display + 'a { in as_what()
130 reasons: &'a [TrivialReason<'a>], in as_what() field
144 for reason in self.reasons { in as_what()
311 Description { name, reasons } in as_what()
/third_party/node/deps/openssl/openssl/util/
Dmkerr.pl302 my @reasons = sort grep( /^${lib}_/, keys %rcodes );
368 foreach my $i ( @reasons ) {
471 foreach my $i ( @reasons ) {
557 foreach my $i ( @reasons ) {
Dfind-unused-errs27 echo Function and reasons
/third_party/gstreamer/gst_libav/
DREADME.md5 reasons.
20 practical reasons under the GPL itself.
/third_party/weex-loader/deps/weex-styler/lib/
Dvalidator.js672 const reasons = []
732 logUtil(validatorResult, name, item, reasons, index)
738 reason: reasons.length > 0 ? function (k, v) {
741 util.camelCaseToHyphened(k) + '` attribute. \n ' + reasons.join(' \n'))
757 function logUtil (validatorResult, name, item, reasons, index) { argument
767 reasons.push(str)
777 const reasons = []
855 logUtil(validatorResult, name, item, reasons, index)
860 reason: reasons.length > 0 ? function (k, v) {
863 '` of the `' + util.camelCaseToHyphened(k) + '` attribute. \n ' + reasons.join(' \n'))
[all …]
/third_party/node/deps/openssl/openssl/crypto/x509/
Dv3_crld.c220 if (!set_reasons(&point->reasons, cnf->value)) in crldp_from_section()
320 ASN1_IMP_OPT(DIST_POINT, reasons, ASN1_BIT_STRING, 1),
471 if (point->reasons) in i2r_crldp()
472 print_reasons(out, "Reasons", point->reasons, indent); in i2r_crldp()
Dv3_purp.c316 if (dp->reasons != NULL) { in setup_dp()
317 if (dp->reasons->length > 0) in setup_dp()
318 dp->dp_reasons = dp->reasons->data[0]; in setup_dp()
319 if (dp->reasons->length > 1) in setup_dp()
320 dp->dp_reasons |= (dp->reasons->data[1] << 8); in setup_dp()
/third_party/openssl/crypto/x509/
Dv3_crld.c220 if (!set_reasons(&point->reasons, cnf->value)) in crldp_from_section()
320 ASN1_IMP_OPT(DIST_POINT, reasons, ASN1_BIT_STRING, 1),
471 if (point->reasons) in i2r_crldp()
472 print_reasons(out, "Reasons", point->reasons, indent); in i2r_crldp()
Dv3_purp.c316 if (dp->reasons != NULL) { in setup_dp()
317 if (dp->reasons->length > 0) in setup_dp()
318 dp->dp_reasons = dp->reasons->data[0]; in setup_dp()
319 if (dp->reasons->length > 1) in setup_dp()
320 dp->dp_reasons |= (dp->reasons->data[1] << 8); in setup_dp()
/third_party/curl/tests/data/
Dtest129449 …UMBER -H "Among other public buildings in a certain town, which for many reasons it will be pruden…
61 Among other public buildings in a certain town, which for many reasons it will be prudent to refrai…
/third_party/openssl/doc/man7/
DEVP_MD-SHAKE.pod60 For backwards compatibility reasons the default xoflen length for SHAKE-128 is
64 For backwards compatibility reasons the default xoflen length for SHAKE-256 is
/third_party/mesa3d/docs/_extra/specs/
DWL_create_wayland_buffer_from_image.spec80 the image as a wl_buffer. The possible reasons for this error are
101 Added a note about more possible reasons for returning EGL_BAD_FORMAT.
/third_party/node/deps/v8/src/execution/
Dtiering-manager.cc42 static char const* reasons[] = { in OptimizationReasonToString() local
48 DCHECK_LT(index, arraysize(reasons)); in OptimizationReasonToString()
49 return reasons[index]; in OptimizationReasonToString()
/third_party/EGL/extensions/WL/
DEGL_WL_create_wayland_buffer_from_image.txt80 the image as a wl_buffer. The possible reasons for this error are
101 Added a note about more possible reasons for returning EGL_BAD_FORMAT.
/third_party/curl/docs/cmdline-opts/
Dmetalink.d12 support is disabled in curl for security reasons (added in 7.78.0).
/third_party/node/deps/v8/
D.mailmap5 # People change their names or email addresses for many reasons. This
/third_party/json/docs/mkdocs/docs/api/macros/
Djson_no_io.md9 security reasons (e.g., Intel Software Guard Extensions (SGX)).
/third_party/rust/crates/rust-openssl/openssl-sys/
DCargo.toml32 # We don't actually use metadeps for annoying reasons but this is still here for tooling
/third_party/gstreamer/gstplugins_base/ext/vorbis/
DREADME4 reasons. It also takes integer audio as input.

12345678910>>...29