/external/e2fsprogs/lib/ext2fs/ |
llseek.c | 111 errno = EINVAL; 120 #ifndef EINVAL 121 #define EINVAL EXT2_ET_INVALID_ARGUMENT 131 errno = EINVAL;
|
/external/jemalloc/include/jemalloc/internal/ |
jemalloc_internal_decls.h | 8 # define EINVAL ERROR_BAD_ARGUMENTS
|
/external/jemalloc/test/integration/ |
posix_memalign.c | 14 assert_d_eq(posix_memalign(&p, alignment, 1), EINVAL,
|
/external/jemalloc/test/unit/ |
mallctl.c | 16 EINVAL, "mallctl() should return EINVAL for input size mismatch"); 18 EINVAL, "mallctl() should return EINVAL for input size mismatch"); 21 assert_d_eq(mallctl("epoch", &epoch, &sz, NULL, 0), EINVAL, 22 "mallctl() should return EINVAL for output size mismatch"); 24 assert_d_eq(mallctl("epoch", &epoch, &sz, NULL, 0), EINVAL, 25 "mallctl() should return EINVAL for output size mismatch"); 60 sizeof(epoch)-1), EINVAL, 61 "mallctlbymib() should return EINVAL for input size mismatch") [all...] |
/bionic/libc/kernel/uapi/asm-generic/ |
errno-base.h | 47 #define EINVAL 22
|
/development/ndk/platforms/android-3/include/asm-generic/ |
errno-base.h | 36 #define EINVAL 22
|
/development/ndk/platforms/android-L/include/asm-generic/ |
errno-base.h | 47 #define EINVAL 22
|
/external/chromium_org/third_party/libusb/src/msvc/ |
errno.h | 46 #define EINVAL 22 /* Invalid argument */
|
/external/kernel-headers/original/uapi/asm-generic/ |
errno-base.h | 25 #define EINVAL 22 /* Invalid argument */
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
need_errno.h | 103 #define EINVAL 22
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_interceptors.cc | 69 const int EINVAL = 22; 691 errno = EINVAL; [all...] |
/external/chromium_org/tools/win/split_link/viz.js/ |
viz.js | [all...] |
/external/chromium_org/v8/tools/profviz/ |
gnuplot-4.6.3-emscripten.js | [all...] |