Lines Matching refs:verify
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,
125 you should verify that there is coverage of the new routines. This is
131 memcpy/strcpy), it's important to verify these corner cases:
142 functions that can be used to verify the above corner cases. See the
147 It is also important to verify that the unwind information for these
156 verify that when registers are pushed on the stack that there is cfi
161 This list is not meant to be exhaustive, but a minimal set of items to verify
163 to verify unwind cases, such as around branches, where unwind information