Home
last modified time | relevance | path

Searched refs:input (Results 1 – 10 of 10) sorted by relevance

/system/core/rootdir/
Dueventd.rc36 /dev/input/* 0660 root input
85 /sys/devices/virtual/input/input* enable 0660 root input
86 /sys/devices/virtual/input/input* poll_delay 0660 root input
/system/extras/tests/bionic/libc/common/
Dtest_libgen.c12 char temp[256], *input = _input; in test_basename() local
18 input = temp; in test_basename()
22 ret = basename(input); in test_basename()
128 char temp[256], *input = _input; in test_dirname() local
134 input = temp; in test_dirname()
138 ret = dirname(input); in test_dirname()
/system/core/libmincrypt/tools/
DDumpPublicKey.java138 FileInputStream input = new FileInputStream(args[i]); in main() local
140 X509Certificate cert = (X509Certificate) cf.generateCertificate(input); in main()
/system/core/sh/
DAndroid.mk14 input.c \
DTOUR195 any of the CTL characters mentioned above appear in the input,
213 redir.c Code to handle redirection of input and output.
340 INPUT: The basic input routine is pgetc, which reads from the
341 current input file. There is a stack of input files; the current
342 input file is the top file on this stack. The code allows the
343 input to come from a string rather than a file. (This is for the
Darith_lex.c568 static int input (void );
1276 static int input (void) in yyinput()
1327 return input(); in yyinput()
Dnodetypes139 doc nodeptr # input to command (NARG node)
/system/extras/tests/fstest/
Dperm_checker.conf86 /dev/input/ 755 755 root root root root
87 /dev/input/* 660 660 root root input input
DREADME28 that are in subdirectories of /dev/, such as /dev/input/, unlike a
/system/core/adb/
DSERVICES.TXT167 this to implement "adb shell", but will also cook the input before