Home
last modified time | relevance | path

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

12345678910>>...82

/external/chromium/testing/gmock/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/protobuf/java/src/test/java/com/google/protobuf/
DNanoTest.java69 SimpleMessageNano msg = new SimpleMessageNano(); in testSimpleMessageNano() local
99 RecursiveMessageNano msg = new RecursiveMessageNano(); in testRecursiveMessageNano() local
135 TestAllTypesNano msg = new TestAllTypesNano(); in testNanoRequiredInt32() local
154 TestAllTypesNano msg = new TestAllTypesNano(); in testNanoOptionalInt32() local
174 TestAllTypesNano msg = new TestAllTypesNano(); in testNanoOptionalInt64() local
195 TestAllTypesNano msg = new TestAllTypesNano(); in testNanoOptionalUint32() local
216 TestAllTypesNano msg = new TestAllTypesNano(); in testNanoOptionalUint64() local
237 TestAllTypesNano msg = new TestAllTypesNano(); in testNanoOptionalSint32() local
258 TestAllTypesNano msg = new TestAllTypesNano(); in testNanoOptionalSint64() local
279 TestAllTypesNano msg = new TestAllTypesNano(); in testNanoOptionalFixed32() local
[all …]
DMicroTest.java66 SimpleMessageMicro msg = new SimpleMessageMicro(); in testSimpleMessageMicro() local
109 RecursiveMessageMicro msg = new RecursiveMessageMicro(); in testRecursiveMessageMicro() local
151 TestAllTypesMicro msg = new TestAllTypesMicro(); in testMicroRequiredInt32() local
182 TestAllTypesMicro msg = new TestAllTypesMicro(); in testMicroOptionalInt32() local
208 TestAllTypesMicro msg = new TestAllTypesMicro(); in testMicroOptionalInt64() local
234 TestAllTypesMicro msg = new TestAllTypesMicro(); in testMicroOptionalUint32() local
260 TestAllTypesMicro msg = new TestAllTypesMicro(); in testMicroOptionalUint64() local
286 TestAllTypesMicro msg = new TestAllTypesMicro(); in testMicroOptionalSint32() local
312 TestAllTypesMicro msg = new TestAllTypesMicro(); in testMicroOptionalSint64() local
338 TestAllTypesMicro msg = new TestAllTypesMicro(); in testMicroOptionalFixed32() local
[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()
89 int wps_build_req_type(struct wpabuf *msg, enum wps_request_type type) in wps_build_req_type()
99 int wps_build_resp_type(struct wpabuf *msg, enum wps_response_type type) in wps_build_resp_type()
109 int wps_build_config_methods(struct wpabuf *msg, u16 methods) in wps_build_config_methods()
119 int wps_build_uuid_e(struct wpabuf *msg, const u8 *uuid) in wps_build_uuid_e()
129 int wps_build_dev_password_id(struct wpabuf *msg, u16 id) in wps_build_dev_password_id()
139 int wps_build_config_error(struct wpabuf *msg, u16 err) in wps_build_config_error()
149 int wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg) in wps_build_authenticator()
179 int wps_build_version(struct wpabuf *msg) in wps_build_version()
194 int wps_build_wfa_ext(struct wpabuf *msg, int req_to_enroll, in wps_build_wfa_ext()
[all …]
Dwps_enrollee.c19 static int wps_build_wps_state(struct wps_data *wps, struct wpabuf *msg) in wps_build_wps_state()
35 static int wps_build_e_hash(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_hash()
83 static int wps_build_e_snonce1(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_snonce1()
93 static int wps_build_e_snonce2(struct wps_data *wps, struct wpabuf *msg) in wps_build_e_snonce2()
106 struct wpabuf *msg; in wps_build_m1() local
170 struct wpabuf *msg; in wps_build_m3() local
201 struct wpabuf *msg, *plain; in wps_build_m5() local
234 static int wps_build_cred_ssid(struct wps_data *wps, struct wpabuf *msg) in wps_build_cred_ssid()
244 static int wps_build_cred_auth_type(struct wps_data *wps, struct wpabuf *msg) in wps_build_cred_auth_type()
266 static int wps_build_cred_encr_type(struct wps_data *wps, struct wpabuf *msg) in wps_build_cred_encr_type()
[all …]
Dwps_dev_attr.c16 int wps_build_manufacturer(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_manufacturer()
40 int wps_build_model_name(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_model_name()
64 int wps_build_model_number(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_model_number()
89 struct wpabuf *msg) in wps_build_serial_number()
113 int wps_build_primary_dev_type(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_primary_dev_type()
124 struct wpabuf *msg) in wps_build_secondary_dev_type()
139 int wps_build_req_dev_type(struct wps_device_data *dev, struct wpabuf *msg, in wps_build_req_dev_type()
159 int wps_build_dev_name(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_dev_name()
183 int wps_build_device_attrs(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_device_attrs()
196 int wps_build_os_version(struct wps_device_data *dev, struct wpabuf *msg) in wps_build_os_version()
[all …]
/external/chromium_org/third_party/libevent/test/
Dregress.gen.c75 msg_run_add(struct msg *msg) in msg_run_add()
100 msg_from_name_assign(struct msg *msg, in msg_from_name_assign()
112 msg_to_name_assign(struct msg *msg, in msg_to_name_assign()
124 msg_attack_assign(struct msg *msg, in msg_attack_assign()
161 msg_run_assign(struct msg *msg, int off, in msg_run_assign()
187 msg_from_name_get(struct msg *msg, char * *value) in msg_from_name_get()
196 msg_to_name_get(struct msg *msg, char * *value) in msg_to_name_get()
205 msg_attack_get(struct msg *msg, struct kill* *value) in msg_attack_get()
218 msg_run_get(struct msg *msg, int offset, in msg_run_get()
365 msg_complete(struct msg *msg) in msg_complete()
[all …]
Dregress.gen.h12 #define EVTAG_HAS(msg, member) ((msg)->member##_set == 1) argument
14 #define EVTAG_ASSIGN(msg, member, args...) (*(msg)->base->member##_assign)(msg, ## args) argument
15 #define EVTAG_GET(msg, member, args...) (*(msg)->base->member##_get)(msg, ## args) argument
17 #define EVTAG_ASSIGN(msg, member, ...) (*(msg)->base->member##_assign)(msg, ## __VA_ARGS__) argument
18 #define EVTAG_GET(msg, member, ...) (*(msg)->base->member##_get)(msg, ## __VA_ARGS__) argument
20 #define EVTAG_ADD(msg, member) (*(msg)->base->member##_add)(msg) argument
21 #define EVTAG_LEN(msg, member) ((msg)->member##_length) argument
49 struct msg { struct
50 struct msg_access_ *base; argument
65 struct msg *msg_new(void); argument
/external/chromium/third_party/libevent/test/
Dregress.gen.c75 msg_run_add(struct msg *msg) in msg_run_add()
100 msg_from_name_assign(struct msg *msg, in msg_from_name_assign()
112 msg_to_name_assign(struct msg *msg, in msg_to_name_assign()
124 msg_attack_assign(struct msg *msg, in msg_attack_assign()
161 msg_run_assign(struct msg *msg, int off, in msg_run_assign()
187 msg_from_name_get(struct msg *msg, char * *value) in msg_from_name_get()
196 msg_to_name_get(struct msg *msg, char * *value) in msg_to_name_get()
205 msg_attack_get(struct msg *msg, struct kill* *value) in msg_attack_get()
218 msg_run_get(struct msg *msg, int offset, in msg_run_get()
365 msg_complete(struct msg *msg) in msg_complete()
[all …]
Dregress.gen.h12 #define EVTAG_HAS(msg, member) ((msg)->member##_set == 1) argument
14 #define EVTAG_ASSIGN(msg, member, args...) (*(msg)->base->member##_assign)(msg, ## args) argument
15 #define EVTAG_GET(msg, member, args...) (*(msg)->base->member##_get)(msg, ## args) argument
17 #define EVTAG_ASSIGN(msg, member, ...) (*(msg)->base->member##_assign)(msg, ## __VA_ARGS__) argument
18 #define EVTAG_GET(msg, member, ...) (*(msg)->base->member##_get)(msg, ## __VA_ARGS__) argument
20 #define EVTAG_ADD(msg, member) (*(msg)->base->member##_add)(msg) argument
21 #define EVTAG_LEN(msg, member) ((msg)->member##_length) argument
49 struct msg { struct
50 struct msg_access_ *base; argument
65 struct msg *msg_new(void); argument
/external/chromium_org/v8/test/mjsunit/harmony/
Dstring-endswith.js57 msg: "Empty string", val: "" property
59 msg: "Number 1234.34", val: 1234.34 property
61 msg: "Integer number 0", val: 0 property
63 msg: "Negative number -1", val: -1 property
65 msg: "Boolean true", val: true property
67 msg: "Boolean false", val: false property
69 msg: "Regular expression /\d+/", val: /\d+/ property
71 msg: "Empty array []", val: [] property
73 msg: "Empty object {}", val: {} property
75 msg: "Array of size 3", val: new Array(3) property
Dstring-startswith.js57 msg: "Empty string", val: "" property
59 msg: "Number 1234.34", val: 1234.34 property
61 msg: "Integer number 0", val: 0 property
63 msg: "Negative number -1", val: -1 property
65 msg: "Boolean true", val: true property
67 msg: "Boolean false", val: false property
69 msg: "Regular expression /\d+/", val: /\d+/ property
71 msg: "Empty array []", val: [] property
73 msg: "Empty object {}", val: {} property
75 msg: "Array of size 3", val: new Array(3) property
Dstring-contains.js68 msg: "Empty string", val: "" property
70 msg: "Number 1234.34", val: 1234.34 property
72 msg: "Integer number 0", val: 0 property
74 msg: "Negative number -1", val: -1 property
76 msg: "Boolean true", val: true property
78 msg: "Boolean false", val: false property
80 msg: "Regular expression /\d+/", val: /\d+/ property
82 msg: "Empty array []", val: [] property
84 msg: "Empty object {}", val: {} property
86 msg: "Array of size 3", val: new Array(3) property
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowLog.java17 public static void e(String tag, String msg) { in e()
22 public static void e(String tag, String msg, Throwable throwable) { in e()
27 public static void d(String tag, String msg) { in d()
32 public static void d(String tag, String msg, Throwable throwable) { in d()
37 public static void i(String tag, String msg) { in i()
42 public static void i(String tag, String msg, Throwable throwable) { in i()
47 public static void v(String tag, String msg) { in v()
52 public static void v(String tag, String msg, Throwable throwable) { in v()
57 public static void w(String tag, String msg) { in w()
68 public static void w(String tag, String msg, Throwable throwable) { in w()
[all …]
/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/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DANTLRErrorListener.java38 public void info(String msg); in info()
39 public void error(Message msg); in error()
40 public void warning(Message msg); in warning()
41 public void error(ToolMessage msg); in error()
/external/chromium_org/ipc/
Dipc_message_utils_impl.h15 void MessageSchema<ParamType>::Write(Message* msg, const RefParam& p) { in Write()
20 bool MessageSchema<ParamType>::Read(const Message* msg, Param* p) { in Read()
30 Message* msg, in Write()
37 const Message* msg, SendParam* p) { in ReadSendParam()
44 const Message* msg, typename TupleTypes<ReplyParam>::ValueTuple* p) { in ReadReplyParam()
Dipc_sync_message.cc70 bool SyncMessage::IsMessageReplyTo(const Message& msg, int request_id) { in IsMessageReplyTo()
77 PickleIterator SyncMessage::GetDataIterator(const Message* msg) { in GetDataIterator()
85 int SyncMessage::GetMessageId(const Message& msg) { in GetMessageId()
96 Message* SyncMessage::GenerateReply(const Message* msg) { in GenerateReply()
112 bool SyncMessage::ReadSyncHeader(const Message& msg, SyncHeader* header) { in ReadSyncHeader()
125 bool SyncMessage::WriteSyncHeader(Message* msg, const SyncHeader& header) { in WriteSyncHeader()
141 bool MessageReplyDeserializer::SerializeOutputParameters(const Message& msg) { in SerializeOutputParameters()
/external/oprofile/libutil++/
Dop_exception.cpp18 op_exception::op_exception(string const & msg) in op_exception()
34 op_fatal_error::op_fatal_error(string const & msg) in op_fatal_error()
41 op_runtime_error::op_runtime_error(string const & msg) in op_runtime_error()
47 op_runtime_error::op_runtime_error(string const & msg, int cerrno) in op_runtime_error()
/external/libnl-headers/netlink/
Dattr.h143 #define NLA_PUT(msg, attrtype, attrlen, data) \ argument
157 #define NLA_PUT_TYPE(msg, type, attrtype, value) \ argument
169 #define NLA_PUT_U8(msg, attrtype, value) \ argument
178 #define NLA_PUT_U16(msg, attrtype, value) \ argument
187 #define NLA_PUT_U32(msg, attrtype, value) \ argument
196 #define NLA_PUT_U64(msg, attrtype, value) \ argument
205 #define NLA_PUT_STRING(msg, attrtype, value) \ argument
213 #define NLA_PUT_FLAG(msg, attrtype) \ argument
222 #define NLA_PUT_MSECS(msg, attrtype, msecs) \ argument
231 #define NLA_PUT_ADDR(msg, attrtype, addr) \ argument
[all …]
/external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
Dpython_protobuf.cc39 static const Message* GetCProtoInsidePyProtoStub(PyObject* msg) { in GetCProtoInsidePyProtoStub()
42 static Message* MutableCProtoInsidePyProtoStub(PyObject* msg) { in MutableCProtoInsidePyProtoStub()
54 const Message* GetCProtoInsidePyProto(PyObject* msg) { in GetCProtoInsidePyProto()
57 Message* MutableCProtoInsidePyProto(PyObject* msg) { in MutableCProtoInsidePyProto()
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dstunserver.cc54 StunMessage msg; in OnPacket() local
86 StunMessage* msg, const talk_base::SocketAddress& remote_addr) { in OnBindingRequest()
121 StunMessage* msg, const talk_base::SocketAddress& addr) { in OnAllocateRequest()
126 StunMessage* msg, const talk_base::SocketAddress& addr) { in OnSharedSecretRequest()
130 void StunServer::OnSendRequest(StunMessage* msg, in OnSendRequest()
136 const StunMessage& msg, const talk_base::SocketAddress& addr, in SendErrorResponse()
153 const StunMessage& msg, const talk_base::SocketAddress& addr) { in SendResponse()
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
Dproperties.rb13 def emit_error_message(msg) argument
22 def emit_error_message(msg) argument
115 def emit_error_message(msg) argument
124 def emit_error_message(msg) argument
181 def emit_error_message(msg) argument
190 def emit_error_message(msg) argument
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DErrorQueue.java42 public void info(String msg) { in info()
46 public void error(Message msg) { in error()
50 public void warning(Message msg) { in warning()
54 public void error(ToolMessage msg) { in error()

12345678910>>...82