Searched refs:error (Results 1 - 25 of 299) sorted by relevance

1234567891011>>

/ndk/tests/build/stdint-c++/jni/
H A 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_MI
[all...]
H A 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_MI
[all...]
H A 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_MI
[all...]
H A 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_MI
[all...]
H A 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_MI
[all...]
/ndk/tests/build/build-mode/jni/
H A Dmain.c9 # error "This source file should be compiled with an ARM toolchain"
12 # error "This source file should be built in thumb mode!"
16 # error "This source file should be compiled with an ARM toolchain"
19 # error "This source file should be built in thumb2 mode!"
23 # error "This source file should be compiled with an ARM toolchain"
26 # error "This source file should be compiled to 32-bit ARM instructions"
30 # error "This source file should be compiled with an x86 toolchain"
34 # error "This source file should be compiled with a MIPS toolchain"
37 # error "This unit test is broken!"
42 # error "Thi
[all...]
/ndk/sources/cxx-stl/stlport/stlport/stl/config/
H A Dstl_mycomp.h26 * Please remove the error diagnostic below before adjusting
33 #error "Your compiler version is not recognized by STLport. Please edit <stlport/stl/config/stl_mycomp.h>"
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
H A Dfloat_h.pass.cpp15 #error FLT_ROUNDS not defined
19 #error FLT_EVAL_METHOD not defined
23 #error FLT_RADIX not defined
27 #error FLT_MANT_DIG not defined
31 #error DBL_MANT_DIG not defined
35 #error LDBL_MANT_DIG not defined
39 #error DECIMAL_DIG not defined
43 #error FLT_DIG not defined
47 #error DBL_DIG not defined
51 #error LDBL_DI
[all...]
H A Dlimits_h.pass.cpp15 #error CHAR_BIT not defined
19 #error SCHAR_MIN not defined
23 #error SCHAR_MAX not defined
27 #error UCHAR_MAX not defined
31 #error CHAR_MIN not defined
35 #error CHAR_MAX not defined
39 #error MB_LEN_MAX not defined
43 #error SHRT_MIN not defined
47 #error SHRT_MAX not defined
51 #error USHRT_MA
[all...]
H A Derrno_h.pass.cpp16 #error EDOM not defined
20 #error EILSEQ not defined
24 #error ERANGE not defined
28 #error errno not defined
H A Dstdbool_h.pass.cpp15 #error __bool_true_false_are_defined not defined
19 #error bool should not be defined
23 #error true should not be defined
27 #error false should not be defined
H A Dinttypes_h.pass.cpp16 #error PRId8 not defined
20 #error PRId16 not defined
24 #error PRId32 not defined
28 #error PRId64 not defined
32 #error PRIdLEAST8 not defined
36 #error PRIdLEAST16 not defined
40 #error PRIdLEAST32 not defined
44 #error PRIdLEAST64 not defined
48 #error PRIdFAST8 not defined
52 #error PRIdFAST1
[all...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.limits/c.limits/
H A Dcfloat.pass.cpp15 #error FLT_ROUNDS not defined
19 #error FLT_EVAL_METHOD not defined
23 #error FLT_RADIX not defined
27 #error FLT_MANT_DIG not defined
31 #error DBL_MANT_DIG not defined
35 #error LDBL_MANT_DIG not defined
39 #error DECIMAL_DIG not defined
43 #error FLT_DIG not defined
47 #error DBL_DIG not defined
51 #error LDBL_DI
[all...]
H A Dclimits.pass.cpp15 #error CHAR_BIT not defined
19 #error SCHAR_MIN not defined
23 #error SCHAR_MAX not defined
27 #error UCHAR_MAX not defined
31 #error CHAR_MIN not defined
35 #error CHAR_MAX not defined
39 #error MB_LEN_MAX not defined
43 #error SHRT_MIN not defined
47 #error SHRT_MAX not defined
51 #error USHRT_MA
[all...]
/ndk/tests/device/test-stlport_shared-exception/jni/
H A Deh3_1.cpp6 class error {}; class in class:foo
8 void cause_error(void) { throw error(); }
17 catch (foo::error&) {
/ndk/tests/device/test-stlport_static-exception/jni/
H A Deh3_1.cpp6 class error {}; class in class:foo
8 void cause_error(void) { throw error(); }
17 catch (foo::error&) {
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.dynamic/
H A Dversion.pass.cpp15 #error _LIBCPP_VERSION not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/language.support/support.runtime/
H A Dcstdbool.pass.cpp15 #error __bool_true_false_are_defined not defined
19 #error bool should not be defined
23 #error true should not be defined
27 #error false should not be defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/assertions/
H A Dcassert.pass.cpp15 #error assert not defined
19 #error _LIBCPP_VERSION not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
H A Dcinttypes.pass.cpp16 #error INT8_MIN not defined
20 #error INT16_MIN not defined
24 #error INT32_MIN not defined
28 #error INT64_MIN not defined
32 #error INT8_MAX not defined
36 #error INT16_MAX not defined
40 #error INT32_MAX not defined
44 #error INT64_MAX not defined
48 #error UINT8_MAX not defined
52 #error UINT16_MA
[all...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/diagnostics/errno/
H A Dcerrno.pass.cpp16 #error _LIBCPP_VERSION not defined
20 #error E2BIG not defined
24 #error EACCES not defined
28 #error EACCES not defined
32 #error EADDRINUSE not defined
36 #error EADDRNOTAVAIL not defined
40 #error EAFNOSUPPORT not defined
44 #error EAGAIN not defined
48 #error EALREADY not defined
52 #error EBAD
[all...]
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/
H A Dversion.pass.cpp15 #error _LIBCPP_VERSION not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/atomics/
H A Dversion.pass.cpp15 #error _LIBCPP_VERSION not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/
H A Dversion.pass.cpp15 #error _LIBCPP_VERSION not defined
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/set/
H A Dversion.pass.cpp15 #error _LIBCPP_VERSION not defined

Completed in 283 milliseconds

1234567891011>>