Searched refs:verify (Results 1 – 9 of 9) sorted by relevance
/bionic/docs/ |
D | libc_assembler.md | 3 This document describes how to verify incoming assembler libc routines. 7 * Update the routine, run the bionic unit tests to verify the routine doesn't 9 verify that the routine is being properly tested. 14 the [Unwind Info](#unwind-info) section for details about how to verify this. 16 When benchmarking, it's best to verify on the latest Pixel device supported. 17 Make sure that you benchmark both the big and little cores to verify that 33 The bionic benchmarks are used to verify the performance of changes to 103 always a good idea to rerun the suite a couple of times to verify that 106 If you want to verify a single benchmark result, you can run a single test 124 Run the bionic tests to verify that the new routines are valid. However, [all …]
|
D | native_allocator.md | 2 This document describes how to verify the native memory allocator on Android. 86 These are the tests that should be run to verify an allocator is 104 The libmemunreachable tests verify that the iterator functions are working 118 to verify that the addresses returned by malloc are sufficiently randomized 144 These benchmarks are only used to verify the speed of the allocator and 174 These are the benchmarks to verify the allocation speed of a loop doing a 207 This benchmark is designed to verify that there is no performance issue 252 This benchmark is designed to verify that the allocator will be performant 349 a good idea to look over the data to verify that no strange spikes are 367 important to verify that when running this trace using the 32 bit replay
|
/bionic/tools/versioner/ |
D | README.md | 2 Use clang to verify the correctness of bionic's availability attributes against the NDK platform de…
|
/bionic/tests/ |
D | make_fortify_compile_test.mk | 17 LOCAL_CPPFLAGS += -fno-color-diagnostics -ferror-limit=10000 -Xclang -verify
|
D | Android.bp | 303 // just want to run '-Xclang -verify', which will fail if the diagnostics don't 309 "-verify",
|
D | unistd_test.cpp | 934 static void VerifySysconf(int option, const char *option_name, bool (*verify)(long)) { in VerifySysconf() 937 EXPECT_TRUE(verify(ret)) << "name = " << option_name << ", ret = " in VerifySysconf()
|
/bionic/libc/kernel/uapi/scsi/ |
D | cxlflash_ioctl.h | 125 struct dk_cxlflash_verify verify; member
|
/bionic/tests/libs/ |
D | Android.bp | 328 // This set of libraries is used to verify linker namespaces. 390 // This set of libraries is used to verify linker namespaces for allow all 650 // Libraries used by dlfcn tests to verify local group ref_counting 682 // Libraries used by dlfcn tests to verify correct load order: 758 // Libraries used by dlfcn tests to verify correct relocation order: 902 // Libraries used by dlfcn tests to verify correct relocation order:
|
/bionic/libc/malloc_debug/ |
D | README.md | 51 When the allocation is freed, the guard is checked to verify it has not been 77 When the allocation is freed, the guard is checked to verify it has not been 377 ### verify\_pointers 379 exist. This option is a lightweight way to verify that all 673 And verify that any spaces are properly escaped.
|