Searched defs:total_ (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/base/threading/
H A Dsimple_thread_unittest.cc61 : seq_(seq), total_(total), event_(event) { }
64 if (seq_->GetNext() == total_) {
73 int total_; member in class:base::__anon2552::VerifyPoolRunner
/external/chromium_org/extensions/browser/
H A Dcontent_verify_job.cc27 ScopedElapsedTimer(base::TimeDelta* total) : total_(total) { DCHECK(total_); }
29 ~ScopedElapsedTimer() { *total_ += timer.Elapsed(); }
34 base::TimeDelta* total_; member in class:extensions::__anon8150::ScopedElapsedTimer
/external/chromium_org/base/
H A Dcallback_list_unittest.cc18 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::__anon2204::Listener
33 Remover() : total_(0) {}
35 total_++;
43 int total() const { return total_; }
46 int total_; member in class:base::__anon2204::Remover
73 int total_; member in class:base::__anon2204::Adder
[all...]
/external/chromium_org/mojo/public/cpp/bindings/tests/
H A Dinterface_ptr_unittest.cc36 : total_(0.0),
45 client()->Output(total_); variable
49 total_ += value;
50 client()->Output(total_); variable
54 total_ *= value;
55 client()->Output(total_); variable
63 double total_; member in class:mojo::test::__anon8778::MathCalculatorImpl
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profile-table.h143 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_
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profile-table.h153 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_
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-heap-profiler.cc1340 : done_(0), total_(0), abort_count_(abort_count) {}
1343 total_ = total;
1347 int total() { return total_; }
1351 int total_; member in class:__anon17405::TestActivityControl

Completed in 692 milliseconds