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

12345

/development/ndk/platforms/android-3/include/linux/
H A Dspinlock_types_up.h16 #error "please don't include this file directly"
H A Dspinlock_api_smp.h16 #error "please don't include this file directly"
H A Dpatchkey.h13 #error "patchkey.h included directly"
27 #error "could not determine byte order"
H A Dftape.h37 __u8 error; member in struct:__anon103::__anon104
39 } error; member in union:__anon103
H A Dspinlock_up.h16 #error "please don't include this file directly"
/development/ndk/platforms/android-9/arch-mips/include/asm/
H A Dwar.h27 #error Check setting of R4600_V1_INDEX_ICACHEOP_WAR for your platform
31 #error Check setting of R4600_V1_HIT_CACHEOP_WAR for your platform
35 #error Check setting of R4600_V2_HIT_CACHEOP_WAR for your platform
39 #error Check setting of R5432_CP0_INTERRUPT_WAR for your platform
42 #error Check setting of BCM1250_M3_WAR for your platform
46 #error Check setting of SIBYTE_1956_WAR for your platform
50 #error Check setting of MIPS4K_ICACHE_REFILL_WAR for your platform
54 #error Check setting of MIPS_CACHE_SYNC_WAR for your platform
57 #error Check setting of TX49XX_ICACHE_INDEX_INV_WAR for your platform
61 #error Chec
[all...]
H A Dbyteorder.h37 #error "MIPS, but neither __MIPSEB__, nor __MIPSEL__???"
H A Dsgidefs.h22 #error Use a Linux compiler or give up.
H A Dunaligned.h39 #error "MIPS, but neither __MIPSEB__, nor __MIPSEL__???"
/development/ndk/samples/module-exports/jni/bar/
H A Dbar.h6 #error FOO should be defined here !
10 #error FOO is not correctly defined here !
/development/ndk/platforms/android-3/arch-arm/include/asm/
H A Dspinlock_types.h16 #error "please don't include this file directly"
H A Dhardirq.h33 #error HARDIRQ_BITS is too low!
H A Dsmp.h21 #error "<asm-arm/smp.h> included in non-SMP build"
H A Dspinlock.h16 #error SMP not supported on pre-ARMv6 CPUs
/development/ndk/platforms/android-9/arch-x86/include/asm/
H A Dspinlock_types.h22 #error "please don't include this file directly"
H A Dmodule_32.h29 #error unknown processor family
H A Dbitops_32.h22 #error only <linux/bitops.h> can be included directly
/development/ndk/platforms/android-9/arch-x86_64/include/asm/
H A Dspinlock_types.h22 #error "please don't include this file directly"
H A Dmodule_32.h29 #error unknown processor family
H A Dbitops_32.h22 #error only <linux/bitops.h> can be included directly
/development/ndk/samples/module-exports/jni/foo/
H A Dfoo.c6 #error FOO is not defined here !
10 #error FOO is incorrectly defined here !
/development/ndk/platforms/android-3/include/sys/
H A D_wchar_limits.h90 # error "__WCHAR_MAX__ is not defined. Check your toolchain!"
99 # error "Invalid __WCHAR_MAX__ value. Check your toolchain!"
/development/host/windows/usb/api/
H A Dadb_legacy_io_completion.cpp62 ULONG error = GetLastError(); local
65 ((ERROR_IO_INCOMPLETE == error) || (ERROR_IO_PENDING == error))) {
73 error = GetLastError();
75 ((ERROR_IO_INCOMPLETE != error) && (ERROR_IO_PENDING != error))) {
/development/host/windows/usb/winusb/
H A Dadb_winusb_io_completion.cpp70 ULONG error = GetLastError(); local
73 ((ERROR_IO_INCOMPLETE == error) || (ERROR_IO_PENDING == error))) {
81 error = GetLastError();
83 ((ERROR_IO_INCOMPLETE != error) && (ERROR_IO_PENDING != error))) {
/development/ndk/platforms/android-4/samples/san-angeles/jni/
H A Dapp-linux.c76 GLenum error = glGetError(); local
77 if (error != GL_NO_ERROR)
78 fprintf(stderr, "GL Error: 0x%04x\n", (int)error);
84 EGLint error = eglGetError(); local
86 if (error && error != EGL_SUCCESS)
87 fprintf(stderr, "EGL Error: 0x%04x\n", (int)error);
105 #error WINDOW_BPP must be 16 or 32

Completed in 496 milliseconds

12345