HomeSort by relevance Sort by last modified time
    Searched defs:EINVAL (Results 51 - 67 of 67) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm-generic/
errno-base.h 36 #define EINVAL 22
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm-generic/
errno-base.h 36 #define EINVAL 22
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm-generic/
errno-base.h 36 #define EINVAL 22
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm-generic/
errno-base.h 36 #define EINVAL 22
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
need_errno.h 103 #define EINVAL 22
  /external/yaffs2/yaffs2/direct/
yaffsfs.h 71 #ifndef EINVAL
72 #define EINVAL 22
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asyncore.py 56 from errno import EALREADY, EINPROGRESS, EWOULDBLOCK, ECONNRESET, EINVAL, \
252 if err.args[0] in (ENOTCONN, EINVAL):
349 or err == EINVAL and os.name in ('nt', 'ce'):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asyncore.py 56 from errno import EALREADY, EINPROGRESS, EWOULDBLOCK, ECONNRESET, EINVAL, \
252 if err.args[0] in (ENOTCONN, EINVAL):
349 or err == EINVAL and os.name in ('nt', 'ce'):
  /external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc 71 const int EINVAL = 22;
667 errno = EINVAL;
1125 return EINVAL;
    [all...]
  /external/llvm/include/llvm/Support/
system_error.h 154 invalid_argument, // EINVAL
321 # ifndef EINVAL
322 # define EINVAL 22
501 bad_message = EINVAL,
522 invalid_argument = EINVAL,
535 no_link = EINVAL,
560 not_a_stream = EINVAL,
568 operation_canceled = EINVAL,
577 owner_dead = EINVAL,
583 protocol_error = EINVAL,
    [all...]
  /external/chromium_org/third_party/jemalloc/chromium/
jemalloc.c 277 #define EINVAL 22
    [all...]
  /external/chromium_org/third_party/jemalloc/vendor/
jemalloc.c 270 #define EINVAL 22
    [all...]
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 124 public static final int EINVAL = placeholder();
598 if (errno == EINVAL) {
599 return "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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
macerrors.py     [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 2992 milliseconds

1 23