Searched refs:error (Results 251 - 275 of 299) sorted by relevance

<<1112

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.stdcvt/
H A Dcodecvt_utf8_out.pass.cpp86 assert(r == std::codecvt_base::error);
96 assert(r == std::codecvt_base::error);
239 assert(r == std::codecvt_base::error);
249 assert(r == std::codecvt_base::error);
382 assert(r == std::codecvt_base::error);
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_fstream.c237 // or to produce the correct number of external characters, is an error.
240 else if (__status != _Codecvt::error &&
361 // - error: length method is supposed to count until it reach max value or find an error so we cannot have
362 // an error again when decoding an external buffer up to length return value.
363 // - partial: idem error, it is also a reason for length to stop counting.
477 // This member function is called if there is an error during input.
478 // It puts the filebuf in error mode, clear the get area buffer, and
540 * (1) Return value of error.
549 else if (__status == _Codecvt::error ||
[all...]
H A D_fstream.h26 # error This header file requires the -LANG:std option
46 # error "Configure i/o !"
103 # error "Port!"
H A D_pthread_alloc.h35 * It is not an error to allocate memory in thread A and deallocate
45 # error POSIX specific allocator implementation. Your system do not seems to \
51 # error You cannot use per thread allocator implementation without building \
H A D_iosfwd.h5 # error This header file requires the -LANG:std option
/ndk/sources/host-tools/nawk-20071023/
H A Dlib.c562 error();
578 error();
581 void error() function
602 void eprint(void) /* try to print context around error */
H A Dproto.h142 extern void error(void);
H A Dawkgram.y100 | error { yyclearin; bracecheck(); SYNTAX("bailing out"); }
308 | error { yyclearin; SYNTAX("illegal statement"); }
/ndk/sources/cxx-stl/llvm-libc++/
H A DAndroid.mk72 $(error Can't find GAbi++ sources directory!!)
/ndk/sources/host-tools/make-3.81/
H A Dmake.h404 extern void error (const struct floc *flocp, const char *fmt, ...)
410 extern void error ();
580 chdir() and getcwd(). This avoids some error messages for the
H A Dread.c342 /* Save the error code so we print the right message later. */
388 /* If we did some searching, errno has the error from the last
666 error (fstart, _("empty `override' directive"));
691 error (fstart, _("invalid `override' directive"));
798 /* "-include" (vs "include") says no error if the file does not
840 error (fstart, "%s: %s", name, strerror (errno));
1381 error (&ebuf->floc,
1428 current makefile. They are used for error messages.
1460 #define EXTRANEOUS() error (flocp, _("Extraneous text after `%s' directive"), cmdname)
1832 error (floc
[all...]
/ndk/sources/host-tools/sed-4.2.1/
H A Dbootstrap.sh118 ${CC} -DHAVE_CONFIG_H -I.. -I. -c error.c || exit 1
H A Dbootstrap.sh.in118 ${CC} -DHAVE_CONFIG_H -I.. -I. -c error.c || exit 1
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
H A Dinteger_traits.hpp128 #error No WCHAR_MIN and WCHAR_MAX present, please adjust integer_traits<> for your compiler.
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/repetition/
H A Drepeat_from_to.hpp22 # include <boost/preprocessor/debug/error.hpp>
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/preprocessor/slot/detail/
H A Dshared.hpp13 # error BOOST_PP_ERROR: BOOST_PP_VALUE is not defined
/ndk/build/core/
H A Dinit.mk58 $(error Android NDK: GNU Make version $(MAKE_VERSION) is too low (should be >= 3.81))
67 $(error ERROR while including init.mk: NDK_ROOT must be defined !)
71 $(error,Please fix the problem by reinstalling to a different location.)
81 # Used to output warnings and error from the library, it's possible to
88 __ndk_error = $(error $(__ndk_name): $1 $2 $3 $4 $5)
H A Ddefault-build-commands.mk61 TARGET_DISABLE_FORMAT_STRING_CFLAGS := -Wno-error=format-security
H A Dmain.mk111 # app name in the list. Otherwise, abort with an error message
/ndk/sources/cxx-stl/stlport/src/
H A Dnum_get_float.cpp48 # error Unknown endianess
113 # error There should be some unsigned 64-bit integer on the system!
/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dregex_internal.h137 /* Special return value for internal error. */
187 # error "Invalid SBC_MAX"
190 # error "Add case for new bitset_word_t size"
/ndk/sources/third_party/googletest/googletest/src/
H A Dgtest-internal-inl.h44 # error "gtest-internal-inl.h is part of Google Test's internal implementation."
45 # error "It must not be included except by Google Test itself."
252 // be created, prints an error and exits.
258 // an error and exits. If in_subprocess_for_death_test, sharding is
266 // returns default_val. If it is not an Int32, prints an error and
961 // Returns the message describing the last system error, regardless of the
/ndk/tests/device/test-gnustl-full/unit/
H A Dcodecvt_test.cpp619 case codecvt_base::error:
646 CPPUNIT_ASSERT( res == codecvt_base::error );
/ndk/tests/device/test-stlport/unit/
H A Dcodecvt_test.cpp619 case codecvt_base::error:
646 CPPUNIT_ASSERT( res == codecvt_base::error );
/ndk/sources/third_party/googletest/googletest/include/gtest/
H A Dgtest_pred_impl.h40 # error Do not include gtest_pred_impl.h directly. Include gtest.h instead.

Completed in 1465 milliseconds

<<1112