HomeSort by relevance Sort by last modified time
    Searched refs:EINVAL (Results 226 - 250 of 1380) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_once.c 45 return EINVAL;
ptw32_mutex_check_need_init.c 86 result = EINVAL;
  /external/fio/os/
os-aix.h 26 return EINVAL;
  /external/liblzf/
lzf_d.c 81 SET_ERRNO (EINVAL);
111 SET_ERRNO (EINVAL);
121 SET_ERRNO (EINVAL);
137 SET_ERRNO (EINVAL);
  /external/valgrind/main/memcheck/tests/
writev1.stderr.exp 13 Received EINVAL as expected
19 Received EINVAL as expected
  /hardware/libhardware/modules/gralloc/
mapper.cpp 89 return -EINVAL;
139 return -EINVAL;
180 return -EINVAL;
194 return -EINVAL;
  /hardware/qcom/audio/post_proc/
equalizer.c 214 p->status = -EINVAL;
220 p->status = -EINVAL;
225 p->status = -EINVAL;
231 p->status = -EINVAL;
240 p->status = -EINVAL;
245 p->status = -EINVAL;
269 p->status = -EINVAL;
279 p->status = -EINVAL;
289 p->status = -EINVAL;
317 p->status = -EINVAL;
    [all...]
bundle.c 210 ret = -EINVAL;
219 ret = -EINVAL;
320 return -EINVAL;
328 return -EINVAL;
422 return -EINVAL;
463 status = -EINVAL;
489 return -EINVAL;
499 return -EINVAL;
556 status = -EINVAL;
567 status = -EINVAL;
    [all...]
  /hardware/qcom/display/msm8084/libmemtrack/
memtrack_msm.c 42 return -EINVAL;
  /hardware/qcom/display/msm8226/libmemtrack/
memtrack_msm.c 42 return -EINVAL;
  /hardware/qcom/display/msm8960/libmemtrack/
memtrack_msm.c 38 return -EINVAL;
  /hardware/qcom/display/msm8974/libmemtrack/
memtrack_msm.c 38 return -EINVAL;
  /hardware/samsung_slsi/exynos5/libmemtrack/
memtrack_exynos5.c 38 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...]
  /device/generic/goldfish/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;
  /hardware/intel/img/hwcomposer/ips/common/
WsbmWrapper.c 142 ret = -EINVAL;
165 return -EINVAL;
204 return -EINVAL;
239 return -EINVAL;
270 return -EINVAL;
295 return -EINVAL;
314 return -EINVAL;
330 return -EINVAL;
396 return -EINVAL;
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_usrreq.c 683 SCTP_LTRACE_ERR_RET(NULL, NULL, NULL, SCTP_FROM_SCTP_USRREQ, EINVAL);
684 return (EINVAL);
754 SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP_USRREQ, EINVAL);
755 return (EINVAL);
831 SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP_USRREQ, EINVAL);
832 return (EINVAL);
841 SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP_USRREQ, EINVAL);
842 return (EINVAL);
860 SCTP_LTRACE_ERR_RET(inp, NULL, NULL, SCTP_FROM_SCTP_USRREQ, EINVAL);
861 return (EINVAL);
    [all...]
  /hardware/ti/omap4-aah/camera/
CameraHal_Module.cpp 96 int rv = -EINVAL;
131 int rv = -EINVAL;
150 int rv = -EINVAL;
229 int rv = -EINVAL;
260 int rv = -EINVAL;
276 int rv = -EINVAL;
294 int rv = -EINVAL;
324 int rv = -EINVAL;
355 int rv = -EINVAL;
371 int rv = -EINVAL;
    [all...]
  /hardware/libhardware/modules/camera/
Camera.cpp 116 return -EINVAL;
150 return -EINVAL;
154 return -EINVAL;
204 return -EINVAL;
299 return -EINVAL;
303 return -EINVAL;
334 return -EINVAL;
345 return -EINVAL;
358 return -EINVAL;
366 return -EINVAL;
    [all...]
  /bionic/libc/bionic/
c16rtomb.cpp 53 return reset_and_return_illegal(EINVAL, state);
59 return reset_and_return_illegal(EINVAL, state);
pty.cpp 56 errno = EINVAL;
81 errno = EINVAL;
  /bionic/libc/tzcode/
asctime.c 87 errno = EINVAL;
118 errno = EINVAL;
  /external/bison/lib/
unsetenv.c 64 __set_errno (EINVAL);
116 errno = EINVAL;
  /external/chromium_org/components/nacl/loader/nonsfi/
irt_icache_unittest.cc 52 EXPECT_EQ(EINVAL, irt_clear_cache(start, 0));
53 EXPECT_EQ(EINVAL, irt_clear_cache(NULL, mem_size));
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
filesystem.cc 51 return EINVAL;
66 return EINVAL;

Completed in 780 milliseconds

1 2 3 4 5 6 7 8 91011>>