HomeSort by: relevance | last modified time | path
    Searched refs:KeepRunning (Results 1 - 20 of 20) sorted by relevancy

  /src/external/apache2/llvm/dist/libcxx/benchmarks/
util_smartptr.bench.cpp 14 while (st.KeepRunning()) {
24 while (st.KeepRunning()) {
34 while (st.KeepRunning()) {
ContainerBenchmarks.h 44 while (st.KeepRunning()) {
54 while (st.KeepRunning()) {
67 while (st.KeepRunning()) {
85 while (st.KeepRunning()) {
101 while (st.KeepRunning()) {
115 while (st.KeepRunning()) {
130 while (st.KeepRunning()) {
filesystem.bench.cpp 17 while (st.KeepRunning()) {
35 while (st.KeepRunning()) {
57 while (st.KeepRunning()) {
85 while (st.KeepRunning()) {
105 while (st.KeepRunning()) {
125 while (st.KeepRunning()) {
153 while (st.KeepRunning()) {
allocation.bench.cpp 67 while (st.KeepRunning()) {
80 while (st.KeepRunning()) {
108 while (st.KeepRunning()) {
stringstream.bench.cpp 35 while (state.KeepRunning())
unordered_set_operations.bench.cpp 117 while (st.KeepRunning()) {
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/test/
state_assembly_test.cc 47 while (S.KeepRunning()) {
cxx03_test.cc 16 while (state.KeepRunning()) {
28 while (state.KeepRunning()) {
skip_with_error_test.cc 66 while (state.KeepRunning()) {
93 while (state.KeepRunning()) {
150 while (state.KeepRunning()) {
diagnostics_test.cc 5 // outside of the KeepRunning() loop.
66 while(state.KeepRunning()) {
benchmark_test.cc 217 while(state.KeepRunning()) {}
238 while (st.KeepRunning()) {
basic_test.cc 103 while (state.KeepRunning()) {
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/test/
state_assembly_test.cc 45 while (S.KeepRunning()) {
cxx03_test.cc 16 while (state.KeepRunning()) {
28 while (state.KeepRunning()) {
skip_with_error_test.cc 66 while (state.KeepRunning()) {
94 while (state.KeepRunning()) {
153 while (state.KeepRunning()) {
diagnostics_test.cc 5 // outside of the KeepRunning() loop.
66 while(state.KeepRunning()) {
benchmark_test.cc 217 while(state.KeepRunning()) {}
238 while (st.KeepRunning()) {
basic_test.cc 103 while (state.KeepRunning()) {
  /src/external/apache2/llvm/dist/libcxx/utils/google-benchmark/include/benchmark/
benchmark.h 472 // NOTE: KeepRunning may not be used after calling either of these functions.
477 // NOTE: A benchmark may not return from the test until KeepRunning() has
479 bool KeepRunning();
527 // If the 'KeepRunning()' loop is used the current thread will automatically
531 // calls to `KeepRunning()` will block until all threads have completed
532 // the `KeepRunning()` loop. If multiple threads report an error only the
537 // the 'KeepRunning()' loop the current iteration will finish. It is the users
639 // When total_iterations_ is 0, KeepRunning() and friends will return false.
675 // Implementation of KeepRunning() and KeepRunningBatch().
685 inline BENCHMARK_ALWAYS_INLINE bool State::KeepRunning() {
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/benchmark/include/benchmark/
benchmark.h 443 // NOTE: KeepRunning may not be used after calling either of these functions.
448 // NOTE: A benchmark may not return from the test until KeepRunning() has
450 bool KeepRunning();
498 // If the 'KeepRunning()' loop is used the current thread will automatically
502 // calls to `KeepRunning()` will block until all threads have completed
503 // the `KeepRunning()` loop. If multiple threads report an error only the
508 // the 'KeepRunning()' loop the current iteration will finish. It is the users
598 // When total_iterations_ is 0, KeepRunning() and friends will return false.
639 // Implementation of KeepRunning() and KeepRunningBatch().
649 bool State::KeepRunning() {
    [all...]

Completed in 46 milliseconds