/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | strerror.c | 43 char const *msg = NULL; in rpl_strerror() local 49 msg = "Text file busy"; in rpl_strerror() 56 msg = "Operation now in progress"; in rpl_strerror() 59 msg = "Operation already in progress"; in rpl_strerror() 62 msg = "Socket operation on non-socket"; in rpl_strerror() 65 msg = "Destination address required"; in rpl_strerror() 68 msg = "Message too long"; in rpl_strerror() 71 msg = "Protocol wrong type for socket"; in rpl_strerror() 74 msg = "Protocol not available"; in rpl_strerror() 77 msg = "Protocol not supported"; in rpl_strerror() [all …]
|
D | regcomp.c | 550 const char *msg; variable 562 msg = gettext (__re_error_msgid + __re_error_msgid_idx[errcode]); 564 msg_size = strlen (msg) + 1; /* Includes the null. */ 574 memcpy (errbuf, msg, cpy_size);
|
/ndk/sources/host-tools/make-3.81/config/ |
D | missing | 45 msg="missing on your system" 60 msg="probably too old" 141 WARNING: \`$1' is $msg. You should only need it if 150 WARNING: \`$1' is $msg. You should only need it if 159 WARNING: \`$1' is $msg. You should only need it if 178 WARNING: \`$1' is $msg. You should only need it if 189 WARNING: \`$1' is needed, but is $msg. 212 WARNING: \`$1' $msg. You should only need it if 242 WARNING: \`$1' is $msg. You should only need it if 265 WARNING: \`$1' is $msg. You should only need it if [all …]
|
D | po.m4 | 325 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(frob $(lang)).msg) 350 MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg" 391 TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg" 403 $frobbedlang.msg: $lang.po 405 …tcl -d "\$(srcdir)" -l $lang $srcdirpre$lang.po || { rm -f "\$(srcdir)/$frobbedlang.msg"; exit 1; } 416 …r)" -l $lang $srcdirpre$lang.po -r "\$(DOMAIN)" || { rm -f "\$(srcdir)/$frobbedlang.msg"; exit 1; }
|
/ndk/sources/host-tools/sed-4.2.1/build-aux/ |
D | missing | 45 msg="missing on your system" 60 msg="probably too old" 152 WARNING: \`$1' is $msg. You should only need it if 161 WARNING: \`$1' is $msg. You should only need it if 170 WARNING: \`$1' is $msg. You should only need it if 189 WARNING: \`$1' is $msg. You should only need it if 200 WARNING: \`$1' is needed, but is $msg. 223 WARNING: \`$1' $msg. You should only need it if 253 WARNING: \`$1' is $msg. You should only need it if 276 WARNING: \`$1' is $msg. You should only need it if [all …]
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _range_errors.c | 22 # define _STLP_THROW_MSG(ex,msg) throw std::ex(msg) argument 35 # define _STLP_THROW_MSG(ex,msg) throw ex(msg) argument 49 # define _STLP_THROW_MSG(ex,msg) puts(msg),_STLP_ABORT() argument
|
/ndk/tests/device/test-stlport/unit/ |
D | exception_test.cpp | 165 std::string msg(512, 'a'); in exception_emission() local 167 throw std::runtime_error(msg); in exception_emission() 170 CPPUNIT_ASSERT(msg == e.what() ); in exception_emission() 173 CPPUNIT_ASSERT(msg == clone.what() ); in exception_emission() 180 throw std::runtime_error(msg); in exception_emission() 183 CPPUNIT_ASSERT(msg == e.what() ); in exception_emission() 186 CPPUNIT_ASSERT(msg == clone.what() ); in exception_emission()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | exception_test.cpp | 165 std::string msg(512, 'a'); in exception_emission() local 167 throw std::runtime_error(msg); in exception_emission() 170 CPPUNIT_ASSERT(msg == e.what() ); in exception_emission() 173 CPPUNIT_ASSERT(msg == clone.what() ); in exception_emission() 180 throw std::runtime_error(msg); in exception_emission() 183 CPPUNIT_ASSERT(msg == e.what() ); in exception_emission() 186 CPPUNIT_ASSERT(msg == clone.what() ); in exception_emission()
|
/ndk/sources/host-tools/make-3.81/ |
D | remote-cstms.c | 144 char waybill[MAX_DATA_SIZE], msg[128]; in start_remote_job() local 193 sizeof(msg), (Rpc_Opaque) msg, in start_remote_job() 207 else if (msg[0] != 'O' || msg[1] != 'k' || msg[2] != '\0') in start_remote_job() 213 msg); in start_remote_job()
|
D | function.c | 1085 char *msg, *p; in func_error() local 1094 p = msg = (char *) alloca (len + 1); in func_error() 1107 fatal (reading_file, "%s", msg); in func_error() 1110 error (reading_file, "%s", msg); in func_error() 1114 printf ("%s\n", msg); in func_error()
|
/ndk/sources/cxx-stl/stlport/src/ |
D | messages.cpp | 115 _Messages::_Messages(bool is_wide, _Locale_messages* msg) : in _Messages() argument 116 _M_message_obj(msg), _M_map(is_wide ? new _Catalog_locale_map() : 0) in _Messages() 194 messages_byname<char>::messages_byname(_Locale_messages* msg) in messages_byname() argument 195 : messages<char>(0), _M_impl(new _STLP_PRIV _Messages(false, msg)) {} in messages_byname() 223 messages_byname<wchar_t>::messages_byname(_Locale_messages* msg) in messages_byname() argument 224 : messages<wchar_t>(0), _M_impl(new _STLP_PRIV _Messages(true, msg)) {} in messages_byname()
|
D | locale_impl.cpp | 523 locale::facet *msg = 0; in insert_messages_facets() local 538 msg = new messages_byname<char>(__msg); in insert_messages_facets() 558 _STLP_UNWIND(delete msg); in insert_messages_facets() 561 this->insert(msg, messages<char>::id); in insert_messages_facets()
|
/ndk/build/awk/ |
D | extract-debuggable.awk | 113 function _xml_panic (msg) { 114 print msg > "/dev/stderr"
|
D | extract-package-name.awk | 114 function _xml_panic (msg) { 115 print msg > "/dev/stderr"
|
D | xml.awk | 98 function _xml_panic (msg) { 99 print msg > "/dev/stderr"
|
D | extract-launchable.awk | 172 function _xml_panic (msg) { 173 print msg > "/dev/stderr"
|
/ndk/tests/device/test-gnustl-full/unit/cppunit/ |
D | file_reporter.h | 72 virtual void message( const char *msg ) in message() argument 73 { fprintf(_file, "\n\t%s", msg ); } in message()
|
D | cppunit_mini.h | 72 static void message(const char *msg) { in message() argument 74 m_reporter->message(msg); in message()
|
/ndk/tests/device/test-stlport/unit/cppunit/ |
D | file_reporter.h | 72 virtual void message( const char *msg ) in message() argument 73 { fprintf(_file, "\n\t%s", msg ); } in message()
|
D | cppunit_mini.h | 72 static void message(const char *msg) { in message() argument 74 m_reporter->message(msg); in message()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _evc.h | 138 #define _STLP_WINCE_TRACE(msg) OutputDebugString(msg) argument
|
/ndk/sources/android/libthread_db/gdb-6.6/ |
D | thread_db.h | 84 } msg; member
|
/ndk/sources/host-tools/sed-4.2.1/m4/ |
D | po.m4 | 335 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(frob $(lang)).msg) 360 MSGFILES="$MSGFILES $srcdirpre$frobbedlang.msg" 401 TCLCATALOGS="$TCLCATALOGS $frobbedlang.msg" 413 $frobbedlang.msg: $lang.po 415 …tcl -d "\$(srcdir)" -l $lang $srcdirpre$lang.po || { rm -f "\$(srcdir)/$frobbedlang.msg"; exit 1; } 426 …r)" -l $lang $srcdirpre$lang.po -r "\$(DOMAIN)" || { rm -f "\$(srcdir)/$frobbedlang.msg"; exit 1; }
|
/ndk/sources/android/libthread_db/gdb-7.1.x/ |
D | thread_db.h | 90 } msg; member
|
/ndk/sources/host-tools/sed-4.2.1/sed/ |
D | compile.c | 196 const char *msg = _(UNKNOWN_CMD); local 197 char *unknown_cmd = xmalloc(strlen(msg)); 198 sprintf(unknown_cmd, msg, ch);
|