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

12345

/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"
33 # error "This unit test is broken!"
38 # error "This source file should be compiled with NEON support!"
42 # error "Thi
[all...]
/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/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>"
H A D_mac.h5 #error Looks like unsupported platform
/ndk/tests/device/test-gnustl-full/unit/
H A 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 Missin
[all...]
/ndk/tests/device/test-stlport/unit/
H A 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 Missin
[all...]
/ndk/tests/build/test-inet-defs/jni/
H A 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>
H A Dtest-in.c19 #error INET_ADDRSTRLEN is not defined by <inet/in.h>
/ndk/sources/cxx-stl/stlport/stlport/
H A Drlocks.h8 # error "This file is for SUN CC only. Please remove it if it causes any harm for other compilers."
H A Dstdiostream.h8 # error "This file is for SUN CC only. Please remove it if it causes any harm for other compilers."
/ndk/sources/host-tools/make-3.81/w32/include/
H A Dw32err.h1 /* Definitions for Windows error handling.
25 EXTERN_DECL(char * map_windows32_error_to_string, (DWORD error));
/ndk/sources/host-tools/sed-4.2.1/lib/
H A Dxalloc-die.c25 #include "error.h"
34 error (exit_failure, 0, "%s", _("memory exhausted"));
36 /* The `noreturn' cannot be given to error, since it may return if
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/tests/build/target-c-includes/jni/
H A Dcheck.c13 #error THERE IS SOMETHING WRONG HERE !!
/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/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)))

Completed in 1072 milliseconds

12345