Searched refs:TestValues (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/media/base/
H A Dmulti_channel_resampler_unittest.cc82 TestValues(expected_max_rms_error, expected_max_error);
95 void TestValues(double expected_max_rms_error, double expected_max_error ) { function in class:media::MultiChannelResamplerTest
/external/chromium_org/v8/test/mjsunit/harmony/
H A Darray-iterator.js45 function TestValues() { function
56 TestValues();
/external/llvm/unittests/ADT/
H A DTinyPtrVectorTest.cpp44 ValueT TestValues[1024]; member in class:__anon22752::TinyPtrVectorTest
48 for (size_t i = 0, e = array_lengthof(TestValues); i != e; ++i)
49 TestPtrs.push_back(&TestValues[i]);
107 this->TestPtrs[3] = &this->TestValues[42];
108 this->TestPtrs[4] = &this->TestValues[43];
/external/chromium/testing/gtest/test/
H A Dgtest_unittest.cc2696 struct TestValues { struct in class:__anon3334::FloatingPointTest
2762 static TestValues values_;
2766 typename FloatingPointTest<RawType>::TestValues
2798 static const FloatTest::TestValues& v = this->values_;
2853 static const FloatTest::TestValues& v = this->values_;
2971 static const DoubleTest::TestValues& v = this->values_;
3024 static const DoubleTest::TestValues& v = this->values_;
/external/chromium_org/testing/gtest/test/
H A Dgtest_unittest.cc2534 struct TestValues { struct in class:__anon10852::FloatingPointTest
2600 static TestValues values_;
2604 typename FloatingPointTest<RawType>::TestValues
2636 static const FloatTest::TestValues& v = this->values_;
2691 static const FloatTest::TestValues& v = this->values_;
2809 static const DoubleTest::TestValues& v = this->values_;
2862 static const DoubleTest::TestValues& v = this->values_;
/external/gtest/test/
H A Dgtest_unittest.cc2696 struct TestValues { struct in class:__anon18843::FloatingPointTest
2762 static TestValues values_;
2766 typename FloatingPointTest<RawType>::TestValues
2798 static const FloatTest::TestValues& v = this->values_;
2853 static const FloatTest::TestValues& v = this->values_;
2971 static const DoubleTest::TestValues& v = this->values_;
3024 static const DoubleTest::TestValues& v = this->values_;
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc2947 struct TestValues { struct in class:__anon24843::FloatingPointTest
3013 static TestValues values_;
3017 typename FloatingPointTest<RawType>::TestValues
3046 static const FloatTest::TestValues& v(this->values_);
3098 static const FloatTest::TestValues& v(this->values_);
3213 static const DoubleTest::TestValues& v(this->values_);
3263 static const DoubleTest::TestValues& v(this->values_);

Completed in 374 milliseconds