HomeSort by relevance Sort by last modified time
    Searched refs:EVIOCGREP (Results 1 - 9 of 9) sorted by null

  /external/strace/tests/
ioctl_evdev.c 91 # ifdef EVIOCGREP
92 TEST_NULL_ARG(EVIOCGREP);
  /external/strace/tests-m32/
ioctl_evdev.c 91 # ifdef EVIOCGREP
92 TEST_NULL_ARG(EVIOCGREP);
  /external/strace/tests-mx32/
ioctl_evdev.c 91 # ifdef EVIOCGREP
92 TEST_NULL_ARG(EVIOCGREP);
  /external/strace/
evdev.c 340 # if defined EVIOCGREP || defined EVIOCSREP
348 # endif /* EVIOCGREP || EVIOCSREP */
417 # ifdef EVIOCGREP
418 case EVIOCGREP:
  /bionic/libc/kernel/uapi/linux/
input.h 62 #define EVIOCGREP _IOR('E', 0x03, unsigned int[2])
  /external/kernel-headers/original/uapi/linux/
input.h 115 #define EVIOCGREP _IOR('E', 0x03, unsigned int[2]) /* get repeat settings */
  /external/autotest/client/bin/input/
linux_input.py 90 EVIOCGREP = IOR('E', 0x03, '2I') # get repeat settings
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
input.h 99 #define EVIOCGREP _IOR('E', 0x03, unsigned int[2]) /* get repeat settings */
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.cc 548 unsigned IOCTL_EVIOCGREP = EVIOCGREP;
    [all...]

Completed in 1166 milliseconds