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

<<11121314151617181920>>

  /external/libselinux/src/
label_android_property.c 61 errno = EINVAL;
165 errno = EINVAL;
  /external/linux-tools-perf/
builtin-probe.c 157 return -EINVAL;
179 return -EINVAL;
builtin-report.c 167 return -EINVAL;
181 return -EINVAL;
259 int ret = -EINVAL;
  /external/oprofile/daemon/liblegacy/
init.c 71 if (errno == EINVAL)
81 if (errno == EINVAL)
  /external/qemu/android/protocol/
core-connection.c 173 errno = EINVAL;
264 errno = EINVAL;
  /external/qemu/
buffered_file.c 119 return -EINVAL;
143 offset = -EINVAL;
  /hardware/libhardware/modules/audio/
audio_policy.c 244 return -EINVAL;
309 return -EINVAL;
  /libcore/luni/src/main/java/libcore/io/
BlockGuardOs.java 41 throw new ErrnoException("socket", EINVAL, e);
49 throw new ErrnoException("socket", EINVAL, e);
  /system/core/libcutils/
open_memstream.c 178 errno = EINVAL;
231 errno = EINVAL;
  /system/netd/
NatController.cpp 114 errno = EINVAL;
234 errno = EINVAL;
  /external/linux-tools-perf/util/
probe-finder.c 630 return -EINVAL;
940 return -EINVAL;
962 return -EINVAL;
1045 return -EINVAL;
1055 return -EINVAL;
1069 return -EINVAL;
1074 return -EINVAL;
1079 return -EINVAL;
1091 return -EINVAL;
1237 return -EINVAL;
    [all...]
  /external/e2fsprogs/lib/ext2fs/
nt_io.c 268 { ERROR_INVALID_FUNCTION, EINVAL },
279 { ERROR_INVALID_ACCESS, EINVAL },
280 { ERROR_INVALID_DATA, EINVAL },
292 { ERROR_INVALID_PARAMETER, EINVAL },
298 { ERROR_INVALID_HANDLE, EINVAL },
302 { ERROR_NEGATIVE_SEEK, EINVAL },
354 return EINVAL;
  /external/e2fsprogs/intl/
vasnprintf.c 117 errno = EINVAL;
129 errno = EINVAL;
806 errno = EINVAL;
  /external/iproute2/tc/
m_ematch.c 54 int err = -EINVAL;
92 int err = -EINVAL;
326 int err = em_parse_error(EINVAL, NULL, NULL, NULL,
  /external/iptables/utils/
nfnl_osf.c 290 return -EINVAL;
454 err = -EINVAL;
465 err = -EINVAL;
  /external/oprofile/module/ia64/
op_pmu.c 457 return -EINVAL;
462 return -EINVAL;
467 return -EINVAL;
  /external/qemu/elff/
dwarf_defs.h 747 _set_errno(EINVAL);
759 _set_errno(EINVAL);
816 _set_errno(EINVAL);
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
dwarf_defs.h 747 _set_errno(EINVAL);
759 _set_errno(EINVAL);
816 _set_errno(EINVAL);
  /bionic/libc/bionic/
realpath.c 59 errno = EINVAL;
  /bionic/libc/include/sys/
_errdefs.h 61 __BIONIC_ERRDEF( EINVAL , 22, "Invalid argument" )
  /bionic/libc/stdio/
fseek.c 112 errno = EINVAL;
  /bionic/linker/
debugger.c 79 errno = EINVAL;
  /development/ndk/platforms/android-3/include/sys/
_errdefs.h 60 __BIONIC_ERRDEF( EINVAL , 22, "Invalid argument" )
  /device/asus/grouper/nfc/
nfc_hw.c 131 return -EINVAL;
  /device/samsung/manta/libsensors/
IioSensorBase.cpp 173 return -EINVAL;

Completed in 746 milliseconds

<<11121314151617181920>>