Searched refs:msg (Results 226 - 250 of 3582) sorted by relevance

1234567891011>>

/external/compiler-rt/lib/asan/tests/
H A Dasan_exceptions_test.cc8 void PrintString(const std::string& msg) const {
9 fprintf(stderr, "%s\n", msg.c_str());
/external/icu/icu4c/source/samples/datefmt/
H A Dutil.h10 void check(UErrorCode& status, const char* msg);
/external/icu/icu4c/source/samples/msgfmt/
H A Dutil.h10 void check(UErrorCode& status, const char* msg);
/external/icu/icu4c/source/samples/numfmt/
H A Dutil.h11 void check(UErrorCode& status, const char* msg);
/external/icu/icu4c/source/samples/translit/
H A Dutil.h10 void check(UErrorCode& status, const char* msg);
/external/libcxx/src/
H A Dstdexcept.cpp30 logic_error::logic_error(const string& msg) : __imp_(msg.c_str()) argument
34 logic_error::logic_error(const char* msg) : __imp_(msg) argument
63 runtime_error::runtime_error(const string& msg) : __imp_(msg.c_str()) argument
67 runtime_error::runtime_error(const char* msg) : __imp_(msg) argument
/external/skia/bench/
H A DBenchLogger.cpp26 void BenchLogger::fileWrite(const char msg[], size_t size) { argument
28 fFileStream->write(msg, size);
/external/skia/platform_tools/android/tests/
H A Dutils.py17 msg=None):
31 msg: message to print if the files are not equal.
33 msg: Message to pass to assert_true.
36 assert_true(filecmp.cmp(actual_name, full_expectations_path), msg)
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dstunserver_unittest.cc58 void Send(const StunMessage& msg) { argument
60 msg.Write(&buf);
67 StunMessage* msg = NULL; local
71 msg = new StunMessage();
72 msg->Read(&buf);
75 return msg;
96 StunMessage* msg = Receive(); local
97 ASSERT_TRUE(msg != NULL);
98 EXPECT_EQ(STUN_BINDING_RESPONSE, msg->type());
99 EXPECT_EQ(req.transaction_id(), msg
124 StunMessage* msg = Receive(); local
[all...]
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
H A DScrollAccessibilityHelper.java33 public boolean handleMessage(Message msg) { argument
34 switch(msg.what) {
41 "AccessibilityInjector: unhandled message: " + msg.what);
64 Message msg = mHandler.obtainMessage(HandlerCallback.MSG_VIEW_SCROLLED);
65 mHandler.sendMessageDelayed(msg, SEND_RECURRING_ACCESSIBILITY_EVENTS_INTERVAL_MILLIS);
/external/chromium_org/build/android/pylib/utils/
H A Drun_tests_helper.py26 msg = logging.Formatter.format(self, record)
27 if 'MainThread' in msg[:19]:
28 msg = msg.replace('MainThread', 'Main', 1)
30 return '%s %8.3fs %s' % (record.levelname[0], timediff, msg)
/external/chromium_org/media/tools/constrained_network_server/
H A Dtraffic_control.py24 msg: User defined error message.
31 def __init__(self, msg, cmd=None, returncode=None, output=None,
33 BaseException.__init__(self, msg)
34 self.msg = msg
50 msg=('Cannot run \'tc\' command. Traffic Control must be run as root '
53 msg=('Cannot run \'iptables\' command. Traffic Control must be run '
140 _Exec(command, msg='Could not delete root qdisc.')
173 _Exec(command, msg=('Error creating root qdisc. '
206 _Exec(command, msg
[all...]
/external/chromium_org/remoting/webapp/
H A Dwcs.js84 * @param {Array.<string>} msg The message.
88 remoting.Wcs.prototype.onMessage_ = function(msg) {
89 if (msg[0] == 'is') {
90 this.onIq_(msg[1]);
91 } else if (msg[0] == 'cfj') {
92 this.clientFullJid_ = msg[1];
/external/chromium_org/third_party/icu/source/extra/uconv/
H A Duwmsg.c123 const UChar *msg; local
140 msg = ures_getStringByKey(gBundle, tag, &msgLen, &err);
150 memcpy(result, msg, msgLen * U_SIZEOF_UCHAR);
155 uprint(msg,msgLen, fp, &err);
160 resultLength = u_vformatMessage(uloc_getDefault(), msg, msgLen, result, resultLength, ap, &err);
173 uprint(msg,msgLen, fp, &err);
217 UChar *msg; local
223 msg = (UChar*)fetchErrorName(err);
225 if(msg)
227 return msg;
[all...]
/external/icu/icu4c/source/extra/uconv/
H A Duwmsg.c123 const UChar *msg; local
140 msg = ures_getStringByKey(gBundle, tag, &msgLen, &err);
150 memcpy(result, msg, msgLen * U_SIZEOF_UCHAR);
155 uprint(msg,msgLen, fp, &err);
160 resultLength = u_vformatMessage(uloc_getDefault(), msg, msgLen, result, resultLength, ap, &err);
173 uprint(msg,msgLen, fp, &err);
217 UChar *msg; local
223 msg = (UChar*)fetchErrorName(err);
225 if(msg)
227 return msg;
[all...]
/external/javassist/src/main/javassist/
H A DCannotCompileException.java58 * @param msg the message.
60 public CannotCompileException(String msg) { argument
61 super(msg);
62 message = msg;
82 * @param msg the message.
85 public CannotCompileException(String msg, Throwable e) { argument
86 this(msg);
/external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
H A Dhelpline.c15 static void nop_helpline__push(const char *msg __maybe_unused)
38 void ui_helpline__push(const char *msg) argument
40 helpline_fns->push(msg);
64 void ui_helpline__puts(const char *msg) argument
67 ui_helpline__push(msg);
/external/llvm/include/llvm/Support/
H A DErrorHandling.h85 llvm_unreachable_internal(const char *msg=nullptr, const char *file=nullptr,
98 #define llvm_unreachable(msg) \
99 ::llvm::llvm_unreachable_internal(msg, __FILE__, __LINE__)
101 #define llvm_unreachable(msg) LLVM_BUILTIN_UNREACHABLE
103 #define llvm_unreachable(msg) ::llvm::llvm_unreachable_internal()
/external/chromium_org/ppapi/host/
H A Dresource_message_filter.cc62 bool ResourceMessageFilter::HandleMessage(const IPC::Message& msg, argument
64 scoped_refptr<base::TaskRunner> runner = OverrideTaskRunnerForMessage(msg);
67 DispatchMessage(msg, *context);
74 &ResourceMessageFilter::DispatchMessage, this, msg, context_copy));
83 const IPC::Message& msg) {
86 base::Bind(&ResourceMessageFilter::SendReply, this, context, msg));
90 resource_host_->SendReply(context, msg);
94 ResourceMessageFilter::OverrideTaskRunnerForMessage(const IPC::Message& msg) { argument
98 void ResourceMessageFilter::DispatchMessage(const IPC::Message& msg, argument
100 RunMessageHandlerAndReply(msg,
82 SendReply(const ReplyMessageContext& context, const IPC::Message& msg) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glx_log.c75 aslmsg msg; local
101 msg = asl_new(ASL_TYPE_MSG);
102 if (msg) {
104 asl_set(msg, "File", file);
106 asl_set(msg, "Function", function);
111 asl_set(msg, "Line", _line);
119 asl_set(msg, "Thread", _thread);
125 asl_vlog(aslc, msg, level, fmt, args);
126 if (msg)
127 asl_free(msg);
[all...]
/external/emma/ant/ant14/com/vladium/emma/ant/
H A DSuppressableTask.java80 public static BuildException newBuildException (final String msg, final Location location) argument
82 final String prefixedMsg = ((msg == null) || (msg.length () == 0))
83 ? msg
84 : IAppConstants.APP_THROWABLE_BUILD_ID + " " + msg;
89 public static BuildException newBuildException (final String msg, final Throwable cause, final Location location) argument
91 final String prefixedMsg = ((msg == null) || (msg.length () == 0))
92 ? msg
93 : IAppConstants.APP_THROWABLE_BUILD_ID + " " + msg;
[all...]
/external/mesa3d/src/glx/apple/
H A Dapple_glx_log.c75 aslmsg msg; local
101 msg = asl_new(ASL_TYPE_MSG);
102 if (msg) {
104 asl_set(msg, "File", file);
106 asl_set(msg, "Function", function);
111 asl_set(msg, "Line", _line);
119 asl_set(msg, "Thread", _thread);
125 asl_vlog(aslc, msg, level, fmt, args);
126 if (msg)
127 asl_free(msg);
[all...]
/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_enrollee.c19 static int wps_build_wps_state(struct wps_data *wps, struct wpabuf *msg) argument
28 wpabuf_put_be16(msg, ATTR_WPS_STATE);
29 wpabuf_put_be16(msg, 1);
30 wpabuf_put_u8(msg, state);
35 static int wps_build_e_hash(struct wps_data *wps, struct wpabuf *msg) argument
54 wpabuf_put_be16(msg, ATTR_E_HASH1);
55 wpabuf_put_be16(msg, SHA256_MAC_LEN);
56 hash = wpabuf_put(msg, SHA256_MAC_LEN);
70 wpabuf_put_be16(msg, ATTR_E_HASH2);
71 wpabuf_put_be16(msg, SHA256_MAC_LE
83 wps_build_e_snonce1(struct wps_data *wps, struct wpabuf *msg) argument
93 wps_build_e_snonce2(struct wps_data *wps, struct wpabuf *msg) argument
106 struct wpabuf *msg; local
168 struct wpabuf *msg; local
205 struct wpabuf *msg, *plain; local
238 wps_build_cred_ssid(struct wps_data *wps, struct wpabuf *msg) argument
248 wps_build_cred_auth_type(struct wps_data *wps, struct wpabuf *msg) argument
259 wps_build_cred_encr_type(struct wps_data *wps, struct wpabuf *msg) argument
270 wps_build_cred_network_key(struct wps_data *wps, struct wpabuf *msg) argument
308 wps_build_cred_mac_addr(struct wps_data *wps, struct wpabuf *msg) argument
348 struct wpabuf *msg, *plain; local
394 struct wpabuf *msg; local
424 struct wpabuf *msg; local
677 struct wpabuf msg; local
918 wps_process_m2(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) argument
1054 wps_process_m4(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) argument
1109 wps_process_m6(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) argument
1166 wps_process_m8(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) argument
1236 wps_process_wsc_msg(struct wps_data *wps, const struct wpabuf *msg) argument
1321 wps_process_wsc_ack(struct wps_data *wps, const struct wpabuf *msg) argument
1367 wps_process_wsc_nack(struct wps_data *wps, const struct wpabuf *msg) argument
1445 wps_enrollee_process_msg(struct wps_data *wps, enum wsc_op_code op_code, const struct wpabuf *msg) argument
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dwps_enrollee.c19 static int wps_build_wps_state(struct wps_data *wps, struct wpabuf *msg) argument
28 wpabuf_put_be16(msg, ATTR_WPS_STATE);
29 wpabuf_put_be16(msg, 1);
30 wpabuf_put_u8(msg, state);
35 static int wps_build_e_hash(struct wps_data *wps, struct wpabuf *msg) argument
54 wpabuf_put_be16(msg, ATTR_E_HASH1);
55 wpabuf_put_be16(msg, SHA256_MAC_LEN);
56 hash = wpabuf_put(msg, SHA256_MAC_LEN);
70 wpabuf_put_be16(msg, ATTR_E_HASH2);
71 wpabuf_put_be16(msg, SHA256_MAC_LE
83 wps_build_e_snonce1(struct wps_data *wps, struct wpabuf *msg) argument
93 wps_build_e_snonce2(struct wps_data *wps, struct wpabuf *msg) argument
106 struct wpabuf *msg; local
168 struct wpabuf *msg; local
205 struct wpabuf *msg, *plain; local
238 wps_build_cred_ssid(struct wps_data *wps, struct wpabuf *msg) argument
248 wps_build_cred_auth_type(struct wps_data *wps, struct wpabuf *msg) argument
259 wps_build_cred_encr_type(struct wps_data *wps, struct wpabuf *msg) argument
270 wps_build_cred_network_key(struct wps_data *wps, struct wpabuf *msg) argument
308 wps_build_cred_mac_addr(struct wps_data *wps, struct wpabuf *msg) argument
348 struct wpabuf *msg, *plain; local
394 struct wpabuf *msg; local
424 struct wpabuf *msg; local
677 struct wpabuf msg; local
918 wps_process_m2(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) argument
1054 wps_process_m4(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) argument
1109 wps_process_m6(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) argument
1166 wps_process_m8(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) argument
1236 wps_process_wsc_msg(struct wps_data *wps, const struct wpabuf *msg) argument
1321 wps_process_wsc_ack(struct wps_data *wps, const struct wpabuf *msg) argument
1367 wps_process_wsc_nack(struct wps_data *wps, const struct wpabuf *msg) argument
1445 wps_enrollee_process_msg(struct wps_data *wps, enum wsc_op_code op_code, const struct wpabuf *msg) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_enrollee.c19 static int wps_build_wps_state(struct wps_data *wps, struct wpabuf *msg) argument
28 wpabuf_put_be16(msg, ATTR_WPS_STATE);
29 wpabuf_put_be16(msg, 1);
30 wpabuf_put_u8(msg, state);
35 static int wps_build_e_hash(struct wps_data *wps, struct wpabuf *msg) argument
54 wpabuf_put_be16(msg, ATTR_E_HASH1);
55 wpabuf_put_be16(msg, SHA256_MAC_LEN);
56 hash = wpabuf_put(msg, SHA256_MAC_LEN);
70 wpabuf_put_be16(msg, ATTR_E_HASH2);
71 wpabuf_put_be16(msg, SHA256_MAC_LE
83 wps_build_e_snonce1(struct wps_data *wps, struct wpabuf *msg) argument
93 wps_build_e_snonce2(struct wps_data *wps, struct wpabuf *msg) argument
106 struct wpabuf *msg; local
168 struct wpabuf *msg; local
205 struct wpabuf *msg, *plain; local
238 wps_build_cred_ssid(struct wps_data *wps, struct wpabuf *msg) argument
248 wps_build_cred_auth_type(struct wps_data *wps, struct wpabuf *msg) argument
259 wps_build_cred_encr_type(struct wps_data *wps, struct wpabuf *msg) argument
270 wps_build_cred_network_key(struct wps_data *wps, struct wpabuf *msg) argument
308 wps_build_cred_mac_addr(struct wps_data *wps, struct wpabuf *msg) argument
348 struct wpabuf *msg, *plain; local
394 struct wpabuf *msg; local
424 struct wpabuf *msg; local
677 struct wpabuf msg; local
918 wps_process_m2(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) argument
1054 wps_process_m4(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) argument
1109 wps_process_m6(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) argument
1166 wps_process_m8(struct wps_data *wps, const struct wpabuf *msg, struct wps_parse_attr *attr) argument
1236 wps_process_wsc_msg(struct wps_data *wps, const struct wpabuf *msg) argument
1321 wps_process_wsc_ack(struct wps_data *wps, const struct wpabuf *msg) argument
1367 wps_process_wsc_nack(struct wps_data *wps, const struct wpabuf *msg) argument
1445 wps_enrollee_process_msg(struct wps_data *wps, enum wsc_op_code op_code, const struct wpabuf *msg) argument
[all...]

Completed in 572 milliseconds

1234567891011>>