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

1 2 3 4 5 6 7 8 91011>>

  /external/boringssl/src/ssl/test/runner/
alert.go 9 type alert uint8 type
12 // alert level
18 alertCloseNotify alert = 0
19 alertEndOfEarlyData alert = 1
20 alertUnexpectedMessage alert = 10
21 alertBadRecordMAC alert = 20
22 alertDecryptionFailed alert = 21
23 alertRecordOverflow alert = 22
24 alertDecompressionFailure alert = 30
25 alertHandshakeFailure alert = 4
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
alert.go 9 type alert uint8 type
12 // alert level
18 alertCloseNotify alert = 0
19 alertUnexpectedMessage alert = 10
20 alertBadRecordMAC alert = 20
21 alertDecryptionFailed alert = 21
22 alertRecordOverflow alert = 22
23 alertDecompressionFailure alert = 30
24 alertHandshakeFailure alert = 40
25 alertBadCertificate alert = 4
    [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
alert.go 9 type alert uint8 type
12 // alert level
18 alertCloseNotify alert = 0
19 alertUnexpectedMessage alert = 10
20 alertBadRecordMAC alert = 20
21 alertDecryptionFailed alert = 21
22 alertRecordOverflow alert = 22
23 alertDecompressionFailure alert = 30
24 alertHandshakeFailure alert = 40
25 alertBadCertificate alert = 4
    [all...]
  /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/Dialer/java/com/android/dialer/app/alert/
AlertManager.java 17 package com.android.dialer.app.alert;
24 /** Inflates <code>layoutId</code> into a view that is ready to be inserted as an alert. */
  /system/libufdt/tests/
common.sh 16 alert() { function
run_tests.sh 33 alert "${description}"
39 alert "========== Running Tests of libufdt =========="
  /external/walt/ios/WALT/
WALTAppDelegate.m 34 UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"System Error"
39 [alert show];
52 UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"WALT Connection Error" error:error];
53 [alert show];
MenuController.m 72 UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"WALT Connection Error"
77 [alert show];
106 UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Log Write Error"
108 [alert show];
111 UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"Log Write Error"
116 [alert show];
140 UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"WALT Connection Error"
142 [alert show];
ScreenResponseController.m 76 UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"WALT Connection Error" error:error];
77 [alert show];
83 UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"WALT Response Error"
88 [alert show];
135 UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"WALT Connection Error" error:error];
136 [alert show];
148 UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"WALT Connection Error" error:error];
149 [alert show];
155 UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"WALT Response Error"
160 [alert show]
    [all...]
SettingsController.m 45 UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"WALT Connection Error" error:error];
46 [alert show];
62 UIAlertView *alert = [[UIAlertView alloc] initWithTitle:@"WALT Connection Error" error:error];
63 [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/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)
  /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...]
  /prebuilts/go/darwin-x86/src/html/template/
content_test.go 20 JS(`c && alert("Hello, World!");`),
66 `c &amp;&amp; alert(&#34;Hello, World!&#34;);`,
92 `c&#32;&amp;&amp;&#32;alert(&#34;Hello,&#32;World!&#34;);`,
105 `c &amp;&amp; alert(&#34;Hello, World!&#34;);`,
118 `c &amp;&amp; alert(&#34;Hello, World!&#34;);`,
124 `<script>alert({{.}})</script>`,
131 `c && alert("Hello, World!");`,
138 `<button onclick="alert({{.}})">`,
145 `c &amp;&amp; alert(&#34;Hello, World!&#34;);`,
152 `<script>alert("{{.}}")</script>`
    [all...]
  /prebuilts/go/linux-x86/src/html/template/
content_test.go 20 JS(`c && alert("Hello, World!");`),
66 `c &amp;&amp; alert(&#34;Hello, World!&#34;);`,
92 `c&#32;&amp;&amp;&#32;alert(&#34;Hello,&#32;World!&#34;);`,
105 `c &amp;&amp; alert(&#34;Hello, World!&#34;);`,
118 `c &amp;&amp; alert(&#34;Hello, World!&#34;);`,
124 `<script>alert({{.}})</script>`,
131 `c && alert("Hello, World!");`,
138 `<button onclick="alert({{.}})">`,
145 `c &amp;&amp; alert(&#34;Hello, World!&#34;);`,
152 `<script>alert("{{.}}")</script>`
    [all...]

Completed in 1698 milliseconds

1 2 3 4 5 6 7 8 91011>>