Home
last modified time | relevance | path

Searched refs:TestType (Results 1 – 25 of 39) sorted by relevance

12

/external/libcxx/test/std/utilities/function.objects/func.require/
Dbullet_3_and_4.pass.cpp57 typedef TestMemberObject<ObjectType> TestType; typedef
62 typedef DerivedFromType<TestType> Derived; in doTest()
63 TestType obj; in doTest()
64 TestType* obj_ptr = &obj; in doTest()
67 DerefToType<TestType> dref; in doTest()
68 DerefPropType<TestType> dref2; in doTest()
71 typedef ObjectType (TestType::*MemPtr); in doTest()
73 MemPtr M = &TestType::object; in doTest()
82 typedef ObjectType const (TestType::*CMemPtr); in doTest()
84 CMemPtr M = &TestType::object; in doTest()
[all …]
/external/libcxx/test/std/experimental/any/any.nonmembers/any.cast/
Dconst_correctness.fail.cpp21 struct TestType {}; struct
32 any_cast<TestType &>(static_cast<any const&>(a)); // expected-note {{requested here}} in main()
33 any_cast<TestType &&>(static_cast<any const&>(a)); // expected-note {{requested here}} in main()
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tiledmappacker/
DTiledMapPackerTest.java27 public enum TestType { enum in TiledMapPackerTest
47 TestType testType = TestType.DefaultUsage; in main()
/external/webrtc/webrtc/voice_engine/test/auto_test/
Dvoe_test_interface.h25 enum TestType { enum
35 int runAutoTest(TestType testType);
Dvoe_standard_test.cc228 int run_auto_test(TestType test_type) { in run_auto_test()
289 TestType test_type = Invalid; in RunInManualMode()
/external/deqp/modules/gles31/functional/
Des31fShaderMultisampleInterpolationStateQueryTests.cpp48 enum TestType enum in deqp::gles31::Functional::__anoncb95783c0111::InterpolationOffsetCase
56 …ase (Context& context, const char* name, const char* desc, QueryType verifier, TestType testType);
64 const TestType m_testType;
67 …tCase (Context& context, const char* name, const char* desc, QueryType verifier, TestType testType) in InterpolationOffsetCase()
Des31fLayoutBindingTests.cpp59 enum TestType enum
213 TestType testType,
235 const TestType m_testType;
260 TestType testType, in LayoutBindingRenderCase()
588 TestType testType,
606 const TestType m_testType;
625 TestType testType, in LayoutBindingNegativeCase()
831 …xt& context, const char* name, const char* desc, ShaderType shaderType, TestType testType, glw::GL…
855 TestType testType, in SamplerBindingRenderCase()
1036 TestType testType,
[all …]
Des31fSampleShadingTests.cpp232 enum TestType enum in deqp::gles31::Functional::__anon5beda8190111::SampleShadingRenderingCase
239 …text& ctx, const char* name, const char* desc, RenderTarget target, int numSamples, TestType type);
259 const TestType m_type;
262 …ntext& ctx, const char* name, const char* desc, RenderTarget target, int numSamples, TestType type) in SampleShadingRenderingCase()
Des31fShaderMultisampleInterpolationTests.cpp1028 enum TestType enum in deqp::gles31::Functional::__anondf5908c50111::InterpolateAtCentroidCase
1036 …xt, const char* name, const char* description, int numSamples, RenderTarget target, TestType type);
1051 const TestType m_type;
1054 …ext, const char* name, const char* description, int numSamples, RenderTarget target, TestType type) in InterpolateAtCentroidCase()
1190 enum TestType enum in deqp::gles31::Functional::__anondf5908c50111::InterpolateAtOffsetCase
1199 …const char* name, const char* description, int numSamples, RenderTarget target, TestType testType);
1213 const TestType m_testType;
1216 … const char* name, const char* description, int numSamples, RenderTarget target, TestType testType) in InterpolateAtOffsetCase()
1826 InterpolateAtOffsetCase::TestType type; in init()
Des31fShaderImageLoadStoreTests.cpp2882 enum TestType enum in deqp::gles31::Functional::__anona4dcaea00111::EarlyFragmentTestsCase
2900 …EarlyFragmentTestsCase (Context& context, const char* name, const char* description, TestType type… in EarlyFragmentTestsCase()
2940 const TestType m_type;
3346 const EarlyFragmentTestsCase::TestType testType = (EarlyFragmentTestsCase::TestType)testTypeI; in init()
/external/skia/tests/
DCachedDecodingPixelRefTest.cpp160 enum TestType { enum in TestImageGenerator
171 TestImageGenerator(TestType type, skiatest::Reporter* reporter, in TestImageGenerator()
225 const TestType fType;
251 static void check_pixelref(TestImageGenerator::TestType type, in check_pixelref()
310 const TestImageGenerator::TestType testTypes[] = { in DEF_TEST()
320 TestImageGenerator::TestType test = testTypes[i]; in DEF_TEST()
/external/webrtc/webrtc/modules/audio_device/test/
Dfunc_test_manager.h27 enum TestType enum
184 int32_t DoTest(const TestType testType);
Daudio_device_test_func.cc79 enum TestType testType(TTInvalid); in func_test()
/external/v8/build/android/pylib/base/
Dtest_instance.py20 def TestType(self): member in TestInstance
/external/libcxx/test/std/language.support/support.runtime/
Dcstdlib.pass.cpp36 template <class TestType, class IntType>
38 TestType obj; in test_div_struct()
/external/v8/build/android/pylib/uirobot/
Duirobot_test_instance.py46 def TestType(self): member in UirobotTestInstance
/external/clang/test/Misc/
Dast-dump-attr.cpp86 extern struct s1 TestType
/external/v8/test/mjsunit/harmony/
Dprivate.js55 function TestType() { class
64 TestType()
Dsimd.js82 function TestType(type, lanes) { class
586 TestType(type, lanes);
/external/v8/test/mjsunit/es6/
Dsymbols.js65 function TestType() { class
74 TestType()
/external/webrtc/webrtc/voice_engine/test/android/android_test/jni/
Dandroid_test.cc101 enum TestType enum
380 TestType tType(Invalid); in Java_org_webrtc_voiceengine_test_AndroidTest_RunAutoTest()
/external/v8/build/android/pylib/gtest/
Dgtest_test_instance.py288 def TestType(self): member in GtestTestInstance
/external/deqp/modules/gles2/stress/
Des2sSpecialFloatTests.cpp980 enum TestType enum in deqp::gles2::Stress::__anon7813888a0111::TextureSamplerCase
989 …rCase (Context& context, const char* name, const char* desc, ShaderType type, TestType testType);
1001 const TestType m_testType;
1005 …plerCase (Context& context, const char* name, const char* desc, ShaderType type, TestType testType) in TextureSamplerCase()
/external/deqp/modules/gles3/stress/
Des3sSpecialFloatTests.cpp1343 enum TestType enum in deqp::gles3::Stress::__anon78796b6c0111::TextureSamplerCase
1353 …rCase (Context& context, const char* name, const char* desc, ShaderType type, TestType testType);
1365 const TestType m_testType;
1369 …plerCase (Context& context, const char* name, const char* desc, ShaderType type, TestType testType) in TextureSamplerCase()
/external/v8/build/android/pylib/instrumentation/
Dinstrumentation_test_instance.py456 def TestType(self): member in InstrumentationTestInstance

12