Searched refs:TestValues (Results 1 - 6 of 6) 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/es6/
H A Darray-iterator.js59 function TestValues() { function
70 TestValues();
/external/llvm/unittests/ADT/
H A DTinyPtrVectorTest.cpp44 ValueT TestValues[1024]; member in class:__anon26463::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_org/testing/gtest/test/
H A Dgtest_unittest.cc2658 struct TestValues { struct in class:__anon10886::FloatingPointTest
2724 static TestValues values_;
2728 typename FloatingPointTest<RawType>::TestValues
2760 static const FloatTest::TestValues& v = this->values_;
2815 static const FloatTest::TestValues& v = this->values_;
2933 static const DoubleTest::TestValues& v = this->values_;
2986 static const DoubleTest::TestValues& v = this->values_;
/external/gtest/test/
H A Dgtest_unittest.cc2665 struct TestValues { struct in class:__anon21618::FloatingPointTest
2731 static TestValues values_;
2735 typename FloatingPointTest<RawType>::TestValues
2767 static const FloatTest::TestValues& v = this->values_;
2822 static const FloatTest::TestValues& v = this->values_;
2940 static const DoubleTest::TestValues& v = this->values_;
2993 static const DoubleTest::TestValues& v = this->values_;
/external/protobuf/gtest/test/
H A Dgtest_unittest.cc2947 struct TestValues { struct in class:__anon28922::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 5263 milliseconds