HomeSort by relevance Sort by last modified time
    Searched refs:alert (Results 26 - 50 of 99) sorted by null

12 3 4

  /external/wpa_supplicant_8/src/tls/
tlsv1_server.c 112 u8 *msg = NULL, *in_msg, *in_pos, *in_end, alert, ct; local
131 in_msg, &in_msg_len, &alert);
135 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, alert);
142 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, alert);
172 /* Avoid alert loops */
173 wpa_printf(MSG_DEBUG, "TLSv1: Drop alert loop");
239 u8 alert, *out_end, *out_pos, ct; local
251 out_pos, &olen, &alert);
255 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, alert);
262 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, alert);
    [all...]
tlsv1_record.h 69 u8 *out_data, size_t *out_len, u8 *alert);
tlsv1_client_write.c 833 u8 *alert, *pos, *length; local
835 wpa_printf(MSG_DEBUG, "TLSv1: Send Alert(%d:%d)", level, description);
838 alert = os_malloc(10);
839 if (alert == NULL)
842 pos = alert;
856 /* Alert */
863 *out_len = pos - alert;
865 return alert;
tlsv1_server_write.c 768 u8 *alert, *pos, *length; local
770 wpa_printf(MSG_DEBUG, "TLSv1: Send Alert(%d:%d)", level, description);
773 alert = os_malloc(10);
774 if (alert == NULL)
777 pos = alert;
791 /* Alert */
798 *out_len = pos - alert;
800 return alert;
  /external/webkit/Source/WebCore/manual-tests/inspector-wrappers/
inspector-wrappers-test-utils.js 1 var truealert = window.alert; // we overwrite window.alert sometimes
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
ChromeClientHaiku.cpp 44 #include <Alert.h>
229 BAlert* alert = new BAlert("JavaScript", BString(msg).String(), "OK"); local
230 alert->Go();
235 BAlert* alert = new BAlert("JavaScript", BString(msg).String(), "Yes", "No"); local
236 return !alert->Go();
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_record.h 72 u8 *out_data, size_t *out_len, u8 *alert);
tlsv1_client.c 137 u8 *msg = NULL, *in_msg, *in_pos, *in_end, alert, ct; local
160 in_msg, &in_msg_len, &alert)) {
163 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, alert);
262 u8 alert, *out_end, *out_pos; local
281 out_pos, &olen, &alert);
285 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, alert);
tlsv1_server.c 116 u8 *msg = NULL, *in_msg, *in_pos, *in_end, alert, ct; local
134 in_msg, &in_msg_len, &alert)) {
137 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, alert);
167 /* Avoid alert loops */
168 wpa_printf(MSG_DEBUG, "TLSv1: Drop alert loop");
236 u8 alert, *out_end, *out_pos; local
255 out_pos, &olen, &alert);
259 tlsv1_server_alert(conn, TLS_ALERT_LEVEL_FATAL, alert);
tlsv1_client_write.c 770 u8 *alert, *pos, *length; local
772 wpa_printf(MSG_DEBUG, "TLSv1: Send Alert(%d:%d)", level, description);
775 alert = os_malloc(10);
776 if (alert == NULL)
779 pos = alert;
792 /* Alert */
799 *out_len = pos - alert;
801 return alert;
tlsv1_server_write.c 764 u8 *alert, *pos, *length; local
766 wpa_printf(MSG_DEBUG, "TLSv1: Send Alert(%d:%d)", level, description);
769 alert = os_malloc(10);
770 if (alert == NULL)
773 pos = alert;
786 /* Alert */
793 *out_len = pos - alert;
795 return alert;
  /system/netd/
BandwidthController.h 87 : ifaceName(ifn), quota(q), alert(a) {};
90 int64_t alert; member in class:BandwidthController::QuotaInfo
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
SSLRecordProtocol.java 26 * client protocol (handshake, alert, application data protocols)
82 // alert protocol to indicate alerts occurred/received
404 case ContentType.ALERT:
405 alert(fragment[0], fragment[1]); method
431 * Passes the alert information to the alert protocol.
435 protected void alert(byte level, byte description) { method in class:SSLRecordProtocol
439 alertProtocol.alert(level, description);
SSLEngineImpl.java 45 // indicates if close_notify alert had been sent to another peer
47 // indicates if close_notify alert had been received from another peer
62 // alert protocol to be used
143 alertProtocol.alert(AlertProtocol.FATAL,
146 + "alert has been received.");
170 alertProtocol.alert(AlertProtocol.WARNING,
353 // need to send an alert
462 // to appropriate client protocol (alert, handshake, or app)
476 case ContentType.ALERT:
482 String description = "Fatal alert received
    [all...]
  /sdk/monkeyrunner/src/com/android/monkeyrunner/
MonkeyRunner.java 114 @MonkeyRunnerExported(doc = "Display an alert dialog to the process running the current " +
120 "The dialog's title. The default value is 'Alert'.",
123 public static void alert(PyObject[] args, String[] kws) { method in class:MonkeyRunner
128 String title = ap.getString(1, "Alert");
131 alert(message, title, buttonTitle); method
196 * Display an alert dialog.
202 public static void alert(String message, String title, String okTitle) { method in class:MonkeyRunner
  /external/replicaisland/tools/
ExtractPoints.js 61 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/chrome/browser/
browser_browsertest.cc 218 ASCIIToUTF16("alert('Activate!');"));
219 AppModalDialog* alert = ui_test_utils::WaitForAppModalDialog(); local
220 alert->CloseModalDialog();
268 AppModalDialog* alert = ui_test_utils::WaitForAppModalDialog(); local
269 alert->CloseModalDialog();
295 // beforeunload dialog. Then show another alert, to make it easy to verify
299 ASCIIToUTF16("w.close(); alert('bar');"));
300 AppModalDialog* alert = ui_test_utils::WaitForAppModalDialog(); local
301 alert->native_dialog()->AcceptAppModalDialog();
303 alert = ui_test_utils::WaitForAppModalDialog()
    [all...]
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/
CdmaSmsTest.java 275 assertEquals(bearerData.alert, BearerData.ALERT_HIGH_PRIO);
322 assertEquals(bearerData.alert, BearerData.ALERT_HIGH_PRIO);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CameraPreview.java 123 AlertDialog alert = builder.create(); local
124 alert.show();
  /external/webkit/LayoutTests/fast/encoding/resources/
parser-tests.js 64 function alert() { } function
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
TagVerifierActivity.java 379 AlertDialog alert = (AlertDialog) dialog;
380 alert.setTitle(isMatch
383 alert.setMessage(getString(R.string.nfc_result_message, expectedContent, actualContent));
  /frameworks/base/services/java/com/android/server/
LocationManagerService.java 1597 ProximityAlert alert = mProximityAlerts.get(i); local
1668 ProximityAlert alert = new ProximityAlert(Binder.getCallingUid(), local
    [all...]
  /external/chromium/chrome/browser/resources/
bug_report.js 81 alert(localStrings.getString('no-issue-selected'));
84 alert(localStrings.getString('no-description'));
  /packages/apps/Contacts/src/com/android/contacts/
SpecialCharSequenceMgr.java 264 AlertDialog alert = new AlertDialog.Builder(context) local
276 AlertDialog alert = new AlertDialog.Builder(context) local
  /packages/apps/Settings/src/com/android/settings/
DreamComponentPreference.java 209 AlertDialog alert = new AlertDialog.Builder(getContext()) local
234 alert.show();

Completed in 317 milliseconds

12 3 4