Home
last modified time | relevance | path

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

/external/webrtc/webrtc/modules/audio_coding/test/
DTestAllCodecs.cc111 test_count_(0), in TestAllCodecs()
159 test_count_++; in Perform()
160 OpenOutFile(test_count_); in Perform()
180 test_count_++; in Perform()
181 OpenOutFile(test_count_); in Perform()
197 test_count_++; in Perform()
198 OpenOutFile(test_count_); in Perform()
214 test_count_++; in Perform()
215 OpenOutFile(test_count_); in Perform()
229 test_count_++; in Perform()
[all …]
DTestAllCodecs.h77 int test_count_; variable
/external/libchrome/base/message_loop/
Dmessage_loop_test.cc26 Foo() : test_count_(0) { in Foo()
30 ++test_count_; in Test0()
34 ++test_count_; in Test1ConstRef()
39 ++test_count_; in Test1Ptr()
44 test_count_ += a; in Test1Int()
48 ++test_count_; in Test2Ptr()
54 ++test_count_; in Test2Mixed()
59 int test_count() const { return test_count_; } in test_count()
67 int test_count_; member in base::test::__anon026c39dd0111::Foo
Dmessage_loop_unittest.cc59 Foo() : test_count_(0) { in Foo()
63 ++test_count_; in Test1ConstRef()
67 int test_count() const { return test_count_; } in test_count()
75 int test_count_; member in base::__anon9ed8289d0111::Foo