HomeSort by relevance Sort by last modified time
    Searched refs:msg (Results 201 - 225 of 3753) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/protobuf/python/google/protobuf/pyext/
python_protobuf.h 50 const Message* GetCProtoInsidePyProto(PyObject* msg);
51 Message* MutableCProtoInsidePyProto(PyObject* msg);
  /external/dexmaker/src/dx/java/com/android/dx/util/
AnnotatedOutput.java 47 * @param msg {@code non-null;} the annotation message
49 public void annotate(String msg);
60 * @param msg {@code non-null;} the annotation message
62 public void annotate(int amt, String msg);
  /external/eigen/blas/
xerbla.cpp 15 EIGEN_WEAK_LINKING int xerbla_(const char * msg, int *info, int)
17 std::cerr << "Eigen BLAS ERROR #" << *info << ": " << msg << "\n"; local
  /external/emma/core/java12/com/vladium/util/asserts/
$assert.java 31 * @param msg
33 public static void ASSERT (final boolean condition, final String msg)
37 if (! condition) throw new RuntimeException (msg);
  /external/jsilver/src/com/google/streamhtmlparser/
ParseException.java 35 * @param msg the error message
37 public ParseException(Parser parser, String msg) {
41 msg));
  /external/chromium_org/sandbox/mac/
dispatch_source_mach_unittest.cc 49 mach_msg_empty_rcv_t msg = {{0}};
50 msg.header.msgh_size = sizeof(msg);
51 msg.header.msgh_local_port = port();
52 mach_msg_receive(&msg.header);
58 mach_msg_empty_send_t msg = {{0}}; local
59 msg.header.msgh_size = sizeof(msg);
60 msg.header.msgh_remote_port = port();
61 msg.header.msgh_bits = MACH_MSGH_BITS_REMOTE(MACH_MSG_TYPE_COPY_SEND)
    [all...]
  /bionic/libc/include/android/
set_abort_message.h 36 void android_set_abort_message(const char* msg);
  /development/ndk/platforms/android-9/arch-mips/include/machine/
cdefs.h 35 #define __warn_references(sym,msg)
41 #define __warn_references(sym,msg) \
43 " ; .ascii \"" msg "\" ; .text")
44 #define __indr_references(sym,msg) /* nothing */
  /external/chromium_org/chromecast/media/cma/ipc_streamer/
audio_decoder_config_marshaller.cc 21 const ::media::AudioDecoderConfig& config, MediaMessage* msg) {
22 CHECK(msg->WritePod(config.codec()));
23 CHECK(msg->WritePod(config.channel_layout()));
24 CHECK(msg->WritePod(config.samples_per_second()));
25 CHECK(msg->WritePod(config.sample_format()));
26 CHECK(msg->WritePod(config.is_encrypted()));
27 CHECK(msg->WritePod(config.extra_data_size()));
29 CHECK(msg->WriteBuffer(config.extra_data(), config.extra_data_size()));
34 MediaMessage* msg) {
43 CHECK(msg->ReadPod(&codec))
    [all...]
  /external/chromium_org/ipc/
ipc_sender.h 20 virtual bool Send(Message* msg) = 0;
  /external/chromium_org/ppapi/host/
resource_message_handler.h 35 virtual bool HandleMessage(const IPC::Message& msg,
40 const IPC::Message& msg) = 0;
44 void RunMessageHandlerAndReply(const IPC::Message& msg,
64 virtual int32_t OnResourceMessageReceived(const IPC::Message& msg,
  /external/chromium_org/remoting/protocol/
message_serialization.cc 17 const google::protobuf::MessageLite& msg) {
21 int size = msg.ByteSize() + kExtraBytes;
23 rtc::SetBE32(buffer->data(), msg.GetCachedSize());
24 msg.SerializeWithCachedSizesToArray(
  /external/libsepol/tests/policies/test-deps/
modreq-perm-opt.conf 11 class msg { send receive };
17 allow a_mod_t b_mod_t: msg { send receive };
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
libslang.h 15 #define slsmg_printf(msg, args...) \
16 SLsmg_printf((char *)(msg), ##args)
17 #define slsmg_write_nstring(msg, len) \
18 SLsmg_write_nstring((char *)(msg), len)
  /external/objenesis/main/src/org/objenesis/
ObjenesisException.java 33 * @param msg Error message
35 public ObjenesisException(String msg) {
36 super(msg);
50 * @param msg Error message
53 public ObjenesisException(String msg, Throwable cause) {
54 super(msg);
  /external/libnl/lib/netfilter/
queue.c 37 static int send_queue_request(struct nl_sock *sk, struct nl_msg *msg)
41 err = nl_send_auto_complete(sk, msg);
42 nlmsg_free(msg);
57 struct nl_msg *msg; local
60 msg = nfnlmsg_alloc_simple(NFNL_SUBSYS_QUEUE, NFQNL_MSG_CONFIG, 0,
62 if (msg == NULL)
68 if (nla_put(msg, NFQA_CFG_CMD, sizeof(cmd), &cmd) < 0)
71 *result = msg;
75 nlmsg_free(msg);
86 struct nl_msg *msg; local
102 struct nl_msg *msg; local
114 struct nl_msg *msg; local
184 struct nl_msg *msg; local
201 struct nl_msg *msg; local
222 struct nl_msg *msg; local
    [all...]
  /bionic/libc/bionic/
__cmsg_nxthdr.cpp 31 cmsghdr* __cmsg_nxthdr(msghdr* msg, cmsghdr* cmsg) {
34 size_t len = reinterpret_cast<char*>(ptr+1) - reinterpret_cast<char*>(msg->msg_control);
35 if (len > msg->msg_controllen) {
  /development/testrunner/
errors.py 22 """Generic exception with an optional string msg."""
23 def __init__(self, msg=""):
24 self.msg = msg
  /external/bluetooth/bluedroid/embdrv/sbc/decoder/include/
oi_assert.h 53 #define OI_ASSERT_FAIL(msg) \
54 { OI_AssertFail(__FILE__, __LINE__, msg); }
60 #define OI_ASSERT_FAIL(msg)
  /external/chromium_org/content/child/
thread_safe_sender.cc 22 bool ThreadSafeSender::Send(IPC::Message* msg) {
24 return ChildThread::current()->Send(msg);
25 return sync_filter_->Send(msg);
  /external/chromium_org/sandbox/linux/seccomp-bpf/
die.cc 50 void Die::SandboxDie(const char* msg, const char* file, int line) {
52 LogToStderr(msg, file, line);
54 logging::LogMessage(file, line, logging::LOG_FATAL).stream() << msg;
59 void Die::RawSandboxDie(const char* msg) {
60 if (!msg)
61 msg = "";
62 RAW_LOG(FATAL, msg);
66 void Die::SandboxInfo(const char* msg, const char* file, int line) {
68 logging::LogMessage(file, line, logging::LOG_INFO).stream() << msg;
72 void Die::LogToStderr(const char* msg, const char* file, int line)
    [all...]
  /external/chromium_org/skia/ext/
google_logging.cc 18 std::string msg; local
19 base::StringAppendV(&msg, format, ap);
24 << msg;
  /external/chromium_org/third_party/android_testrunner/
errors.py 22 """Generic exception with an optional string msg."""
23 def __init__(self, msg=""):
24 self.msg = msg
  /external/chromium_org/third_party/libaddressinput/src/java/test/android/util/
Log.java 23 public static int v(String tag, String msg) { return 0; }
24 public static int v(String tag, String msg, Throwable tr) { return 0; }
25 public static int d(String tag, String msg) { return 0; }
26 public static int d(String tag, String msg, Throwable tr) { return 0; }
27 public static int i(String tag, String msg) { return 0; }
28 public static int i(String tag, String msg, Throwable tr) { return 0; }
29 public static int w(String tag, String msg) { return 0; }
30 public static int w(String tag, String msg, Throwable tr) { return 0; }
33 public static int e(String tag, String msg) { return 0; }
34 public static int e(String tag, String msg, Throwable tr) { return 0;
    [all...]
  /external/deqp/android/package/src/com/drawelements/deqp/testercore/
Log.java 36 public static void d (String tag, String msg) {
38 android.util.Log.d(tag, msg);
41 public static void i (String tag, String msg) {
43 android.util.Log.i(tag, msg);
46 public static void w (String tag, String msg) {
48 android.util.Log.w(tag, msg);
51 public static void w (String tag, String msg, Throwable tr) {
53 android.util.Log.w(tag, msg, tr);
56 public static void e (String tag, String msg) {
58 android.util.Log.e(tag, msg);
    [all...]

Completed in 571 milliseconds

1 2 3 4 5 6 7 891011>>