Home
last modified time | relevance | path

Searched refs:error (Results 1 – 25 of 148) sorted by relevance

123456

/ndk/tests/build/stdint-c++/jni/
Dtest_c.c4 #error INT8_MIN defined!
7 #error INT8_MAX defined!
10 #error INT_LEAST8_MIN defined!
13 #error INT_LEAST8_MAX defined!
16 #error INT_FAST8_MIN defined!
19 #error INT_FAST8_MAX defined!
22 #error UINT8_MAX defined!
25 #error UINT_LEAST8_MAX defined!
28 #error UINT_FAST8_MAX defined!
31 #error INT16_MIN defined!
[all …]
Dtest_no_macros.cpp4 #error INT8_MIN defined!
7 #error INT8_MAX defined!
10 #error INT_LEAST8_MIN defined!
13 #error INT_LEAST8_MAX defined!
16 #error INT_FAST8_MIN defined!
19 #error INT_FAST8_MAX defined!
22 #error UINT8_MAX defined!
25 #error UINT_LEAST8_MAX defined!
28 #error UINT_FAST8_MAX defined!
31 #error INT16_MIN defined!
[all …]
Dtest_all_macros.cpp6 #error INT8_MIN defined!
9 #error INT8_MAX defined!
12 #error INT_LEAST8_MIN defined!
15 #error INT_LEAST8_MAX defined!
18 #error INT_FAST8_MIN defined!
21 #error INT_FAST8_MAX defined!
24 #error UINT8_MAX defined!
27 #error UINT_LEAST8_MAX defined!
30 #error UINT_FAST8_MAX defined!
33 #error INT16_MIN defined!
[all …]
Dtest_limit_macros.cpp5 #error INT8_MIN is not defined!
8 #error INT8_MAX is not defined!
11 #error INT_LEAST8_MIN is not defined!
14 #error INT_LEAST8_MAX is not defined!
17 #error INT_FAST8_MIN is not defined!
20 #error INT_FAST8_MAX is not defined!
23 #error UINT8_MAX is not defined!
26 #error UINT_LEAST8_MAX is not defined!
29 #error UINT_FAST8_MAX is not defined!
32 #error INT16_MIN is not defined!
[all …]
Dtest_constant_macros.cpp5 #error INT8_MIN is defined!
8 #error INT8_MAX is defined!
11 #error INT_LEAST8_MIN is defined!
14 #error INT_LEAST8_MAX is defined!
17 #error INT_FAST8_MIN is defined!
20 #error INT_FAST8_MAX is defined!
23 #error UINT8_MAX is defined!
26 #error UINT_LEAST8_MAX is defined!
29 #error UINT_FAST8_MAX is defined!
32 #error INT16_MIN is defined!
[all …]
/ndk/tests/device/test-gnustl-full/unit/
Dmacro_checks.cpp6 # error Missing CHAR_BIT definition.
10 # error Weird WCHAR_BIT value.
14 # error Missing CHAR_MAX definition.
18 # error Missing CHAR_MIN definition.
22 # error Weird CHAR_MIN or CHAR_MAX macro values.
26 # error Missing INT_MAX definition.
30 # error Missing INT_MIN definition.
34 # error Weird INT_MIN or INT_MAX macro values.
38 # error Missing LONG_MAX definition.
42 # error Missing LONG_MIN definition.
[all …]
/ndk/tests/device/test-stlport/unit/
Dmacro_checks.cpp6 # error Missing CHAR_BIT definition.
10 # error Weird WCHAR_BIT value.
14 # error Missing CHAR_MAX definition.
18 # error Missing CHAR_MIN definition.
22 # error Weird CHAR_MIN or CHAR_MAX macro values.
26 # error Missing INT_MAX definition.
30 # error Missing INT_MIN definition.
34 # error Weird INT_MIN or INT_MAX macro values.
38 # error Missing LONG_MAX definition.
42 # error Missing LONG_MIN definition.
[all …]
/ndk/sources/host-tools/sed-4.2.1/lib/
Drename.c41 int error; in rpl_rename() local
51 error = GetLastError (); in rpl_rename()
52 if (error == ERROR_FILE_EXISTS || error == ERROR_ALREADY_EXISTS) in rpl_rename()
57 error = GetLastError (); in rpl_rename()
60 switch (error) in rpl_rename()
Derror.c76 # define error __error macro
227 error (int status, int errnum, const char *message, ...) in error() function
334 # undef error
336 weak_alias (__error, error)
/ndk/tests/device/test-stlport/unit/cppunit/
Dcppunit_mini.h36 …virtual void error(const char * /*macroName*/, const char * /*in_macro*/, const char * /*in_file*/… in error() function
65 …virtual void error(const char *in_macroName, const char *in_macro, const char *in_file, int in_lin… in error() function
68 m_reporter->error(in_macroName, in_macro, in_file, in_line); in error()
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-gnustl-full/unit/cppunit/
Dcppunit_mini.h36 …virtual void error(const char * /*macroName*/, const char * /*in_macro*/, const char * /*in_file*/… in error() function
65 …virtual void error(const char *in_macroName, const char *in_macro, const char *in_file, int in_lin… in error() function
68 m_reporter->error(in_macroName, in_macro, in_file, in_line); in error()
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/build/test-inet-defs/jni/
Dtest-in6.c19 #error IN6_IS_ADDR_MC_NODELOCAL is not defined by <inet/in6.h>
22 #error IN6_IS_ADDR_MC_GLOBAL is not defined by <inet/in6.h>
25 #error IN6ADDR_ANY_INIT is not defined by <inet/in6.h>
28 #error IN6_IS_ADDR_MULTICAST is not defined by <inet/in6.h>
/ndk/tests/standalone/test-fpic/
Dtest-fpic.c22 #error __PIC__ is not defined!
25 #error -fPIC is the default, should be -fpic
28 #error __PIC__ value is unsupported! Should be 1 to indicate -fpic is the default.
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_evc.h33 # error No support for Windows CE below 3.0!
179 # error Unknown ARM SDK.
193 # error Unknown ARM SDK.
208 # error Unknown MIPS SDK.
216 # error Unknown SHx SDK.
219 # error Unknown SDK.
D_apple.h10 # error Apple's MPW MrCpp v.5.0.0 or better compiler required
41 # error <ConditionalMacros.h> must be included. (TYPE_BOOL)
49 # error <ConditionalMacros.h> must be included. (TYPE_LONGLONG)
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!"
Dstl_mycomp.h33 #error "Your compiler version is not recognized by STLport. Please edit <stlport/stl/config/stl_myc…
/ndk/sources/host-tools/sed-4.2.1/m4/
Derror.m413 dnl Note: AC_FUNC_ERROR_AT_LINE does AC_LIBSOURCES([error.h, error.c]).
17 # Prerequisites of lib/error.c.
Dstdbool.m444 "error: bool is not defined"
47 "error: false is not defined"
50 "error: false is not 0"
53 "error: true is not defined"
56 "error: true is not 1"
59 "error: __bool_true_false_are_defined is not defined"
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_epilog.h8 # error STLport epilog header can not be included as long as prolog has not be included.
35 # error Incompatible native Std library.
D_ioserr.h9 # error STLport iostreams header cannot be used; you chose not to use iostreams in the STLport con…
11 # error STLport iostreams header cannot be used; your compiler do not support it.
/ndk/
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/host-tools/sed-4.2.1/sed/
Dregexp.c65 const char *error;
104 error = re_compile_pattern (new_regex->re, new_regex->sz,
121 if (error)
122 bad_prog(error);
/ndk/sources/cxx-stl/stlport/stlport/
Dstdiostream.h8 # error "This file is for SUN CC only. Please remove it if it causes any harm for other compilers."
Drlocks.h8 # error "This file is for SUN CC only. Please remove it if it causes any harm for other compilers."

123456