Home
last modified time | relevance | path

Searched defs:alert (Results 1 – 25 of 78) sorted by relevance

1234

/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DAlertDialogTest.java36 AlertDialog alert = builder.create(); in testBuilder() local
80 AlertDialog alert = builder.create(); in testSetMessageAfterCreation() local
97 AlertDialog alert = builder.create(); in shouldSetMessageFromResourceId() local
109 AlertDialog alert = builder.create(); in shouldSetView() local
120 AlertDialog alert = builder.create(); in shouldSetCustomTitleView() local
216 AlertDialog alert = builder.create(); in testBuilderWithItemArrayViaResourceId() local
259 AlertDialog alert = builder.create(); in testBuilderWithAdapter() local
289 AlertDialog alert = builder.create(); in shouldReturnTheIndexOfTheCheckedItemInASingleChoiceDialog() local
308 AlertDialog alert = builder.create(); in shouldCallTheClickListenerOfTheCheckedItemInASingleChoiceDialog() local
334 AlertDialog alert = builder.create(); in shouldCallTheClickListenerOfTheCheckedAdapterInASingleChoiceDialog() local
/external/boringssl/src/ssl/
Dtls13_client.c77 uint8_t alert = SSL_AD_DECODE_ERROR; in do_process_hello_retry_request() local
213 uint8_t alert = SSL_AD_DECODE_ERROR; in do_process_server_hello() local
414 uint8_t alert = SSL_AD_DECODE_ERROR; in do_process_certificate_request() local
699 uint8_t alert = SSL_AD_DECODE_ERROR; in tls13_process_new_session_ticket() local
Dd1_pkt.c163 uint8_t type, alert; in dtls1_get_record() local
410 int alert = (ssl->s3->send_alert[0] << 8) | ssl->s3->send_alert[1]; in dtls1_dispatch_alert() local
Ds3_pkt.c143 uint8_t type, alert = SSL_AD_DECODE_ERROR; in ssl3_get_record() local
512 int alert = (ssl->s3->send_alert[0] << 8) | ssl->s3->send_alert[1]; in ssl3_dispatch_alert() local
Dtls13_server.c75 uint8_t alert = SSL_AD_DECODE_ERROR; in resolve_ecdhe_secret() local
224 uint8_t alert = SSL_AD_DECODE_ERROR; in do_select_parameters() local
340 uint8_t alert = SSL_AD_DECODE_ERROR; in do_select_session() local
Dhandshake_client.c1059 uint8_t alert = SSL_AD_DECODE_ERROR; in ssl3_get_server_certificate() local
1456 uint8_t alert = SSL_AD_DECODE_ERROR; in ssl3_get_certificate_request() local
1638 uint8_t alert = SSL_AD_DECODE_ERROR; in ssl3_send_client_key_exchange() local
Dhandshake_server.c838 uint8_t alert = SSL_AD_DECODE_ERROR; in ssl3_process_client_hello() local
1447 uint8_t alert = SSL_AD_DECODE_ERROR; in ssl3_get_client_certificate() local
1698 uint8_t alert = SSL_AD_DECODE_ERROR; in ssl3_get_client_key_exchange() local
/external/vboot_reference/utility/
Denable_dev_usb_boot6 alert() { function
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
DScriptManager.java423 AlertDialog.Builder alert = new AlertDialog.Builder(this); in delete() local
444 AlertDialog.Builder alert = new AlertDialog.Builder(this); in addFolder() local
474 AlertDialog.Builder alert = new AlertDialog.Builder(this); in rename() local
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/dialog/
DDurationPickerDialog.java41 AlertDialog.Builder alert = new AlertDialog.Builder(activity); in getDurationFromDialog() local
/external/autotest/server/cros/ap_configurators/
Dnetgear2000_ap_configurator.py17 def _alert_handler(self, alert): argument
DbelkinF9K1001_ap_configurator.py21 def _security_alert(self, alert): argument
DnetgearR6200_ap_configurator.py16 def _alert_handler(self, alert): argument
Dnetgear3700_ap_configurator.py15 def _alert_handler(self, alert): argument
Dnetgear4300_ap_configurator.py18 def _alert_handler(self, alert): argument
Dtrendnet812dru_ap_configurator.py16 def _alert_handler(self, alert): argument
Dtrendnet731br_ap_configurator.py141 def _alert_handler(self, alert): argument
Dtrendnet692gr_ap_configurator.py17 def _alert_handler(self, alert): argument
Dtrendnet654tr_ap_configurator.py16 def _alert_handler(self, alert): argument
Dtrendnet432brp_ap_configurator.py17 def _alert_handler(self, alert): argument
/external/boringssl/src/ssl/test/runner/
Dalert.go9 type alert uint8 type
/external/wpa_supplicant_8/src/tls/
Dtlsv1_server.c137 u8 *msg = NULL, *in_msg, *in_pos, *in_end, alert, ct; in tlsv1_server_handshake() local
264 u8 alert, *out_end, *out_pos, ct; in tlsv1_server_decrypt() local
Dtlsv1_client.c145 u8 *msg = NULL, *in_msg = NULL, *in_pos, *in_end, alert, ct; in tlsv1_client_handshake() local
312 u8 alert, *out_pos, ct; in tlsv1_client_decrypt() local
Dtlsv1_record.c280 u8 *out_data, size_t *out_len, u8 *alert) in tlsv1_record_receive()
/external/kernel-headers/original/uapi/linux/
Dnet_dropmon.h42 struct net_dm_alert_msg alert; member

1234