Searched refs:check (Results 1 – 25 of 25) sorted by relevance
/bionic/tests/ |
D | netinet_udp_test.cpp | 34 static_assert(offsetof(udphdr, uh_sum) == offsetof(udphdr, check), "udphdr::check"); in TEST() 44 ASSERT_EQ(0x4444, u.check); in TEST()
|
D | string_posix_strerror_r_test.cpp | 30 # error check whether we can build this now...
|
/bionic/tools/versioner/tests/missing_api/ |
D | expected_fail | 4 versioner: version check failed
|
/bionic/tools/versioner/tests/missing_arch/ |
D | expected_fail | 4 versioner: version check failed
|
/bionic/libc/include/netinet/ |
D | udp.h | 49 u_int16_t check; member
|
D | tcp.h | 70 uint16_t check; member
|
D | ip.h | 235 uint16_t check; member
|
/bionic/libc/kernel/uapi/linux/ |
D | udp.h | 26 __sum16 check; member
|
D | ip.h | 88 __sum16 check; member
|
D | tcp.h | 37 __sum16 check; member
|
/bionic/tools/versioner/tests/multiple_decl_mismatch/ |
D | expected_fail | 8 versioner: validity check failed
|
/bionic/tools/versioner/tests/version_mismatch/ |
D | expected_fail | 8 versioner: validity check failed
|
/bionic/tools/versioner/tests/multiple_definition/ |
D | expected_fail | 7 versioner: validity check failed
|
/bionic/ |
D | README.md | 164 Note that you should check to see whether the constants are already in 172 an invalid argument helps check that we're generating the right symbol 235 the test should check `getuid() == 0` and do nothing otherwise (typically 268 As a way to check that our tests do in fact test the correct behavior (and not
|
D | android-changes-for-ndk-developers.md | 33 check logcat for warnings until their app stops functioning, so the 254 check with readelf instead, look for either a TEXTREL entry or the
|
/bionic/tests/libs/ |
D | Android.bp | 1137 // This library is used by dl_load test to check symbol preempting 1147 // This library is used by dl_load test to check symbol preempting 1212 // Library to check RTLD_LOCAL with dlsym in 'this' 1283 // Libraries used to check init/fini call order 1344 // Library dt_needs libtest_thread_local_dtor/2 (to check no-unload on load_group)
|
/bionic/benchmarks/linker_relocation/regen/ |
D | dump_relocs.py | 62 out = subprocess.run(cmdline, check=True, stdout=PIPE).stdout.decode()
|
D | gen_bench.py | 321 subprocess.run(['ninja', '-C', str(out), lib_names.name(root)], check=True)
|
/bionic/docs/ |
D | status.md | 46 Run `./libc/tools/check-symbols-glibc.py` in bionic/ for the current 291 We can't check a thread's tid against 0 to see whether a `pthread_t` 352 check can't be guaranteed at compile-time, a call to a run-time `_chk`
|
D | 32-bit-abi.md | 51 to double check:
|
D | libc_assembler.md | 148 routines are properly set up. Here is a quick checklist of what to check:
|
D | native_allocator.md | 397 Modify the `load_maps` function and add a check of the new expected name.
|
D | elf-tls.md | 441 (XXX: check 32-vs-64-bit for inferiors, debuggers, and kernels):
|
/bionic/libc/malloc_debug/ |
D | README.md | 642 App developers should check the NDK documentation about 663 properly, check the logcat looking for this message
|
/bionic/libm/ |
D | Android.bp | 485 // b/120614316, non-critical readibility check
|