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

  /external/webrtc/webrtc/test/
histogram.cc 26 SampleInfo(const std::string& name) : name_(name), last_(-1), total_(0) {}
29 int total_; // Total number of added samples. member in struct:webrtc::__anon26867::SampleInfo
66 ++ptr->total_;
86 return it->second.total_;
93 it.second.total_ = 0;
  /external/libchrome/base/
callback_list_unittest.cc 20 Listener() : total_(0), scaler_(1) {}
21 explicit Listener(int scaler) : total_(0), scaler_(scaler) {}
22 void IncrementTotal() { total_++; }
23 void IncrementByMultipleOfScaler(int x) { total_ += x * scaler_; }
25 int total() const { return total_; }
28 int total_; member in class:base::__anon14231::Listener
35 Remover() : total_(0) {}
37 total_++;
45 int total() const { return total_; }
48 int total_; member in class:base::__anon14231::Remover
75 int total_; member in class:base::__anon14231::Adder
    [all...]
  /external/libweave/third_party/chromium/base/
callback_list_unittest.cc 20 Listener() : total_(0), scaler_(1) {}
21 explicit Listener(int scaler) : total_(0), scaler_(scaler) {}
22 void IncrementTotal() { total_++; }
23 void IncrementByMultipleOfScaler(int x) { total_ += x * scaler_; }
25 int total() const { return total_; }
28 int total_; member in class:base::__anon16770::Listener
35 Remover() : total_(0) {}
37 total_++;
45 int total() const { return total_; }
48 int total_; member in class:base::__anon16770::Remover
75 int total_; member in class:base::__anon16770::Adder
    [all...]
  /external/libchrome/base/threading/
simple_thread_unittest.cc 57 : seq_(seq), total_(total), event_(event) { }
60 if (seq_->GetNext() == total_) {
69 int total_; member in class:base::__anon14414::VerifyPoolRunner
  /cts/tests/tests/database/src/android/database/cts/
DatabaseCursorTest.java 290 public TestObserver(int total_, SQLiteCursor cursor) {
292 total = total_;
  /frameworks/base/core/tests/coretests/src/android/database/
DatabaseCursorTest.java 267 public TestObserver(int total_, SQLiteCursor cursor) {
269 total = total_;
  /external/v8/test/cctest/
test-heap-profiler.cc 1372 int total_; member in class:__anon23944::TestActivityControl
    [all...]

Completed in 830 milliseconds