HomeSort by relevance Sort by last modified time
    Searched full:msgstr (Results 201 - 225 of 240) sorted by null

1 2 3 4 5 6 7 8910

  /external/elfutils/0.153/libelf/
elf_error.c 82 static const char msgstr[] = variable
326 assert (msgidx[last_error] < sizeof (msgstr));
327 return last_error != 0 ? _(msgstr + msgidx[last_error]) : NULL;
330 return _(msgstr + ELF_E_UNKNOWN_ERROR_IDX);
332 assert (msgidx[error == -1 ? last_error : error] < sizeof (msgstr));
333 return _(msgstr + msgidx[error == -1 ? last_error : error]);
  /external/chromium_org/third_party/yasm/source/patched-yasm/po/
Makevars 15 # package. (Note that the msgstr strings, extracted from the package's
  /external/e2fsprogs/po/
Makevars 15 # package. (Note that the msgstr strings, extracted from the package's
at-expand.pl 138 if (/^msgstr / && $is_problem_file) {
  /external/libexif/po/
Makevars 15 # package. (Note that the msgstr strings, extracted from the package's
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_exceptions.py 236 (SyntaxError, ('msgStr',),
237 {'message' : 'msgStr', 'args' : ('msgStr',), 'text' : None,
238 'print_file_and_line' : None, 'msg' : 'msgStr',
240 (SyntaxError, ('msgStr', ('filenameStr', 'linenoStr', 'offsetStr',
243 'args' : ('msgStr', ('filenameStr', 'linenoStr',
245 'print_file_and_line' : None, 'msg' : 'msgStr',
247 (SyntaxError, ('msgStr', 'filenameStr', 'linenoStr', 'offsetStr',
250 'args' : ('msgStr', 'filenameStr', 'linenoStr', 'offsetStr',
252 'print_file_and_line' : None, 'msg' : 'msgStr',
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_exceptions.py 236 (SyntaxError, ('msgStr',),
237 {'message' : 'msgStr', 'args' : ('msgStr',), 'text' : None,
238 'print_file_and_line' : None, 'msg' : 'msgStr',
240 (SyntaxError, ('msgStr', ('filenameStr', 'linenoStr', 'offsetStr',
243 'args' : ('msgStr', ('filenameStr', 'linenoStr',
245 'print_file_and_line' : None, 'msg' : 'msgStr',
247 (SyntaxError, ('msgStr', 'filenameStr', 'linenoStr', 'offsetStr',
250 'args' : ('msgStr', 'filenameStr', 'linenoStr', 'offsetStr',
252 'print_file_and_line' : None, 'msg' : 'msgStr',
    [all...]
  /external/llvm/lib/IR/
DiagnosticInfo.cpp 95 const Twine &MsgStr,
97 : DiagnosticInfo(DK_InlineAsm, Severity), LocCookie(0), MsgStr(MsgStr),
  /external/elfutils/0.153/po/
Makevars 16 # package. (Note that the msgstr strings, extracted from the package's
  /external/elfutils/0.153/libdwfl/
dwfl_error.c 93 #define msgstr (&msgtable.msg_NOERROR[0]) macro
186 return _(&msgstr[msgidx[(unsigned int) error < nmsgidx
  /external/bison/po/
Makevars 27 # package. (Note that the msgstr strings, extracted from the package's
  /external/bison/runtime-po/
Makevars 29 # package. (Note that the msgstr strings, extracted from the package's
  /ndk/sources/host-tools/make-3.81/po/
Makevars 32 # package. (Note that the msgstr strings, extracted from the package's
  /ndk/sources/host-tools/sed-4.2.1/po/
Makevars 28 # package. (Note that the msgstr strings, extracted from the package's
  /external/deqp/framework/common/
tcuTestLog.cpp 125 void TestLog::writeMessage (const char* msgStr)
127 if (qpTestLog_writeText(m_log, DE_NULL, DE_NULL, QP_KEY_TAG_LAST, msgStr) == DE_FALSE)
  /frameworks/base/core/jni/
android_util_Binder.cpp 182 jstring msgstr = NULL; local
184 msgstr = env->NewStringUTF(msg);
187 if ((tagstr == NULL) || (msgstr == NULL)) {
195 gLogOffsets.mClass, gLogOffsets.mLogE, tagstr, msgstr, excep);
224 env->DeleteLocalRef(msgstr);
    [all...]
  /external/svox/pico/lib/
picospho.c 537 picoos_char msgstr[SPHO_MSGSTR_SIZE]; local
553 picodata_head_to_string(head,msgstr,SPHO_MSGSTR_SIZE)));
933 picoos_char msgstr[SPHO_MSGSTR_SIZE]; local
    [all...]
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/lib32/
libintl.a     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib32/
libintl.a     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/lib32/
libintl.a     [all...]
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/lib32/
libintl.a     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
icusvtst.cpp 312 ICUServiceTest::msgstr(const UnicodeString& message, UObject* obj, UBool err) function in class:ICUServiceTest
808 msgstr(*id + "? ", service.get(*id, status));
    [all...]
  /external/icu/icu4c/source/test/intltest/
icusvtst.cpp 312 ICUServiceTest::msgstr(const UnicodeString& message, UObject* obj, UBool err) function in class:ICUServiceTest
808 msgstr(*id + "? ", service.get(*id, status));
    [all...]
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/lib32/
libintl.a     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib32/
libintl.a     [all...]

Completed in 1774 milliseconds

1 2 3 4 5 6 7 8910