Home
last modified time | relevance | path

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

123

/bionic/libc/kernel/common/linux/
Dpatchkey.h13 #error "patchkey.h included directly"
27 #error "could not determine byte order"
Dftape.h37 __u8 error; member
39 } error; member
Dspinlock_types_up.h16 #error "please don't include this file directly"
Dspinlock_api_smp.h16 #error "please don't include this file directly"
Dhardirq.h28 #error HARDIRQ_BITS is too low!
47 #error PREEMPT_ACTIVE is too low!
Dspinlock_up.h16 #error "please don't include this file directly"
/bionic/libc/private/
Dthread_private.h58 …ate_storage( struct __thread_private_tag_t* ptag, void* storage, size_t objsize, void* error );
60 #define _THREAD_PRIVATE(name, storage, error) \ argument
61 __bionic_thread_private_storage( &__THREAD_NAME(name), &(storage),sizeof(storage), error)
100 #define _THREAD_PRIVATE(keyname, storage, error) \
102 sizeof (storage), error)
Dbionic_atomic_inline.h39 # error "Must define ANDROID_SMP before including atomic-inline.h"
/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/libc/kernel/arch-sh/asm/
Drwsem.h16 #error "please don't include asm/rwsem.h directly, use linux/rwsem.h instead"
Dspinlock_types.h16 #error "please don't include this file directly"
Dio_generic.h16 #error "Don't include this header without a valid system prefix"
/bionic/libc/stdio/
Dfgetln.c82 goto error; in fgetln()
120 goto error; in fgetln()
134 goto error; in fgetln()
149 error: in fgetln()
/bionic/libc/kernel/arch-arm/asm/
Dspinlock_types.h16 #error "please don't include this file directly"
Dsmp.h21 #error "<asm-arm/smp.h> included in non-SMP build"
Dhardirq.h33 #error HARDIRQ_BITS is too low!
Dspinlock.h16 #error SMP not supported on pre-ARMv6 CPUs
/bionic/libc/kernel/arch-x86/asm/
Dspinlock_types.h16 #error "please don't include this file directly"
Dmodule_32.h23 #error unknown processor family
Dbitops_32.h16 #error only <linux/bitops.h> can be included directly
/bionic/libc/include/
Derrno.h45 extern int __set_errno(int error);
/bionic/libc/kernel/common/linux/mmc/
Dmmc.h51 unsigned int error; member
70 unsigned int error; member
/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/bionic/
Dmalloc_debug_qemu.c60 #error MALLOC_QEMU_INSTRUMENT is not defined.
524 if (!tracing_enabled(error)) { in qemu_log()
592 log_mdesc(error, &desc_chk, in test_access_violation()
727 log_mdesc(error, &desc, "<libc_pid=%03u, pid=%03u>: malloc: notify_malloc failed for ", in qemu_instrumented_malloc()
771 log_mdesc(error, &desc, "<libc_pid=%03u, pid=%03u>: free(%p) is invalid for ", in qemu_instrumented_free()
778 log_mdesc(error, &desc, "<libc_pid=%03u, pid=%03u>: free(%p) notify_free failed for ", in qemu_instrumented_free()
847 …log_mdesc(error, &desc, "<libc_pid=%03u, pid=%03u>: calloc(%u(%u), %u): notify_malloc failed for ", in qemu_instrumented_calloc()
908 log_mdesc(error, &cur_desc, "<libc_pid=%03u, pid=%03u>: realloc(%p, %u) is invalid for ", in qemu_instrumented_realloc()
924 … log_mdesc(error, &cur_desc, "<libc_pid=%03u, pid=%03u>: realloc(%p, %u): dlmalloc(%u) failed on ", in qemu_instrumented_realloc()
940 … log_mdesc(error, &new_desc, "<libc_pid=%03u, pid=%03u>: realloc(%p, %u) notify_malloc failed -> ", in qemu_instrumented_realloc()
[all …]
/bionic/libdl/
Dlibdl.c35 #error Unsupported architecture. Only arm and x86 are supported.

123