HomeSort by relevance Sort by last modified time
    Searched defs:msg (Results 126 - 150 of 892) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/libnl/lib/netfilter/
nfnl.c 36 * struct nl_msg *msg;
39 * msg = nlmsg_alloc();
42 * hdr = nfnlmsg_put(msg, PID, SEQ, SUBSYS, TYPE, NLM_F_ECHO,
46 * nla_put_u32(msg, 1, 0x10);
49 * nl_send_auto_complete(sk, msg);
52 * nlmsg_free(msg);
174 static int nfnlmsg_append(struct nl_msg *msg, uint8_t family, uint16_t res_id)
178 nfg = nlmsg_reserve(msg, sizeof(*nfg), NLMSG_ALIGNTO);
185 NL_DBG(2, "msg %p: Added nfnetlink header family=%d res_id=%d\n",
186 msg, family, res_id)
203 struct nl_msg *msg; local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/gtk/
util.c 33 char *msg; local
37 vasprintf(&msg, format, args) < 0) {
48 "<b>Error</b>\n\n%s", msg);
52 free(msg);
59 char *msg; local
62 vasprintf(&msg, format, args) < 0) {
69 gtk_label_set_text(GTK_LABEL(pgctx->message_label), msg);
74 free(msg);
80 char *msg, *p; local
83 vasprintf(&msg, format, args) < 0)
99 pgctx->statbar_ctx_id, msg); local
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
target.c 111 const char *msg; local
132 msg = perf_target__error_str[idx];
137 snprintf(buf, buflen, "%s", msg);
142 snprintf(buf, buflen, msg, target->uid_str);
usage.c 14 char msg[1024]; local
15 vsnprintf(msg, sizeof(msg), err, params);
16 fprintf(stderr, " %s%s\n", prefix, msg);
  /external/llvm/unittests/ExecutionEngine/JIT/
IntelJITEventListenerTest.cpp 36 iJIT_Method_Load* msg = static_cast<iJIT_Method_Load*>(EventSpecificData); local
38 ReportedDebugFuncs[msg->method_id];
40 for(unsigned int i = 0; i < msg->line_number_size; ++i) {
41 EXPECT_TRUE(0 != msg->line_number_table);
43 std::string(msg->source_file_name),
44 msg->line_number_table[i].LineNumber);
45 ReportedDebugFuncs[msg->method_id].push_back(loc);
  /external/mesa3d/src/gallium/targets/graw-gdi/
graw_gdi.c 143 MSG msg; local
145 while (PeekMessage(&msg, NULL, 0, 0, PM_REMOVE)) {
146 if (msg.message == WM_QUIT) {
149 TranslateMessage(&msg);
150 DispatchMessage(&msg);
  /external/mesa3d/src/glx/apple/
apple_glx_log.c 75 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/nanopb-c/examples/using_union_messages/
decode.c 69 MsgType1 msg = {}; local
70 status = decode_unionmessage_contents(&stream, MsgType1_fields, &msg);
71 printf("Got MsgType1: %d\n", msg.value);
75 MsgType2 msg = {}; local
76 status = decode_unionmessage_contents(&stream, MsgType2_fields, &msg);
77 printf("Got MsgType2: %s\n", msg.value ? "true" : "false");
81 MsgType3 msg = {}; local
82 status = decode_unionmessage_contents(&stream, MsgType3_fields, &msg);
83 printf("Got MsgType3: %d %d\n", msg.value1, msg.value2);
    [all...]
  /external/oauth/core/src/main/java/net/oauth/
OAuthProblemException.java 53 String msg = super.getMessage(); local
54 if (msg != null)
55 return msg;
56 msg = getProblem();
57 if (msg != null)
58 return msg;
61 msg = response.toString();
62 int eol = msg.indexOf("\n");
64 eol = msg.indexOf("\r");
67 msg = msg.substring(0, eol)
    [all...]
  /external/openssl/apps/
winrand.c 74 MSG msg; local
107 while (GetMessage(&msg, NULL, 0, 0))
109 TranslateMessage(&msg);
110 DispatchMessage(&msg);
113 return msg.wParam;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
braille_background.js 168 * @param {Object} msg The Braille message.
170 cvox.BrailleBackground.prototype.onBrailleMessage = function(msg) {
171 if (msg['action'] == 'write') {
172 this.lastContentId_ = msg['contentId'];
173 this.lastContent_ = cvox.NavBraille.fromJson(msg['params']);
244 var msg = {
249 msg.contentId = this.lastContentId_;
251 cvox.ExtensionBridge.send(msg);
  /bionic/libc/bionic/
strerror_r.cpp 15 const char* msg; member in struct:Pair
19 for (size_t i = 0; strings[i].msg != NULL; ++i) {
21 return strings[i].msg;
  /bionic/libc/private/
libc_logging.h 69 char msg[0]; member in struct:abort_msg_t
111 __LIBC_HIDDEN__ __noreturn void __fortify_chk_fail(const char* msg, uint32_t event_tag);
  /bionic/linker/
linker_environ.cpp 53 const char* msg = "FATAL: kernel did not supply AT_SECURE\n"; local
54 write(2, msg, strlen(msg));
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensoroperations/
SequentialSensorOperation.java 58 String msg = String.format("Operation %d failed: \"%s\"", i, e.getMessage()); local
59 getStats().addValue(SensorStats.ERROR, msg);
60 throw new AssertionError(msg, e);
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
ExemptionMechanismExceptionTest.java 77 * msg. Parameter <code>msg</code> is not null.
96 * Assertion: constructs ExemptionMechanismException when <code>msg</code>
100 String msg = null; local
101 ExemptionMechanismException tE = new ExemptionMechanismException(msg);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
CertificateExpiredExceptionTest.java 66 * msg. Parameter <code>msg</code> is not null.
80 * Assertion: constructs CertificateExpiredException when <code>msg</code>
84 String msg = null; local
85 CertificateExpiredException tE = new CertificateExpiredException(msg);
CertificateNotYetValidExceptionTest.java 67 * detail message msg. Parameter <code>msg</code> is not null.
82 * <code>msg</code> is null
85 String msg = null; local
87 msg);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/spec/
InvalidParameterSpecExceptionTest.java 67 * msg. Parameter <code>msg</code> is not null.
81 * Assertion: constructs InvalidParameterSpecException when <code>msg</code>
85 String msg = null; local
87 msg);
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/javax/security/cert/
CertificateEncodingExceptionTest.java 65 * msg. Parameter <code>msg</code> is not null.
79 * Assertion: constructs CertificateEncodingException when <code>msg</code>
83 String msg = null; local
84 CertificateEncodingException tE = new CertificateEncodingException(msg);
CertificateExceptionTest.java 65 * Assertion: constructs CertificateException with detail message msg.
66 * Parameter <code>msg</code> is not null.
80 * Assertion: constructs CertificateException when <code>msg</code> is
84 String msg = null; local
85 CertificateException tE = new CertificateException(msg);
CertificateExpiredExceptionTest.java 66 * msg. Parameter <code>msg</code> is not null.
80 * Assertion: constructs CertificateExpiredException when <code>msg</code>
84 String msg = null; local
85 CertificateExpiredException tE = new CertificateExpiredException(msg);
CertificateNotYetValidExceptionTest.java 67 * detail message msg. Parameter <code>msg</code> is not null.
82 * <code>msg</code> is null
85 String msg = null; local
87 msg);
CertificateParsingExceptionTest.java 66 * msg. Parameter <code>msg</code> is not null.
80 * Assertion: constructs CertificateParsingException when <code>msg</code>
84 String msg = null; local
85 CertificateParsingException tE = new CertificateParsingException(msg);
  /external/apache-xml/src/main/java/org/apache/xml/res/
XMLMessages.java 102 String msg = null; local
105 msg = fResourceBundle.getString(msgKey);
107 if (msg == null)
109 msg = fResourceBundle.getString(BAD_CODE);
129 fmsg = java.text.MessageFormat.format(msg, args);
134 fmsg += " " + msg;
138 fmsg = msg;

Completed in 1288 milliseconds

1 2 3 4 56 7 8 91011>>