Searched refs:msg (Results 26 - 50 of 1961) sorted by relevance

1234567891011>>

/external/javassist/src/main/javassist/tools/reflect/
H A DCannotReflectException.java31 public CannotReflectException(String msg) { argument
32 super(msg);
/external/javassist/src/main/javassist/tools/rmi/
H A DRemoteException.java23 public RemoteException(String msg) { argument
24 super(msg);
/external/linux-tools-perf/util/ui/
H A Dhelpline.h6 void ui_helpline__push(const char *msg);
9 void ui_helpline__puts(const char *msg);
/external/valgrind/main/gdbserver_tests/
H A Dmain_pic.c3 static void another_func(char *msg) argument
5 printf ("another func called msg %s\n", msg);
/external/valgrind/main/none/tests/s390x/
H A Dfold_And16.c6 register unsigned long *msg = &p; local
14 printf("%s", (char *)msg);
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
H A DCertException.java11 public CertException(String msg, Throwable cause) argument
13 super(msg);
18 public CertException(String msg) argument
20 super(msg);
H A DCertIOException.java13 public CertIOException(String msg, Throwable cause) argument
15 super(msg);
20 public CertIOException(String msg) argument
22 super(msg);
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DCMSException.java9 String msg)
11 super(msg);
15 String msg,
18 super(msg);
8 CMSException( String msg) argument
14 CMSException( String msg, Exception e) argument
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
H A DOperatorException.java8 public OperatorException(String msg, Throwable cause) argument
10 super(msg);
15 public OperatorException(String msg) argument
17 super(msg);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dchecks.cc36 char msg[256]; local
40 vsnprintf(msg, sizeof(msg), format, arguments);
44 << ", line " << line << "\n#" << msg local
/external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/
H A DSerializerException.java45 public SerializerException( String msg, Throwable cause ) argument
47 super( msg );
51 public SerializerException( String msg )
53 super( msg );
/external/libsepol/tests/policies/test-deps/
H A Dmodreq-perm-global.conf4 class msg { send receive };
10 allow a_t b_t: msg { send receive };
/external/srec/srec/crec/
H A Dsrec_debug.h26 void print_altword_token(srec* rec, altword_token* b, char* msg);
30 void print_fsmnode_token(srec* rec, ftokenID token_index, char* msg);
31 void print_fsmnode_token_list(srec* rec, stokenID token_index, char* msg);
33 void print_fsmarc_token(srec* rec, stokenID token_index, char* msg);
34 void print_fsmarc_token_list(srec* rec, stokenID token_index, char* msg);
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_common.h14 int eap_hdr_len_valid(const struct wpabuf *msg, size_t min_payload);
16 const struct wpabuf *msg, size_t *plen);
19 void eap_update_len(struct wpabuf *msg);
20 u8 eap_get_id(const struct wpabuf *msg);
21 EapType eap_get_type(const struct wpabuf *msg);
/external/wpa_supplicant_8/src/eap_common/
H A Deap_common.h14 int eap_hdr_len_valid(const struct wpabuf *msg, size_t min_payload);
16 const struct wpabuf *msg, size_t *plen);
19 void eap_update_len(struct wpabuf *msg);
20 u8 eap_get_id(const struct wpabuf *msg);
21 EapType eap_get_type(const struct wpabuf *msg);
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_common.h14 int eap_hdr_len_valid(const struct wpabuf *msg, size_t min_payload);
16 const struct wpabuf *msg, size_t *plen);
19 void eap_update_len(struct wpabuf *msg);
20 u8 eap_get_id(const struct wpabuf *msg);
21 EapType eap_get_type(const struct wpabuf *msg);
/external/chromium/third_party/libevent/test/
H A Dregress.gen.c29 * Implementation of msg
44 struct msg *
47 struct msg *tmp;
48 if ((tmp = malloc(sizeof(struct msg))) == NULL) {
75 msg_run_add(struct msg *msg) argument
77 if (++msg->run_length >= msg->run_num_allocated) {
78 int tobe_allocated = msg->run_num_allocated;
81 new_data = (struct run **) realloc(msg
100 msg_from_name_assign(struct msg *msg, const char * value) argument
112 msg_to_name_assign(struct msg *msg, const char * value) argument
124 msg_attack_assign(struct msg *msg, const struct kill* value) argument
161 msg_run_assign(struct msg *msg, int off, const struct run * value) argument
187 msg_from_name_get(struct msg *msg, char * *value) argument
196 msg_to_name_get(struct msg *msg, char * *value) argument
205 msg_attack_get(struct msg *msg, struct kill* *value) argument
218 msg_run_get(struct msg *msg, int offset, struct run * *value) argument
365 msg_complete(struct msg *msg) argument
384 evtag_unmarshal_msg(struct evbuffer *evbuf, ev_uint32_t need_tag, struct msg *msg) argument
405 evtag_marshal_msg(struct evbuffer *evbuf, ev_uint32_t tag, const struct msg *msg) argument
454 kill_weapon_assign(struct kill *msg, const char * value) argument
466 kill_action_assign(struct kill *msg, const char * value) argument
478 kill_how_often_assign(struct kill *msg, const ev_uint32_t value) argument
486 kill_weapon_get(struct kill *msg, char * *value) argument
495 kill_action_get(struct kill *msg, char * *value) argument
504 kill_how_often_get(struct kill *msg, ev_uint32_t *value) argument
600 kill_complete(struct kill *msg) argument
610 evtag_unmarshal_kill(struct evbuffer *evbuf, ev_uint32_t need_tag, struct kill *msg) argument
631 evtag_marshal_kill(struct evbuffer *evbuf, ev_uint32_t tag, const struct kill *msg) argument
681 run_how_assign(struct run *msg, const char * value) argument
693 run_some_bytes_assign(struct run *msg, const ev_uint8_t * value, ev_uint32_t len) argument
707 run_fixed_bytes_assign(struct run *msg, const ev_uint8_t *value) argument
715 run_how_get(struct run *msg, char * *value) argument
724 run_some_bytes_get(struct run *msg, ev_uint8_t * *value, ev_uint32_t *plen) argument
734 run_fixed_bytes_get(struct run *msg, ev_uint8_t **value) argument
838 run_complete(struct run *msg) argument
848 evtag_unmarshal_run(struct evbuffer *evbuf, ev_uint32_t need_tag, struct run *msg) argument
869 evtag_marshal_run(struct evbuffer *evbuf, ev_uint32_t tag, const struct run *msg) argument
[all...]
/external/svox/pico/lib/
H A Dpicodbg.h228 #define PICODBG_LOG(level, msg) \
229 picodbg_log(level, 1, __FILE__, __LINE__, __FUNCTION__, picodbg_varargs msg)
231 #define PICODBG_ERROR(msg) \
232 PICODBG_LOG(PICODBG_LOG_LEVEL_ERROR, msg)
234 #define PICODBG_WARN(msg) \
235 PICODBG_LOG(PICODBG_LOG_LEVEL_WARN, msg)
237 #define PICODBG_INFO(msg) \
238 PICODBG_LOG(PICODBG_LOG_LEVEL_INFO, msg)
240 #define PICODBG_DEBUG(msg) \
241 PICODBG_LOG(PICODBG_LOG_LEVEL_DEBUG, msg)
[all...]
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_attr_build.c21 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg) argument
57 wpabuf_put_be16(msg, ATTR_PUBLIC_KEY);
58 wpabuf_put_be16(msg, wpabuf_len(pubkey));
59 wpabuf_put_buf(msg, pubkey);
73 int wps_build_req_type(struct wpabuf *msg, enum wps_request_type type) argument
76 wpabuf_put_be16(msg, ATTR_REQUEST_TYPE);
77 wpabuf_put_be16(msg, 1);
78 wpabuf_put_u8(msg, type);
83 int wps_build_resp_type(struct wpabuf *msg, enum wps_response_type type) argument
86 wpabuf_put_be16(msg, ATTR_RESPONSE_TYP
93 wps_build_config_methods(struct wpabuf *msg, u16 methods) argument
103 wps_build_uuid_e(struct wpabuf *msg, const u8 *uuid) argument
113 wps_build_dev_password_id(struct wpabuf *msg, u16 id) argument
123 wps_build_config_error(struct wpabuf *msg, u16 err) argument
133 wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg) argument
163 wps_build_version(struct wpabuf *msg) argument
178 wps_build_wfa_ext(struct wpabuf *msg, int req_to_enroll, const u8 *auth_macs, size_t auth_macs_count) argument
228 wps_build_msg_type(struct wpabuf *msg, enum wps_msg_type msg_type) argument
238 wps_build_enrollee_nonce(struct wps_data *wps, struct wpabuf *msg) argument
248 wps_build_registrar_nonce(struct wps_data *wps, struct wpabuf *msg) argument
258 wps_build_auth_type_flags(struct wps_data *wps, struct wpabuf *msg) argument
272 wps_build_encr_type_flags(struct wps_data *wps, struct wpabuf *msg) argument
286 wps_build_conn_type_flags(struct wps_data *wps, struct wpabuf *msg) argument
296 wps_build_assoc_state(struct wps_data *wps, struct wpabuf *msg) argument
306 wps_build_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg) argument
321 wps_build_encr_settings(struct wps_data *wps, struct wpabuf *msg, struct wpabuf *plain) argument
351 wps_build_oob_dev_pw(struct wpabuf *msg, u16 dev_pw_id, const struct wpabuf *pubkey, const u8 *dev_pw, size_t dev_pw_len) argument
373 wps_build_oob_dev_password(struct wpabuf *msg, struct wps_context *wps) argument
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dwps_attr_build.c21 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg) argument
57 wpabuf_put_be16(msg, ATTR_PUBLIC_KEY);
58 wpabuf_put_be16(msg, wpabuf_len(pubkey));
59 wpabuf_put_buf(msg, pubkey);
73 int wps_build_req_type(struct wpabuf *msg, enum wps_request_type type) argument
76 wpabuf_put_be16(msg, ATTR_REQUEST_TYPE);
77 wpabuf_put_be16(msg, 1);
78 wpabuf_put_u8(msg, type);
83 int wps_build_resp_type(struct wpabuf *msg, enum wps_response_type type) argument
86 wpabuf_put_be16(msg, ATTR_RESPONSE_TYP
93 wps_build_config_methods(struct wpabuf *msg, u16 methods) argument
103 wps_build_uuid_e(struct wpabuf *msg, const u8 *uuid) argument
113 wps_build_dev_password_id(struct wpabuf *msg, u16 id) argument
123 wps_build_config_error(struct wpabuf *msg, u16 err) argument
133 wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg) argument
163 wps_build_version(struct wpabuf *msg) argument
178 wps_build_wfa_ext(struct wpabuf *msg, int req_to_enroll, const u8 *auth_macs, size_t auth_macs_count) argument
228 wps_build_msg_type(struct wpabuf *msg, enum wps_msg_type msg_type) argument
238 wps_build_enrollee_nonce(struct wps_data *wps, struct wpabuf *msg) argument
248 wps_build_registrar_nonce(struct wps_data *wps, struct wpabuf *msg) argument
258 wps_build_auth_type_flags(struct wps_data *wps, struct wpabuf *msg) argument
272 wps_build_encr_type_flags(struct wps_data *wps, struct wpabuf *msg) argument
286 wps_build_conn_type_flags(struct wps_data *wps, struct wpabuf *msg) argument
296 wps_build_assoc_state(struct wps_data *wps, struct wpabuf *msg) argument
306 wps_build_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg) argument
321 wps_build_encr_settings(struct wps_data *wps, struct wpabuf *msg, struct wpabuf *plain) argument
351 wps_build_oob_dev_pw(struct wpabuf *msg, u16 dev_pw_id, const struct wpabuf *pubkey, const u8 *dev_pw, size_t dev_pw_len) argument
373 wps_build_oob_dev_password(struct wpabuf *msg, struct wps_context *wps) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_attr_build.c21 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg) argument
57 wpabuf_put_be16(msg, ATTR_PUBLIC_KEY);
58 wpabuf_put_be16(msg, wpabuf_len(pubkey));
59 wpabuf_put_buf(msg, pubkey);
73 int wps_build_req_type(struct wpabuf *msg, enum wps_request_type type) argument
76 wpabuf_put_be16(msg, ATTR_REQUEST_TYPE);
77 wpabuf_put_be16(msg, 1);
78 wpabuf_put_u8(msg, type);
83 int wps_build_resp_type(struct wpabuf *msg, enum wps_response_type type) argument
86 wpabuf_put_be16(msg, ATTR_RESPONSE_TYP
93 wps_build_config_methods(struct wpabuf *msg, u16 methods) argument
103 wps_build_uuid_e(struct wpabuf *msg, const u8 *uuid) argument
113 wps_build_dev_password_id(struct wpabuf *msg, u16 id) argument
123 wps_build_config_error(struct wpabuf *msg, u16 err) argument
133 wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg) argument
163 wps_build_version(struct wpabuf *msg) argument
178 wps_build_wfa_ext(struct wpabuf *msg, int req_to_enroll, const u8 *auth_macs, size_t auth_macs_count) argument
228 wps_build_msg_type(struct wpabuf *msg, enum wps_msg_type msg_type) argument
238 wps_build_enrollee_nonce(struct wps_data *wps, struct wpabuf *msg) argument
248 wps_build_registrar_nonce(struct wps_data *wps, struct wpabuf *msg) argument
258 wps_build_auth_type_flags(struct wps_data *wps, struct wpabuf *msg) argument
272 wps_build_encr_type_flags(struct wps_data *wps, struct wpabuf *msg) argument
286 wps_build_conn_type_flags(struct wps_data *wps, struct wpabuf *msg) argument
296 wps_build_assoc_state(struct wps_data *wps, struct wpabuf *msg) argument
306 wps_build_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg) argument
321 wps_build_encr_settings(struct wps_data *wps, struct wpabuf *msg, struct wpabuf *plain) argument
351 wps_build_oob_dev_pw(struct wpabuf *msg, u16 dev_pw_id, const struct wpabuf *pubkey, const u8 *dev_pw, size_t dev_pw_len) argument
373 wps_build_oob_dev_password(struct wpabuf *msg, struct wps_context *wps) argument
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dwps_upnp.h32 const struct wpabuf *msg);
34 const struct wpabuf *msg);
35 int (*rx_req_set_ap_settings)(void *priv, const struct wpabuf *msg);
36 int (*rx_req_del_ap_settings)(void *priv, const struct wpabuf *msg);
38 const struct wpabuf *msg);
39 int (*rx_req_set_sta_settings)(void *priv, const struct wpabuf *msg);
40 int (*rx_req_del_sta_settings)(void *priv, const struct wpabuf *msg);
43 const u8 *mac_addr, const struct wpabuf *msg,
46 const struct wpabuf *msg);
47 int (*rx_req_reboot_ap)(void *priv, const struct wpabuf *msg);
[all...]
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_parse.c19 struct p2p_message *msg)
32 msg->capability = data;
43 msg->device_id = data;
45 MAC2STR(msg->device_id));
53 msg->go_intent = data;
63 msg->status = data;
77 msg->listen_channel = data;
94 msg->operating_channel = data;
106 msg->channel_list = data;
107 msg
18 p2p_parse_attribute(u8 id, const u8 *data, u16 len, struct p2p_message *msg) argument
290 p2p_parse_p2p_ie(const struct wpabuf *buf, struct p2p_message *msg) argument
322 p2p_parse_wps_ie(const struct wpabuf *buf, struct p2p_message *msg) argument
387 p2p_parse_ies(const u8 *data, size_t len, struct p2p_message *msg) argument
438 p2p_parse(const u8 *data, size_t len, struct p2p_message *msg) argument
457 p2p_parse_free(struct p2p_message *msg) argument
618 struct p2p_message msg; local
681 struct p2p_message msg; local
696 struct p2p_message msg; local
711 struct p2p_message msg; local
[all...]
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_parse.c19 struct p2p_message *msg)
32 msg->capability = data;
43 msg->device_id = data;
45 MAC2STR(msg->device_id));
53 msg->go_intent = data;
63 msg->status = data;
77 msg->listen_channel = data;
94 msg->operating_channel = data;
106 msg->channel_list = data;
107 msg
18 p2p_parse_attribute(u8 id, const u8 *data, u16 len, struct p2p_message *msg) argument
290 p2p_parse_p2p_ie(const struct wpabuf *buf, struct p2p_message *msg) argument
322 p2p_parse_wps_ie(const struct wpabuf *buf, struct p2p_message *msg) argument
387 p2p_parse_ies(const u8 *data, size_t len, struct p2p_message *msg) argument
438 p2p_parse(const u8 *data, size_t len, struct p2p_message *msg) argument
457 p2p_parse_free(struct p2p_message *msg) argument
618 struct p2p_message msg; local
681 struct p2p_message msg; local
696 struct p2p_message msg; local
711 struct p2p_message msg; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_parse.c19 struct p2p_message *msg)
32 msg->capability = data;
43 msg->device_id = data;
45 MAC2STR(msg->device_id));
53 msg->go_intent = data;
63 msg->status = data;
77 msg->listen_channel = data;
94 msg->operating_channel = data;
106 msg->channel_list = data;
107 msg
18 p2p_parse_attribute(u8 id, const u8 *data, u16 len, struct p2p_message *msg) argument
290 p2p_parse_p2p_ie(const struct wpabuf *buf, struct p2p_message *msg) argument
322 p2p_parse_wps_ie(const struct wpabuf *buf, struct p2p_message *msg) argument
387 p2p_parse_ies(const u8 *data, size_t len, struct p2p_message *msg) argument
438 p2p_parse(const u8 *data, size_t len, struct p2p_message *msg) argument
457 p2p_parse_free(struct p2p_message *msg) argument
618 struct p2p_message msg; local
681 struct p2p_message msg; local
696 struct p2p_message msg; local
711 struct p2p_message msg; local
[all...]

Completed in 340 milliseconds

1234567891011>>