Home
last modified time | relevance | path

Searched refs:alert (Results 1 – 25 of 216) sorted by relevance

123456789

/third_party/typescript/tests/baselines/reference/
DnoCollisionThisExpressionAndLocalVarInLambda.types2 declare function alert(message?: any): void;
3 >alert : { (message?: any): void; (message?: any): void; }
26 alert(x.doStuff(x => alert(x)));
27 >alert(x.doStuff(x => alert(x))) : void
28 >alert : { (message?: any): void; (message?: any): void; }
29 >x.doStuff(x => alert(x)) : () => any
33 >x => alert(x) : (x: any) => void
35 >alert(x) : void
36 >alert : { (message?: any): void; (message?: any): void; }
DcollisionThisExpressionAndLocalVarInLambda.types2 declare function alert(message?: any): void;
3 >alert : { (message?: any): void; (message?: any): void; }
26 alert(x.doStuff(x => alert(x)));
27 >alert(x.doStuff(x => alert(x))) : void
28 >alert : { (message?: any): void; (message?: any): void; }
29 >x.doStuff(x => alert(x)) : () => any
33 >x => alert(x) : (x: any) => void
35 >alert(x) : void
36 >alert : { (message?: any): void; (message?: any): void; }
DcollisionThisExpressionAndLocalVarInLambda.symbols2 declare function alert(message?: any): void;
3 >alert : Symbol(alert, Decl(lib.dom.d.ts, --, --), Decl(collisionThisExpressionAndLocalVarInLambda.…
21 alert(x.doStuff(x => alert(x)));
22 >alert : Symbol(alert, Decl(lib.dom.d.ts, --, --), Decl(collisionThisExpressionAndLocalVarInLambda.…
27 >alert : Symbol(alert, Decl(lib.dom.d.ts, --, --), Decl(collisionThisExpressionAndLocalVarInLambda.…
DnoCollisionThisExpressionAndLocalVarInLambda.symbols2 declare function alert(message?: any): void;
3 >alert : Symbol(alert, Decl(lib.dom.d.ts, --, --), Decl(noCollisionThisExpressionAndLocalVarInLambd…
21 alert(x.doStuff(x => alert(x)));
22 >alert : Symbol(alert, Decl(lib.dom.d.ts, --, --), Decl(noCollisionThisExpressionAndLocalVarInLambd…
27 >alert : Symbol(alert, Decl(lib.dom.d.ts, --, --), Decl(noCollisionThisExpressionAndLocalVarInLambd…
DcollisionThisExpressionAndLocalVarInLambda.js2 declare function alert(message?: any): void;
10 alert(x.doStuff(x => alert(x)));
20 alert(x.doStuff(function (x) { return alert(x); }));
DnoCollisionThisExpressionAndLocalVarInLambda.js2 declare function alert(message?: any): void;
9 alert(x.doStuff(x => alert(x)));
18 alert(x.doStuff(function (x) { return alert(x); }));
DintersectionTypeInference1.types4 function alert(s: string) {}
5 >alert : (s: string) => void
8 const parameterFn = (props:{store:string}) => alert(props.store)
10 >(props:{store:string}) => alert(props.store) : (props: { store: string;}) => void
13 >alert(props.store) : void
14 >alert : (s: string) => void
DintersectionTypeInference1.symbols4 function alert(s: string) {}
5 >alert : Symbol(alert, Decl(intersectionTypeInference1.ts, 0, 0))
8 const parameterFn = (props:{store:string}) => alert(props.store)
12 >alert : Symbol(alert, Decl(intersectionTypeInference1.ts, 0, 0))
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); };
/third_party/flutter/skia/third_party/externals/sdl/src/video/cocoa/
DSDL_cocoamessagebox.m36 - (void) alertDidEnd:(NSAlert *)alert returnCode:(NSInteger)returnCode contextInfo:(void *)contextI…
46 /* Retain the NSWindow because we'll show the alert later on the main thread */
57 - (void)showAlert:(NSAlert*)alert
60 …[alert beginSheetModalForWindow:nswindow modalDelegate:self didEndSelector:@selector(alertDidEnd:r…
67 clicked = [alert runModal];
71 - (void) alertDidEnd:(NSAlert *)alert returnCode:(NSInteger)returnCode contextInfo:(void *)contextI…
86 NSAlert* alert = [[[NSAlert alloc] init] autorelease];
89 [alert setAlertStyle:NSCriticalAlertStyle];
91 [alert setAlertStyle:NSWarningAlertStyle];
93 [alert setAlertStyle:NSInformationalAlertStyle];
[all …]
/third_party/cef/libcef/browser/native/
Djavascript_dialog_runner_mac.mm27 - (NSAlert*)alert; method
29 - (void)alertDidEnd:(NSAlert*)alert
46 - (NSAlert*)alert { method
61 - (void)alertDidEnd:(NSAlert*)alert
108 NSAlert* alert = [helper_ alert];
114 [alert setDelegate:helper_];
115 [alert setInformativeText:base::SysUTF16ToNSString(message_text)];
132 [alert setMessageText:base::SysUTF16ToNSString(label)];
134 [alert addButtonWithTitle:@"OK"];
136 NSButton* other = [alert addButtonWithTitle:@"Cancel"];
[all …]
/third_party/openssl/doc/man3/
DSSL_alert_type_string.pod5 …g, SSL_alert_desc_string, SSL_alert_desc_string_long - get textual description of alert information
20 type of the alert specified by B<value>.
22 SSL_alert_type_string_long() returns a string indicating the type of the alert
26 describing the reason of the alert specified by B<value>.
29 of the alert specified by B<value>.
34 a special situation, it sends an alert. The alert is sent as a special message
38 A warning alert is sent, when a non-fatal error condition occurs. The
39 "close notify" alert is sent as a warning alert. Other examples for
41 "unsupported certificate"), for which a warning alert may be sent.
44 alert on it discretion.
[all …]
DSSL_shutdown.pod16 close_notify shutdown alert to the peer.
18 SSL_shutdown() tries to send the close_notify shutdown alert to the peer.
28 shutdown alert, and reception of the peer's close_notify shutdown alert.
31 It is acceptable for an application to only send its shutdown alert and
69 to wait for the peer's close_notify alert.
74 state but not actually send the close_notify alert messages,
80 data has been received and doesn't wait for the close_notify alert
83 There are implementations that do not send the required close_notify alert.
85 that all data has been received, do not wait for the peer's close_notify alert.
86 Waiting for the close_notify alert when the peer just closes the connection
[all …]
/third_party/flutter/skia/third_party/externals/sdl/src/video/uikit/
DSDL_uikitmessagebox.m45 /* Run the main event loop until the alert has finished */
69 UIAlertController *alert;
70 alert = [UIAlertController alertControllerWithTitle:@(messageboxdata->title)
87 [alert addAction:action];
105 [window.rootViewController presentViewController:alert animated:YES completion:nil];
147 UIAlertView *alert = [[UIAlertView alloc] init];
150 alert.delegate = delegate;
151 alert.title = @(messageboxdata->title);
152 alert.message = @(messageboxdata->message);
155 [alert addButtonWithTitle:@(buttons[i].text)];
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/tls/
Dtlsv1_record.c280 u8 *out_data, size_t *out_len, u8 *alert) in tlsv1_record_receive() argument
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()
430 *alert = TLS_ALERT_BAD_RECORD_MAC; in tlsv1_record_receive()
441 *alert = TLS_ALERT_INTERNAL_ERROR; in tlsv1_record_receive()
455 *alert = TLS_ALERT_INTERNAL_ERROR; in tlsv1_record_receive()
464 *alert = TLS_ALERT_BAD_RECORD_MAC; in tlsv1_record_receive()
[all …]
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()
382 alert = out_pos[1]; in tlsv1_client_decrypt()
[all …]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/tls/
Dtlsv1_record.c280 u8 *out_data, size_t *out_len, u8 *alert) in tlsv1_record_receive() argument
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()
430 *alert = TLS_ALERT_BAD_RECORD_MAC; in tlsv1_record_receive()
441 *alert = TLS_ALERT_INTERNAL_ERROR; in tlsv1_record_receive()
455 *alert = TLS_ALERT_INTERNAL_ERROR; in tlsv1_record_receive()
464 *alert = TLS_ALERT_BAD_RECORD_MAC; in tlsv1_record_receive()
[all …]
/third_party/openssl/test/ssl-tests/
D09-alpn.cnf8 test-3 = 3-alpn-alert-on-mismatch
18 test-13 = 13-alpn-alert-on-mismatch-resumption
116 [3-alpn-alert-on-mismatch]
117 ssl_conf = 3-alpn-alert-on-mismatch-ssl
119 [3-alpn-alert-on-mismatch-ssl]
120 server = 3-alpn-alert-on-mismatch-server
121 client = 3-alpn-alert-on-mismatch-client
123 [3-alpn-alert-on-mismatch-server]
128 [3-alpn-alert-on-mismatch-client]
136 server = 3-alpn-alert-on-mismatch-server-extra
[all …]
/third_party/openssl/test/recipes/
D70-test_tls13alerts.t43 my $alert = TLSProxy::Message->alert();
44 ok(TLSProxy::Message->fail() && !$alert->server() && !$alert->encrypted(), "Client sends an unecryp…
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/
DBundleGroupCreationDialog.java60 String alert = Resources.getTranslation("error_create_group") + " " + in processKeyEvent() local
62 …JOptionPane.showMessageDialog(this, alert, Resources.getTranslation("error"), JOptionPane.ERROR_ME… in processKeyEvent()
75 String alert = Resources.getTranslation("error_no_bundle_for_group"); in initComponents() local
76 …JOptionPane.showMessageDialog(this, alert, Resources.getTranslation("error"), JOptionPane.ERROR_ME… in initComponents()
113 String alert = Resources.getTranslation("error_create_group") + " " + in initComponents()
115 …JOptionPane.showMessageDialog(dialog, alert, Resources.getTranslation("error"), JOptionPane.ERROR_… in initComponents()
DBundleGroupEditDialog.java54 String alert = Resources.getTranslation("error_modify_group"); in processKeyEvent() local
55 JOptionPane.showMessageDialog(this, alert, Resources.getTranslation("error_internal"), in processKeyEvent()
76 String alert = Resources.getTranslation("error_modify_group"); in initComponents() local
77 …JOptionPane.showMessageDialog(this, alert, Resources.getTranslation("error_internal"), JOptionPane… in initComponents()
115 String alert = Resources.getTranslation("error_modify_group"); in initComponents()
116 JOptionPane.showMessageDialog(dialog, alert, Resources.getTranslation("error_internal"), in initComponents()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/number/
DExhaustiveNumberTest.java179 String alert = "UNEXPECTED FAILURE: PLEASE REPORT THIS MESSAGE TO THE ICU TEAM: "; in testConvertToAccurateDouble() local
185 checkDoubleBehavior(d, false, alert); in testConvertToAccurateDouble()
189 private static void checkDoubleBehavior(double d, boolean explicitRequired, String alert) { in checkDoubleBehavior() argument
192 assertTrue(alert + "Should be using approximate double", !fq.explicitExactDouble); in checkDoubleBehavior()
196 assertTrue(alert + "Should not be using approximate double", fq.explicitExactDouble); in checkDoubleBehavior()
199 … .assertDoubleEquals(alert + "After conversion to exact BCD (double)", d, fq.toDouble()); in checkDoubleBehavior()
200 … DecimalQuantityTest.assertBigDecimalEquals(alert + "After conversion to exact BCD (BigDecimal)", in checkDoubleBehavior()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/number/
DExhaustiveNumberTest.java182 String alert = "UNEXPECTED FAILURE: PLEASE REPORT THIS MESSAGE TO THE ICU TEAM: "; in testConvertToAccurateDouble() local
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/typescript/tests/cases/compiler/
DcollisionThisExpressionAndLocalVarInLambda.ts1 declare function alert(message?: any): void; function
9 alert(x.doStuff(x => alert(x)));
DnoCollisionThisExpressionAndLocalVarInLambda.ts1 declare function alert(message?: any): void; function
8 alert(x.doStuff(x => alert(x)));

123456789