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

1 2 3 4 5 6 7 8 9

  /external/vboot_reference/utility/
enable_dev_usb_boot 6 alert() { function
11 alert "ERROR: $*"
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/dialog/
DurationPickerDialog.java 41 AlertDialog.Builder alert = new AlertDialog.Builder(activity); local
42 alert.setIcon(R.drawable.ic_dialog_time);
43 alert.setTitle(title);
44 alert.setView(picker);
45 alert.setPositiveButton("Set", new DialogInterface.OnClickListener() {
51 alert.setOnCancelListener(new DialogInterface.OnCancelListener() {
57 alert.show();
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiAPITest.java 109 AlertDialog.Builder alert = new AlertDialog.Builder(getContext()); local
110 alert.setTitle("Input");
111 alert.setMessage("Enter Network ID");
114 alert.setView(input);
115 alert.setPositiveButton("Ok", new DialogInterface.OnClickListener() {
128 alert.setNegativeButton("Cancel", new DialogInterface.OnClickListener() {
133 alert.show();
135 AlertDialog.Builder alert = new AlertDialog.Builder(getContext()); local
136 alert.setTitle("Input");
137 alert.setMessage("Enter Network ID")
    [all...]
  /external/chromium-trace/catapult/dashboard/dashboard/models/
stoppage_alert_test.py 29 alert = stoppage_alert.CreateStoppageAlert(test, row)
30 alert.put()
31 self.assertFalse(alert.internal_only)
32 self.assertEqual(test.sheriff, alert.sheriff)
33 self.assertEqual(test.key, alert.test)
34 self.assertEqual(row.revision, alert.revision)
35 self.assertEqual(row.revision, alert.start_revision)
36 self.assertEqual(row.revision, alert.end_revision)
37 self.assertFalse(alert.mail_sent)
38 self.assertIsNone(alert.bug_id
    [all...]
  /external/autotest/server/cros/ap_configurators/
netgear2000_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()
29 alert.accept()
31 alert.accept()
33 alert.accept()
35 alert.accept(
    [all...]
belkinF9K1001_ap_configurator.py 21 def _security_alert(self, alert):
22 text = alert.text
24 alert.accept()
26 alert.accept()
28 alert.accept()
30 alert.accept()
32 alert.accept()
34 alert.accept()
linksyse_dual_band_configurator.py 20 def _alert_handler(self, alert):
21 """Checks for any modal dialogs which popup to alert the user and
22 either raises a RuntimeError or ignores the alert.
25 alert: The modal dialog's contents.
27 text = alert.text
31 alert.accept()
33 alert.accept()
35 alert.accept()
37 alert.accept()
39 alert.accept(
    [all...]
netgear4300_ap_configurator.py 18 def _alert_handler(self, alert):
19 """Checks for any modal dialogs which popup to alert the user and
20 either raises a RuntimeError or ignores the alert.
22 @param alert: The modal dialog's contents.
24 text = alert.text
28 alert.accept()
30 alert.accept()
32 alert.accept()
34 alert.accept()
38 super(Netgear4300APConfigurator, self)._alert_handler(alert)
    [all...]
dlink_dir505l_ap_configurator.py 19 def _alert_handler(self, alert):
20 """Checks for any modal dialogs which popup to alert the user and
21 either raises a RuntimeError or ignores the alert.
24 alert: The modal dialog's contents.
26 text = alert.text
28 alert.accept()
30 alert.accept()
32 alert.accept()
34 raise RuntimeError('We have an unhandled alert: %s' % text)
95 # Second alert may pop-up, so we must send it to our alert handle
    [all...]
netgear3700_ap_configurator.py 15 def _alert_handler(self, alert):
16 """Checks for any modal dialogs which popup to alert the user and
17 either raises a RuntimeError or ignores the alert.
19 @param alert: the modal dialog's contents.
21 text = alert.text
25 alert.accept()
27 super(Netgear3700APConfigurator, self)._alert_handler(alert)
netgearR6200_ap_configurator.py 16 def _alert_handler(self, alert):
17 """Checks for any modal dialogs which popup to alert the user and
18 either raises a RuntimeError or ignores the alert.
20 @param alert: The modal dialog's contents.
22 text = alert.text
24 alert.accept()
26 super(NetgearR6200APConfigurator, self)._alert_handler(alert)
dlink_dir655_ap_configurator.py 22 def _alert_handler(self, alert):
23 """Checks for any modal dialogs which popup to alert the user and
24 either raises a RuntimeError or ignores the alert.
27 alert: The modal dialog's contents.
29 text = alert.text
31 alert.accept()
33 alert.accept()
35 alert.accept()
38 alert.accept()
39 raise RuntimeError('Invalid configuration, alert message:\n%s
    [all...]
linksyse_single_band_configurator.py 27 def _sec_alert(self, alert):
28 text = alert.text
30 alert.accept()
32 alert.accept()
34 alert.accept()
37 alert.accept()
39 alert.accept()
43 alert.accept()
45 raise RuntimeError('Unhandled alert message: %s' % text)
141 # a alert dialog
    [all...]
netgear_WNDR_dual_band_configurator.py 20 def _alert_handler(self, alert):
21 """Checks for any modal dialogs which popup to alert the user and
22 either raises a RuntimeError or ignores the alert.
25 alert: The modal dialog's contents.
27 text = alert.text
29 alert.accept()
32 alert.accept()
35 alert.accept()
37 alert.accept()
39 alert.accept(
    [all...]
medialink_ap_configurator.py 26 def _alert_handler(self, alert):
27 text = alert.text
29 alert.accept()
30 raise RuntimeError('We got an alert. %s' % text)
32 alert.accept()
35 alert.accept()
38 alert.accept()
41 alert.accept()
43 raise RuntimeError('We have an unhandled alert: %s' % text)
belkinF9K1102_ap_configurator.py 22 def _security_alert(self, alert):
23 text = alert.text
25 alert.accept()
27 alert.accept()
29 alert.accept()
32 'button to generate a key first' % alert.text)
34 raise RuntimeError('Unknown alert dialog' + alert.text)
235 alert = self.driver.switch_to_alert()
236 alert.accept(
    [all...]
belkinF9K1103_ap_configurator.py 19 def _security_alert(self, alert):
20 text = alert.text
22 alert.accept()
24 alert.accept()
26 alert.accept()
128 if (not any(alert in message for alert in [
129 'unexpected alert open', 'An open modal dialog blocked'])):
240 alert = self.driver.switch_to_alert()
241 alert.accept(
    [all...]
  /external/chromium-trace/catapult/dashboard/dashboard/
send_stoppage_alert_emails.py 5 """A request handler to send alert summary emails to sheriffs on duty."""
89 for alert in stoppage_alerts:
90 alert.mail_sent = True
133 def _AlertRowDict(alert):
134 """Returns a dict with information to print about one stoppage alert."""
135 test_path = utils.TestPath(alert.GetTestMetadataKey())
137 'rev': alert.revision,
140 'stdio_link': _StdioLink(alert),
144 def _StdioLink(alert):
146 row = alert.row.get(
    [all...]
email_template.py 255 def GetGroupReportPageLink(alert):
256 """Gets a URL for viewing a graph for an alert and possibly related alerts."""
258 if alert and alert.key:
260 return link_template % alert.key.urlsafe()
262 test_path = utils.TestPath(alert.GetTestMetadataKey())
263 return GetReportPageLink(test_path, rev=alert.end_revision)
266 def GetAlertInfo(alert, test):
267 """Gets the alert info formatted for the given alert and test
    [all...]
alerts_test.py 109 for alert in anomaly_list:
110 self.assertEqual(expected_end_rev, alert['end_revision'])
111 self.assertEqual(expected_end_rev - 5, alert['start_revision'])
112 self.assertEqual(key_map[expected_end_rev], alert['key'])
113 self.assertEqual('ChromiumGPU', alert['master'])
114 self.assertEqual('linux-release', alert['bot'])
115 self.assertEqual('scrolling-benchmark', alert['testsuite'])
117 self.assertEqual('first_paint', alert['test'])
119 self.assertEqual('mean_frame_time', alert['test'])
120 self.assertEqual('100.0%', alert['percent_changed']
    [all...]
  /external/chromium-libpac/test/js-unittest/
bindings.js 33 // Call alert with some wonky arguments.
34 alert();
35 alert(null);
36 alert(undefined);
37 alert({foo:'bar'});
40 // to alert in the bindings.
42 alert(new MyObject());
44 alert(e);
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
AlertDialogTest.java 36 AlertDialog alert = builder.create(); local
37 alert.show();
39 assertThat(alert.isShowing(), equalTo(true));
41 ShadowAlertDialog shadowAlertDialog = shadowOf(alert);
46 assertThat(ShadowAlertDialog.getLatestAlertDialog(), sameInstance(alert));
80 AlertDialog alert = builder.create(); local
82 ShadowAlertDialog shadowAlertDialog = shadowOf(alert);
97 AlertDialog alert = builder.create(); local
98 ShadowAlertDialog shadowAlertDialog = shadowOf(alert);
109 AlertDialog alert = builder.create() local
120 AlertDialog alert = builder.create(); local
216 AlertDialog alert = builder.create(); local
259 AlertDialog alert = builder.create(); local
289 AlertDialog alert = builder.create(); local
308 AlertDialog alert = builder.create(); local
334 AlertDialog alert = builder.create(); local
    [all...]
  /external/ImageMagick/scripts/
xsnap 43 # Create an alert window and display a message to the user.
45 proc Alert {dograb message args} {
47 # Initialize alert window.
49 catch {destroy .alert}
50 toplevel .alert -class alert
51 wm title .alert Alert
52 wm iconname .alert alert
    [all...]
  /external/okhttp/website/static/
jquery-maven-artifact.min.js 7 */(function(e){function n(e,t){var n=e.groupId.replace(/\./g,"/"),r="http://repo1.maven.org/maven2/"+n+"/"+e.artifactId+"/"+t+"/"+e.artifactId+"-"+t;return typeof e.classifier!="undefined"&&(r+="-"+e.classifier),r+="."+e.packaging,r}function r(e){var t={groupId:"g",artifactId:"a",packaging:"p",classifier:"l"},n="";for(var r in t)t.hasOwnProperty(r)&&e.hasOwnProperty(r)&&(n!==""&&(n+="+AND+"),n+=t[r]+':"'+e[r]+'"');return n}var t={packaging:"jar"};e.fn.artifactVersion=function(i,s){if(typeof i=="undefined"){alert("Error: config object is required.");return}if(typeof s=="undefined"){alert("Error: callback function required.");return}var i=e.extend({},t,i),o="http://search.maven.org/solrsearch/select/?q="+r(i)+"&wt=json&json.wrf=?";e.getJSON(o,function(e){var t=e.response.docs;if(t.length==0)return;var r=t[0].latestVersion||t[0].v,o=n(i,r);s(r,o)})},e.fn.artifactVersions=function(i,s){if(typeof i=="undefined"){alert("Error: config object is required.");return}if(typeof s=="undefined"){alert("Error: callback function required.");return}var i=e.extend({},t,i),o="http://search.maven.org/sol (…)
  /external/wpa_supplicant_8/src/tls/
tlsv1_record.c 271 * @alert: Buffer for returning an alert value on failure
280 u8 *out_data, size_t *out_len, u8 *alert)
311 *alert = TLS_ALERT_PROTOCOL_VERSION;
319 *alert = TLS_ALERT_RECORD_OVERFLOW;
342 *alert = TLS_ALERT_UNEXPECTED_MESSAGE;
351 *alert = TLS_ALERT_INTERNAL_ERROR;
359 *alert = TLS_ALERT_DECRYPTION_FAILED;
368 * TLS v1.0 defines different alert values for various
370 * use the same bad_record_mac alert regardless of th
    [all...]

Completed in 381 milliseconds

1 2 3 4 5 6 7 8 9