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

  /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::__anon6799::Listener
33 Remover() : total_(0) {}
35 total_++;
43 int total() const { return total_; }
46 int total_; member in class:base::__anon6799::Remover
73 int total_; member in class:base::__anon6799::Adder
    [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...]
heap-profile-table.cc 149 memset(&total_, 0, sizeof(total_));
221 total_.allocs++;
222 total_.alloc_size += bytes;
236 total_.frees++;
237 total_.free_size += v.bytes;
423 bucket_length = UnparseBucket(total_, buf, bucket_length, size,
628 int(total_.allocs - total_.frees),
629 int(total_.alloc_size - total_.free_size))
    [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...]
heap-profile-table.cc 128 memset(&total_, 0, sizeof(total_));
231 total_.allocs++;
232 total_.alloc_size += bytes;
246 total_.frees++;
247 total_.free_size += v.bytes;
435 Bucket total_with_mmap(total_);
570 int(total_.allocs - total_.frees),
571 int(total_.alloc_size - total_.free_size))
    [all...]
  /external/chromium_org/mojo/public/cpp/bindings/tests/
interface_ptr_unittest.cc 36 : total_(0.0),
49 client()->Output(total_); variable
53 total_ += value;
54 client()->Output(total_); variable
58 total_ *= value;
59 client()->Output(total_); variable
67 double total_; member in class:mojo::test::__anon12833::MathCalculatorImpl
  /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::__anon7142::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 266 public TestObserver(int total_, SQLiteCursor cursor) {
268 total = total_;
  /external/chromium_org/v8/test/cctest/
test-heap-profiler.cc 1270 int total_; member in class:__anon21171::TestActivityControl
    [all...]

Completed in 333 milliseconds