HomeSort by relevance Sort by last modified time
    Searched refs:alert (Results 51 - 75 of 209) sorted by null

1 23 4 5 6 7 8 9

  /prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/
net_dropmon.h 54 struct net_dm_alert_msg alert; member in union:net_dm_user_msg::__anon68281
  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
net_dropmon.h 54 struct net_dm_alert_msg alert; member in union:net_dm_user_msg::__anon69058
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PurgeableBitmap.java 113 AlertDialog alert = builder.create(); local
114 alert.show();
  /external/autotest/server/cros/ap_configurators/
belkinF9K1105_ap_configurator.py 21 def _security_alert(self, alert):
22 text = alert.text
24 alert.accept()
26 alert.accept()
29 'button to generate a key first' % alert.text)
31 raise RuntimeError('Unknown alert dialog' + alert.text)
258 alert = self.driver.switch_to_alert()
259 alert.accept()
web_driver_core_helpers.py 23 """Check for an alert in error message and handle it.
30 message.find('unexpected alert open') != -1):
31 alert = self.driver.switch_to_alert()
32 alert_handler(alert)
38 """Calls the alert handler if there is an alert.
40 @param xpath: The xpath that could raise the alert.
51 message.find('unexpected alert open') == -1):
54 # Sometimes routers put out multiple alert statements on the same page.
59 """Handles the alert
    [all...]
linksyswrt600_ap_configurator.py 16 def _sec_alert(self, alert):
17 text = alert.text
19 alert.accept()
21 alert.accept()
23 self._alert_handler(alert)
trendnet692gr_ap_configurator.py 17 def _alert_handler(self, alert):
18 """Checks for any modal dialogs which popup to alert the user and
19 either raises a RuntimeError or ignores the alert.
21 @param alert: The modal dialog's contents.
23 text = alert.text
25 alert.accept()
100 if "unexpected alert open" in str(e):
101 alert = self.driver.switch_to_alert()
102 self._alert_handler(alert)
trendnet654tr_ap_configurator.py 16 def _alert_handler(self, alert):
18 Checks for any modal dialogs which popup to alert the user and
19 either raises a RuntimeError or ignores the alert.
21 @param alert: The modal dialog's contents.
23 text = alert.text
25 alert.accept()
27 raise RuntimeError('An unexpected alert was thrown: %s' % text)
trendnet731br_ap_configurator.py 141 def _alert_handler(self, alert):
142 """Checks for any modal dialogs which popup to alert the user and
143 either raises a RuntimeError or ignores the alert.
146 alert: The modal dialog's contents.
148 text = alert.text
150 alert.accept()
152 raise RuntimeError('We have an unhandled alert: %s' % text)
trendnet812dru_ap_configurator.py 16 def _alert_handler(self, alert):
18 Checks for any modal dialogs which popup to alert the user and
19 either raises a RuntimeError or ignores the alert.
21 @param alert: The modal dialog's contents.
23 text = alert.text
25 alert.accept()
27 raise RuntimeError('An unexpected alert was thrown: %s' % text)
keeboxw150nr_ap_configurator.py 228 def _alert_handler(self, alert):
229 """Checks for any modal dialogs which popup to alert the user and
230 either raises a RuntimeError or ignores the alert.
233 alert: The modal dialog's contents.
235 text = alert.text
237 alert.accept()
239 alert.accept()
241 raise RuntimeError('We have an unhandled alert: %s' % text)
westerndigitaln600_ap_configurator.py 23 def _sec_alert(self, alert):
24 text = alert.text
26 alert.accept()
28 alert.accept()
30 alert.accept()
32 alert.accept()
34 alert.accept()
337 # WEP does not show up in the list, no alert is thrown.
  /external/chromium-libpac/test/js-unittest/
dns_fail.js 18 alert(e);
  /external/chromium-trace/catapult/dashboard/dashboard/models/
anomaly.py 11 from dashboard.models import alert namespace
21 class Anomaly(alert.Alert):
81 """Sets whether the alert is an improvement for the given test."""
stoppage_alert.py 12 from dashboard.models import alert namespace
18 class StoppageAlert(alert.Alert):
19 """A stoppage alert is an alert for a test no longer receiving new points.
31 # Whether a mail notification has been sent for this alert.
34 # Whether new points have been received for the test after this alert.
76 alert.
  /external/chromium-trace/catapult/dashboard/dashboard/
send_stoppage_alert_emails_test.py 55 for alert in stoppage_alerts:
56 self.assertTrue(alert.mail_sent)
bench_find_anomalies.py 161 logging.debug('Completed alert processing simulation task for bench_name: '
252 a confirmed alert. For example, if an alert was found before at revision
260 "unconfirmed" alerts are all cases where sheriffs triaged the alert wrong and
268 A list of URLs, each of which is for a graph for one unconfirmed alert.
274 # The alert for the this confirmed rev group is "unconfirmed" by the
284 Here, an "extra" alert means an alert that was found by the experimental
294 A list of URLs, each of which is for a graph for one extra alert.
305 """Returns an HTML link to view the graph for an alert.""
    [all...]
group_report.py 111 for Keys for Anomaly entities. (Each key corresponds to an alert)
194 for alert in alert_list:
195 bot_name = alert['master'] + '/' + alert['bot']
196 testsuite = alert['testsuite']
  /external/webrtc/webrtc/modules/video_capture/mac/qtkit/
video_capture_qtkit_info_objc.mm 63 NSAlert* alert = [NSAlert alertWithMessageText:strTitle
67 [alert setAlertStyle:NSInformationalAlertStyle];
68 [alert runModal];
  /packages/apps/DeskClock/src/com/android/deskclock/provider/
Alarm.java 125 if (alarm.alert == null) {
129 values.put(RINGTONE, alarm.alert.toString());
253 public Uri alert; field in class:Alarm
270 this.alert = DataModel.getDataModel().getDefaultAlarmRingtoneUri();
292 alert = RingtoneManager.getDefaultUri(RingtoneManager.TYPE_ALARM);
294 alert = Uri.parse(c.getString(RINGTONE_INDEX));
306 alert = p.readParcelable(null);
333 p.writeParcelable(alert, flags);
346 result.mRingtone = alert;
418 "alert=" + alert
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
NdefPushReceiverActivity.java 141 AlertDialog alert = (AlertDialog) dialog; local
142 alert.setTitle(isMatch
145 alert.setMessage(isMatch
  /external/wpa_supplicant_8/src/tls/
tlsv1_client.c 145 u8 *msg = NULL, *in_msg = NULL, *in_pos, *in_end, alert, ct; local
185 in_msg, &in_msg_len, &alert);
189 tls_alert(conn, TLS_ALERT_LEVEL_FATAL, alert);
312 u8 alert, *out_pos, ct; local
323 alert = TLS_ALERT_INTERNAL_ERROR;
337 alert = TLS_ALERT_INTERNAL_ERROR;
343 out_pos, &olen, &alert);
359 alert = TLS_ALERT_INTERNAL_ERROR;
369 wpa_printf(MSG_DEBUG, "TLSv1: Alert "
371 alert = TLS_ALERT_DECODE_ERROR
    [all...]
tlsv1_common.c 416 const u8 *pos, size_t len, u8 *alert)
425 *alert = TLS_ALERT_DECODE_ERROR;
431 *alert = TLS_ALERT_DECODE_ERROR;
443 *alert = TLS_ALERT_INTERNAL_ERROR;
450 *alert = TLS_ALERT_INTERNAL_ERROR;
457 *alert = TLS_ALERT_DECRYPT_ERROR;
506 *alert = TLS_ALERT_DECRYPT_ERROR;
516 *alert = TLS_ALERT_DECRYPT_ERROR;
tlsv1_record.h 69 u8 *out_data, size_t *out_len, u8 *alert);
  /packages/services/Telephony/src/com/android/phone/
SpecialCharSequenceMgr.java 237 AlertDialog alert = new AlertDialog.Builder(context) local
243 alert.getWindow().setType(WindowManager.LayoutParams.TYPE_PRIORITY_PHONE);
244 alert.show();

Completed in 1329 milliseconds

1 23 4 5 6 7 8 9