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

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
TestAllCodecs.cc 106 test_count_(0),
154 test_count_++;
155 OpenOutFile(test_count_);
211 test_count_++;
213 OpenOutFile(test_count_);
274 test_count_++;
275 OpenOutFile(test_count_);
295 test_count_++;
296 OpenOutFile(test_count_);
310 test_count_++
    [all...]
TestAllCodecs.h 76 int test_count_; member in class:webrtc::TestAllCodecs
  /external/chromium_org/third_party/openmax_dl/dl/sp/src/test/
test_util_fft.c 22 int test_count_; member in struct:TestResult
144 result->test_count_ = tests;
166 result->test_count_ = 0;
205 total = forward_results.test_count_ + inverse_results.test_count_;
  /external/chromium_org/base/message_loop/
message_loop_test.cc 20 Foo() : test_count_(0) {
24 ++test_count_;
28 ++test_count_;
33 ++test_count_;
38 test_count_ += a;
42 ++test_count_;
48 ++test_count_;
53 int test_count() const { return test_count_; }
61 int test_count_; member in class:base::test::__anon6991::Foo
    [all...]
message_loop_unittest.cc 53 Foo() : test_count_(0) {
57 ++test_count_;
61 int test_count() const { return test_count_; }
69 int test_count_; member in class:base::__anon6992::Foo
    [all...]

Completed in 233 milliseconds