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

1 2 3 45 6 7 8 91011>>

  /external/autotest/server/cros/ap_configurators/
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.
netgear_single_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
28 raise RuntimeError('We have an unhandeled alert. %s' % text)
linksyse2000_ap_configurator.py 17 def _sec_alert(self, alert):
18 text = alert.text
20 alert.accept()
22 alert.accept()
24 raise RuntimeError('Unhandled alert : %s' % text)
217 # WEP and WPA-Personal do not show up in the list, no alert is thrown.
asus_ap_configurator.py 33 def _invalid_security_handler(self, alert):
34 text = alert.text
37 alert.accept()
belkin_ap_configurator.py 23 def _security_alert(self, alert):
24 text = alert.text
26 alert.accept()
28 raise RuntimeError('Unhandled alert: %s', text)
edimax_ap_configurator.py 220 def _alert_handler(self, alert):
221 """Checks for any modal dialogs which popup to alert the user and
222 either raises a RuntimeError or ignores the alert.
224 @param alert: The modal dialog's contents.
226 text = alert.text
228 alert.accept()
trendnet_ap_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()
  /packages/apps/Dialer/java/com/android/dialer/app/calllog/
CallLogAlertManager.java 24 import com.android.dialer.app.alert.AlertManager;
  /system/libufdt/tests/
run_performance_test.sh 86 alert "========== Running Performance Tests =========="
  /external/boringssl/src/ssl/
custom_extensions.cc 91 int alert = SSL_AD_DECODE_ERROR; local
94 switch (ext->add_callback(ssl, ext->value, &contents, &contents_len, &alert,
123 ssl3_send_alert(ssl, SSL3_AL_FATAL, alert);
handshake_server.cc 721 uint8_t alert = SSL_AD_DECODE_ERROR; local
722 if (!negotiate_version(hs, &alert, &client_hello)) {
723 ssl3_send_alert(ssl, SSL3_AL_FATAL, alert);
907 uint8_t alert = SSL_AD_DECODE_ERROR; local
908 if (!ssl_negotiate_alpn(hs, &alert, &client_hello)) {
909 ssl3_send_alert(ssl, SSL3_AL_FATAL, alert);
1219 uint8_t alert = SSL_AD_DECODE_ERROR; local
1425 uint8_t alert = SSL_AD_DECODE_ERROR; local
1555 uint8_t alert = SSL_AD_DECODE_ERROR; local
    [all...]
s3_pkt.cc 143 uint8_t type, alert = SSL_AD_DECODE_ERROR; local
146 tls_open_record(ssl, &type, &body, &consumed, &alert,
183 ssl3_send_alert(ssl, SSL3_AL_FATAL, alert);
397 * by an alert. */
427 /* Handle the end_of_early_data alert. */
547 /* It is illegal to send an alert when we've already sent a closing one. */
564 /* Nothing is being written out, so the alert may be dispatched
569 /* The alert will be dispatched later. */
580 /* If the alert is fatal, flush the BIO now. */
588 int alert = (ssl->s3->send_alert[0] << 8) | ssl->s3->send_alert[1] local
    [all...]
tls13_both.cc 264 uint8_t alert = SSL_AD_DECODE_ERROR; local
265 if (!ssl_parse_extensions(&extensions, &alert, ext_types,
268 ssl3_send_alert(ssl, SSL3_AL_FATAL, alert);
392 uint8_t alert = SSL_AD_DECODE_ERROR; local
393 if (!tls12_check_peer_sigalg(ssl, &alert, signature_algorithm)) {
394 ssl3_send_alert(ssl, SSL3_AL_FATAL, alert);
tls13_server.cc 77 uint8_t alert = SSL_AD_DECODE_ERROR; local
79 &dhe_secret_len, &alert,
81 ssl3_send_alert(ssl, SSL3_AL_FATAL, alert);
244 uint8_t alert = SSL_AD_DECODE_ERROR; local
245 if (!ssl_negotiate_alpn(hs, &alert, &client_hello)) {
246 ssl3_send_alert(ssl, SSL3_AL_FATAL, alert);
360 uint8_t alert = SSL_AD_DECODE_ERROR; local
362 switch (select_session(hs, &alert, &session, &ssl->s3->ticket_age_skew,
405 ssl3_send_alert(ssl, SSL3_AL_FATAL, alert);
handshake_client.cc 862 uint8_t alert = SSL_AD_DECODE_ERROR; local
863 if (!ssl_parse_extensions(&extensions, &alert, ext_types,
866 ssl3_send_alert(ssl, SSL3_AL_FATAL, alert);
887 /* Add a dedicated error code to the queue for a handshake_failure alert
1090 uint8_t alert = SSL_AD_DECODE_ERROR; local
1354 uint8_t alert = SSL_AD_DECODE_ERROR; local
1470 uint8_t alert = SSL_AD_DECODE_ERROR; local
1653 uint8_t alert = SSL_AD_DECODE_ERROR; local
    [all...]
  /packages/apps/Email/provider_src/com/android/email/mail/store/
ImapConnection.java 348 final String alert = response.getAlertTextOrEmpty().getString(); local
354 throw new MessagingException(MessagingException.SERVER_ERROR, alert);
357 throw new ImapException(toString, status, alert, responseCode);
573 final String alert = response.getAlertTextOrEmpty().getString(); local
574 throw new MessagingException(MessagingException.SERVER_ERROR, alert);
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/mac/
APPRTCViewController.m 294 NSAlert* alert = [[NSAlert alloc] init];
295 [alert setMessageText:message];
296 [alert runModal];
  /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/syslinux/gpxe/src/hci/tui/
settings_ui.c 99 static void alert ( const char *fmt, ... ) __nonnull;
271 * Print alert message
286 * Print alert message
291 static void alert ( const char *fmt, ... ) { function
371 alert ( " Could not set %s: %s ",
  /prebuilts/go/darwin-x86/src/html/template/
example_test.go 93 err = t.ExecuteTemplate(os.Stdout, "T", "<script>alert('you have been pwned')</script>")
96 // Hello, &lt;script&gt;alert(&#39;you have been pwned&#39;)&lt;/script&gt;!
  /prebuilts/go/linux-x86/src/html/template/
example_test.go 93 err = t.ExecuteTemplate(os.Stdout, "T", "<script>alert('you have been pwned')</script>")
96 // Hello, &lt;script&gt;alert(&#39;you have been pwned&#39;)&lt;/script&gt;!
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/cdma/sms/
CdmaSmsTest.java 279 assertEquals(bearerData.alert, BearerData.ALERT_HIGH_PRIO);
326 assertEquals(bearerData.alert, BearerData.ALERT_HIGH_PRIO);
    [all...]
  /developers/build/prebuilts/gradle/WatchFace/Application/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceCompanionConfigActivity.java 146 AlertDialog alert = builder.create(); local
147 alert.show();
  /developers/samples/android/wearable/wear/WatchFace/Application/src/main/java/com/example/android/wearable/watchface/
DigitalWatchFaceCompanionConfigActivity.java 146 AlertDialog alert = builder.create(); local
147 alert.show();
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
CameraPreview.java 123 AlertDialog alert = builder.create(); local
124 alert.show();

Completed in 798 milliseconds

1 2 3 45 6 7 8 91011>>