Searched refs:test_count_ (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_coding/test/
H A DTestAllCodecs.cc111 test_count_(0),
159 test_count_++;
160 OpenOutFile(test_count_);
180 test_count_++;
181 OpenOutFile(test_count_);
197 test_count_++;
198 OpenOutFile(test_count_);
214 test_count_++;
215 OpenOutFile(test_count_);
229 test_count_
[all...]
H A DTestAllCodecs.h77 int test_count_; member in class:webrtc::TestAllCodecs
/external/libchrome/base/message_loop/
H A Dmessage_loop_test.cc26 Foo() : test_count_(0) {
30 ++test_count_;
34 ++test_count_;
39 ++test_count_;
44 test_count_ += a;
48 ++test_count_;
54 ++test_count_;
59 int test_count() const { return test_count_; }
67 int test_count_; member in class:base::test::__anon9920::Foo
H A Dmessage_loop_unittest.cc59 Foo() : test_count_(0) {
63 ++test_count_;
67 int test_count() const { return test_count_; }
75 int test_count_; member in class:base::__anon9921::Foo

Completed in 290 milliseconds