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

1 2 34 5 6 7 8 91011>>

  /bionic/libc/unistd/
mmap.c 40 errno = EINVAL;
ptsname_r.c 42 errno = EINVAL;
  /development/tools/emulator/system/camera/
EmulatedCameraDevice.cpp 91 return EINVAL;
162 return EINVAL;
166 return EINVAL;
187 return EINVAL;
211 return EINVAL;
253 return EINVAL;
267 return EINVAL;
310 status_t res = EINVAL;
337 res = errno ? errno : EINVAL;
  /external/liblzf/
lzf_d.c 81 SET_ERRNO (EINVAL);
111 SET_ERRNO (EINVAL);
121 SET_ERRNO (EINVAL);
137 SET_ERRNO (EINVAL);
  /external/qemu/
qemu-os-win32.h 55 # define EPROTONOSUPPORT EINVAL
envlist.c 106 return (EINVAL);
142 return (EINVAL);
146 return (EINVAL);
190 return (EINVAL);
194 return (EINVAL);
osdep.c 72 errno = EINVAL;
80 errno = EINVAL;
155 if (ret != -1 || errno != EINVAL) {
  /external/valgrind/main/helgrind/tests/
cond_timedwait_invalid.c 22 assert(pthread_cond_timedwait(&cond, &mutex, &abstime)==EINVAL);
  /external/valgrind/main/memcheck/tests/
writev1.stderr.exp 13 Received EINVAL as expected
19 Received EINVAL as expected
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
radiotap.c 59 * -ENOENT if there are no more args to parse, or -EINVAL if there is a problem.
87 return -EINVAL;
91 return -EINVAL;
117 return -EINVAL;
140 * -ENOENT if there are no more args or -EINVAL
262 return -EINVAL;
  /external/wpa_supplicant_8/src/utils/
radiotap.c 59 * -ENOENT if there are no more args to parse, or -EINVAL if there is a problem.
87 return -EINVAL;
91 return -EINVAL;
117 return -EINVAL;
140 * -ENOENT if there are no more args or -EINVAL
262 return -EINVAL;
  /frameworks/av/media/libmediaplayerservice/
Crypto.cpp 107 return -EINVAL;
121 return -EINVAL;
138 return -EINVAL;
160 return -EINVAL;
  /hardware/libhardware/modules/gralloc/
mapper.cpp 93 return -EINVAL;
109 return -EINVAL;
153 return -EINVAL;
167 return -EINVAL;
  /hardware/ti/omap4xxx/camera/
CameraHal_Module.cpp 78 int rv = -EINVAL;
156 int rv = -EINVAL;
187 int rv = -EINVAL;
203 int rv = -EINVAL;
221 int rv = -EINVAL;
251 int rv = -EINVAL;
282 int rv = -EINVAL;
298 int rv = -EINVAL;
314 int rv = -EINVAL;
330 int rv = -EINVAL;
    [all...]
  /system/core/libpixelflinger/tinyutils/
Errors.h 41 BAD_VALUE = -EINVAL,
  /external/kernel-headers/original/linux/
seccomp.h 104 return -EINVAL;
109 return -EINVAL;
  /external/openssl/crypto/
LPdir_unix.c 71 errno = EINVAL;
125 errno = EINVAL;
LPdir_win.c 59 errno = EINVAL;
106 errno = EINVAL;
151 errno = EINVAL;
  /frameworks/av/media/libeffects/downmix/
EffectDownmix.c 171 return -EINVAL;
174 return -EINVAL;
213 return -EINVAL;
253 return -EINVAL;
269 return -EINVAL;
282 return -EINVAL;
296 return -EINVAL;
302 return -EINVAL;
309 return -EINVAL;
351 return -EINVAL;
    [all...]
  /frameworks/av/media/libeffects/preprocessing/
PreProcessing.cpp 307 return -EINVAL;
313 return -EINVAL;
319 return -EINVAL;
325 status = -EINVAL;
350 status = -EINVAL;
389 status = -EINVAL;
464 return -EINVAL;
474 status = -EINVAL;
494 status = -EINVAL;
888 return -EINVAL;
    [all...]
  /external/libsepol/src/
genbools.c 144 errno = EINVAL;
169 errno = EINVAL;
180 errno = EINVAL;
203 errno = EINVAL;
241 errno = EINVAL;
252 errno = EINVAL;
256 errno = EINVAL;
  /system/core/run-as/
package.c 144 * errno is set to EINVAL in case of failed check.
175 errno = EINVAL;
193 errno = EINVAL;
216 errno = EINVAL;
225 errno = EINVAL;
339 errno = EINVAL;
355 * and errno set to EINVAL.
365 errno = EINVAL;
400 * If the package database is corrupted, return -1 and set errno to EINVAL
502 errno = EINVAL;
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXFD.cpp 128 ret = -EINVAL;
210 return-EINVAL;
227 return -EINVAL;
231 return-EINVAL;
238 return -EINVAL;
254 return -EINVAL;
271 return -EINVAL;
275 return -EINVAL;
307 return EINVAL;
  /device/samsung/manta/voicefx/
eS305VoiceProcessing.cpp 256 return -EINVAL;
265 status = -EINVAL;
270 return -EINVAL;
287 status = -EINVAL;
749 return -EINVAL;
757 return -EINVAL;
772 return -EINVAL;
790 return -EINVAL;
803 return -EINVAL;
817 return -EINVAL;
    [all...]
  /hardware/libhardware/
hardware.c 78 status = -EINVAL;
87 status = -EINVAL;
94 status = -EINVAL;

Completed in 1710 milliseconds

1 2 34 5 6 7 8 91011>>