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

1 2 3 4 5 6 78 9

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
c++config.h 463 #define __N(msgid) (msgid)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
c++config.h 463 #define __N(msgid) (msgid)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
c++config.h 463 #define __N(msgid) (msgid)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
c++config.h 463 #define __N(msgid) (msgid)
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
c++config.h 463 #define __N(msgid) (msgid)
    [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
zdump.c 135 ** `_(MSGID)' uses the current locale's message library string for MSGID.
136 ** The default is to use gettext if available, and use MSGID otherwise.
141 #define _(msgid) gettext(msgid)
143 #define _(msgid) msgid
  /external/icu/icu4c/source/tools/tzcode/
zdump.c 135 ** `_(MSGID)' uses the current locale's message library string for MSGID.
136 ** The default is to use gettext if available, and use MSGID otherwise.
141 #define _(msgid) gettext(msgid)
143 #define _(msgid) msgid
  /external/ipsec-tools/src/racoon/
handler.c 475 getph2bymsgid(iph1, msgid)
477 u_int32_t msgid;
482 if (p->msgid == msgid && p->ph1 == iph1)
isakmp.h 71 u_int32_t msgid; member in struct:isakmp
oakley.c 737 oakley_compute_hash3(iph1, msgid, body)
739 u_int32_t msgid;
757 memcpy(buf->v + 1, (char *)&msgid, sizeof(msgid));
791 oakley_compute_hash1(iph1, msgid, body)
793 u_int32_t msgid;
812 memcpy(buf->v, (char *)&msgid, sizeof(msgid));
    [all...]
  /external/libpcap/
grammar.c 679 # define YY_(msgid) dgettext ("bison-runtime", msgid)
683 # define YY_(msgid) msgid
    [all...]
  /external/tcpdump/
isakmp.h 111 msgid_t msgid; member in struct:isakmp
print-isakmp.c     [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
glsl_parser.cc 673 # define YY_(msgid) dgettext ("bison-runtime", msgid)
677 # define YY_(msgid) msgid
    [all...]
glcpp-parse.c 406 # define YY_(msgid) dgettext ("bison-runtime", msgid)
410 # define YY_(msgid) msgid
    [all...]
  /external/elfutils/0.153/libcpu/
i386_parse.c 429 # define YY_(msgid) dgettext ("bison-runtime", msgid)
433 # define YY_(msgid) msgid
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm.c 123 static const char *handle_yasm_gettext(const char *msgid);
    [all...]
  /external/bison/lib/
getopt.c 38 # define _(msgid) gettext (msgid)
    [all...]
  /external/bison/src/
scan-gram.l 874 | For a token or comment starting at START, report message MSGID, |
880 unexpected_end (boundary start, char const *msgid, char const *token_end)
889 complain_at (loc, _(msgid), token_end);
  /external/e2fsprogs/intl/
loadmsgcat.c 1323 const char *msgid = inmem_orig_sysdep_tab[i].pointer; local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
getopt.c 38 # define _(msgid) gettext (msgid)
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.c 560 # define YY_(msgid) dgettext ("bison-runtime", msgid)
564 # define YY_(msgid) msgid
    [all...]
  /external/stlport/src/c_locale_dummy/
c_locale_dummy.c 576 int msgid UNUSED,
  /ndk/sources/cxx-stl/stlport/src/c_locale_dummy/
c_locale_dummy.c 530 int setid, int msgid, const char *dfault)
  /external/stlport/src/c_locale_win32/
c_locale_win32.c     [all...]

Completed in 1318 milliseconds

1 2 3 4 5 6 78 9