Searched defs:reason (Results 1 - 25 of 817) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/apache-http/src/org/apache/http/
H A DHttpResponse.java73 * The reason phrase will be determined based on the current
82 * Sets the status line of this response with a reason phrase.
86 * @param reason the reason phrase, or <code>null</code> to omit
88 void setStatusLine(ProtocolVersion ver, int code, String reason); argument
95 * The reason phrase will be updated according to the new status code,
112 * Updates the status line of this response with a new reason phrase.
116 * @param reason the new reason phrase as a single-line string, or
117 * <code>null</code> to unset the reason phras
125 setReasonPhrase(String reason) argument
[all...]
/external/apache-http/src/org/apache/http/impl/
H A DEnglishReasonPhraseCatalog.java41 * English reason phrases for HTTP status codes.
59 // static array with english reason phrases defined below
80 * Obtains the reason phrase for a status code.
85 * @return the reason phrase, or <code>null</code>
96 String reason = null;
98 reason = REASON_PHRASES[category][subcode];
100 return reason;
117 * Stores the given reason phrase, by status code.
121 * @param reason the reason phras
123 setReason(int status, String reason) argument
[all...]
/external/apache-http/src/org/apache/http/message/
H A DBasicHttpResponse.java72 * @param catalog the reason phrase catalog, or
74 * reason phrase lookup
75 * @param locale the locale for looking up reason phrases, or
92 * The response will not have a reason phrase catalog and
103 * The response will not have a reason phrase catalog and
108 * @param reason the reason phrase to the status code, or
113 final String reason) {
114 this(new BasicStatusLine(ver, code, reason), null, null);
154 final String reason) {
111 BasicHttpResponse(final ProtocolVersion ver, final int code, final String reason) argument
153 setStatusLine(final ProtocolVersion ver, final int code, final String reason) argument
167 setReasonPhrase(String reason) argument
[all...]
H A DBasicLineParser.java456 * @param reason the reason phrase
462 final String reason) {
463 return new BasicStatusLine(ver, status, reason);
460 createStatusLine(final ProtocolVersion ver, final int status, final String reason) argument
/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_act.c48 BOOLEAN connected, tGATT_DISCONN_REASON reason,
768 cb_data.close.reason = BTA_GATT_CONN_NONE;
793 cb_data.close.reason = p_clcb->reason;
808 cb_data.close.status = p_data->int_conn.reason;
1789 BOOLEAN connected, tGATT_DISCONN_REASON reason,
1794 if (reason != 0)
1796 APPL_TRACE_WARNING("%s() - cif=%d connected=%d conn_id=%d reason=0x%04x",
1797 __FUNCTION__, gattc_if, connected, conn_id, reason);
1809 p_buf->int_conn.reason
1788 bta_gattc_conn_cback(tGATT_IF gattc_if, BD_ADDR bda, UINT16 conn_id, BOOLEAN connected, tGATT_DISCONN_REASON reason, tBT_TRANSPORT transport) argument
[all...]
H A Dbta_gattc_int.h207 tGATT_DISCONN_REASON reason; member in struct:__anon565
385 UINT16 reason; member in struct:__anon574
H A Dbta_gattc_utils.c947 tGATT_DISCONN_REASON reason = p_msg->int_conn.reason; local
H A Dbta_gatts_act.c44 BOOLEAN connected, tGATT_DISCONN_REASON reason,
917 BOOLEAN connected, tGATT_DISCONN_REASON reason,
924 APPL_TRACE_DEBUG ("bta_gatts_conn_cback gatt_if=%d conn_id=%d connected=%d reason = 0x%04d",
925 gatt_if, conn_id, connected, reason);
944 cb_data.conn.reason = reason;
916 bta_gatts_conn_cback(tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, BOOLEAN connected, tGATT_DISCONN_REASON reason, tGATT_TRANSPORT transport) argument
/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_act.c828 UINT32 reason = p_data->hid_cback.data; /* Reason for closing (32-bit) */ local
832 conn_dat.status = (reason == HID_ERR_AUTH_FAILED) ?
869 UINT32 reason = p_data->hid_cback.data; /* Reason for closing (32-bit) */ local
877 /* Check reason for closing */
878 if ((reason & (HID_L2CAP_CONN_FAIL|HID_L2CAP_REQ_FAIL)) || /* Failure to initialize connection (page timeout or l2cap error) */
879 (reason == HID_ERR_AUTH_FAILED) || /* Authenication error (while initiating) */
880 (reason == HID_ERR_L2CAP_FAILED)) /* Failure creating l2cap connection */
884 conn_dat.status = (reason == HID_ERR_AUTH_FAILED) ? BTA_HH_ERR_AUTH_FAILED : BTA_HH_ERR;
H A Dbta_hh_int.h161 tBTA_GATT_REASON reason; /* disconnect reason code, not useful when connect event is reported */ member in struct:__anon621
269 tBTA_GATT_REASON reason; member in struct:__anon626
/external/bluetooth/bluedroid/bta/include/
H A Dbta_gatt_api.h366 tBTA_GATT_REASON reason; /* disconnect reason code, not useful when connect event is reported */ member in struct:__anon785
589 tBTA_GATT_REASON reason; /* report disconnect reason */ member in struct:__anon797
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_gatt_test.c104 BOOLEAN connected, tGATT_DISCONN_REASON reason, tBT_TRANSPORT transport)
108 UNUSED(reason);
103 btif_test_connect_cback(tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, BOOLEAN connected, tGATT_DISCONN_REASON reason, tBT_TRANSPORT transport) argument
/external/bluetooth/bluedroid/hci/src/
H A Duserial_mct.c143 char reason = 0; local
167 reason = reset_signal();
168 if (reason == USERIAL_RX_EXIT)
/external/bluetooth/bluedroid/stack/avdt/
H A Davdt_ad.c313 ** the channel and sends it a close event. The reason
321 void avdt_ad_tc_close_ind(tAVDT_TC_TBL *p_tbl, UINT16 reason) argument
326 UNUSED(reason);
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_ble_multi_adv.c736 UINT8 adv_inst, reason, conn_handle, idx; local
746 STREAM_TO_UINT8(reason, p);
H A Dbtm_sco.c1089 void btm_sco_removed (UINT16 hci_handle, UINT8 reason) argument
1096 btm_cb.sco_cb.sco_disc_reason = reason;
1244 ** Description This function is returns the reason why an (e)SCO connection
1248 ** Returns HCI reason or BTM_INVALID_SCO_DISC_REASON if not set.
H A Dbtm_sec.c83 static tBTM_STATUS btm_sec_send_hci_disconnect (tBTM_SEC_DEV_REC *p_dev_rec, UINT8 reason, UINT16 conn_handle);
1645 static tBTM_STATUS btm_sec_send_hci_disconnect (tBTM_SEC_DEV_REC *p_dev_rec, UINT8 reason, UINT16 conn_handle) argument
1650 BTM_TRACE_EVENT ("btm_sec_send_hci_disconnect: handle:0x%x, reason=0x%x",
1651 conn_handle, reason);
1671 if (!btsnd_hcic_disconnect (conn_handle, reason))
4651 tBTM_STATUS btm_sec_disconnect (UINT16 handle, UINT8 reason) argument
4658 btsnd_hcic_disconnect (handle, reason);
4672 return(btm_sec_send_hci_disconnect(p_dev_rec, reason, handle));
4685 void btm_sec_disconnected (UINT16 handle, UINT8 reason) argument
4713 BTM_TRACE_EVENT("btm_sec_disconnected() sec_req:x%x State: %s reason
[all...]
/external/bluetooth/bluedroid/stack/btu/
H A Dbtu_hcif.c720 UINT8 reason; local
724 STREAM_TO_UINT8 (reason, p);
730 if (!l2c_link_hci_disc_comp (handle, reason))
731 btm_sco_removed (handle, reason);
733 l2c_link_hci_disc_comp (handle, reason);
737 btm_sec_disconnected (handle, reason);
/external/bluetooth/bluedroid/stack/gap/
H A Dgap_ble.c61 tGATT_DISCONN_REASON reason, tGATT_TRANSPORT transport);
529 BOOLEAN connected, tGATT_DISCONN_REASON reason,
538 GAP_TRACE_EVENT ("gap_ble_c_connect_cback: from %08x%04x connected:%d conn_id=%d reason = 0x%04x",
540 (bda[4]<<8)+bda[5], connected, conn_id, reason);
528 gap_ble_c_connect_cback(tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, BOOLEAN connected, tGATT_DISCONN_REASON reason, tGATT_TRANSPORT transport) argument
/external/bluetooth/bluedroid/stack/gatt/
H A Datt_protocol.c107 BT_HDR *attp_build_err_cmd(UINT8 cmd_code, UINT16 err_handle, UINT8 reason) argument
119 UINT8_TO_STREAM (p, reason);
418 p_cmd = attp_build_err_cmd(p_msg->error.cmd_code, p_msg->error.handle, p_msg->error.reason);
H A Dgatt_attr.c45 tGATT_DISCONN_REASON reason, tBT_TRANSPORT transport);
230 BOOLEAN connected, tGATT_DISCONN_REASON reason,
235 GATT_TRACE_EVENT ("%s: from %08x%04x connected:%d conn_id=%d reason = 0x%04x", __FUNCTION__,
237 (bda[4]<<8)+bda[5], connected, conn_id, reason);
229 gatt_connect_cback(tGATT_IF gatt_if, BD_ADDR bda, UINT16 conn_id, BOOLEAN connected, tGATT_DISCONN_REASON reason, tBT_TRANSPORT transport) argument
H A Dgatt_cl.c518 UINT16 handle, UINT8 reason)
520 tGATT_STATUS status = (tGATT_STATUS) reason;
525 GATT_TRACE_DEBUG("gatt_proc_disc_error_rsp reason: %02x cmd_code %04x", reason, opcode);
533 if (reason == GATT_NOT_FOUND)
560 UINT8 opcode, reason, * p= p_data; local
570 STREAM_TO_UINT8(reason, p);
574 gatt_proc_disc_error_rsp(p_tcb, p_clcb, opcode, handle, reason);
584 p_clcb->status = reason;
592 (reason
517 gatt_proc_disc_error_rsp(tGATT_TCB *p_tcb, tGATT_CLCB *p_clcb, UINT8 opcode, UINT16 handle, UINT8 reason) argument
[all...]
H A Dgatt_int.h133 UINT8 reason; member in struct:__anon1276
673 extern void gatt_cleanup_upon_disc(BD_ADDR bda, UINT16 reason, tBT_TRANSPORT transport);
H A Dgatt_main.c47 static void gatt_le_connect_cback (BD_ADDR bd_addr, BOOLEAN connected, UINT16 reason, tBT_TRANSPORT transport);
383 UINT16 reason, tBT_TRANSPORT transport)
451 gatt_cleanup_upon_disc(bd_addr, reason, transport);
782 UINT16 reason; local
797 /* if ACL link is still up, no reason is logged, l2cap is disconnect from peer */
798 if ((reason = L2CA_GetDisconnectReason(p_tcb->peer_bda, p_tcb->transport)) == 0)
799 reason = GATT_CONN_TERMINATE_PEER_USER;
802 gatt_cleanup_upon_disc(p_tcb->peer_bda, reason, GATT_TRANSPORT_BR_EDR);
819 UINT16 reason; local
833 /* if ACL link is still up, no reason i
382 gatt_le_connect_cback(BD_ADDR bd_addr, BOOLEAN connected, UINT16 reason, tBT_TRANSPORT transport) argument
[all...]

Completed in 765 milliseconds

1234567891011>>