Searched refs:error (Results 126 - 150 of 299) sorted by relevance

1234567891011>>

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/cfenv/cfenv.syn/
H A Dcfenv.pass.cpp16 #error FE_DIVBYZERO not defined
20 #error FE_INEXACT not defined
24 #error FE_INVALID not defined
28 #error FE_OVERFLOW not defined
32 #error FE_UNDERFLOW not defined
36 #error FE_ALL_EXCEPT not defined
40 #error FE_DOWNWARD not defined
44 #error FE_TONEAREST not defined
48 #error FE_TOWARDZERO not defined
52 #error FE_UPWAR
[all...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/c.strings/
H A Dcctype.pass.cpp17 #error isalnum defined
21 #error isalpha defined
25 #error isblank defined
29 #error iscntrl defined
33 #error isdigit defined
37 #error isgraph defined
41 #error islower defined
45 #error isprint defined
49 #error ispunct defined
53 #error isspac
[all...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
H A Dcsetjmp.pass.cpp16 #error setjmp not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.types/
H A Doffsetof.pass.cpp13 #error offsetof not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locale.categories/category.ctype/locale.codecvt/
H A Dcodecvt_base.pass.cpp15 // enum result {ok, partial, error, noconv};
25 assert(std::codecvt_base::error == 2);
/ndk/sources/cxx-stl/stlport/stlport/stl/
H A D_ioserr.h9 # error STLport iostreams header cannot be used; you chose not to use iostreams in the STLport configuration file (stlport/stl/config/user_config.h).
11 # error STLport iostreams header cannot be used; your compiler do not support it.
H A D_epilog.h8 # error STLport epilog header can not be included as long as prolog has not be included.
33 * forum or comment the following #error at your own risk.
35 # error Incompatible native Std library.
H A D_cprolog.h12 # error STlport prolog header can not be reincluded as long as epilog has not be included.
/ndk/tests/build/gnustl-force-all/jni/
H A Dforced_all.cpp3 #error This source file SHOULD be built with -fexceptions!
/ndk/tests/build/gnustl-force-rtti/jni/
H A Dforced_rtti.cpp3 #error This source file SHOULD NOT be built with -fexceptions!
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
H A Dconfig.hpp18 # error "macro already defined!"
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/iterator/detail/
H A Dconfig_undef.hpp24 # error missing or nested #include config_def
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
H A Dstddef_h.pass.cpp16 #error NULL not defined
20 #error offsetof not defined
H A Dstdio_h.pass.cpp16 #error BUFSIZ not defined
20 #error EOF not defined
24 #error FILENAME_MAX not defined
28 #error FOPEN_MAX not defined
32 #error L_tmpnam not defined
36 #error NULL not defined
40 #error SEEK_CUR not defined
44 #error SEEK_END not defined
48 #error SEEK_SET not defined
52 #error TMP_MA
[all...]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
H A Dconfig.hpp23 #error "macro already defined!"
37 #error "macro already defined!"
/ndk/sources/host-tools/sed-4.2.1/lib/
H A Drename.c41 int error; local
51 error = GetLastError ();
52 if (error == ERROR_FILE_EXISTS || error == ERROR_ALREADY_EXISTS)
57 error = GetLastError ();
60 switch (error)
/ndk/sources/host-tools/make-3.81/tests/
H A Dtest_driver.pl135 || &error ("Couldn't wipe out $workpath\n");
139 mkdir ($workpath, 0777) || &error ("Couldn't mkdir $workpath: $!\n");
144 &error ("Failed to find $scriptpath containing perl test scripts.\n");
158 || &error ("Couldn't mkdir $workpath/$dir: $!\n");
166 || &error ("Couldn't opendir $scriptpath: $!\n");
174 || &error ("Couldn't mkdir $workpath/$dir: $!\n");
176 || &error ("Couldn't opendir $scriptpath/$dir: $!\n");
189 &error ("\nNo tests in $scriptpath, and none were specified.\n");
246 mkdir (".ostest", 0777) || &error ("Couldn't create .ostest: $!\n", 1);
248 chdir (".ostest") || &error ("Could
624 sub error subroutine
[all...]
/ndk/tests/build/project-properties/jni/
H A DAndroid.mk3 $(error Incorrect target platform: $(TARGET_PLATFORM) (expecteding $(WANTED_PLATFORM)))
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
H A Dcstdio.pass.cpp16 #error BUFSIZ not defined
20 #error EOF not defined
24 #error FILENAME_MAX not defined
28 #error FOPEN_MAX not defined
32 #error L_tmpnam not defined
36 #error NULL not defined
40 #error SEEK_CUR not defined
44 #error SEEK_END not defined
48 #error SEEK_SET not defined
52 #error TMP_MA
[all...]
/ndk/tests/device/test-gnustl-full/unit/cppunit/
H A Dcppunit_mini.h36 virtual void error(const char * /*macroName*/, const char * /*in_macro*/, const char * /*in_file*/, int /*in_line*/) {} function in class:Reporter
65 virtual void error(const char *in_macroName, const char *in_macro, const char *in_file, int in_line) { function in class:TestCase
68 m_reporter->error(in_macroName, in_macro, in_file, in_line);
161 Base::error("Test Failed: An Exception was thrown.", #X, __FILE__, __LINE__); \
197 Base::error("CPPUNIT_CHECK", #X, __FILE__, __LINE__); \
202 Base::error("CPPUNIT_ASSERT", #X, __FILE__, __LINE__); \
207 Base::error("CPPUNIT_FAIL", "", __FILE__, __LINE__); \
213 Base::error("CPPUNIT_ASSERT_EQUAL", #X","#Y, __FILE__, __LINE__); \
219 Base::error("CPPUNIT_ASSERT_DOUBLES_EQUAL", #X","#Y","#Z, __FILE__, __LINE__); \
/ndk/tests/device/test-stlport/unit/cppunit/
H A Dcppunit_mini.h36 virtual void error(const char * /*macroName*/, const char * /*in_macro*/, const char * /*in_file*/, int /*in_line*/) {} function in class:Reporter
65 virtual void error(const char *in_macroName, const char *in_macro, const char *in_file, int in_line) { function in class:TestCase
68 m_reporter->error(in_macroName, in_macro, in_file, in_line);
161 Base::error("Test Failed: An Exception was thrown.", #X, __FILE__, __LINE__); \
197 Base::error("CPPUNIT_CHECK", #X, __FILE__, __LINE__); \
202 Base::error("CPPUNIT_ASSERT", #X, __FILE__, __LINE__); \
207 Base::error("CPPUNIT_FAIL", "", __FILE__, __LINE__); \
213 Base::error("CPPUNIT_ASSERT_EQUAL", #X","#Y, __FILE__, __LINE__); \
219 Base::error("CPPUNIT_ASSERT_DOUBLES_EQUAL", #X","#Y","#Z, __FILE__, __LINE__); \
/ndk/
H A DGNUmakefile23 $(error,The Android NDK requires GNU Make 3.81 or higher to run !)
33 $(error,Please fix the problem by reinstalling to a different location.)
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
H A D_linux.h83 # error "One of __BYTE_ORDER, __LITTLE_ENDIAN and __BIG_ENDIAN undefined; Fix me!"
91 # error "__BYTE_ORDER neither __BIG_ENDIAN nor __LITTLE_ENDIAN; Fix me!"
H A D_detect_dll_or_lib.h73 # error Unknown STLport usage config (dll/lib?)
/ndk/sources/cxx-stl/stlport/stlport/
H A Dlocale.h23 # error STLport include schema violation

Completed in 848 milliseconds

1234567891011>>