Searched refs:TestType (Results 1 - 25 of 33) sorted by relevance

12

/external/webrtc/webrtc/voice_engine/test/auto_test/
H A Dvoe_test_interface.h24 // TestType enumerator
25 enum TestType { enum in namespace:voetest
35 int runAutoTest(TestType testType);
H A Dvoe_standard_test.cc228 int run_auto_test(TestType test_type) {
289 TestType test_type = Invalid;
/external/libcxx/test/std/experimental/any/any.nonmembers/any.cast/
H A Dconst_correctness.fail.cpp21 struct TestType {}; struct
31 // expected-error@experimental/any:* 2 {{binding value of type '_Tp' (aka 'const TestType') to reference to type 'TestType' drops 'const' qualifier}}
32 any_cast<TestType &>(static_cast<any const&>(a)); // expected-note {{requested here}}
33 any_cast<TestType &&>(static_cast<any const&>(a)); // expected-note {{requested here}}
/external/libcxx/test/std/utilities/function.objects/func.require/
H A Dbullet_3_and_4.pass.cpp57 typedef TestMemberObject<ObjectType> TestType; typedef in struct:TestCase
62 typedef DerivedFromType<TestType> Derived;
63 TestType obj;
64 TestType* obj_ptr = &obj;
67 DerefToType<TestType> dref;
68 DerefPropType<TestType> dref2;
71 typedef ObjectType (TestType::*MemPtr);
73 MemPtr M = &TestType::object;
82 typedef ObjectType const (TestType::*CMemPtr);
84 CMemPtr M = &TestType
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fShaderMultisampleInterpolationStateQueryTests.cpp48 enum TestType enum in class:deqp::gles31::Functional::__anon4530::InterpolationOffsetCase
56 InterpolationOffsetCase (Context& context, const char* name, const char* desc, QueryType verifier, TestType testType);
64 const TestType m_testType;
67 InterpolationOffsetCase::InterpolationOffsetCase (Context& context, const char* name, const char* desc, QueryType verifier, TestType testType)
H A Des31fLayoutBindingTests.cpp59 enum TestType enum in namespace:deqp::gles31::Functional::__anon4418
213 TestType testType,
235 const TestType m_testType;
260 TestType testType,
588 TestType testType,
606 const TestType m_testType;
625 TestType testType,
831 SamplerBindingRenderCase (Context& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, glw::GLenum samplerType, glw::GLenum textureType);
855 TestType testType,
1036 TestType testTyp
[all...]
H A Des31fSampleShadingTests.cpp232 enum TestType enum in class:deqp::gles31::Functional::__anon4504::SampleShadingRenderingCase
239 SampleShadingRenderingCase (Context& ctx, const char* name, const char* desc, RenderTarget target, int numSamples, TestType type);
259 const TestType m_type;
262 SampleShadingRenderingCase::SampleShadingRenderingCase (Context& ctx, const char* name, const char* desc, RenderTarget target, int numSamples, TestType type)
H A Des31fShaderMultisampleInterpolationTests.cpp1028 enum TestType
1036 InterpolateAtCentroidCase (Context& context, const char* name, const char* description, int numSamples, RenderTarget target, TestType type);
1051 const TestType m_type;
1054 InterpolateAtCentroidCase::InterpolateAtCentroidCase (Context& context, const char* name, const char* description, int numSamples, RenderTarget target, TestType type)
1190 enum TestType
1199 InterpolateAtOffsetCase (Context& context, const char* name, const char* description, int numSamples, RenderTarget target, TestType testType);
1213 const TestType m_testType;
1216 InterpolateAtOffsetCase::InterpolateAtOffsetCase (Context& context, const char* name, const char* description, int numSamples, RenderTarget target, TestType testType)
1826 InterpolateAtOffsetCase::TestType type;
H A Des31fShaderImageLoadStoreTests.cpp2882 enum TestType enum in class:deqp::gles31::Functional::__anon4522::EarlyFragmentTestsCase
2900 EarlyFragmentTestsCase (Context& context, const char* name, const char* description, TestType type, bool useEarlyTests, RenderTargetType renderTarget)
2940 const TestType m_type;
3346 const EarlyFragmentTestsCase::TestType testType = (EarlyFragmentTestsCase::TestType)testTypeI;
H A Des31fSynchronizationTests.cpp705 enum TestType
713 InvocationAliasWriteCase (Context& context, const char* name, const char* desc, TestType type, StorageType storage, int flags);
717 const TestType m_type;
720 InvocationAliasWriteCase::InvocationAliasWriteCase (Context& context, const char* name, const char* desc, TestType type, StorageType storage, int flags)
H A Des31fGeometryShaderTests.cpp2671 enum TestType enum in class:deqp::gles31::Functional::__anon4408::LayeredRenderCase
2684 LayeredRenderCase (Context& context, const char* name, const char* desc, LayeredRenderTargetType target, TestType test);
2714 const TestType m_test;
2733 LayeredRenderCase::LayeredRenderCase (Context& context, const char* name, const char* desc, LayeredRenderTargetType target, TestType test)
6278 static const struct TestType
6280 LayeredRenderCase::TestType test;
/external/clang/test/Misc/
H A Dast-dump-attr.cpp86 extern struct s1 TestType
88 // CHECK: VarDecl{{.*}}TestType
/external/webrtc/webrtc/modules/audio_device/test/
H A Daudio_device_test_func.cc79 enum TestType testType(TTInvalid);
H A Dfunc_test_manager.h27 enum TestType enum
184 int32_t DoTest(const TestType testType);
H A Dfunc_test_manager.cc671 int32_t FuncTestManager::DoTest(const TestType testType)
/external/skia/tests/
H A DCachedDecodingPixelRefTest.cpp160 enum TestType { enum in class:TestImageGenerator
171 TestImageGenerator(TestType type, skiatest::Reporter* reporter,
225 const TestType fType;
251 static void check_pixelref(TestImageGenerator::TestType type,
310 const TestImageGenerator::TestType testTypes[] = {
320 TestImageGenerator::TestType test = testTypes[i];
/external/libcxx/test/std/language.support/support.runtime/
H A Dcstdlib.pass.cpp36 template <class TestType, class IntType>
38 TestType obj;
/external/v8/test/mjsunit/harmony/
H A Dprivate.js55 function TestType() {
64 TestType()
H A Dsimd.js82 function TestType(type, lanes) { function
586 TestType(type, lanes);
/external/opencv3/modules/core/test/
H A Dtest_operations.cpp72 template<typename _Tp> void TestType(Size sz, _Tp value);
112 template<typename _Tp> void CV_OperationsTest::TestType(Size sz, _Tp value) function in class:CV_OperationsTest
803 TestType<float>(size, 1.f);
805 TestType<cv::Vec3f>(size, val1);
807 TestType<cv::Matx31f>(size, val2);
809 TestType<cv::Matx41f>(size, val3);
811 TestType<cv::Matx32f>(size, val4);
/external/v8/test/mjsunit/es6/
H A Dsymbols.js65 function TestType() {
74 TestType()
/external/webrtc/webrtc/voice_engine/test/android/android_test/jni/
H A Dandroid_test.cc100 // TestType enumerator
101 enum TestType enum
380 TestType tType(Invalid);
400 "RunAutoTest - Invalid TestType");
/external/deqp/modules/gles2/stress/
H A Des2sSpecialFloatTests.cpp980 enum TestType
989 TextureSamplerCase (Context& context, const char* name, const char* desc, ShaderType type, TestType testType);
1001 const TestType m_testType;
1005 TextureSamplerCase::TextureSamplerCase (Context& context, const char* name, const char* desc, ShaderType type, TestType testType)
/external/deqp/modules/gles3/stress/
H A Des3sSpecialFloatTests.cpp1343 enum TestType
1353 TextureSamplerCase (Context& context, const char* name, const char* desc, ShaderType type, TestType testType);
1365 const TestType m_testType;
1369 TextureSamplerCase::TextureSamplerCase (Context& context, const char* name, const char* desc, ShaderType type, TestType testType)
/external/deqp/modules/gles3/performance/
H A Des3pBufferDataUploadTests.cpp6727 typedef GenericUploadRenderTimeCase<SampleType> TestType;
6729 group->addChild(new TestType(m_context,
6742 typedef GenericUploadRenderTimeCase<SampleType> TestType;
6744 group->addChild(new TestType(m_context,

Completed in 2906 milliseconds

12