HomeSort by relevance Sort by last modified time
    Searched refs:total_ (Results 1 - 9 of 9) 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::__anon44474::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::__anon24138::Listener
35 Remover() : total_(0) {}
37 total_++;
45 int total() const { return total_; }
48 int total_; member in class:base::__anon24138::Remover
75 int total_; member in class:base::__anon24138::Adder
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/tests/
interface_ptr_unittest.cc 29 : total_(0.0), binding_(this, std::move(request)) {}
37 total_ = 0.0;
38 callback.Run(total_);
42 total_ += value;
43 callback.Run(total_);
47 total_ *= value;
48 callback.Run(total_);
52 double total_; member in class:mojo::test::__anon25200::MathCalculatorImpl
496 void Clear(const CalcCallback& callback) override { callback.Run(total_); }
499 total_ += value
509 double total_ = 0.0; member in class:mojo::test::__anon25200::StrongMathCalculatorImpl
582 double total_ = 0.0; member in class:mojo::test::__anon25200::WeakMathCalculatorImpl
    [all...]
  /external/libchrome/base/threading/
simple_thread_unittest.cc 105 : seq_(seq), total_(total), event_(event) { }
109 if (seq_->GetNext() == total_) {
117 int total_; member in class:base::__anon24377::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_;
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
interactive.go 159 s["total_"+st.Type] = []string{"mean=0", command}
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
interactive.go 159 s["total_"+st.Type] = []string{"mean=0", command}
  /prebuilts/misc/common/frameworks/
platformprotos-prebuilt.jar 

Completed in 195 milliseconds