Home
last modified time | relevance | path

Searched refs:alert (Results 1 - 25 of 159) sorted by relevance

1234567

/third_party/typescript/tests/baselines/reference/
H A DcollisionThisExpressionAndLocalVarInLambda.js2 declare function alert(message?: any): void;
10 alert(x.doStuff(x => alert(x)));
20 alert(x.doStuff(function (x) { return alert(x); }));
H A DnoCollisionThisExpressionAndLocalVarInLambda.js2 declare function alert(message?: any): void;
9 alert(x.doStuff(x => alert(x)));
18 alert(x.doStuff(function (x) { return alert(x); }));
H A DintersectionTypeInference1.js4 function alert(s: string) {} function
6 const parameterFn = (props:{store:string}) => alert(props.store)
16 function alert(s) { }
17 var parameterFn = function (props) { return alert(props.store); };
H A DunicodeIdentifierName2.js2 var a₁ = "hello"; alert(a₁)
7 alert(a);
H A DunderscoreTest1.js655 declare function alert(x: string): void;
657 _.each([1, 2, 3], (num) => alert(num.toString()));
658 _.each({ one: 1, two: 2, three: 3 }, (value: number, key?: string) => alert(value.toString()));
750 onClick: function () { alert('clicked: ' + this.label); },
751 onHover: function () { alert('hovering: ' + this.label); }
763 _.defer(function () { alert('deferred'); });
765 var updatePosition = () => alert('updating position...');
769 var calculateLayout = () => alert('calculating layout...');
773 var createApplication = () => alert('creating application...');
779 var render = () => alert("renderin
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
H A Dtlsv1_record.c271 * @alert: Buffer for returning an alert value on failure
280 u8 *out_data, size_t *out_len, u8 *alert) in tlsv1_record_receive()
311 *alert = TLS_ALERT_PROTOCOL_VERSION; in tlsv1_record_receive()
319 *alert = TLS_ALERT_RECORD_OVERFLOW; in tlsv1_record_receive()
342 *alert = TLS_ALERT_UNEXPECTED_MESSAGE; in tlsv1_record_receive()
351 *alert = TLS_ALERT_INTERNAL_ERROR; in tlsv1_record_receive()
359 *alert = TLS_ALERT_DECRYPTION_FAILED; in tlsv1_record_receive()
368 * TLS v1.0 defines different alert values for various in tlsv1_record_receive()
370 * use the same bad_record_mac alert regardles in tlsv1_record_receive()
278 tlsv1_record_receive(struct tlsv1_record_layer *rl, const u8 *in_data, size_t in_len, u8 *out_data, size_t *out_len, u8 *alert) tlsv1_record_receive() argument
[all...]
H A Dtlsv1_client.c145 u8 *msg = NULL, *in_msg = NULL, *in_pos, *in_end, alert, ct; in tlsv1_client_handshake() local
185 in_msg, &in_msg_len, &alert); in tlsv1_client_handshake()
189 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, alert); in tlsv1_client_handshake()
312 u8 alert, *out_pos, ct; in tlsv1_client_decrypt() local
323 alert = TLS_ALERT_INTERNAL_ERROR; in tlsv1_client_decrypt()
337 alert = TLS_ALERT_INTERNAL_ERROR; in tlsv1_client_decrypt()
343 out_pos, &olen, &alert); in tlsv1_client_decrypt()
359 alert = TLS_ALERT_INTERNAL_ERROR; in tlsv1_client_decrypt()
371 alert = TLS_ALERT_DECODE_ERROR; in tlsv1_client_decrypt()
374 wpa_printf(MSG_DEBUG, "TLSv1: Received alert in tlsv1_client_decrypt()
[all...]
H A Dtlsv1_common.c416 const u8 *pos, size_t len, u8 *alert) in tls_verify_signature()
425 *alert = TLS_ALERT_DECODE_ERROR; in tls_verify_signature()
431 *alert = TLS_ALERT_DECODE_ERROR; in tls_verify_signature()
443 *alert = TLS_ALERT_INTERNAL_ERROR; in tls_verify_signature()
450 *alert = TLS_ALERT_INTERNAL_ERROR; in tls_verify_signature()
457 *alert = TLS_ALERT_DECRYPT_ERROR; in tls_verify_signature()
506 *alert = TLS_ALERT_DECRYPT_ERROR; in tls_verify_signature()
516 *alert = TLS_ALERT_DECRYPT_ERROR; in tls_verify_signature()
414 tls_verify_signature(u16 tls_version, struct crypto_public_key *pk, const u8 *data, size_t data_len, const u8 *pos, size_t len, u8 *alert) tls_verify_signature() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
H A Dtlsv1_record.c271 * @alert: Buffer for returning an alert value on failure
280 u8 *out_data, size_t *out_len, u8 *alert) in tlsv1_record_receive()
311 *alert = TLS_ALERT_PROTOCOL_VERSION; in tlsv1_record_receive()
319 *alert = TLS_ALERT_RECORD_OVERFLOW; in tlsv1_record_receive()
342 *alert = TLS_ALERT_UNEXPECTED_MESSAGE; in tlsv1_record_receive()
351 *alert = TLS_ALERT_INTERNAL_ERROR; in tlsv1_record_receive()
359 *alert = TLS_ALERT_DECRYPTION_FAILED; in tlsv1_record_receive()
368 * TLS v1.0 defines different alert values for various in tlsv1_record_receive()
370 * use the same bad_record_mac alert regardles in tlsv1_record_receive()
278 tlsv1_record_receive(struct tlsv1_record_layer *rl, const u8 *in_data, size_t in_len, u8 *out_data, size_t *out_len, u8 *alert) tlsv1_record_receive() argument
[all...]
H A Dtlsv1_client.c169 u8 *msg = NULL, *in_msg = NULL, *in_pos, *in_end, alert, ct; in tlsv1_client_handshake() local
209 in_msg, &in_msg_len, &alert); in tlsv1_client_handshake()
213 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, alert); in tlsv1_client_handshake()
336 u8 alert, *out_pos, ct; in tlsv1_client_decrypt() local
347 alert = TLS_ALERT_INTERNAL_ERROR; in tlsv1_client_decrypt()
361 alert = TLS_ALERT_INTERNAL_ERROR; in tlsv1_client_decrypt()
367 out_pos, &olen, &alert); in tlsv1_client_decrypt()
383 alert = TLS_ALERT_INTERNAL_ERROR; in tlsv1_client_decrypt()
395 alert = TLS_ALERT_DECODE_ERROR; in tlsv1_client_decrypt()
398 wpa_printf(MSG_DEBUG, "TLSv1: Received alert in tlsv1_client_decrypt()
[all...]
H A Dtlsv1_common.c416 const u8 *pos, size_t len, u8 *alert) in tls_verify_signature()
425 *alert = TLS_ALERT_DECODE_ERROR; in tls_verify_signature()
431 *alert = TLS_ALERT_DECODE_ERROR; in tls_verify_signature()
443 *alert = TLS_ALERT_INTERNAL_ERROR; in tls_verify_signature()
450 *alert = TLS_ALERT_INTERNAL_ERROR; in tls_verify_signature()
457 *alert = TLS_ALERT_DECRYPT_ERROR; in tls_verify_signature()
506 *alert = TLS_ALERT_DECRYPT_ERROR; in tls_verify_signature()
516 *alert = TLS_ALERT_DECRYPT_ERROR; in tls_verify_signature()
414 tls_verify_signature(u16 tls_version, struct crypto_public_key *pk, const u8 *data, size_t data_len, const u8 *pos, size_t len, u8 *alert) tls_verify_signature() argument
/third_party/node/test/parallel/
H A Dtest-url-parse-format.js416 'javascript:alert(\'hello\');': {
417 href: 'javascript:alert(\'hello\');',
419 pathname: 'alert(\'hello\');',
420 path: 'alert(\'hello\');'
901 'javascript:alert(1);a=\x27@white-listed.com\x27': {
911 pathname: "alert(1);a='@white-listed.com'",
912 path: "alert(1);a='@white-listed.com'",
913 href: "javascript:alert(1);a='@white-listed.com'"
916 'javAscript:alert(1);a=\x27@white-listed.com\x27': {
926 pathname: "alert(
[all...]
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
H A DBundleGroupCreationDialog.java60 String alert = Resources.getTranslation("error_create_group") + " " + in processKeyEvent()
62 JOptionPane.showMessageDialog(this, alert, Resources.getTranslation("error"), JOptionPane.ERROR_MESSAGE); in processKeyEvent()
75 String alert = Resources.getTranslation("error_no_bundle_for_group"); in initComponents()
76 JOptionPane.showMessageDialog(this, alert, Resources.getTranslation("error"), JOptionPane.ERROR_MESSAGE); in initComponents()
113 String alert = Resources.getTranslation("error_create_group") + " " + in initComponents()
115 JOptionPane.showMessageDialog(dialog, alert, Resources.getTranslation("error"), JOptionPane.ERROR_MESSAGE); in initComponents()
H A DBundleGroupEditDialog.java54 String alert = Resources.getTranslation("error_modify_group"); in processKeyEvent()
55 JOptionPane.showMessageDialog(this, alert, Resources.getTranslation("error_internal"), in processKeyEvent()
76 String alert = Resources.getTranslation("error_modify_group"); in initComponents()
77 JOptionPane.showMessageDialog(this, alert, Resources.getTranslation("error_internal"), JOptionPane.ERROR_MESSAGE); in initComponents()
115 String alert = Resources.getTranslation("error_modify_group"); in initComponents()
116 JOptionPane.showMessageDialog(dialog, alert, Resources.getTranslation("error_internal"), in initComponents()
H A DBundleItemCreationDialog.java146 String alert = (item == null ? Resources.getTranslation("error_create_item") : in processKeyEvent()
148 alert += " " + Resources.getTranslation("error_try_again_item"); in processKeyEvent()
149 JOptionPane.showMessageDialog(dialog, alert, Resources.getTranslation("error"), in processKeyEvent()
167 String alert = Resources.getTranslation("error_no_bundle_for_item"); in initComponents()
168 JOptionPane.showMessageDialog(this, alert, Resources.getTranslation("error"), JOptionPane.ERROR_MESSAGE); in initComponents()
319 String alert = (item == null ? Resources.getTranslation("error_create_item") : in initComponents()
321 alert += " " + Resources.getTranslation("error_try_again_item"); in initComponents()
322 JOptionPane.showMessageDialog(dialog, alert, Resources.getTranslation("error"), in initComponents()
342 String alert = (item == null ? Resources.getTranslation("error_create_item") : in initComponents()
344 alert in initComponents()
[all...]
H A DResourceCreationDialog.java73 String alert = Resources.getTranslation("error_create_file") + " " + in processKeyEvent()
75 JOptionPane.showMessageDialog(this, alert, Resources.getTranslation("error"), JOptionPane.ERROR_MESSAGE); in processKeyEvent()
106 String alert = Resources.getTranslation("error_no_bundle_for_file"); in initComponents()
107 JOptionPane.showMessageDialog(this, alert, Resources.getTranslation("error"), JOptionPane.ERROR_MESSAGE); in initComponents()
169 String alert = Resources.getTranslation("error_create_file") + " " + in initComponents()
171 JOptionPane.showMessageDialog(dialog, alert, Resources.getTranslation("error"), JOptionPane.ERROR_MESSAGE); in initComponents()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
H A DExhaustiveNumberTest.java182 String alert = "UNEXPECTED FAILURE: PLEASE REPORT THIS MESSAGE TO THE ICU TEAM: "; in testConvertToAccurateDouble()
188 checkDoubleBehavior(d, false, alert); in testConvertToAccurateDouble()
192 private static void checkDoubleBehavior(double d, boolean explicitRequired, String alert) { in checkDoubleBehavior() argument
195 assertTrue(alert + "Should be using approximate double", !fq.explicitExactDouble); in checkDoubleBehavior()
199 assertTrue(alert + "Should not be using approximate double", fq.explicitExactDouble); in checkDoubleBehavior()
202 .assertDoubleEquals(alert + "After conversion to exact BCD (double)", d, fq.toDouble()); in checkDoubleBehavior()
203 DecimalQuantityTest.assertBigDecimalEquals(alert + "After conversion to exact BCD (BigDecimal)", in checkDoubleBehavior()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
H A DExhaustiveNumberTest.java181 String alert = "UNEXPECTED FAILURE: PLEASE REPORT THIS MESSAGE TO THE ICU TEAM: "; in testConvertToAccurateDouble()
187 checkDoubleBehavior(d, false, alert); in testConvertToAccurateDouble()
191 private static void checkDoubleBehavior(double d, boolean explicitRequired, String alert) { in checkDoubleBehavior() argument
194 assertTrue(alert + "Should be using approximate double", !fq.explicitExactDouble); in checkDoubleBehavior()
198 assertTrue(alert + "Should not be using approximate double", fq.explicitExactDouble); in checkDoubleBehavior()
201 .assertDoubleEquals(alert + "After conversion to exact BCD (double)", d, fq.toDouble()); in checkDoubleBehavior()
202 DecimalQuantityTest.assertBigDecimalEquals(alert + "After conversion to exact BCD (BigDecimal)", in checkDoubleBehavior()
/third_party/ltp/testcases/kernel/mce-test/stress/tools/fs-metadata/
H A Dfs-metadata.sh73 alert "File system metadata testing script v0.12 \n"
88 alert "\nWe suggest you to run the script in a standalone partition, you can format\n"
89 alert "it after test finished!\n"
96 function alert() function
/third_party/nghttp2/src/
H A Dquic.cc50 Error err_transport_tls(int alert) { in err_transport_tls() argument
52 NGTCP2_CRYPTO_ERROR | alert)}; in err_transport_tls()
/third_party/libwebsockets/minimal-examples/ws-server/minimal-ws-broker/mount-origin/
H A Dexample.js52 alert("<p>Error " + exception);
68 alert("<p>Error " + exception);
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dcallbacks.rs168 let mut alert = SslAlert(*al); in raw_sni() variables
170 let r = (*callback)(ssl, &mut alert); in raw_sni()
171 *al = alert.0; in raw_sni()
605 Err(alert) => { in raw_custom_ext_add()
606 *al = alert.0; in raw_custom_ext_add()
665 Err(alert) => { in raw_custom_ext_parse()
666 *al = alert.0; in raw_custom_ext_parse()
687 let mut alert = SslAlert(*al); variables
689 let r = (*callback)(ssl, &mut alert);
690 *al = alert
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dtls_gnutls.c316 * and "close notify" shutdown alert would confuse AS. */ in tls_connection_shutdown()
1474 gnutls_alert_description_t alert; in tls_connection_handshake() local
1490 ev.alert.is_local = 1; in tls_connection_handshake()
1491 ev.alert.type = "fatal"; in tls_connection_handshake()
1492 ev.alert.description = "insufficient security"; in tls_connection_handshake()
1504 alert = gnutls_alert_get(conn->session); in tls_connection_handshake()
1505 wpa_printf(MSG_DEBUG, "%s - received fatal '%s' alert", in tls_connection_handshake()
1506 __func__, gnutls_alert_get_name(alert)); in tls_connection_handshake()
1510 ev.alert.is_local = 0; in tls_connection_handshake()
1511 ev.alert in tls_connection_handshake()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dtls_gnutls.c316 * and "close notify" shutdown alert would confuse AS. */ in tls_connection_shutdown()
1474 gnutls_alert_description_t alert; in tls_connection_handshake() local
1490 ev.alert.is_local = 1; in tls_connection_handshake()
1491 ev.alert.type = "fatal"; in tls_connection_handshake()
1492 ev.alert.description = "insufficient security"; in tls_connection_handshake()
1504 alert = gnutls_alert_get(conn->session); in tls_connection_handshake()
1505 wpa_printf(MSG_DEBUG, "%s - received fatal '%s' alert", in tls_connection_handshake()
1506 __func__, gnutls_alert_get_name(alert)); in tls_connection_handshake()
1510 ev.alert.is_local = 0; in tls_connection_handshake()
1511 ev.alert in tls_connection_handshake()
[all...]
/third_party/node/deps/openssl/openssl/util/perl/TLSProxy/
H A DMessage.pm148 my $alert;
161 $alert = undef;
291 $alert = TLSProxy::Alert->new(
413 sub alert subroutine
415 return $alert;

Completed in 17 milliseconds

1234567