HomeSort by relevance Sort by last modified time
    Searched defs:EINVAL (Results 1 - 25 of 208) sorted by null

1 2 3 4 5 6 7 8 9

  /external/e2fsprogs/lib/ext2fs/
llseek.c 116 errno = EINVAL;
125 #ifndef EINVAL
126 #define EINVAL EXT2_ET_INVALID_ARGUMENT
136 errno = EINVAL;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/OobTx/
OobTx.h 31 #define EINVAL 22 // Invalid argument
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/RawIp4Tx/
RawIp4Tx.h 31 #define EINVAL 22 // Invalid argument
  /external/jemalloc/test/integration/
posix_memalign.c 25 assert_d_eq(posix_memalign(&p, alignment, 1), EINVAL,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
StringIO.py 32 from errno import EINVAL
34 EINVAL = 22
202 raise IOError(EINVAL, "Negative size not allowed")
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
StringIO.py 32 from errno import EINVAL
34 EINVAL = 22
202 raise IOError(EINVAL, "Negative size not allowed")
  /external/python/cpython2/Lib/
StringIO.py 32 from errno import EINVAL
34 EINVAL = 22
202 raise IOError(EINVAL, "Negative size not allowed")
  /prebuilts/gdb/darwin-x86/lib/python2.7/
StringIO.py 32 from errno import EINVAL
34 EINVAL = 22
202 raise IOError(EINVAL, "Negative size not allowed")
  /prebuilts/gdb/linux-x86/lib/python2.7/
StringIO.py 32 from errno import EINVAL
34 EINVAL = 22
202 raise IOError(EINVAL, "Negative size not allowed")
  /prebuilts/go/darwin-x86/misc/cgo/test/
basic.go 65 const EINVAL = C.EINVAL /* test #define */
  /prebuilts/go/linux-x86/misc/cgo/test/
basic.go 65 const EINVAL = C.EINVAL /* test #define */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
StringIO.py 32 from errno import EINVAL
34 EINVAL = 22
202 raise IOError(EINVAL, "Negative size not allowed")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
StringIO.py 32 from errno import EINVAL
34 EINVAL = 22
202 raise IOError(EINVAL, "Negative size not allowed")
  /system/media/brillo/audio/audioservice/test/
brillo_audio_manager_test.cpp 75 EINVAL);
76 EXPECT_EQ(BAudioManager_getDevices(bam, 1, nullptr, 0, nullptr), EINVAL);
78 EINVAL);
92 EXPECT_EQ(BAudioManager_setInputDevice(nullptr, nullptr), EINVAL);
93 EXPECT_EQ(BAudioManager_setInputDevice(bam, nullptr), EINVAL);
94 EXPECT_EQ(BAudioManager_setInputDevice(nullptr, device), EINVAL);
122 EINVAL);
123 EXPECT_EQ(BAudioManager_setOutputDevice(bam, nullptr, kUsageMedia), EINVAL);
125 EINVAL);
175 EINVAL);
    [all...]
  /bionic/libc/kernel/uapi/asm-generic/
errno-base.h 42 #define EINVAL 22
  /development/ndk/platforms/android-21/include/asm-generic/
errno-base.h 47 #define EINVAL 22
  /development/ndk/platforms/android-9/include/asm-generic/
errno-base.h 36 #define EINVAL 22
  /device/google/contexthub/firmware/os/inc/
toolchain.h 34 #define EINVAL 22
  /external/kernel-headers/original/uapi/asm-generic/
errno-base.h 25 #define EINVAL 22 /* Invalid argument */
  /external/libusb/msvc/
errno.h 46 #define EINVAL 22 /* Invalid argument */
  /external/syslinux/dos/
errno.h 25 #define EINVAL 22 /* Invalid argument */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
errno-base.h 25 #define EINVAL 22 /* Invalid argument */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno-base.h 25 #define EINVAL 22 /* Invalid argument */
  /prebuilts/go/darwin-x86/src/syscall/
errors_plan9.go 29 EINVAL = NewError("bad arg in system call")
  /prebuilts/go/linux-x86/src/syscall/
errors_plan9.go 29 EINVAL = NewError("bad arg in system call")

Completed in 678 milliseconds

1 2 3 4 5 6 7 8 9