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

12 3 4 5 6 7 8 91011>>

  /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/autotest/server/cros/ap_configurators/
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...]
belkinF9K_ap_configurator.py 30 def _security_alert(self, alert):
31 text = alert.text
33 alert.accept()
35 alert.accept()
37 alert.accept()
39 alert.accept()
41 alert.accept()
128 elif (any(alert in message for alert in
129 ['unexpected alert open', 'An open modal dialog blocked']))
    [all...]
trendnet432brp_ap_configurator.py 17 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
26 alert.accept()
28 alert.accept()
  /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...]
  /external/boringssl/src/ssl/
tls13_client.cc 78 uint8_t alert = SSL_AD_DECODE_ERROR; local
79 if (!ssl_parse_extensions(&extensions, &alert, ext_types,
82 ssl3_send_alert(ssl, SSL3_AL_FATAL, alert);
225 uint8_t alert = SSL_AD_DECODE_ERROR; local
226 if (!ssl_parse_extensions(&extensions, &alert, ext_types,
229 ssl3_send_alert(ssl, SSL3_AL_FATAL, alert);
241 alert = SSL_AD_DECODE_ERROR;
249 if (!ssl_ext_pre_shared_key_parse_serverhello(hs, &alert,
251 ssl3_send_alert(ssl, SSL3_AL_FATAL, alert);
320 alert = SSL_AD_DECODE_ERROR
451 uint8_t alert = SSL_AD_DECODE_ERROR; local
743 uint8_t alert = SSL_AD_DECODE_ERROR; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
net_dropmon.h 48 struct net_dm_alert_msg alert; member in union:net_dm_user_msg::__anon803
  /development/ndk/platforms/android-21/include/linux/
net_dropmon.h 54 struct net_dm_alert_msg alert; member in union:net_dm_user_msg::__anon2045
  /external/kernel-headers/original/uapi/linux/
net_dropmon.h 42 struct net_dm_alert_msg alert; member in union:net_dm_user_msg::__anon21649
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ScriptManager.java 423 AlertDialog.Builder alert = new AlertDialog.Builder(this); local
424 alert.setTitle("Delete");
425 alert.setMessage("Would you like to delete " + file.getName() + "?");
426 alert.setPositiveButton("Yes", new DialogInterface.OnClickListener() {
433 alert.setNegativeButton("No", new DialogInterface.OnClickListener() {
438 alert.show();
444 AlertDialog.Builder alert = new AlertDialog.Builder(this); local
445 alert.setTitle("Add Folder");
446 alert.setView(folderName);
447 alert.setPositiveButton("Ok", new DialogInterface.OnClickListener()
474 AlertDialog.Builder alert = new AlertDialog.Builder(this); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
net_dropmon.h 42 struct net_dm_alert_msg alert; member in union:net_dm_user_msg::__anon54834
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
net_dropmon.h 42 struct net_dm_alert_msg alert; member in union:net_dm_user_msg::__anon56770
  /prebuilts/ndk/r10/platforms/android-21/arch-arm/usr/include/linux/
net_dropmon.h 54 struct net_dm_alert_msg alert; member in union:net_dm_user_msg::__anon72316
  /prebuilts/ndk/r10/platforms/android-21/arch-arm64/usr/include/linux/
net_dropmon.h 54 struct net_dm_alert_msg alert; member in union:net_dm_user_msg::__anon73083
  /prebuilts/ndk/r10/platforms/android-21/arch-mips/usr/include/linux/
net_dropmon.h 54 struct net_dm_alert_msg alert; member in union:net_dm_user_msg::__anon73862
  /prebuilts/ndk/r10/platforms/android-21/arch-mips64/usr/include/linux/
net_dropmon.h 54 struct net_dm_alert_msg alert; member in union:net_dm_user_msg::__anon74640
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/linux/
net_dropmon.h 54 struct net_dm_alert_msg alert; member in union:net_dm_user_msg::__anon75416
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/linux/
net_dropmon.h 54 struct net_dm_alert_msg alert; member in union:net_dm_user_msg::__anon76193
  /prebuilts/ndk/r10/platforms/android-23/arch-arm/usr/include/linux/
net_dropmon.h 54 struct net_dm_alert_msg alert; member in union:net_dm_user_msg::__anon76963
  /prebuilts/ndk/r10/platforms/android-23/arch-arm64/usr/include/linux/
net_dropmon.h 54 struct net_dm_alert_msg alert; member in union:net_dm_user_msg::__anon77730

Completed in 931 milliseconds

12 3 4 5 6 7 8 91011>>