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

  /external/chromium/base/threading/
simple_thread_unittest.cc 61 : seq_(seq), total_(total), event_(event) { }
64 if (seq_->GetNext() == total_) {
73 int total_; member in class:base::__anon4208::VerifyPoolRunner
  /external/chromium_org/base/threading/
simple_thread_unittest.cc 61 : seq_(seq), total_(total), event_(event) { }
64 if (seq_->GetNext() == total_) {
73 int total_; member in class:base::__anon6442::VerifyPoolRunner
  /external/chromium_org/mojo/public/tests/
bindings_remote_ptr_unittest.cc 19 total_(0.0) {
24 ui_->Output(total_);
28 total_ += value;
29 ui_->Output(total_);
33 total_ *= value;
34 ui_->Output(total_);
39 double total_; member in class:mojo::test::MathCalculatorImpl
  /external/chromium_org/base/
callback_list_unittest.cc 18 Listener() : total_(0), scaler_(1) {}
19 explicit Listener(int scaler) : total_(0), scaler_(scaler) {}
20 void IncrementTotal() { total_++; }
21 void IncrementByMultipleOfScaler(int x) { total_ += x * scaler_; }
23 int total() const { return total_; }
26 int total_; member in class:base::__anon6126::Listener
33 Remover() : total_(0) {}
35 total_++;
43 int total() const { return total_; }
46 int total_; member in class:base::__anon6126::Remover
73 int total_; member in class:base::__anon6126::Adder
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.h 143 const Stats& total() const { return total_; }
348 Bucket total_; member in class:HeapProfileTable
372 const Stats& total() const { return total_; }
388 return (total_.allocs == 0) && (total_.alloc_size == 0);
395 Bucket total_; member in class:HeapProfileTable::Snapshot
402 memset(&total_, 0, sizeof(total_));
409 total_.allocs++;
410 total_.alloc_size += v.bytes
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-table.h 153 const Stats& total() const { return total_; }
456 Bucket total_; member in class:HeapProfileTable
475 const Stats& total() const { return total_; }
491 return (total_.allocs == 0) && (total_.alloc_size == 0);
498 Bucket total_; member in class:HeapProfileTable::Snapshot
505 memset(&total_, 0, sizeof(total_));
512 total_.allocs++;
513 total_.alloc_size += v.bytes
    [all...]
  /external/v8/test/cctest/
test-heap-profiler.cc 723 : done_(0), total_(0), abort_count_(abort_count) {}
726 total_ = total;
730 int total() { return total_; }
734 int total_; member in class:__anon29720::TestActivityControl
    [all...]
  /external/chromium_org/v8/test/cctest/
test-heap-profiler.cc 1130 int total_; member in class:__anon18039::TestActivityControl
    [all...]
  /external/v8/src/
hydrogen.h 1248 int64_t total_; member in class:v8::internal::HStatistics
    [all...]

Completed in 849 milliseconds