Home
last modified time | relevance | path

Searched refs:testMain (Results 1 – 11 of 11) sorted by relevance

/external/deqp-deps/SPIRV-Tools/test/opt/
Dfix_storage_class_test.cpp34 … OpEntryPoint GLCompute %1 "testMain" %gl_GlobalInvocationID %gl_LocalInvocationID %gl_WorkGroupID in TEST_F()
94 … OpEntryPoint GLCompute %1 "testMain" %gl_GlobalInvocationID %gl_LocalInvocationID %gl_WorkGroupID in TEST_F()
156 … OpEntryPoint GLCompute %1 "testMain" %gl_GlobalInvocationID %gl_LocalInvocationID %gl_WorkGroupID in TEST_F()
218 … OpEntryPoint GLCompute %1 "testMain" %gl_GlobalInvocationID %gl_LocalInvocationID %gl_WorkGroupID in TEST_F()
288 … OpEntryPoint GLCompute %1 "testMain" %gl_GlobalInvocationID %gl_LocalInvocationID %gl_WorkGroupID in TEST_F()
354 OpEntryPoint GLCompute %1 "testMain" in TEST_F()
389 … OpEntryPoint GLCompute %1 "testMain" %gl_GlobalInvocationID %gl_LocalInvocationID %gl_WorkGroupID in TEST_F()
476 … OpEntryPoint GLCompute %1 "testMain" %gl_GlobalInvocationID %gl_LocalInvocationID %gl_WorkGroupID in TEST_F()
/external/swiftshader/third_party/SPIRV-Tools/test/opt/
Dfix_storage_class_test.cpp34 … OpEntryPoint GLCompute %1 "testMain" %gl_GlobalInvocationID %gl_LocalInvocationID %gl_WorkGroupID in TEST_F()
94 … OpEntryPoint GLCompute %1 "testMain" %gl_GlobalInvocationID %gl_LocalInvocationID %gl_WorkGroupID in TEST_F()
156 … OpEntryPoint GLCompute %1 "testMain" %gl_GlobalInvocationID %gl_LocalInvocationID %gl_WorkGroupID in TEST_F()
218 … OpEntryPoint GLCompute %1 "testMain" %gl_GlobalInvocationID %gl_LocalInvocationID %gl_WorkGroupID in TEST_F()
288 … OpEntryPoint GLCompute %1 "testMain" %gl_GlobalInvocationID %gl_LocalInvocationID %gl_WorkGroupID in TEST_F()
354 OpEntryPoint GLCompute %1 "testMain" in TEST_F()
389 … OpEntryPoint GLCompute %1 "testMain" %gl_GlobalInvocationID %gl_LocalInvocationID %gl_WorkGroupID in TEST_F()
476 … OpEntryPoint GLCompute %1 "testMain" %gl_GlobalInvocationID %gl_LocalInvocationID %gl_WorkGroupID in TEST_F()
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/opt/
Dfix_storage_class_test.cpp34 … OpEntryPoint GLCompute %1 "testMain" %gl_GlobalInvocationID %gl_LocalInvocationID %gl_WorkGroupID in TEST_F()
94 … OpEntryPoint GLCompute %1 "testMain" %gl_GlobalInvocationID %gl_LocalInvocationID %gl_WorkGroupID in TEST_F()
156 … OpEntryPoint GLCompute %1 "testMain" %gl_GlobalInvocationID %gl_LocalInvocationID %gl_WorkGroupID in TEST_F()
218 … OpEntryPoint GLCompute %1 "testMain" %gl_GlobalInvocationID %gl_LocalInvocationID %gl_WorkGroupID in TEST_F()
288 … OpEntryPoint GLCompute %1 "testMain" %gl_GlobalInvocationID %gl_LocalInvocationID %gl_WorkGroupID in TEST_F()
354 OpEntryPoint GLCompute %1 "testMain" in TEST_F()
389 … OpEntryPoint GLCompute %1 "testMain" %gl_GlobalInvocationID %gl_LocalInvocationID %gl_WorkGroupID in TEST_F()
476 … OpEntryPoint GLCompute %1 "testMain" %gl_GlobalInvocationID %gl_LocalInvocationID %gl_WorkGroupID in TEST_F()
/external/jcommander/src/test/java/test/
DQuotedMainTest.java19 public void testMain() { in testMain() method in QuotedMainTest
27 new QuotedMainTest().testMain(); in main()
/external/webrtc/modules/audio_processing/test/py_quality_assessment/
Dapm_quality_assessment_unittest.py23 def testMain(self): member in TestSimulationScript
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/test/
DImmediateDispatcherTest.kt23 fun testMain() = runTest { in <lambda>() method
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/resolver/
DImplicitResolverTest.java81 public void testMain() { in testMain() method in ImplicitResolverTest
/external/toolchain-utils/crosperf/
Dgenerate_report_unittest.py130 def testMain(self, mock_run_actions): member in GenerateReportTests
/external/cldr/tools/java/org/unicode/cldr/draft/
DXLikelySubtags.java554 testMain: for (String language : languages) { in main()
560 if (--counter < 0) break testMain; in main() local
/external/python/apitools/apitools/base/protorpclite/
Ddescriptor_test.py336 def testMain(self): member in DescribeFileTest
/external/google-java-format/core/src/test/java/com/google/googlejavaformat/java/
DMainTest.java107 public void testMain() throws Exception { in testMain() method in MainTest