Home
last modified time | relevance | path

Searched defs:testType (Results 26 – 50 of 202) sorted by relevance

123456789

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_query/
H A DvktRayQueryWatertightnessTests.cpp127 TestType testType; member
2229 static inline ShaderBodyTextFunc getShaderBodyTextFunc(const TestType testType) in getShaderBodyTextFunc()
2270 TestType testType; in createWatertightnessTests() member
2289 const TestType testType = testTypes[testTypeNdx].testType; in createWatertightnessTests() local
H A DvktRayQueryBuiltinTests.cpp217 TestType testType; member
6198 static inline ShaderBodyTextFunc getShaderBodyTextFunc(const TestType testType) in getShaderBodyTextFunc()
6261 static inline CheckSupportFunc getTestConfigCheckSupport(const TestType testType) in getTestConfigCheckSupport()
6312 TestType testType; in createBuiltinTests() member
6348 const TestType testType = testTypes[testTypeNdx].testType; in createBuiltinTests() local
6439 TestType testType; in createAdvancedTests() member
6448 const TestType testType = testTypes[testTypeNdx].testType; in createAdvancedTests() local
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.factories/range.iota.view/
H A Dviews_iota.pass.cpp22 constexpr void testType(U u) { in testType() function
H A Dbegin.pass.cpp21 constexpr void testType() { in testType() function
H A Dend.pass.cpp27 constexpr void testType(U u) { in testType() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.adaptors/range.empty/
H A Dviews.empty.pass.cpp20 constexpr void testType() { in testType() function
H A Dempty_view.pass.cpp20 constexpr void testType() { in testType() function
/aosp_15_r20/external/skia/tests/
H A DGrContextAbandonTest.cpp20 for (int testType = 0; testType < 6; ++testType) { in DEF_GANESH_TEST() local
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingCaptureReplayTests.cpp152 SBTReplayTestType testType; // SBT member
1516 SBTReplayTestType testType; in addReplayShaderBindingTablesTests() member
1576 ASBottomTestType testType; in addReplayAccelerationStruturesTests() member
H A DvktRayTracingComplexControlFlowTests.cpp93 TestType testType; member
1824 TestType testType; in createComplexControlFlowTests() member
1843 const TestType testType = testTypes[testTypeNdx].testType; in createComplexControlFlowTests() local
H A DvktRayTracingMemGuaranteeTests.cpp62 TestType testType; member
864 TestType testType; in createMemGuaranteeTests() member
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shader_object/
H A DvktShaderObjectBinaryTests.cpp442 const IncompleteBinaryTestType testType) in ShaderObjectIncompatibleBinaryInstance()
564 const IncompleteBinaryTestType testType) in ShaderObjectIncompatibleBinaryCase()
1206 for (const auto &testType : incompatibleTests) in createShaderObjectBinaryTests() local
/aosp_15_r20/cts/tests/tests/media/drmframework/src/android/media/drmframework/cts/
H A DMediaPlayerDrmTest.java71 private void playAudio(Uri uri, ModularDrmTestType testType) throws Exception { in playAudio()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/ranges/range.factories/range.iota.view/iterator/
H A Dsubscript.pass.cpp21 constexpr void testType() { in testType() function
/aosp_15_r20/cts/tests/tests/mediacujtest/smalltest/src/android/media/cujsmalltest/cts/
H A DCtsMediaShortFormFullModePlaybackTest.java62 public CtsMediaShortFormFullModePlaybackTest(CujTestParam cujTestParam, String testType) { in CtsMediaShortFormFullModePlaybackTest()
/aosp_15_r20/packages/providers/MediaProvider/tests/src/com/android/providers/media/util/
DSQLiteTokenizerTest.java197 public void testType() { in testType() method in SQLiteTokenizerTest
/aosp_15_r20/frameworks/base/tests/CoreTests/android/core/
H A DTestWebData.java127 public String testType; field in TestWebData
/aosp_15_r20/external/truth/extensions/proto/src/test/java/com/google/common/truth/extensions/proto/
H A DMapWithProtoValuesSubjectTest.java55 public MapWithProtoValuesSubjectTest(TestType testType) { in MapWithProtoValuesSubjectTest()
H A DMultimapWithProtoValuesSubjectTest.java56 public MultimapWithProtoValuesSubjectTest(TestType testType) { in MultimapWithProtoValuesSubjectTest()
H A DIterableOfProtosSubjectTest.java58 public IterableOfProtosSubjectTest(TestType testType) { in IterableOfProtosSubjectTest()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiDeviceDrmPropertiesTests.cpp80 static tcu::TestStatus testDeviceDrmProperties(Context &context, const TestType testType) in testDeviceDrmProperties()
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DInetAddressThreadTest.java44 private int testType; field in InetAddressThreadTest.threadsafeTestThread
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawIndexedTest.cpp89 const TestType testType; member
911 TestType testType; in init() member
/aosp_15_r20/external/deqp/framework/common/
H A DtcuAstcUtil.cpp2674 …generateBlockCaseTestData(vector<uint8_t> &dst, CompressedTexFormat format, BlockTestType testType) in generateBlockCaseTestData()
3286 const char *getBlockTestTypeName(BlockTestType testType) in getBlockTestTypeName()
3320 const char *getBlockTestTypeDescription(BlockTestType testType) in getBlockTestTypeDescription()
3355 bool isBlockTestTypeHDROnly(BlockTestType testType) in isBlockTestTypeHDROnly()
3361 Vec4 getBlockTestTypeColorScale(BlockTestType testType) in getBlockTestTypeColorScale()
3376 Vec4 getBlockTestTypeColorBias(BlockTestType testType) in getBlockTestTypeColorBias()
/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/
H A DPositionTesterContextMenuListener.java32 private int testType; // as returned by getPackedPositionType field in PositionTesterContextMenuListener

123456789