HomeSort by relevance Sort by last modified time
    Searched refs:times_ (Results 1 - 2 of 2) sorted by null

  /external/svox/pico/lib/
picodsp.h 90 int times_ = (count_ + 7) >> 3; \
100 } while (--times_ > 0); \
  /external/valgrind/unittest/
old_test_suite.cc 87 times_[test_info.name()].push_back(result->elapsed_time());
92 for (std::map<string, std::vector<long long int> >::iterator it = times_.begin();
93 it != times_.end(); ++it) {
99 std::map<string, std::vector<long long int> > times_; member in class:PerformanceTestEventListener

Completed in 893 milliseconds