Searched refs:error (Results 226 - 250 of 299) sorted by relevance

1234567891011>>

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/
H A Dcodecvt_utf8_utf16_in.pass.cpp78 assert(r == std::codecvt_base::error);
86 assert(r == std::codecvt_base::error);
192 assert(r == std::codecvt_base::error);
200 assert(r == std::codecvt_base::error);
306 assert(r == std::codecvt_base::error);
314 assert(r == std::codecvt_base::error);
H A Dcodecvt_utf8_in.pass.cpp78 assert(r == std::codecvt_base::error);
87 assert(r == std::codecvt_base::error);
198 assert(r == std::codecvt_base::error);
207 assert(r == std::codecvt_base::error);
309 assert(r == std::codecvt_base::error);
H A Dcodecvt_utf16_out.pass.cpp86 assert(r == std::codecvt_base::error);
96 assert(r == std::codecvt_base::error);
236 assert(r == std::codecvt_base::error);
246 assert(r == std::codecvt_base::error);
H A Dcodecvt_utf8_utf16_out.pass.cpp80 assert(r == std::codecvt_base::error);
86 assert(r == std::codecvt_base::error);
208 assert(r == std::codecvt_base::error);
214 assert(r == std::codecvt_base::error);
337 assert(r == std::codecvt_base::error);
343 assert(r == std::codecvt_base::error);
/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dcopy-acl.c38 Return -2 and set errno for an error relating to the source file.
39 Return -1 and set errno for an error relating to the destination file. */
122 # error Must have ACL_TYPE_EXTENDED
337 saved_errno = 0; /* the first non-ignorable error code */
543 error (0, errno, "%s", quote (src_name));
547 error (0, errno, _("preserving permissions for %s"), quote (dst_name));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
H A Dstring_h.pass.cpp16 #error NULL not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
H A Dcstring.pass.cpp16 #error NULL not defined
/ndk/sources/host-tools/make-3.81/
H A Dcommands.c446 fprintf (stderr, "SuspendThread: error %ld: %s\n",
550 error (NILF, _("*** [%s] Archive member `%s' may be bogus; not deleted"),
553 error (NILF, _("*** Archive member `%s' may be bogus; not deleted"),
566 error (NILF, _("*** [%s] Deleting file `%s'"), on_behalf_of, file->name);
568 error (NILF, _("*** Deleting file `%s'"), file->name);
H A Dremake.c315 /* If we got an error, don't bother with double_colon etc. */
365 error (NILF, msg_noparent, "*** ", file->name, ".");
367 error (NILF, msg_parent, "*** ", file->name, file->parent->name, ".");
444 error (NILF, _("*** Warning: .LOW_RESOLUTION_TIME file `%s' has a high resolution time stamp"),
487 error (NILF, _("Circular %s <- %s dependency dropped."),
627 error (NILF,
1001 error (NILF, _("Circular %s <- %s dependency dropped."),
1314 error (NILF, _("Warning: File `%s' has modification time in the future"),
1321 error (NILF, _("Warning: File `%s' has modification time %.2g s in the future"),
1394 above. So, if we run into any error tryin
[all...]
H A Dmain.c707 lpszStrings, /* array of error strings */
714 /* Write the error to stderr too */
1098 error (NILF, "getwd: %s", current_directory);
1445 error (NILF, "getwd: %s", current_directory);
1643 error (NILF,
1645 error (NILF, _("Resetting to single job (-j1) mode."));
1660 fatal (NILF, _("internal error: multiple --jobserver-fds options"));
1668 _("internal error: invalid --jobserver-fds string `%s'"), cp);
1677 error (NILF,
1690 error (NIL
[all...]
H A Dmakefile.com8 $! one macro intentionally causes an error condition)
15 $! In case of an error do some cleanup
16 $ on error then $ goto cleanup
H A Darscan.c70 error (NILF, _("lbr$set_module failed to extract module info, status = %d"),
155 error (NILF, _("lbr$ini_control failed with status = %d"),status);
166 error (NILF, _("unable to open library `%s' to lookup member `%s'"),
758 -3 if other random system call error (including file read-only),
H A Dvariable.h37 f_bogus, /* Bogus (error) */
188 error (reading_file, \
H A Dfile.c270 error (&from_file->cmds->fileinfo,
275 error (&from_file->cmds->fileinfo,
278 error (&from_file->cmds->fileinfo,
281 error (&from_file->cmds->fileinfo,
383 error (NILF, _("*** Deleting intermediate file `%s'"), f->name);
786 error (NILF, _("%s: Timestamp out of range; substituting %s"),
/ndk/tests/device/test-gnustl-full/unit/cppunit/
H A Dfile_reporter.h64 virtual void error(const char *in_macroName, const char *in_macro, const char *in_file, int in_line) { function in class:FileReporter
/ndk/tests/device/test-stlport/unit/cppunit/
H A Dfile_reporter.h64 virtual void error(const char *in_macroName, const char *in_macro, const char *in_file, int in_line) { function in class:FileReporter
/ndk/sources/android/support/include/
H A Dwchar.h93 # error "__WCHAR_MAX__ undefined. Check your toolchain."
102 # error "Invalid __WCHAR_MAX__ value. Check your toolchain."
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/locale.codecvt.members/
H A Dutf_sanity_check.pass.cpp49 assert(f32_16.out(mbs, &c32x, &c32x+1, c_c32p, c16c+0, c16c+4, c16cp) == F32_8::error);
50 assert(f32_8.out(mbs, &c32x, &c32x+1, c_c32p, c8, c8+4, c8p) == F32_8::error);
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
H A Dfeatures.h81 # error If you do not use iostreams you do not need to build the STLport library.
142 # error Sorry but according the STLport settings your compiler can not support the pointer specialization feature.
146 # error Sorry but asking for both STLport to be in the real std namespace and also having STLport import all native std stuff \
151 # error Sorry but the verbose mode is not implemented for your compiler.
175 # error "can't determine endianess"
309 * a compilation time error.
900 /* This value is designed to cause problems if an error occurs */
H A D_system.h165 # error Unknown platform !!
169 /* Unable to identify the compiler, issue error diagnostic.
/ndk/sources/host-tools/ndk-depends/
H A Dndk-depends.cc563 // of error (bad index).
576 // Address. Returns an empty string in case of error.
716 bool Open(const TCHAR* path, String* error) { argument
720 error->assign(TO_STRING(strerror(errno)));
725 error->assign(TO_STRING(strerror(errno)));
730 *error = _T("Not an ELF binary file");
995 NODE_ERROR, // Invalid library name, |value| is error string.
1032 String error; local
1034 if (!libfile.Open(libpath.c_str(), &error)) {
1035 node.Set(LibNode::NODE_ERROR, error);
1371 String error; local
[all...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/repetition/
H A Denum.hpp19 # include <boost/preprocessor/debug/error.hpp>
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
H A Dsp_counted_impl.hpp24 # error BOOST_SP_USE_STD_ALLOCATOR and BOOST_SP_USE_QUICK_ALLOCATOR are incompatible.
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/
H A Denvironment.hpp19 #error Windows CE does not support environment variables.
74 // !! should we report an error?
H A Dvariable.hpp19 #error Windows CE does not support environment variables.

Completed in 447 milliseconds

1234567891011>>