/bionic/tests/libs/ |
D | elftls_dtv_resize_helper.cpp | 51 void check(int line, const char* val1_expr, Val1&& val1, const char* val2_expr, Val2&& val2, in check() function 61 #define ASSERT_EQ(val1, val2) check(__LINE__, #val1, val1, #val2, val2, std::equal_to()) 62 #define ASSERT_NE(val1, val2) check(__LINE__, #val1, val1, #val2, val2, std::not_equal_to()) 63 #define ASSERT_LT(val1, val2) check(__LINE__, #val1, val1, #val2, val2, std::less()) 64 #define ASSERT_LE(val1, val2) check(__LINE__, #val1, val1, #val2, val2, std::less_equal())
|
D | Android.bp | 1284 // This library is used by dl_load test to check symbol preempting 1294 // This library is used by dl_load test to check symbol preempting 1343 // Library to check RTLD_LOCAL with dlsym in 'this' 1415 // Libraries used to check init/fini call order 1476 // Library dt_needs libtest_thread_local_dtor/2 (to check no-unload on load_group)
|
/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()
|
/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 | ip.h | 235 uint16_t check; member
|
/bionic/libc/kernel/uapi/linux/ |
D | udp.h | 14 __sum16 check; member
|
D | ip.h | 77 __sum16 check; member
|
/bionic/tools/versioner/tests/version_mismatch/ |
D | expected_fail | 8 versioner: validity check failed
|
/bionic/tools/versioner/tests/multiple_decl_mismatch/ |
D | expected_fail | 8 versioner: validity check failed
|
/bionic/tools/versioner/tests/multiple_definition/ |
D | expected_fail | 7 versioner: validity check failed
|
/bionic/tests/headers/posix/ |
D | README.md | 3 These compile-time tests check that each POSIX header contains _at
|
/bionic/libc/include/bits/ |
D | tcphdr.h | 65 uint16_t check; member
|
/bionic/libc/arch-riscv64/string/ |
D | strcmp_v.S | 86 # check if vStr1[i] == 0 90 # check if vStr1[i] != vStr2[i]
|
/bionic/ |
D | README.md | 48 that just check that things are _in_ the headers, whereas the "real" tests 49 check actual _behavior_. 192 Note that you should check to see whether the constants are already in 209 check what names it's used. Finally, prefer the `void*` orthography we 241 A trivial test that deliberately supplies an invalid argument helps check 249 want to check that external/ltp does contain tests for the syscall you're 250 adding. Also check that external/ltp is using the libc wrapper for the 361 the test should check `getuid() == 0` and do nothing otherwise (typically 394 As a way to check that our tests do in fact test the correct behavior (and not
|
D | android-changes-for-ndk-developers.md | 35 check logcat for warnings until their app stops functioning, so the 251 check with readelf instead. Look for either a TEXTREL entry or the
|
/bionic/docs/ |
D | defines.md | 63 check for Android-only code. If you need to write code portable to other 64 operating systems that do support riscv32, you'll also need to check
|
D | status.md | 51 Run `./libc/tools/check-symbols-glibc.py` in bionic/ for the current 337 behavior before we added the check). 356 We can't check a thread's tid against 0 to see whether a `pthread_t` 420 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:
|
/bionic/benchmarks/linker_relocation/regen/ |
D | dump_relocs.py | 62 out = subprocess.run(cmdline, check=True, stdout=PIPE).stdout.decode()
|
D | gen_bench.py | 326 subprocess.run(['ninja', '-C', str(out), lib_names.name(root)], check=True)
|
/bionic/libc/malloc_debug/ |
D | README.md | 217 ### check\_unreachable\_on\_signal 218 As of Android U, this option will trigger a check for unreachable memory 223 Run: 'kill -48 <PID>' to check for unreachable memory. 225 When the signal is received, the actual unreachable check only triggers 233 **NOTE**: The unreachable check can fail for protected processes, so it 721 App developers should check the NDK documentation about 749 properly, check the logcat looking for this message
|
/bionic/libc/kernel/ |
D | README.md | 78 android-mainline-5.10 corresponds to linux stable kernel 5.10. To check out
|