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

/system/extras/tests/bionic/libc/common/
H A Dtest_libgen.c12 char temp[256], *input = _input; local
15 /* GLibc does modify the input string. bummer */
18 input = temp;
22 ret = basename(input);
128 char temp[256], *input = _input; local
131 /* GLibc does modify the input string. bummer */
134 input = temp;
138 ret = dirname(input);
/system/core/libmincrypt/tools/
H A DDumpPublicKey.java136 FileInputStream input = new FileInputStream(args[i]);
138 Certificate cert = cf.generateCertificate(input);
/system/core/sh/
H A DAndroid.mk14 input.c \
H A Darith_lex.c133 /* Size of default input buffer. */
153 /* Return all but the first "n" matched characters back to the input stream. */
185 char *yy_ch_buf; /* input buffer */
186 char *yy_buf_pos; /* current position in input buffer */
188 /* Size of input buffer in bytes, not including room for EOB
204 /* Whether this is an "interactive" input source; if so, and
205 * if we're using stdio for input, then we want to use getc()
206 * instead of fread(), to make sure we stop fetching input after
220 /* Whether to try to fill the input buffer when we reach the
231 * shouldn't try reading from the input sourc
[all...]
/system/extras/tests/fstest/
H A Dperm_checker.conf86 /dev/input/ 755 755 root root root root
87 /dev/input/* 660 660 root root input input
/system/core/debuggerd/
H A Dgetevent.c11 #include <linux/input.h>
162 const char *device_path = "/dev/input";
196 const char *device_path = "/dev/input";
H A Ddebuggerd.c42 #include <linux/input.h>
/system/core/toolbox/
H A Dgetevent.c11 #include <linux/input.h>
51 printf(" input props:\n");
509 const char *device_path = "/dev/input";
H A Dgetevent.h1 #include <linux/input.h>
/system/core/charger/
H A Dcharger.c23 #include <linux/input.h>

Completed in 275 milliseconds