Home
last modified time | relevance | path

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

12

/bionic/tests/libs/
Delftls_dtv_resize_helper.cpp51 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())
DAndroid.bp1284 // 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/
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()
/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
Dip.h235 uint16_t check; member
/bionic/libc/kernel/uapi/linux/
Dudp.h14 __sum16 check; member
Dip.h77 __sum16 check; member
/bionic/tools/versioner/tests/version_mismatch/
Dexpected_fail8 versioner: validity check failed
/bionic/tools/versioner/tests/multiple_decl_mismatch/
Dexpected_fail8 versioner: validity check failed
/bionic/tools/versioner/tests/multiple_definition/
Dexpected_fail7 versioner: validity check failed
/bionic/tests/headers/posix/
DREADME.md3 These compile-time tests check that each POSIX header contains _at
/bionic/libc/include/bits/
Dtcphdr.h65 uint16_t check; member
/bionic/libc/arch-riscv64/string/
Dstrcmp_v.S86 # check if vStr1[i] == 0
90 # check if vStr1[i] != vStr2[i]
/bionic/
DREADME.md48 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
Dandroid-changes-for-ndk-developers.md35 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/
Ddefines.md63 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
Dstatus.md51 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`
D32-bit-abi.md51 to double check:
Dlibc_assembler.md148 routines are properly set up. Here is a quick checklist of what to check:
/bionic/benchmarks/linker_relocation/regen/
Ddump_relocs.py62 out = subprocess.run(cmdline, check=True, stdout=PIPE).stdout.decode()
Dgen_bench.py326 subprocess.run(['ninja', '-C', str(out), lib_names.name(root)], check=True)
/bionic/libc/malloc_debug/
DREADME.md217 ### 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/
DREADME.md78 android-mainline-5.10 corresponds to linux stable kernel 5.10. To check out

12