/external/libunwind/tests/ |
D | Ltest-cxx-exceptions.cxx | 38 Test() { ++counter_; } in Test() 39 ~Test() { -- counter_; } in ~Test() 40 Test(const Test&) { ++counter_; } in Test() 43 static int counter_; member 46 int Test::counter_ = 0; member in Test 72 if (Test::counter_ != 0) in main() 74 return Test::counter_; in main()
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
D | TestVADDTX.cc | 41 counter_[frame_type]++; in InFrameType() 47 printf("kEmptyFrame %u\n", counter_[kEmptyFrame]); in PrintStatistics() 48 printf("kAudioFrameSpeech %u\n", counter_[kAudioFrameSpeech]); in PrintStatistics() 49 printf("kAudioFrameCN %u\n", counter_[kAudioFrameCN]); in PrintStatistics() 50 printf("kVideoFrameKey %u\n", counter_[kVideoFrameKey]); in PrintStatistics() 51 printf("kVideoFrameDelta %u\n", counter_[kVideoFrameDelta]); in PrintStatistics() 56 memset(counter_, 0, sizeof(counter_)); in ResetStatistics() 60 memcpy(counter, counter_, sizeof(counter_)); in GetStatistics()
|
D | opus_test.cc | 32 counter_(0), in OpusTest() 223 counter_ = 0; in Run() 289 if (counter_ == floor((100 / percent_loss) + 0.5)) { in Run() 290 counter_ = 0; in Run() 297 counter_++; in Run()
|
/external/libchrome/base/threading/ |
D | worker_pool_posix_unittest.cc | 96 counter_(0), in PosixDynamicThreadPoolTest() 127 return base::Bind(&IncrementingTask, &counter_lock_, &counter_, in CreateNewIncrementingTaskCallback() 133 &counter_lock_, &counter_, &unique_threads_lock_, &unique_threads_, in CreateNewBlockingIncrementingTaskCallback() 143 int counter_; member in base::__anon9fc2d57b0111::PosixDynamicThreadPoolTest 166 EXPECT_EQ(1, counter_); in TEST_F() 185 EXPECT_EQ(3, counter_); in TEST_F() 193 EXPECT_EQ(0, counter_) << "Blocking tasks should not have started yet."; in TEST_F() 201 EXPECT_EQ(2, counter_); in TEST_F() 219 EXPECT_EQ(3, counter_); in TEST_F() 253 EXPECT_EQ(4, counter_); in TEST_F()
|
D | thread_collision_warner.cc | 42 subtle::NoBarrier_AtomicIncrement(&counter_, 1); in EnterSelf() 55 subtle::NoBarrier_AtomicIncrement(&counter_, 1); in Enter() 59 if (subtle::Barrier_AtomicIncrement(&counter_, -1) == 0) { in Leave()
|
D | thread_collision_warner.h | 150 counter_(0), 234 volatile subtle::Atomic32 counter_; variable
|
/external/webrtc/webrtc/tools/agc/ |
D | fake_agc.h | 21 : counter_(0), in FakeAgc() 28 if (counter_ % kUpdateIntervalFrames == 0) { in Process() 31 counter_++; in Process() 40 int counter_;
|
/external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill/ |
D | uninitialized_fill.pass.cpp | 43 Nasty() : i_ ( counter_++ ) {} in Nasty() 46 static int counter_; member 49 int Nasty::counter_ = 0; member in Nasty 80 Nasty::counter_ = 23; in main()
|
/external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.fill.n/ |
D | uninitialized_fill_n.pass.cpp | 42 Nasty() : i_ ( counter_++ ) {} in Nasty() 45 static int counter_; member 48 int Nasty::counter_ = 0; member in Nasty 81 Nasty::counter_ = 23; in main()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
D | statistics_calculator.cc | 69 ++counter_; in RegisterSample() 73 return counter_; in Metric() 77 counter_ = 0; in Reset() 94 ++counter_; in RegisterSample() 98 return static_cast<int>(sum_ / counter_); in Metric() 103 counter_ = 0; in Reset()
|
/external/libcxx/test/std/utilities/memory/specialized.algorithms/uninitialized.copy/ |
D | uninitialized_copy.pass.cpp | 43 Nasty() : i_ ( counter_++ ) {} in Nasty() 46 static int counter_; member 49 int Nasty::counter_ = 0; member in Nasty
|
D | uninitialized_copy_n.pass.cpp | 43 Nasty() : i_ ( counter_++ ) {} in Nasty() 46 static int counter_; member 49 int Nasty::counter_ = 0; member in Nasty
|
/external/webrtc/webrtc/modules/video_coding/ |
D | jitter_estimator_tests.cc | 49 ValueGenerator(int32_t amplitude) : amplitude_(amplitude), counter_(0) {} in ValueGenerator() 52 int64_t Delay() { return ((counter_ % 11) - 5) * amplitude_; } in Delay() 56 void Advance() { ++counter_; } in Advance() 60 int64_t counter_; member in webrtc::ValueGenerator
|
/external/google-breakpad/src/testing/gtest/samples/ |
D | sample4.cc | 40 return counter_++; in Increment() 45 printf("%d", counter_); in Print()
|
D | sample4.h | 40 int counter_; 44 Counter() : counter_(0) {} in Counter()
|
/external/v8/testing/gtest/samples/ |
D | sample4.cc | 40 return counter_++; in Increment() 45 printf("%d", counter_); in Print()
|
D | sample4.h | 40 int counter_; 44 Counter() : counter_(0) {} in Counter()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/samples/ |
D | sample4.cc | 40 return counter_++; in Increment() 45 printf("%d", counter_); in Print()
|
D | sample4.h | 40 int counter_; 44 Counter() : counter_(0) {} in Counter()
|
/external/protobuf/gtest/samples/ |
D | sample4.cc | 40 return counter_++; in Increment() 45 printf("%d", counter_); in Print()
|
D | sample4.h | 40 int counter_; 44 Counter() : counter_(0) {} in Counter()
|
/external/googletest/googletest/samples/ |
D | sample4.cc | 40 return counter_++; in Increment() 45 printf("%d", counter_); in Print()
|
D | sample4.h | 40 int counter_; 44 Counter() : counter_(0) {} in Counter()
|
/external/v8/src/ |
D | counters-inl.h | 16 counter_ = counter; in Start() 43 counter_->Increment(); in Stop() 54 counter_->Add(elapsed_); in CommitTimeToCounter()
|
/external/libchrome/base/ |
D | bind_unittest.cc | 198 : counter_(copies, assigns, nullptr, nullptr) {} in CopyCounter() 199 CopyCounter(const CopyCounter& other) : counter_(other.counter_) {} in CopyCounter() 201 counter_ = other.counter_; in operator =() 205 explicit CopyCounter(const DerivedCopyMoveCounter& other) : counter_(other) {} in CopyCounter() 207 int copies() const { return counter_.copies(); } in copies() 210 CopyMoveCounter counter_; member in base::__anon771cbf6e0111::CopyCounter 218 : counter_(nullptr, nullptr, move_constructs, move_assigns) {} in MoveCounter() 219 MoveCounter(MoveCounter&& other) : counter_(std::move(other.counter_)) {} in MoveCounter() 221 counter_ = std::move(other.counter_); in operator =() 226 : counter_(std::move(other)) {} in MoveCounter() [all …]
|