Searched refs:msg (Results 1 - 25 of 1961) sorted by relevance

1234567891011>>

/external/clang/test/CodeGen/
H A D2007-04-14-FNoBuiltin.c5 void foo(const char *msg) { argument
6 printf("%s\n",msg);
H A Dstack-protector.c2 // NOSSP: define void @test1(i8* %msg) nounwind {
4 // WITHSSP: define void @test1(i8* %msg) nounwind ssp {
6 // SSPREQ: define void @test1(i8* %msg) nounwind sspreq {
10 void test1(const char *msg) { argument
11 char a[strlen(msg) + 1];
12 strcpy(a, msg);
/external/clang/test/CodeGenCXX/
H A D2007-04-14-FNoBuiltin.cpp5 void foo(const char *msg) { argument
7 printf("%s\n",msg);
/external/webkit/Source/WebCore/platform/win/
H A DEventLoopWin.cpp35 MSG msg; local
36 if (!GetMessage(&msg, 0, 0, 0)) {
41 TranslateMessage(&msg);
42 DispatchMessage(&msg);
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DMicroTest.java59 SimpleMessageMicro msg = new SimpleMessageMicro();
60 assertFalse(msg.hasD());
61 assertEquals(123, msg.getD());
62 assertFalse(msg.hasNestedMsg());
63 assertEquals(null, msg.getNestedMsg());
64 assertFalse(msg.hasDefaultNestedEnum());
65 assertEquals(SimpleMessageMicro.BAZ, msg.getDefaultNestedEnum());
67 msg.setD(456);
68 assertTrue(msg.hasD());
69 assertEquals(456, msg
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DANTLRErrorListener.java38 public void info(String msg); argument
39 public void error(Message msg); argument
40 public void warning(Message msg); argument
41 public void error(ToolMessage msg); argument
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
H A DOperatorCreationException.java6 public OperatorCreationException(String msg, Throwable cause) argument
8 super(msg, cause);
11 public OperatorCreationException(String msg) argument
13 super(msg);
/external/javassist/src/main/javassist/
H A DNotFoundException.java22 public NotFoundException(String msg) { argument
23 super(msg);
26 public NotFoundException(String msg, Exception e) { argument
27 super(msg + " because of " + e.toString());
/external/javassist/src/main/javassist/bytecode/
H A DBadBytecode.java26 public BadBytecode(String msg) { argument
27 super(msg);
30 public BadBytecode(String msg, Throwable cause) { argument
31 super(msg, cause);
H A DDuplicateMemberException.java27 public DuplicateMemberException(String msg) { argument
28 super(msg);
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
H A DCMSSignerDigestMismatchException.java7 String msg)
9 super(msg);
6 CMSSignerDigestMismatchException( String msg) argument
H A DCMSVerifierCertificateNotValidException.java7 String msg)
9 super(msg);
6 CMSVerifierCertificateNotValidException( String msg) argument
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXNameConstraintValidatorException.java6 public PKIXNameConstraintValidatorException(String msg) argument
8 super(msg);
/external/oprofile/libutil++/
H A Dop_exception.cpp18 op_exception::op_exception(string const & msg) argument
20 message(msg)
34 op_fatal_error::op_fatal_error(string const & msg) argument
36 op_exception(msg)
41 op_runtime_error::op_runtime_error(string const & msg) argument
43 runtime_error(msg)
47 op_runtime_error::op_runtime_error(string const & msg, int cerrno) argument
49 runtime_error(msg + "\ncause: " + strerror(cerrno))
/external/smali/util/src/main/java/ds/tree/
H A DDuplicateKeyException.java37 public DuplicateKeyException(String msg) argument
39 super(msg);
/external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
H A Deap_wsc_common.c25 struct wpabuf *msg; local
27 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id);
28 if (msg == NULL) {
35 wpabuf_put_u8(msg, WSC_FRAG_ACK); /* Op-Code */
36 wpabuf_put_u8(msg, 0); /* Flags */
38 return msg;
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_wsc_common.c19 struct wpabuf *msg; local
21 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id);
22 if (msg == NULL) {
29 wpabuf_put_u8(msg, WSC_FRAG_ACK); /* Op-Code */
30 wpabuf_put_u8(msg, 0); /* Flags */
32 return msg;
/external/wpa_supplicant_8/src/eap_common/
H A Deap_wsc_common.c19 struct wpabuf *msg; local
21 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id);
22 if (msg == NULL) {
29 wpabuf_put_u8(msg, WSC_FRAG_ACK); /* Op-Code */
30 wpabuf_put_u8(msg, 0); /* Flags */
32 return msg;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_wsc_common.c19 struct wpabuf *msg; local
21 msg = eap_msg_alloc(EAP_VENDOR_WFA, EAP_VENDOR_TYPE_WSC, 2, code, id);
22 if (msg == NULL) {
29 wpabuf_put_u8(msg, WSC_FRAG_ACK); /* Op-Code */
30 wpabuf_put_u8(msg, 0); /* Flags */
32 return msg;
/external/e2fsprogs/po/
H A Dat-expand.pl66 my $msg;
71 $msg =~ s/\@a/extended attribute/g;
72 $msg =~ s/\@A/error allocating/g;
73 $msg =~ s/\@b/block/g;
74 $msg =~ s/\@B/bitmap/g;
75 $msg =~ s/\@c/compress/g;
76 $msg =~ s/\@C/conflicts with some other fs block/g;
77 $msg =~ s/\@i/inode/g;
78 $msg =~ s/\@I/illegal/g;
79 $msg
[all...]
/external/qemu/android/
H A Dcore-init-utils.c32 * msg - Message to send. On success, message must begin with "ok:", followed
37 android_core_send_init_response(const char* msg) argument
56 socket_send(fd, msg, strlen(msg) + 1);
66 char msg[32]; local
67 snprintf(msg, sizeof(msg), "ok:port=%d", android_base_port);
68 android_core_send_init_response(msg);
75 char msg[4096]; local
78 snprintf(msg, sizeo
94 char msg[32]; local
[all...]
/external/wpa_supplicant_6/wpa_supplicant/src/wps/
H A Dwps_attr_build.c24 int wps_build_public_key(struct wps_data *wps, struct wpabuf *msg) argument
37 wpabuf_put_be16(msg, ATTR_PUBLIC_KEY);
38 wpabuf_put_be16(msg, wpabuf_len(pubkey));
39 wpabuf_put_buf(msg, pubkey);
53 int wps_build_req_type(struct wpabuf *msg, enum wps_request_type type) argument
56 wpabuf_put_be16(msg, ATTR_REQUEST_TYPE);
57 wpabuf_put_be16(msg, 1);
58 wpabuf_put_u8(msg, type);
63 int wps_build_config_methods(struct wpabuf *msg, u16 methods) argument
66 wpabuf_put_be16(msg, ATTR_CONFIG_METHOD
73 wps_build_uuid_e(struct wpabuf *msg, const u8 *uuid) argument
83 wps_build_dev_password_id(struct wpabuf *msg, u16 id) argument
93 wps_build_config_error(struct wpabuf *msg, u16 err) argument
103 wps_build_authenticator(struct wps_data *wps, struct wpabuf *msg) argument
133 wps_build_version(struct wpabuf *msg) argument
143 wps_build_msg_type(struct wpabuf *msg, enum wps_msg_type msg_type) argument
153 wps_build_enrollee_nonce(struct wps_data *wps, struct wpabuf *msg) argument
163 wps_build_registrar_nonce(struct wps_data *wps, struct wpabuf *msg) argument
173 wps_build_auth_type_flags(struct wps_data *wps, struct wpabuf *msg) argument
183 wps_build_encr_type_flags(struct wps_data *wps, struct wpabuf *msg) argument
193 wps_build_conn_type_flags(struct wps_data *wps, struct wpabuf *msg) argument
203 wps_build_assoc_state(struct wps_data *wps, struct wpabuf *msg) argument
213 wps_build_key_wrap_auth(struct wps_data *wps, struct wpabuf *msg) argument
228 wps_build_encr_settings(struct wps_data *wps, struct wpabuf *msg, struct wpabuf *plain) argument
[all...]
/external/chromium/third_party/libevent/test/
H A Dregress.gen.h12 #define EVTAG_HAS(msg, member) ((msg)->member##_set == 1)
14 #define EVTAG_ASSIGN(msg, member, args...) (*(msg)->base->member##_assign)(msg, ## args)
15 #define EVTAG_GET(msg, member, args...) (*(msg)->base->member##_get)(msg, ## args)
17 #define EVTAG_ASSIGN(msg, member, ...) (*(msg)
49 struct msg { struct
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/io/
H A DStreamOverflowException.java8 public StreamOverflowException(String msg) argument
10 super(msg);
/external/javassist/sample/evolve/
H A DCannotUpdateException.java7 public CannotUpdateException(String msg) { argument
8 super(msg);

Completed in 436 milliseconds

1234567891011>>