Home
last modified time | relevance | path

Searched refs:check (Results 1 – 25 of 25) sorted by relevance

/bionic/tests/
Dnetinet_udp_test.cpp34 static_assert(offsetof(udphdr, uh_sum) == offsetof(udphdr, check), "udphdr::check"); in TEST()
44 ASSERT_EQ(0x4444, u.check); in TEST()
Dstring_posix_strerror_r_test.cpp30 # error check whether we can build this now...
/bionic/tools/versioner/tests/missing_api/
Dexpected_fail4 versioner: version check failed
/bionic/tools/versioner/tests/missing_arch/
Dexpected_fail4 versioner: version check failed
/bionic/libc/include/netinet/
Dudp.h49 u_int16_t check; member
Dtcp.h70 uint16_t check; member
Dip.h235 uint16_t check; member
/bionic/libc/kernel/uapi/linux/
Dudp.h26 __sum16 check; member
Dip.h88 __sum16 check; member
Dtcp.h37 __sum16 check; member
/bionic/tools/versioner/tests/multiple_decl_mismatch/
Dexpected_fail8 versioner: validity check failed
/bionic/tools/versioner/tests/version_mismatch/
Dexpected_fail8 versioner: validity check failed
/bionic/tools/versioner/tests/multiple_definition/
Dexpected_fail7 versioner: validity check failed
/bionic/
DREADME.md164 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
Dandroid-changes-for-ndk-developers.md33 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/
DAndroid.bp1137 // 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/
Ddump_relocs.py62 out = subprocess.run(cmdline, check=True, stdout=PIPE).stdout.decode()
Dgen_bench.py321 subprocess.run(['ninja', '-C', str(out), lib_names.name(root)], check=True)
/bionic/docs/
Dstatus.md46 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`
D32-bit-abi.md51 to double check:
Dlibc_assembler.md148 routines are properly set up. Here is a quick checklist of what to check:
Dnative_allocator.md397 Modify the `load_maps` function and add a check of the new expected name.
Delf-tls.md441 (XXX: check 32-vs-64-bit for inferiors, debuggers, and kernels):
/bionic/libc/malloc_debug/
DREADME.md642 App developers should check the NDK documentation about
663 properly, check the logcat looking for this message
/bionic/libm/
DAndroid.bp485 // b/120614316, non-critical readibility check