Home
last modified time | relevance | path

Searched refs:pass (Results 1 – 8 of 8) sorted by relevance

/bionic/tests/
Dleak_test.cpp140 for (size_t pass = 0; pass < 1; ++pass) { in TEST() local
167 if (pass == 0) lc.Reset(); in TEST()
Dmalloc_test.cpp835 bool pass = false; in TEST() local
847 pass = true; in TEST()
855 ASSERT_TRUE(pass) in TEST()
878 bool pass = false; in TEST() local
919 pass = true; in TEST()
927 ASSERT_TRUE(pass) << "For size " << size << " allocated bytes did not increase after " in TEST()
/bionic/benchmarks/
DREADME.md111 standard deviation) for the runs. To do so, pass the `--benchmark_repetitions` option, e.g.:
162 to pass to `sched_setaffinity`:
/bionic/docs/
D32-bit-abi.md94 do offer extra interfaces so that 32-bit processes can pass 64-bit
Dclang_fortify_anatomy.md658 This should hold for all values of N that are valid to pass to
839 …releases.llvm.org/14.0.0/tools/clang/docs/AttributeReference.html#pass-object-size-pass-dynamic-ob…
Dstatus.md352 in the caller, given that callers actually need the tid to pass to some
Delf-tls.md235 to pass to the resolver.
682 Android, so it could pass an `--tls-variant2` flag to configure lld.
/bionic/
DREADME.md359 a non-root user, so the unit tests must also pass when not run as root.