Home
last modified time | relevance | path

Searched +full:fail +full:- +full:on +full:- +full:alert (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/external/rust/crates/arc-swap/.github/workflows/
Dbenchmarks.yaml1 on:
6 - master
11 # - cron: '0 0 * * 0'
18 runs-on: ubuntu-latest
20 - name: Checkout
23 fetch-depth: 0
25 - name: Install Rust
26 uses: actions-rs/toolchain@v1
32 - name: Restore compile cache
33 uses: Swatinem/rust-cache@v1
[all …]
/external/wpa_supplicant_8/src/tls/
Dtlsv1_client.c3 * Copyright (c) 2006-2019, Jouni Malinen <j@w1.fi>
27 conn->alert_level = level; in tls_alert()
28 conn->alert_description = description; in tls_alert()
34 os_free(conn->dh_p); in tlsv1_client_free_dh()
35 os_free(conn->dh_g); in tlsv1_client_free_dh()
36 os_free(conn->dh_ys); in tlsv1_client_free_dh()
37 conn->dh_p = conn->dh_g = conn->dh_ys = NULL; in tlsv1_client_free_dh()
47 if ((conn->flags & TLS_CONN_DISABLE_TLSv1_2) && in tls_client_highest_ver()
52 if ((conn->flags & TLS_CONN_DISABLE_TLSv1_1) && in tls_client_highest_ver()
56 if ((conn->flags & TLS_CONN_DISABLE_TLSv1_0) && in tls_client_highest_ver()
[all …]
/external/python/google-api-python-client/docs/dyn/
Dmonitoring_v3.projects.alertPolicies.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dbillingbudgets_v1beta1.billingAccounts.budgets.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dmonitoring_v3.projects.notificationChannels.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/external/owasp/sanitizer/src/tests/org/owasp/html/
DSanitizersTest.java24 // CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
50 "<p>Hello, <b onclick=alert(1337)>World</b>!</p>")); in testFormatting()
65 "<p onclick=alert(1337)>Hello, <b>World</b>!</p>")); in testBlockElements()
81 f.sanitize("<p onclick=alert(1337)>Hello, <b>World</b>!</p>")); in testBlockAndFormattingElements()
89 String input = "<span style=\"font-weight:bold;" in testStylesAndFormatting()
90 + "text-decoration:underline;background-color:yellow\"" in testStylesAndFormatting()
111 "https-only links", in testAndIntersects()
120 "https-only links and inline els", in testAndIntersects()
125 "inline els and https-only links", in testAndIntersects()
135 "foo", s.sanitize("<a href=\"javascript:alert(1337)\">foo</a>")); in testImages()
[all …]
DHtmlPolicyBuilderFuzzerTest.java24 // CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
50 * This test is stochastic -- not guaranteed to pass or fail consistently.
68 "<a onclick='doEvil()' href=javascript:alert(1337)>", "</a>",
69 "<script>", "</script>", "<xmp>", "</xmp>", "javascript:alert(1337)",
70 "<style>", "</style>", "<plaintext>", "<!--", "-->", "<![CDATA[", "]]>",
90 for (int i = 1000; --i >= 0;) { in testFuzzedOutput()
96 for (int j = 50; --j >= 0;) { in testFuzzedOutput()
102 for (int k = rnd.nextInt(4); --k >= 0;) { in testFuzzedOutput()
117 "Randomly chosen number in [0-3) was " + r); in testFuzzedOutput()
141 fail("Illegal element name " + name + " : " + html); in checkSafe()
[all …]
DAntiSamyTest.java2 * Copyright (c) 2007-2010, Arshan Dabirsiaghi, Jason Li
19 * PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
66 fail(errorMessage); in makePolicy()
102 // "<a - href=\"http://www.owasp.org\">click here</a>"
168 System.out.println(" -Maximum input size 640000 exceeded. SKIPPING.");
181 " Took " + ((endTime - startTime) / 1000000) + " ms");
182 totalTime = totalTime + (endTime - startTime);
197 assertSanitizedDoesNotContain("test<script>alert(document.cookie)</script>", "script");
198 assertSanitizedDoesNotContain("test<script>alert(document.cookie)</script>", "script");
200 assertSanitizedDoesNotContain("<<<><<script src=http://fake-evil.ru/test.js>", "<script");
[all …]
DHtmlSanitizerTest.java24 // CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
91 assertEquals("<b id=\"p-foo\">hello <i>world&lt;</i></b>", in testTagCruftRemoved()
92 sanitize("<b id=\"foo\" / -->hello <i>world<</i></b>")); in testTagCruftRemoved()
98 "<b id=\"p-foo\" class=\"p-boo p-bar p-baz\">" in testIdsAndClassesPrefixed()
113 assertEquals("<div id=\"p-foo\">Bar<br />Baz</div>", in testUnclosedTags()
128 "</meta http-equiv=\"refesh\"" in testUnsafeEndTags()
141 sanitize("<img src=http://foo.com/bar ONLOAD=alert(1)>")); in testOnLoadStripped()
148 sanitize("<p>Hello world</b style=\"width:expression(alert(1))\">")); in testClosingTagParameters()
202 // Shorttags - the odd side of HTML 4.01 in testSgmlShortTags()
204 // It uses an ill-known feature of SGML called shorthand markup, which in testSgmlShortTags()
[all …]
/external/google-cloud-java/java-monitoring/proto-google-cloud-monitoring-v3/src/main/proto/google/monitoring/v3/
Dalert.proto7 // http://www.apache.org/licenses/LICENSE-2.0
10 // distributed under the License is distributed on an "AS IS" BASIS,
37 // this state. For an overview of alert policies, see
53 // more than 10,240 bytes when encoded in UTF-8 format, whichever is
55 // variables](https://cloud.google.com/monitoring/alerts/doc-variables).
76 // Specifies how many time series must fail a predicate to trigger a
81 // The absolute number of time series that must fail
85 // The percentage of time series that must fail the
91 // A condition control that determines how metric-threshold conditions
93 // This control doesn't affect metric-absence policies.
[all …]
/external/googleapis/google/monitoring/v3/
Dalert.proto7 // http://www.apache.org/licenses/LICENSE-2.0
10 // distributed under the License is distributed on an "AS IS" BASIS,
37 // this state. For an overview of alert policies, see
54 // more than 10,240 bytes when encoded in UTF-8 format, whichever is
56 // variables](https://cloud.google.com/monitoring/alerts/doc-variables).
67 // to 255 bytes or shorter at the latest UTF-8 character boundary. The
68 // 255-byte limit is recommended by [this
69 // thread](https://stackoverflow.com/questions/1592291/what-is-the-email-subject-length-limit).
70 // It is both the limit imposed by some third-party ticketing products and
74 // variables](https://cloud.google.com/monitoring/alerts/doc-variables).
[all …]
/external/pdfium/testing/resources/javascript/
Dpublic_methods.in104 app.alert('Unexpected script 16');
116 app.alert('PASS: ' + expression + ' = ' + actual);
118 app.alert('FAIL: ' + expression + ' = ' + actual + ', expected ' + expected + " ");
121 app.alert('ERROR: ' + e);
131 app.alert('PASS: ' + expression + ' = ' + actual);
133 app.alert('FAIL: ' + expression + ' = ' + actual + ', expected ' + expected + " ");
136 app.alert('ERROR: ' + e);
144 app.alert('FAIL: ' + expression + ' = ' + actual + ', expected to throw');
146 app.alert('PASS: ' + expression + ' threw ' + e);
151 app.alert("*** starting test 1 ***");
[all …]
/external/libcups/test/
Drun-stp-tests.sh6 # Copyright © 2007-2021 by Apple Inc.
7 # Copyright © 1997-2007 by Easy Software Products, all rights reserved.
19 if test "x`id -u`" = x0; then
37 # Solaris has a non-POSIX grep in /bin...
40 if test -x /usr/xpg4/bin/grep; then
51 ac_n=-n
66 echo "attempt to run one of the big tests on a system that lacks sufficient"
75 echo "0 - No testing, keep the scheduler running for me (all systems)"
76 echo "1 - Basic conformance test, no load testing (all systems)"
77 echo "2 - Basic conformance test, some load testing (minimum 256MB VM, 50MB disk)"
[all …]
/external/cronet/third_party/boringssl/src/ssl/test/runner/
Dcommon.go2 // Use of this source code is governed by a BSD-style
128 extensionQUICTransportParamsLegacy uint16 = 0xffa5 // draft-ietf-quic-tls-32 and earlier
130 extensionDelegatedCredentials uint16 = 0x22 // draft-ietf-tls-subcerts-06
148 // http://www.iana.org/assignments/tls-parameters/tls-parameters.xml#tls-parameters-8
161 // http://www.iana.org/assignments/tls-parameters/tls-parameters.xml#tls-parameters-9
180 …CertTypeECDSASign = 64 // A certificate containing an ECDSA-capable public key, signed with E…
181 …CertTypeRSAFixedECDH = 65 // A certificate containing an ECDH-capable public key, signed with RS…
182 …CertTypeECDSAFixedECDH = 66 // A certificate containing an ECDH-capable public key, signed with EC…
194 // RSASSA-PKCS1-v1_5 algorithms
207 // RSASSA-PSS algorithms
[all …]
/external/boringssl/src/ssl/test/runner/
Dcommon.go2 // Use of this source code is governed by a BSD-style
131 extensionQUICTransportParamsLegacy uint16 = 0xffa5 // draft-ietf-quic-tls-32 and earlier
150 // http://www.iana.org/assignments/tls-parameters/tls-parameters.xml#tls-parameters-8
163 // http://www.iana.org/assignments/tls-parameters/tls-parameters.xml#tls-parameters-9
182 …CertTypeECDSASign = 64 // A certificate containing an ECDSA-capable public key, signed with E…
183 …CertTypeRSAFixedECDH = 65 // A certificate containing an ECDH-capable public key, signed with RS…
184 …CertTypeECDSAFixedECDH = 66 // A certificate containing an ECDH-capable public key, signed with EC…
196 // RSASSA-PKCS1-v1_5 algorithms
209 // RSASSA-PSS algorithms
257 // draft-ietf-tls-esni-13, sections 7.2 and 7.2.1.
[all …]
/external/walt/ios/WALT/
DDragLatencyController.mm8 * http://www.apache.org/licenses/LICENSE-2.0
11 * distributed under the License is distributed on an "AS IS" BASIS,
30 static const NSTimeInterval kGoalpostFrequency = 0.55; // TODO(pquinn): User-configurable settings.
47 return ((1 - alpha) * x0) + (alpha * x1);
77 const double alpha = (x[i] - xp[ip - 1]) / static_cast<double>(xp[ip] - xp[ip - 1]);
78 y.push_back(Lerp(yp[ip - 1], yp[ip], alpha));
110 return accum + ((value - mean) * (value - mean));
112 return sqrt(ss / (x.size() - 1));
159 - (void)updateCountDisplay;
160 - (void)processEvent:(UIEvent *)event;
[all …]
/external/boringssl/src/ssl/
Ds3_pkt.cc1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
8 * This library is free for commercial and non-commercial use as long as
35 * being used are not cryptographic related :-).
47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
58 * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
80 * openssl-core@openssl.org.
99 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
135 assert(!ssl->s3->aead_write_ctx->is_null_cipher()); in tls_write_app_data()
139 if (ssl->s3->write_shutdown != ssl_shutdown_none) { in tls_write_app_data()
141 return -1; in tls_write_app_data()
[all …]
Dhandshake.cc1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
8 * This library is free for commercial and non-commercial use as long as
35 * being used are not cryptographic related :-).
47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
58 * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
80 * openssl-core@openssl.org.
99 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
163 ssl->ctx->x509_method->hs_flush_cached_ca_names(this); in ~SSL_HANDSHAKE()
176 // If the backing buffer is non-empty, the ClientHelloInner has been set. in GetClientHello()
177 out_msg->is_v2_hello = false; in GetClientHello()
[all …]
/external/cronet/third_party/boringssl/src/ssl/
Ds3_pkt.cc1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
8 * This library is free for commercial and non-commercial use as long as
35 * being used are not cryptographic related :-).
47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
58 * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
80 * openssl-core@openssl.org.
99 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
135 assert(!ssl->s3->aead_write_ctx->is_null_cipher()); in tls_write_app_data()
139 if (ssl->s3->write_shutdown != ssl_shutdown_none) { in tls_write_app_data()
141 return -1; in tls_write_app_data()
[all …]
Dhandshake.cc1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
8 * This library is free for commercial and non-commercial use as long as
35 * being used are not cryptographic related :-).
47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
58 * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
80 * openssl-core@openssl.org.
99 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
164 ssl->ctx->x509_method->hs_flush_cached_ca_names(this); in ~SSL_HANDSHAKE()
177 // If the backing buffer is non-empty, the ClientHelloInner has been set. in GetClientHello()
178 out_msg->is_v2_hello = false; in GetClientHello()
[all …]
/external/rust/crates/quiche/deps/boringssl/src/ssl/
Dhandshake.cc1 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
8 * This library is free for commercial and non-commercial use as long as
35 * being used are not cryptographic related :-).
47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
58 * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
80 * openssl-core@openssl.org.
99 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
164 ssl->ctx->x509_method->hs_flush_cached_ca_names(this); in ~SSL_HANDSHAKE()
177 // If the backing buffer is non-empty, the ClientHelloInner has been set. in GetClientHello()
178 out_msg->is_v2_hello = false; in GetClientHello()
[all …]
/external/python/cpython3/Lib/
Dssl.py8 SSLSocket -- subtype of socket.socket which does SSL over the socket
12 SSLError -- exception raised for I/O errors
16 cert_time_to_seconds -- convert time string used for certificate
21 get_server_certificate (addr, ssl_version, ca_certs, timeout) -- Retrieve the
23 address and return it as a PEM-encoded string
42 CERT_NONE - no certificates from the other side are required (or will
44 CERT_OPTIONAL - certificates are not required, but if provided will be
46 also fail
47 CERT_REQUIRED - certificates are required, and will be validated, and
48 if validation fails, the connection will also fail
[all …]
/external/conscrypt/common/src/test/java/org/conscrypt/javax/net/ssl/
DSSLSocketVersionCompatibilityTest.java8 * http://www.apache.org/licenses/LICENSE-2.0
11 * distributed under the License is distributed on an "AS IS" BASIS,
38 import static org.junit.Assert.fail;
190 fail(); in test_SSLSocket_startHandshake()
282 fail(); in test_SSLSocket_NoEnabledCipherSuites_Failure()
291 fail(); in test_SSLSocket_NoEnabledCipherSuites_Failure()
316 fail(); in test_SSLSocket_startHandshake_noKeyStore()
325 fail(); in test_SSLSocket_startHandshake_noKeyStore()
540 fail(); in testClientMode_bothServer()
544 // Depending on the timing of the socket closures, this can happen as well. in testClientMode_bothServer()
[all …]
/external/conscrypt/repackaged/common/src/test/java/com/android/org/conscrypt/javax/net/ssl/
DSSLSocketVersionCompatibilityTest.java9 * http://www.apache.org/licenses/LICENSE-2.0
12 * distributed under the License is distributed on an "AS IS" BASIS,
39 import static org.junit.Assert.fail;
192 fail(); in test_SSLSocket_startHandshake()
284 fail(); in test_SSLSocket_NoEnabledCipherSuites_Failure()
293 fail(); in test_SSLSocket_NoEnabledCipherSuites_Failure()
318 fail(); in test_SSLSocket_startHandshake_noKeyStore()
327 fail(); in test_SSLSocket_startHandshake_noKeyStore()
542 fail(); in testClientMode_bothServer()
546 // Depending on the timing of the socket closures, this can happen as well. in testClientMode_bothServer()
[all …]
/external/cronet/testing/merge_scripts/
Dresults_merger_test.py3 # Use of this source code is governed by a BSD-style license that can be
27 'expected': 'FAIL',
28 'actual': 'FAIL'
42 'FAIL': 0,
67 'FAIL': 0,
78 'actual': 'FAIL'
92 'FAIL': 1,
106 'actual': 'FAIL'
113 'expected': 'FAIL',
114 'actual': 'FAIL'
[all …]

12345678910>>...14