Home | Sort by relevance Sort by last modified time |
/external/webrtc/webrtc/modules/audio_coding/test/ | |
TestAllCodecs.h | 77 int test_count_; member in class:webrtc::TestAllCodecs |
/external/libchrome/base/message_loop/ | |
message_loop_test.cc | 25 Foo() : test_count_(0) { 29 ++test_count_; 33 ++test_count_; 38 ++test_count_; 43 test_count_ += a; 47 ++test_count_; 53 ++test_count_; 58 int test_count() const { return test_count_; } 66 int test_count_; member in class:base::test::__anon15746::Foo [all...] |
message_loop_unittest.cc | 58 Foo() : test_count_(0) { 62 ++test_count_; 66 int test_count() const { return test_count_; } 74 int test_count_; member in class:base::__anon15747::Foo [all...] |