Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 25 of 2957) sorted by relevance

12345678910>>...119

/external/libnl/lib/netfilter/
Dqueue_msg_obj.c37 struct nfnl_queue_msg *msg = (struct nfnl_queue_msg *) c; in nfnl_queue_msg_free_data() local
65 struct nfnl_queue_msg *msg = (struct nfnl_queue_msg *) a; in nfnl_queue_msg_dump() local
170 void nfnl_queue_msg_get(struct nfnl_queue_msg *msg) in nfnl_queue_msg_get()
175 void nfnl_queue_msg_put(struct nfnl_queue_msg *msg) in nfnl_queue_msg_put()
187 void nfnl_queue_msg_set_group(struct nfnl_queue_msg *msg, uint16_t group) in nfnl_queue_msg_set_group()
193 int nfnl_queue_msg_test_group(const struct nfnl_queue_msg *msg) in nfnl_queue_msg_test_group()
198 uint16_t nfnl_queue_msg_get_group(const struct nfnl_queue_msg *msg) in nfnl_queue_msg_get_group()
208 void nfnl_queue_msg_set_family(struct nfnl_queue_msg *msg, uint8_t family) in nfnl_queue_msg_set_family()
214 int nfnl_queue_msg_test_family(const struct nfnl_queue_msg *msg) in nfnl_queue_msg_test_family()
219 uint8_t nfnl_queue_msg_get_family(const struct nfnl_queue_msg *msg) in nfnl_queue_msg_get_family()
[all …]
Dlog_msg_obj.c40 struct nfnl_log_msg *msg = (struct nfnl_log_msg *) c; in log_msg_free_data() local
75 struct nfnl_log_msg *msg = (struct nfnl_log_msg *) a; in log_msg_dump() local
185 void nfnl_log_msg_get(struct nfnl_log_msg *msg) in nfnl_log_msg_get()
190 void nfnl_log_msg_put(struct nfnl_log_msg *msg) in nfnl_log_msg_put()
202 void nfnl_log_msg_set_family(struct nfnl_log_msg *msg, uint8_t family) in nfnl_log_msg_set_family()
208 uint8_t nfnl_log_msg_get_family(const struct nfnl_log_msg *msg) in nfnl_log_msg_get_family()
216 void nfnl_log_msg_set_hwproto(struct nfnl_log_msg *msg, uint16_t hwproto) in nfnl_log_msg_set_hwproto()
222 int nfnl_log_msg_test_hwproto(const struct nfnl_log_msg *msg) in nfnl_log_msg_test_hwproto()
227 uint16_t nfnl_log_msg_get_hwproto(const struct nfnl_log_msg *msg) in nfnl_log_msg_get_hwproto()
232 void nfnl_log_msg_set_hook(struct nfnl_log_msg *msg, uint8_t hook) in nfnl_log_msg_set_hook()
[all …]
/external/libnl/lib/idiag/
Didiag_msg_obj.c31 void idiagnl_msg_get(struct idiagnl_msg *msg) in idiagnl_msg_get()
36 void idiagnl_msg_put(struct idiagnl_msg *msg) in idiagnl_msg_put()
46 struct idiagnl_msg *msg = NULL; in idiagnl_msg_parser() local
134 uint8_t idiagnl_msg_get_family(const struct idiagnl_msg *msg) in idiagnl_msg_get_family()
139 void idiagnl_msg_set_family(struct idiagnl_msg *msg, uint8_t family) in idiagnl_msg_set_family()
144 uint8_t idiagnl_msg_get_state(const struct idiagnl_msg *msg) in idiagnl_msg_get_state()
149 void idiagnl_msg_set_state(struct idiagnl_msg *msg, uint8_t state) in idiagnl_msg_set_state()
154 uint8_t idiagnl_msg_get_timer(const struct idiagnl_msg *msg) in idiagnl_msg_get_timer()
159 void idiagnl_msg_set_timer(struct idiagnl_msg *msg, uint8_t timer) in idiagnl_msg_set_timer()
164 uint8_t idiagnl_msg_get_retrans(const struct idiagnl_msg *msg) in idiagnl_msg_get_retrans()
[all …]
/external/google-breakpad/src/testing/scripts/
Dgmock_doctor.py144 def _GenericDiagnoser(short_name, long_name, diagnoses, msg): argument
166 def _NeedToReturnReferenceDiagnoser(msg): argument
187 def _NeedToReturnSomethingDiagnoser(msg): argument
214 def _NeedToReturnNothingDiagnoser(msg): argument
251 def _IncompleteByReferenceArgumentDiagnoser(msg): argument
278 def _OverloadedFunctionMatcherDiagnoser(msg): argument
299 def _OverloadedFunctionActionDiagnoser(msg): argument
324 def _OverloadedMethodActionDiagnoser(msg): argument
353 def _MockObjectPointerDiagnoser(msg): argument
392 def _NeedToUseSymbolDiagnoser(msg): argument
[all …]
/external/googletest/googlemock/scripts/
Dgmock_doctor.py144 def _GenericDiagnoser(short_name, long_name, diagnoses, msg): argument
166 def _NeedToReturnReferenceDiagnoser(msg): argument
191 def _NeedToReturnSomethingDiagnoser(msg): argument
218 def _NeedToReturnNothingDiagnoser(msg): argument
255 def _IncompleteByReferenceArgumentDiagnoser(msg): argument
282 def _OverloadedFunctionMatcherDiagnoser(msg): argument
303 def _OverloadedFunctionActionDiagnoser(msg): argument
328 def _OverloadedMethodActionDiagnoser(msg): argument
357 def _MockObjectPointerDiagnoser(msg): argument
396 def _NeedToUseSymbolDiagnoser(msg): argument
[all …]
/external/kernel-headers/original/uapi/linux/
Dcec-funcs.h14 static inline void cec_msg_active_source(struct cec_msg *msg, __u16 phys_addr) in cec_msg_active_source()
23 static inline void cec_ops_active_source(const struct cec_msg *msg, in cec_ops_active_source()
29 static inline void cec_msg_image_view_on(struct cec_msg *msg) in cec_msg_image_view_on()
35 static inline void cec_msg_text_view_on(struct cec_msg *msg) in cec_msg_text_view_on()
43 static inline void cec_msg_inactive_source(struct cec_msg *msg, in cec_msg_inactive_source()
52 static inline void cec_ops_inactive_source(const struct cec_msg *msg, in cec_ops_inactive_source()
58 static inline void cec_msg_request_active_source(struct cec_msg *msg, in cec_msg_request_active_source()
67 static inline void cec_msg_routing_information(struct cec_msg *msg, in cec_msg_routing_information()
77 static inline void cec_ops_routing_information(const struct cec_msg *msg, in cec_ops_routing_information()
83 static inline void cec_msg_routing_change(struct cec_msg *msg, in cec_msg_routing_change()
[all …]
/external/wpa_supplicant_8/src/wps/
Dwps_attr_build.c21 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg) in wps_build_public_key()
97 int wps_build_req_type(struct wpabuf *msg, enum wps_request_type type) in wps_build_req_type()
107 int wps_build_resp_type(struct wpabuf *msg, enum wps_response_type type) in wps_build_resp_type()
117 int wps_build_config_methods(struct wpabuf *msg, u16 methods) in wps_build_config_methods()
127 int wps_build_uuid_e(struct wpabuf *msg, const u8 *uuid) in wps_build_uuid_e()
139 int wps_build_dev_password_id(struct wpabuf *msg, u16 id) in wps_build_dev_password_id()
149 int wps_build_config_error(struct wpabuf *msg, u16 err) in wps_build_config_error()
159 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg) in wps_build_authenticator()
189 int wps_build_version(struct wpabuf *msg) in wps_build_version()
206 int wps_build_wfa_ext(struct wpabuf *msg, int req_to_enroll, in wps_build_wfa_ext()
[all …]
/external/libevent/test/
Dregress.gen.c78 msg_run_expand_to_hold_more(struct msg *msg) in msg_run_expand_to_hold_more()
92 msg_run_add(struct msg *msg) in msg_run_add()
109 msg_from_name_assign(struct msg *msg, in msg_from_name_assign()
121 msg_to_name_assign(struct msg *msg, in msg_to_name_assign()
133 msg_attack_assign(struct msg *msg, in msg_attack_assign()
170 msg_run_assign(struct msg *msg, int off, in msg_run_assign()
202 msg_from_name_get(struct msg *msg, char * *value) in msg_from_name_get()
211 msg_to_name_get(struct msg *msg, char * *value) in msg_to_name_get()
220 msg_attack_get(struct msg *msg, struct kill* *value) in msg_attack_get()
233 msg_run_get(struct msg *msg, int offset, in msg_run_get()
[all …]
/external/strace/tests-m32/
Dnlattr.c47 static const struct msg { in test_nlattr() struct
48 struct nlmsghdr nlh; in test_nlattr()
49 struct unix_diag_msg udm; in test_nlattr()
62 struct msg *msg; in test_nlattr() local
252 static const struct msg { in test_nla_type() struct
253 struct nlmsghdr nlh; in test_nla_type()
254 struct unix_diag_msg udm; in test_nla_type()
267 struct msg *msg; in test_nla_type() local
/external/strace/tests-mx32/
Dnlattr.c47 static const struct msg { in test_nlattr() struct
48 struct nlmsghdr nlh; in test_nlattr()
49 struct unix_diag_msg udm; in test_nlattr()
62 struct msg *msg; in test_nlattr() local
252 static const struct msg { in test_nla_type() struct
253 struct nlmsghdr nlh; in test_nla_type()
254 struct unix_diag_msg udm; in test_nla_type()
267 struct msg *msg; in test_nla_type() local
/external/strace/tests/
Dnlattr.c47 static const struct msg { in test_nlattr() struct
48 struct nlmsghdr nlh; in test_nlattr()
49 struct unix_diag_msg udm; in test_nlattr()
62 struct msg *msg; in test_nlattr() local
252 static const struct msg { in test_nla_type() struct
253 struct nlmsghdr nlh; in test_nla_type()
254 struct unix_diag_msg udm; in test_nla_type()
267 struct msg *msg; in test_nla_type() local
/external/u-boot/tools/patman/
Dtout.py55 def Progress(msg, warning=False, trailer='...'): argument
71 def _Output(level, msg, color=None): argument
86 def DoOutput(level, msg): argument
96 def Error(msg): argument
104 def Warning(msg): argument
112 def Notice(msg): argument
120 def Info(msg): argument
128 def Debug(msg): argument
136 def UserOutput(msg): argument
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLog.java36 protected static int e(String tag, String msg) { in e()
41 protected static int e(String tag, String msg, Throwable throwable) { in e()
46 protected static int d(String tag, String msg) { in d()
51 protected static int d(String tag, String msg, Throwable throwable) { in d()
56 protected static int i(String tag, String msg) { in i()
61 protected static int i(String tag, String msg, Throwable throwable) { in i()
66 protected static int v(String tag, String msg) { in v()
71 protected static int v(String tag, String msg, Throwable throwable) { in v()
76 protected static int w(String tag, String msg) { in w()
86 protected static int w(String tag, String msg, Throwable throwable) { in w()
[all …]
/external/libchrome/ipc/
Dipc_message_macros.h335 #define IPC_BEGIN_MESSAGE_MAP(class_name, msg) \ argument
343 #define IPC_BEGIN_MESSAGE_MAP_WITH_PARAM(class_name, msg, param) \ argument
420 #define IPC_MESSAGE_CONTROL0(msg) IPC_MESSAGE_CONTROL(msg) argument
421 #define IPC_MESSAGE_CONTROL1(msg, a) IPC_MESSAGE_CONTROL(msg, a) argument
422 #define IPC_MESSAGE_CONTROL2(msg, a, b) IPC_MESSAGE_CONTROL(msg, a, b) argument
423 #define IPC_MESSAGE_CONTROL3(msg, a, b, c) IPC_MESSAGE_CONTROL(msg, a, b, c) argument
424 #define IPC_MESSAGE_CONTROL4(msg, a, b, c, d) \ argument
426 #define IPC_MESSAGE_CONTROL5(msg, a, b, c, d, e) \ argument
429 #define IPC_MESSAGE_ROUTED0(msg) IPC_MESSAGE_ROUTED(msg) argument
430 #define IPC_MESSAGE_ROUTED1(msg, a) IPC_MESSAGE_ROUTED(msg, a) argument
[all …]
/external/boringssl/src/third_party/wycheproof_testvectors/
Ddsa_test.json29 "msg" : "313233343030", string
39 "msg" : "313233343030", string
47 "msg" : "313233343030", string
55 "msg" : "313233343030", string
63 "msg" : "313233343030", string
71 "msg" : "313233343030", string
79 "msg" : "313233343030", string
87 "msg" : "313233343030", string
95 "msg" : "313233343030", string
103 "msg" : "313233343030", string
[all …]
Drsa_pss_4096_sha512_mgf1_32_test.json23 "msg" : "", string
31 "msg" : "0000000000000000000000000000000000000000", string
39 "msg" : "54657374", string
47 "msg" : "313233343030", string
55 "msg" : "4d657373616765", string
63 "msg" : "61", string
71 "msg" : "e0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff", string
79 "msg" : "313233343030", string
87 "msg" : "313233343030", string
95 "msg" : "313233343030", string
[all …]
Drsa_pss_2048_sha256_mgf1_0_test.json23 "msg" : "", string
31 "msg" : "0000000000000000000000000000000000000000", string
39 "msg" : "54657374", string
47 "msg" : "313233343030", string
55 "msg" : "4d657373616765", string
63 "msg" : "61", string
71 "msg" : "e0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff", string
79 "msg" : "313233343030", string
87 "msg" : "313233343030", string
95 "msg" : "313233343030", string
[all …]
Dkwp_test.json15 "msg" : "8dc0632d92ee0be4f740028410b08270", string
24 "msg" : "615dd022d607c910f20178cbdf42060f", string
33 "msg" : "f25e4de8caca363fd5f29442eb147b55", string
42 "msg" : "dbb0f2bb2be912a20430972d9842ce3fd3b928e573e1ac8e", string
51 "msg" : "f2e34f356362a31b51d6e02bcd333c9e6170494ca5ff5487", string
60 "msg" : "4e02084833660c463830483b36dab866c64c8cf7429cac3d", string
69 "msg" : "f4cfea98e58b939cc859554385cf3a6c7f8217f728efb431c964786de8274907", string
78 "msg" : "cec34eaf8e67e1ce619ddfc309531c42f16033a7e2cbc4f5eb3a548164e9b291", string
87 "msg" : "6065e41df14daeeefacac5daeb7674cdc9c1f686013b797153e80ef215893299", string
96 …"msg" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000… string
[all …]
Drsa_pss_2048_sha256_mgf1_32_test.json23 "msg" : "", string
31 "msg" : "0000000000000000000000000000000000000000", string
39 "msg" : "54657374", string
47 "msg" : "313233343030", string
55 "msg" : "4d657373616765", string
63 "msg" : "61", string
71 "msg" : "e0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff", string
79 "msg" : "313233343030", string
87 "msg" : "313233343030", string
95 "msg" : "313233343030", string
[all …]
Drsa_pss_3072_sha256_mgf1_32_test.json23 "msg" : "", string
31 "msg" : "0000000000000000000000000000000000000000", string
39 "msg" : "54657374", string
47 "msg" : "313233343030", string
55 "msg" : "4d657373616765", string
63 "msg" : "61", string
71 "msg" : "e0e1e2e3e4e5e6e7e8e9eaebecedeeeff0f1f2f3f4f5f6f7f8f9fafbfcfdfeff", string
79 "msg" : "313233343030", string
87 "msg" : "313233343030", string
95 "msg" : "313233343030", string
[all …]
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
DNanoTest.java70 SimpleMessageNano msg = new SimpleMessageNano(); in testSimpleMessageNano() local
106 RecursiveMessageNano msg = new RecursiveMessageNano(); in testRecursiveMessageNano() local
142 SingleMessageNano msg = new SingleMessageNano(); in testMessageNoFields() local
148 TestAllTypesNano msg = new TestAllTypesNano(); in testNanoRequiredInt32() local
167 TestAllTypesNano msg = new TestAllTypesNano(); in testNanoOptionalInt32() local
187 TestAllTypesNano msg = new TestAllTypesNano(); in testNanoOptionalInt64() local
208 TestAllTypesNano msg = new TestAllTypesNano(); in testNanoOptionalUint32() local
229 TestAllTypesNano msg = new TestAllTypesNano(); in testNanoOptionalUint64() local
250 TestAllTypesNano msg = new TestAllTypesNano(); in testNanoOptionalSint32() local
271 TestAllTypesNano msg = new TestAllTypesNano(); in testNanoOptionalSint64() local
[all …]
/external/curl/tests/unit/
Dcurlcheck.h25 #define fail_if(expr, msg) \ argument
32 #define fail_unless(expr, msg) \ argument
51 #define fail(msg) do { \ argument
59 #define abort_if(expr, msg) \ argument
67 #define abort_unless(expr, msg) \ argument
75 #define abort_test(msg) do { \ argument
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
DMsgMgr.java62 …public void message(SourceLocator srcLctr, String msg, boolean terminate) throws TransformerExcept… in message()
90 public void warn(SourceLocator srcLctr, String msg) throws TransformerException in warn()
106 public void warn(SourceLocator srcLctr, String msg, Object[] args) throws TransformerException in warn()
124 public void warn(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg) in warn()
143 …public void warn(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg, Object args[]) in warn()
195 public void error(SourceLocator srcLctr, String msg) throws TransformerException in error()
212 public void error(SourceLocator srcLctr, String msg, Object[] args) throws TransformerException in error()
229 public void error(SourceLocator srcLctr, String msg, Exception e) throws TransformerException in error()
247 …public void error(SourceLocator srcLctr, String msg, Object args[], Exception e) throws Transforme… in error()
278 public void error(SourceLocator srcLctr, Node styleNode, Node sourceNode, String msg) in error()
[all …]
/external/replicaisland/src/com/replica/replicaisland/
DDebugLog.java32 public static int v(String tag, String msg) { in v()
40 public static int v(String tag, String msg, Throwable tr) { in v()
48 public static int d(String tag, String msg) { in d()
56 public static int d(String tag, String msg, Throwable tr) { in d()
64 public static int i(String tag, String msg) { in i()
72 public static int i(String tag, String msg, Throwable tr) { in i()
80 public static int w(String tag, String msg) { in w()
88 public static int w(String tag, String msg, Throwable tr) { in w()
104 public static int e(String tag, String msg) { in e()
112 public static int e(String tag, String msg, Throwable tr) { in e()
/external/cldr/tools/java/org/unicode/cldr/icu/
DICULogImpl.java15 public void debug(String msg) { in debug()
19 public void error(String msg) { in error()
23 public void error(String msg, Throwable t) { in error()
33 public void info(String msg) { in info()
37 public void log(String msg) { in log()
45 public void warning(String msg) { in warning()
49 protected void out(Level level, String msg) { in out()

12345678910>>...119