HomeSort by relevance Sort by last modified time
    Searched refs:msgid (Results 101 - 125 of 213) sorted by null

1 2 3 45 6 7 8 9

  /external/chromium_org/ipc/
ipc_perftest_support.cc 100 int msgid; variable
101 EXPECT_TRUE(iter.ReadInt(&msgid));
122 msg->WriteInt(msgid);
169 int msgid; variable
170 EXPECT_TRUE(iter.ReadInt(&msgid));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
cpplib.h     [all...]
params.h 85 #define DEFPARAM(enumerator, option, msgid, default, min, max) \
  /external/e2fsprogs/intl/
dcigettext.c 241 char msgid[ZERO]; member in struct:known_translation_t
266 result = strcmp (s1->msgid, s2->msgid);
424 /* Look up MSGID in the DOMAINNAME message catalog for the current
450 /* If no real MSGID is given return NULL. */
483 alloca (offsetof (struct known_translation_t, msgid) + msgid_len);
484 memcpy (search->msgid, msgid1, msgid_len);
610 domain. Return the MSGID. */
652 malloc (offsetof (struct known_translation_t, msgid)
657 mempcpy (newp->msgid, msgid1, msgid_len)
    [all...]
gettextP.h 174 struct binding *domainbinding, const char *msgid,
  /external/bison/lib/
argmatch.c 33 #define _(msgid) gettext (msgid)
error.c 33 # define _(msgid) gettext (msgid)
obstack.c 401 # define _(msgid) gettext (msgid)
  /external/ipsec-tools/src/racoon/
isakmp_cfg.c 171 iph1->mode_cfg->last_msgid != packet->msgid )
173 isakmp_cfg_newiv(iph1, packet->msgid);
229 packet->msgid, payload)) == NULL) {
251 isakmp_cfg_attr_r(iph1, packet->msgid, attrpl);
274 isakmp_cfg_attr_r(iph1, msgid, attrpl)
276 u_int32_t msgid;
296 iph1->msgid = msgid;
301 iph1->msgid = msgid;
    [all...]
handler.h 132 u_int32_t msgid; /* message id */ member in struct:ph1handle
206 u_int32_t msgid2; /* msgid counter for Phase 2 */
286 u_int32_t msgid; /* msgid for phase 2 */ member in struct:ph2handle
isakmp.c 403 u_int32_t msgid = isakmp->msgid; local
450 if (isakmp->msgid == 0) {
545 if (isakmp->msgid != 0) {
670 isakmp->msgid));
690 isakmp_pindex(&iph1->index, iph1->msgid));
695 iph2 = getph2bymsgid(iph1, msgid);
1040 iph1->msgid = 0;
1159 iph1->msgid = 0;
    [all...]
  /external/bison/data/
lalr1.cc 294 # define YY_(msgid) dgettext ("bison-runtime", msgid)
298 # define YY_(msgid) msgid
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
errwarn.c 48 static const char *def_gettext_hook(const char *msgid);
55 const char * (*yasm_gettext_hook) (const char *msgid) = def_gettext_hook;
105 def_gettext_hook(const char *msgid)
107 return msgid;
errwarn.h 342 * \param msgid message catalog identifier
346 extern const char * (*yasm_gettext_hook) (const char *msgid);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
pmu-bison.c 212 # define YY_(msgid) dgettext ("bison-runtime", msgid)
216 # define YY_(msgid) msgid
    [all...]
parse-events-bison.c 244 # define YY_(msgid) dgettext ("bison-runtime", msgid)
248 # define YY_(msgid) msgid
    [all...]
  /ndk/sources/host-tools/make-3.81/
make.h 345 #define _(msgid) gettext (msgid)
346 #define N_(msgid) gettext_noop (msgid)
  /ndk/sources/host-tools/sed-4.2.1/lib/
error.c 33 # define _(msgid) gettext (msgid)
obstack.c 403 # define _(msgid) gettext (msgid)
regex_internal.h 72 # define gettext(msgid) \
73 INTUSE(__dcgettext) (_libc_intl_domainname, msgid, LC_MESSAGES)
76 # define gettext(msgid) (msgid)
copy-acl.c 27 #define _(msgid) gettext (msgid)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
utils.py 201 msgid = '<%s.%s.%s%s@%s>' % (utcdate, pid, randint, idstring, idhost)
202 return msgid
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
utils.py 201 msgid = '<%s.%s.%s%s@%s>' % (utcdate, pid, randint, idstring, idhost)
202 return msgid
  /external/elfutils/0.153/src/
ldscript.c 325 # define YY_(msgid) dgettext ("bison-runtime", msgid)
329 # define YY_(msgid) msgid
    [all...]
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
BlockingGLTextureView.java 379 private void exec(int msgid) {
385 mExecMsgId = msgid;

Completed in 989 milliseconds

1 2 3 45 6 7 8 9