Searched refs:alert (Results 51 - 75 of 147) sorted by relevance

123456

/external/wpa_supplicant_8/wpa_supplicant/src/tls/
H A Dtlsv1_record.h69 u8 *out_data, size_t *out_len, u8 *alert);
H A Dtlsv1_client_write.c833 u8 *alert, *pos, *length; local
838 alert = os_malloc(10);
839 if (alert == NULL)
842 pos = alert;
863 *out_len = pos - alert;
865 return alert;
H A Dtlsv1_server_write.c907 u8 *alert, *pos, *length; local
912 alert = os_malloc(10);
913 if (alert == NULL)
916 pos = alert;
937 *out_len = pos - alert;
939 return alert;
H A Dtlsv1_server.c137 u8 *msg = NULL, *in_msg, *in_pos, *in_end, alert, ct; local
156 in_msg, &in_msg_len, &alert);
160 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, alert);
167 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, alert);
197 /* Avoid alert loops */
198 wpa_printf(MSG_DEBUG, "TLSv1: Drop alert loop");
264 u8 alert, *out_end, *out_pos, ct; local
276 out_pos, &olen, &alert);
279 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, alert);
286 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, alert);
[all...]
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_browsertest.cc428 ASCIIToUTF16("alert('Activate!');"));
429 AppModalDialog* alert = ui_test_utils::WaitForAppModalDialog(); local
430 alert->CloseModalDialog();
529 // Test this with multiple alert dialogs to ensure that we can navigate away
534 ASCIIToUTF16("alert('one'); alert('two');"));
535 AppModalDialog* alert = ui_test_utils::WaitForAppModalDialog(); local
536 EXPECT_TRUE(alert->IsValid());
561 AppModalDialog* alert = ui_test_utils::WaitForAppModalDialog(); local
562 EXPECT_TRUE(alert
588 AppModalDialog* alert = ui_test_utils::WaitForAppModalDialog(); local
616 AppModalDialog* alert = ui_test_utils::WaitForAppModalDialog(); local
737 AppModalDialog* alert = ui_test_utils::WaitForAppModalDialog(); local
765 AppModalDialog* alert = ui_test_utils::WaitForAppModalDialog(); local
799 AppModalDialog* alert = ui_test_utils::WaitForAppModalDialog(); local
824 AppModalDialog* alert = ui_test_utils::WaitForAppModalDialog(); local
906 AppModalDialog* alert = ui_test_utils::WaitForAppModalDialog(); local
1943 AppModalDialog* alert = ui_test_utils::WaitForAppModalDialog(); local
[all...]
/external/pdfium/fpdfsdk/include/javascript/
H A Dapp.h125 FX_BOOL alert(OBJ_METHOD_PARAMS);
201 JS_STATIC_METHOD(alert, app);
/external/chromium_org/remoting/host/mac/
H A Dme2me_preference_pane.h130 // that the alert appears as a sheet over the pane (instead of a detached
131 // window), which gives the user an appropriate context for the alert.
135 // alert. This method sets the |restart_pending_or_canceled_| flag on
139 - (void)mismatchAlertDidEnd:(NSAlert*)alert
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dbluetooth_options_browsertest.js305 '<SCRIPT>alert(1)</SCRIPT>',
306 '>\'>\\"><SCRIPT>alert(1)</SCRIPT>',
307 '<IMG SRC=\\"javascript:alert(1)\\">',
313 '[0xC0][0xBC]SCRIPT[0xC0][0xBE]alert(1)[0xC0][0xBC]/SCRIPT[0xC0][0xBE]',
314 '+ADw-SCRIPT+AD4-alert(1)+ADw-/SCRIPT+AD4-',
315 '&#<script>alert(1)</script>;',
316 '<!-- Hello -- world > <SCRIPT>alert(1)</SCRIPT> -->',
317 '<!<!-- Hello world > <SCRIPT>alert(1)</SCRIPT> -->',
319 '<IMG SRC=\\"j[0x00]avascript:alert(1)\\">',
320 '<BASE HREF=\\"javascript:1;/**/\\"><IMG SRC=\\"alert(
[all...]
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-deltablue.js170 alert("Could not satisfy a required constraint!");
179 alert("Cycle encountered");
815 alert("Chain test failed.");
841 if (dst.value != 1170) alert("Projection 1 failed");
843 if (src.value != 5) alert("Projection 2 failed");
847 alert("Projection 3 failed");
852 alert("Projection 4 failed");
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-deltablue.js170 alert("Could not satisfy a required constraint!");
179 alert("Cycle encountered");
815 alert("Chain test failed.");
841 if (dst.value != 1170) alert("Projection 1 failed");
843 if (src.value != 5) alert("Projection 2 failed");
847 alert("Projection 3 failed");
852 alert("Projection 4 failed");
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-deltablue.js170 alert("Could not satisfy a required constraint!");
179 alert("Cycle encountered");
815 alert("Chain test failed.");
841 if (dst.value != 1170) alert("Projection 1 failed");
843 if (src.value != 5) alert("Projection 2 failed");
847 alert("Projection 3 failed");
852 alert("Projection 4 failed");
/external/chromium_org/v8/benchmarks/
H A Ddeltablue.js176 alert("Could not satisfy a required constraint!");
185 alert("Cycle encountered");
821 alert("Chain test failed.");
847 if (dst.value != 1170) alert("Projection 1 failed");
849 if (src.value != 5) alert("Projection 2 failed");
853 alert("Projection 3 failed");
858 alert("Projection 4 failed");
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dnfc_debug.js345 * alert.
348 alert(loadTimeData.getString('errorFailedToSetPowerText'));
353 * alert.
356 alert(loadTimeData.getString('errorFailedToSetPollingText'));
365 alert(loadTimeData.getString('errorFailedToSubmitPrefixText') +
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/mac/
H A DAPPRTCViewController.m302 NSAlert* alert = [[NSAlert alloc] init];
303 [alert setMessageText:message];
304 [alert runModal];
/external/wpa_supplicant_8/hostapd/src/tls/
H A Dtlsv1_client_write.c833 u8 *alert, *pos, *length; local
838 alert = os_malloc(10);
839 if (alert == NULL)
842 pos = alert;
863 *out_len = pos - alert;
865 return alert;
H A Dtlsv1_server_write.c907 u8 *alert, *pos, *length; local
912 alert = os_malloc(10);
913 if (alert == NULL)
916 pos = alert;
937 *out_len = pos - alert;
939 return alert;
H A Dtlsv1_server.c137 u8 *msg = NULL, *in_msg, *in_pos, *in_end, alert, ct; local
156 in_msg, &in_msg_len, &alert);
160 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, alert);
167 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, alert);
197 /* Avoid alert loops */
198 wpa_printf(MSG_DEBUG, "TLSv1: Drop alert loop");
264 u8 alert, *out_end, *out_pos, ct; local
276 out_pos, &olen, &alert);
279 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, alert);
286 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, alert);
[all...]
/external/wpa_supplicant_8/src/tls/
H A Dtlsv1_client_write.c833 u8 *alert, *pos, *length; local
838 alert = os_malloc(10);
839 if (alert == NULL)
842 pos = alert;
863 *out_len = pos - alert;
865 return alert;
H A Dtlsv1_server_write.c907 u8 *alert, *pos, *length; local
912 alert = os_malloc(10);
913 if (alert == NULL)
916 pos = alert;
937 *out_len = pos - alert;
939 return alert;
H A Dtlsv1_server.c137 u8 *msg = NULL, *in_msg, *in_pos, *in_end, alert, ct; local
156 in_msg, &in_msg_len, &alert);
160 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, alert);
167 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, alert);
197 /* Avoid alert loops */
198 wpa_printf(MSG_DEBUG, "TLSv1: Drop alert loop");
264 u8 alert, *out_end, *out_pos, ct; local
276 out_pos, &olen, &alert);
279 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, alert);
286 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, alert);
[all...]
/external/replicaisland/tools/
H A DExtractPoints.js61 alert("Path has no sub items!");
94 alert("Zero length normal calculated at path " + pathIndex);
99 alert("Normal of invalid length (" + normalLength2 + ") found at path " + pathIndex);
/external/chromium_org/chrome/browser/resources/net_internals/
H A Dexport_view.js175 alert('Please fill in the text field!');
/external/chromium_org/chrome/browser/ui/ash/
H A Dchrome_shell_delegate_chromeos.cc173 ash::AccessibilityAlert alert) OVERRIDE {
176 switch (alert) {
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
H A Dscenes.js219 alert('Could not load file.');
227 alert(e);
/external/chromium_org/third_party/tlslite/tests/
H A Dtlstest.py151 except TLSLocalAlert as alert:
152 if alert.description != AlertDescription.illegal_parameter:
259 except TLSRemoteAlert as alert:
260 if alert.description != AlertDescription.bad_record_mac:
516 except TLSRemoteAlert as alert:
517 if alert.description != AlertDescription.illegal_parameter:
624 except TLSLocalAlert as alert:
625 if alert.description != AlertDescription.bad_record_mac:

Completed in 2140 milliseconds

123456