Lines Matching refs:bionic
7 * Update the routine, run the bionic unit tests to verify the routine doesn't
22 …/data/benchmarktest64/bionic-benchmarks/bionic-benchmarks --bionic_xml=string.xml --benchmark_filt…
26 …/data/benchmarktest/bionic-benchmarks/bionic-benchmarks --bionic_xml=string.xml --benchmark_filter…
30 …/data/benchmarktest/bionic-benchmarks/bionic-benchmarks --bionic_cpu=2 --bionic_xml=string.xml --b…
33 The bionic benchmarks are used to verify the performance of changes to
38 The bionic benchmarks are not built by default, they must be built separately
41 mmma -j bionic/benchmarks
46 There are two bionic benchmarks executables:
48 /data/benchmarktest64/bionic-benchmarks/bionic-benchmarks
52 /data/benchmarktest/bionic-benchmarks/bionic-benchmarks
60 bionic-benchmarks --bionic_xml=string.xml --benchmark_filter=memcmp
66 **bionic/benchmarks/suites**. Look at the examples in that file to see
109 bionic-benchmarks --bionic_xml=string.xml --benchmark_filter=BM_string_memcmp/1/1/0
116 bionic-benchmarks --bionic_xml=string.xml --benchmark_filter=BM_string_memcmp/1/1/0$
124 Run the bionic tests to verify that the new routines are valid. However,
143 header **bionic/tests/buffer\_tests.h** for these routines and look at
144 **bionic/tests/string\_test.cpp** for examples of how to use it.