Lines Matching refs:as
46 The `tests/` directory contains unit tests. Roughly arranged as one file per
94 # and constants that make up the "userspace API" (uapi) available as
177 library that would make more sense as the place to add the wrapper.
204 underscores (so developers are free to use any of the unadorned names as
206 use the same name as an existing system call (to reduce the amount of
254 argument such as `off64_t` (a *pointer* to a 64-bit argument is fine, since
259 implemented as two different system calls. It's usually easiest to find a
324 If you make a change that is likely to have a wide effect on the tree (such as a
329 either, as `make tests` covers a few additional modules, but generally speaking
358 Most of the unit tests are executed by CTS. By default, CTS runs as
359 a non-root user, so the unit tests must also pass when not run as root.
360 Some tests cannot do any useful work unless run as root. In this case,
375 $ adb unroot # Because real CTS doesn't run as root.
390 You can supply gtest flags as extra arguments to this script.