HomeSort by relevance Sort by last modified time
    Searched refs:EINVAL (Results 101 - 125 of 632) sorted by null

1 2 3 45 6 7 8 91011>>

  /ndk/sources/host-tools/sed-4.2.1/lib/
acl-internal.h 130 ((Err) == ENOTSUP || (Err) == ENOSYS || (Err) == EINVAL || (Err) == EBUSY || (Err) == ENOENT)
133 ((Err) == ENOTSUP || (Err) == ENOSYS || (Err) == EINVAL || (Err) == EBUSY || (Err) == EOPNOTSUPP)
136 ((Err) == ENOTSUP || (Err) == ENOSYS || (Err) == EINVAL || (Err) == EBUSY)
  /bionic/libc/bionic/
pthread.c 404 return EINVAL;
444 return EINVAL;
463 return EINVAL;
479 return EINVAL;
482 return EINVAL;
499 return EINVAL;
526 return EINVAL;
651 return EINVAL;
701 result = EINVAL;
921 return EINVAL;
    [all...]
  /frameworks/av/media/libstagefright/mp4/
FragmentedMP4Parser.cpp 310 status_t err = -EINVAL;
644 return -EINVAL;
654 return -EINVAL;
659 return -EINVAL;
692 return -EINVAL;
739 return -EINVAL;
1012 return -EINVAL;
    [all...]
  /bionic/libc/stdio/
fdopen.c 55 errno = EINVAL;
mktemp.c 93 errno = EINVAL;
103 errno = EINVAL;
  /development/tools/emulator/system/camera/
JpegCompressor.cpp 60 return errno ? errno : EINVAL;
EmulatedCameraFactory.cpp 193 return -EINVAL;
199 return -EINVAL;
211 return -EINVAL;
217 return -EINVAL;
239 return -EINVAL;
243 return -EINVAL;
  /external/dhcpcd/compat/
getline.c 48 errno = EINVAL;
  /external/iptables/iptables/
ip6tables-standalone.c 73 if (errno == EINVAL) {
iptables-standalone.c 73 if (errno == EINVAL) {
  /external/openssh/openbsd-compat/
fmt_scaled.c 91 errno = EINVAL;
98 errno = EINVAL;
114 errno = EINVAL;
159 errno = EINVAL;
strtonum.c 45 { "invalid", EINVAL },
mktemp.c 85 errno = EINVAL;
95 errno = EINVAL;
  /external/qemu/block/
nbd.c 53 return -EINVAL;
58 return -EINVAL;
71 return -EINVAL;
78 return -EINVAL;
  /frameworks/native/include/utils/
Errors.h 53 BAD_VALUE = -EINVAL,
  /hardware/libhardware/modules/nfc/
nfc_pn544_example.c 52 return -EINVAL;
  /hardware/ti/wlan/wl1271/platforms/os/linux/inc/
CmdInterpretWext.h 83 #define WEXT_INVALID_PARAMETER -EINVAL
  /external/chromium/base/
file_util_android.cc 73 errno = EINVAL;
83 errno = EINVAL;
  /external/valgrind/main/memcheck/tests/
writev1.c 69 if (errno == EINVAL)
70 fprintf(stderr, "Received EINVAL as expected\n");
72 fprintf(stderr, "expected errno = EINVAL, got %d\n", errno);
77 if (errno == EINVAL)
78 fprintf(stderr, "Received EINVAL as expected\n");
80 fprintf(stderr, "expected errno = EINVAL, got %d\n", errno);
  /external/qemu/android/
sync-utils.c 128 errno = EINVAL;
139 errno = EINVAL;
150 errno = EINVAL;
161 errno = EINVAL;
177 errno = EINVAL;
214 errno = EINVAL;
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.c 104 return -EINVAL;
107 return -EINVAL;
128 return -EINVAL;
176 return -EINVAL;
192 return -EINVAL;
204 return -EINVAL;
215 return -EINVAL;
221 return -EINVAL;
227 return -EINVAL;
304 return -EINVAL;
    [all...]
  /bionic/libc/netbsd/nameser/
ns_name.c 141 errno = EINVAL;
221 errno = EINVAL; /* ??? */
235 errno = EINVAL;
511 errno = EINVAL;
860 return(EINVAL);
864 return(EINVAL);
866 return(EINVAL);
873 return(EINVAL);
876 return(EINVAL);
888 return(EINVAL);
    [all...]
  /external/llvm/include/llvm/Support/
system_error.h 152 invalid_argument, // EINVAL
319 # ifndef EINVAL
320 # define EINVAL 22
499 bad_message = EINVAL,
520 invalid_argument = EINVAL,
533 no_link = EINVAL,
558 not_a_stream = EINVAL,
566 operation_canceled = EINVAL,
575 owner_dead = EINVAL,
581 protocol_error = EINVAL,
    [all...]
  /external/tinyalsa/
mixer.c 273 return -EINVAL;
281 return -EINVAL;
292 return -EINVAL;
314 return -EINVAL;
326 return -EINVAL;
348 return -EINVAL;
359 return -EINVAL;
369 return -EINVAL;
401 return -EINVAL;
416 return -EINVAL;
    [all...]
  /frameworks/av/media/libstagefright/
MediaCodecList.cpp 283 return -EINVAL;
289 return -EINVAL;
294 return -EINVAL;
301 return -EINVAL;
330 return -EINVAL;
335 return -EINVAL;
342 return -EINVAL;
373 return -EINVAL;
378 return -EINVAL;
385 return -EINVAL;
    [all...]

Completed in 760 milliseconds

1 2 3 45 6 7 8 91011>>