Lines Matching refs:in
14 `cos(3)` in a separate library to save space in the days before shared
37 jump to `fopen(3)`, say, it lands in the right place).
49 What's in libc/?
62 # because it's architecture-specific. There will be a .mk file in here that
63 # drags in all the architecture-specific files.
69 # The majority of header files are actually in libc/include/, but many
70 # of them pull in a <machine/something.h> for things like limits,
87 # in external/kernel-headers/. These files must not be edited directly. The
109 # in our world. The *-compat.h files are automatically included
118 # current upstream source in one of the upstream directories or by
151 Note that you should check to see whether the constants are already in
152 kernel uapi header files, in which case you just need to make sure that
153 the appropriate POSIX header file in libc/include/ includes the
156 5. Add the function name to the correct section in libc/libc.map.txt and
160 and have the right declaration in the header file, and that you correctly
161 updated the maps in step 5. (You can use strace(1) to confirm that the
179 they own icu, and that needs to be updated in sync with bionic):
181 1. Run update-tzdata.py in external/icu/tools/.
216 in particular for test isolation and parallelism (both on by default).
224 we log in this case to prevent accidents!). Obviously, if the test can be
234 but in cases where you really have to run CTS:
256 As a way to check that our tests do in fact test the correct behavior (and not
271 * Set `bionic_coverage=true` in `libc/Android.mk` and `libm/Android.mk`.
284 directories, run `lcov`, and open the coverage report in your browser.
309 in their name.
319 Bionic's test runner will run each test in its own process by default to prevent
321 running them in parallel, so they are much faster.
345 function `lseek64` were available right from the beginning in API 3. Secondly,
352 `lseek` in the source becoming `lseek64` at runtime) was added late. Even when
369 MIPS). This means that there is no support for real-time signals in 32-bit