Home
last modified time | relevance | path

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

1234

/bionic/libc/kernel/arch-mips/asm/
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 Check setting of RM9000_CDEX_SMP_WAR for your platform
[all …]
Dbyteorder.h37 #error "MIPS, but neither __MIPSEB__, nor __MIPSEL__???"
Dunaligned.h39 #error "MIPS, but neither __MIPSEB__, nor __MIPSEL__???"
Dsgidefs.h22 #error Use a Linux compiler or give up.
/bionic/libc/upstream-netbsd/libc/gen/
Dftw.c45 int fnflag, error, sverrno; in ftw() local
56 error = 0; in ftw()
84 error = -1; in ftw()
87 error = fn(cur->fts_path, cur->fts_statp, fnflag); in ftw()
88 if (error != 0) in ftw()
93 if (fts_close(ftsp) != 0 && error == 0) in ftw()
94 error = -1; in ftw()
97 return (error); in ftw()
Dnftw.c47 int ftsflags, fnflag, error, postorder, sverrno; in nftw() local
66 error = 0; in nftw()
100 error = -1; in nftw()
105 error = fn(cur->fts_path, cur->fts_statp, fnflag, &f); in nftw()
106 if (error != 0) in nftw()
113 return (error); in nftw()
/bionic/libc/kernel/common/linux/
Dpatchkey.h20 #error "patchkey.h included directly"
34 #error "could not determine byte order"
Dftape.h44 __u8 error; member
46 } error; member
Dspinlock_types_up.h22 #error "please don't include this file directly"
Dspinlock_api_smp.h22 #error "please don't include this file directly"
Dhardirq.h34 #error HARDIRQ_BITS is too low!
51 #error PREEMPT_ACTIVE is too low!
Dspinlock_up.h22 #error "please don't include this file directly"
/bionic/libc/upstream-netbsd/libc/stdio/
Dgetdelim.c68 goto error; in __weak_alias()
81 goto error; in __weak_alias()
97 goto error; in __weak_alias()
119 goto error; in __weak_alias()
139 error: in __weak_alias()
/bionic/libc/netbsd/resolv/
Dres_debug.h26 # define Aerror(statp, file, string, error, address) /*empty*/ argument
27 # define Perror(statp, file, string, error) /*empty*/ argument
/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_rintl.c37 #error "Unsupported long double format"
49 #error "Unsupported long double format"
/bionic/libc/kernel/arch-arm/asm/
Dspinlock_types.h22 #error "please don't include this file directly"
Dsmp.h26 #error "<asm-arm/smp.h> included in non-SMP build"
Dhardirq.h39 #error HARDIRQ_BITS is too low!
/bionic/libc/kernel/arch-x86/asm/
Dspinlock_types.h22 #error "please don't include this file directly"
Dmodule_32.h29 #error unknown processor family
/bionic/libc/bionic/
Dmalloc_debug_qemu.cpp60 #error MALLOC_QEMU_INSTRUMENT is not defined.
500 if (!tracing_enabled(error)) { in qemu_log()
564 log_mdesc(error, &desc_chk, in test_access_violation()
694 log_mdesc(error, &desc, "<libc_pid=%03u, pid=%03u>: malloc: notify_malloc failed for ", in qemu_instrumented_malloc()
736 log_mdesc(error, &desc, "<libc_pid=%03u, pid=%03u>: free(%p) is invalid for ", in qemu_instrumented_free()
743 log_mdesc(error, &desc, "<libc_pid=%03u, pid=%03u>: free(%p) notify_free failed for ", in qemu_instrumented_free()
807 …log_mdesc(error, &desc, "<libc_pid=%03u, pid=%03u>: calloc(%u(%u), %u): notify_malloc failed for ", in qemu_instrumented_calloc()
866 log_mdesc(error, &cur_desc, "<libc_pid=%03u, pid=%03u>: realloc(%p, %u) is invalid for ", in qemu_instrumented_realloc()
882 … log_mdesc(error, &cur_desc, "<libc_pid=%03u, pid=%03u>: realloc(%p, %u): dlmalloc(%u) failed on ", in qemu_instrumented_realloc()
898 … log_mdesc(error, &new_desc, "<libc_pid=%03u, pid=%03u>: realloc(%p, %u) notify_malloc failed -> ", in qemu_instrumented_realloc()
[all …]
/bionic/libc/private/
Dbionic_atomic_inline.h39 # error "Must define ANDROID_SMP before including atomic-inline.h"
/bionic/libc/upstream-freebsd/lib/libc/stdio/
Dfgetln.c132 goto error; in fgetln()
146 goto error; in fgetln()
160 error: in fgetln()
/bionic/libc/arch-arm/include/machine/
Dcpu-features.h73 # error ARMv4 is not supported, please use ARMv4T at a minimum
75 # error Unknown or unsupported ARM architecture
/bionic/libc/kernel/common/linux/mmc/
Dmmc.h59 unsigned int error; member
79 unsigned int error; member

1234