Home
last modified time | relevance | path

Searched refs:testFunc (Results 1 – 23 of 23) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktTestCaseUtil.hpp334 FunctionInstance0::Function testFunc) in addFunctionCase() argument
336 …ld(createFunctionCase(group->getTestContext(), tcu::NODETYPE_SELF_VALIDATE, name, desc, testFunc)); in addFunctionCase()
343 FunctionInstance0::Function testFunc) in addFunctionCase() argument
345 …ionCase(group->getTestContext(), tcu::NODETYPE_SELF_VALIDATE, name, desc, checkSupport, testFunc)); in addFunctionCase()
352 FunctionInstance0::Function testFunc) in addFunctionCaseWithPrograms() argument
354 …rograms(group->getTestContext(), tcu::NODETYPE_SELF_VALIDATE, name, desc, initPrograms, testFunc)); in addFunctionCaseWithPrograms()
362 FunctionInstance0::Function testFunc) in addFunctionCaseWithPrograms() argument
364 …>getTestContext(), tcu::NODETYPE_SELF_VALIDATE, name, desc, checkSupport, initPrograms, testFunc)); in addFunctionCaseWithPrograms()
371 typename FunctionInstance1<Arg0>::Function testFunc, in addFunctionCase() argument
374 …ctionCase<Arg0>(group->getTestContext(), tcu::NODETYPE_SELF_VALIDATE, name, desc, testFunc, arg0)); in addFunctionCase()
[all …]
/third_party/typescript/tests/baselines/reference/
DnarrowingAssignmentReadonlyRespectsAssertion.js26 function testFunc() {
40 testFunc();
56 function testFunc() { function
71 testFunc();
DnarrowingAssignmentReadonlyRespectsAssertion.symbols66 function testFunc() {
67 >testFunc : Symbol(testFunc, Decl(narrowingAssignmentReadonlyRespectsAssertion.ts, 22, 1))
121 testFunc();
122 >testFunc : Symbol(testFunc, Decl(narrowingAssignmentReadonlyRespectsAssertion.ts, 22, 1))
DnarrowingAssignmentReadonlyRespectsAssertion.types81 function testFunc() {
82 >testFunc : () => void
144 testFunc();
145 >testFunc() : void
146 >testFunc : () => void
/third_party/flutter/skia/third_party/externals/angle2/src/tests/gl_tests/
DWebGLReadOutsideFramebufferTest.cpp274 void Main2D(TestFunc testFunc, bool zeroOutside) { mainImpl(testFunc, zeroOutside, 0); } in Main2D() argument
276 void Main3D(TestFunc testFunc, bool zeroOutside) in Main3D() argument
278 mainImpl(testFunc, zeroOutside, kReadLayer); in Main3D()
281 void mainImpl(TestFunc testFunc, bool zeroOutside, int readLayer) in mainImpl() argument
303 (this->*testFunc)(x, y, readLayer, &actual); in mainImpl()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DWebGLReadOutsideFramebufferTest.cpp274 void Main2D(TestFunc testFunc, bool zeroOutside) { mainImpl(testFunc, zeroOutside, 0); } in Main2D() argument
276 void Main3D(TestFunc testFunc, bool zeroOutside) in Main3D() argument
278 mainImpl(testFunc, zeroOutside, kReadLayer); in Main3D()
281 void mainImpl(TestFunc testFunc, bool zeroOutside, int readLayer) in mainImpl() argument
303 (this->*testFunc)(x, y, readLayer, &actual); in mainImpl()
/third_party/typescript/tests/cases/compiler/
DnarrowingAssignmentReadonlyRespectsAssertion.ts25 function testFunc() { function
39 testFunc();
/third_party/node/test/parallel/
Dtest-repl-use-global.js65 function runRepl(useGlobal, testFunc, cb) { argument
80 testFunc(useGlobal, cb, opts.output));
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.hpp213 SupportFunction suppFunc, InitFunction initFunc, TestFunction testFunc, Arg0 arg0) in SubgroupFactory() argument
217 , m_testFunc(testFunc) in SubgroupFactory()
288 TestFunction testFunc, in addFunctionCaseWithPrograms() argument
291 …group->getContext(), tcu::NODETYPE_SELF_VALIDATE, name, desc, suppFunc, initFunc, testFunc, arg0)); in addFunctionCaseWithPrograms()
/third_party/skia/third_party/externals/icu/source/i18n/
Dlistformatter.cpp79 ContextualHandler(bool (*testFunc)(const UnicodeString& text), in ContextualHandler()
86 test(testFunc), in ContextualHandler()
90 ContextualHandler(bool (*testFunc)(const UnicodeString& text), in ContextualHandler()
94 test(testFunc), in ContextualHandler()
/third_party/icu/icu4c/source/i18n/
Dlistformatter.cpp79 ContextualHandler(bool (*testFunc)(const UnicodeString& text), in ContextualHandler()
86 test(testFunc), in ContextualHandler()
90 ContextualHandler(bool (*testFunc)(const UnicodeString& text), in ContextualHandler()
94 test(testFunc), in ContextualHandler()
/third_party/node/deps/icu-small/source/i18n/
Dlistformatter.cpp79 ContextualHandler(bool (*testFunc)(const UnicodeString& text), in ContextualHandler()
86 test(testFunc), in ContextualHandler()
90 ContextualHandler(bool (*testFunc)(const UnicodeString& text), in ContextualHandler()
94 test(testFunc), in ContextualHandler()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/compiler_tests/
DIntermNode_test.cpp220 TFunction *testFunc = in TEST_F() local
223 TIntermAggregate *original = TIntermAggregate::CreateFunctionCall(*testFunc, originalSeq); in TEST_F()
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DIntermNode_test.cpp220 TFunction *testFunc = in TEST_F() local
223 TIntermAggregate *original = TIntermAggregate::CreateFunctionCall(*testFunc, originalSeq); in TEST_F()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp6464 vector<string> testFunc; in createOpNameGroup() local
6631 testFunc.push_back("main"); in createOpNameGroup()
6632 testFunc.push_back("func"); in createOpNameGroup()
6634 for(size_t fNdx = 0; fNdx < testFunc.size(); ++fNdx) in createOpNameGroup()
6642 specializations["ID"] = testFunc[fNdx]; in createOpNameGroup()
6649 …entryMainGroup->addChild(new SpvAsmComputeShaderCase(testCtx, (testFunc[fNdx] + cases[ndx].name).c… in createOpNameGroup()
6655 for(size_t fNdx = 0; fNdx < testFunc.size(); ++fNdx) in createOpNameGroup()
6663 specializations["ID"] = testFunc[fNdx]; in createOpNameGroup()
6671 …entryNotGroup->addChild(new SpvAsmComputeShaderCase(testCtx, (testFunc[fNdx] + cases[ndx].name).c_… in createOpNameGroup()
6687 vector<string> testFunc; in createOpMemberNameGroup() local
[all …]
/third_party/python/Lib/unittest/
Dloader.py229 testFunc = getattr(testCaseClass, attrname)
230 if not callable(testFunc):
Dcase.py1370 def __init__(self, testFunc, setUp=None, tearDown=None, description=None): argument
1374 self._testFunc = testFunc
/third_party/typescript/tests/cases/test262-harness/
Dhelpers.d.ts272 declare function testForUnwantedRegExpChanges(testFunc: any): void;
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleImageTests.cpp1748 FunctionInstance1<CaseDef>::Function testFunc) in addTestCasesWithFunctions() argument
1797 …WithPrograms(formatGroup.get(), caseName.str(), "", checkSupport, initPrograms, testFunc, caseDef); in addTestCasesWithFunctions()
1808 FunctionInstance1<CaseDef>::Function testFunc) in addStandardSamplePositionTestCasesWithFunctions() argument
1842 …WithPrograms(formatGroup.get(), caseName.str(), "", checkSupport, initPrograms, testFunc, caseDef); in addStandardSamplePositionTestCasesWithFunctions()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fSeparateShaderTests.cpp1012 TestFunc testFunc);
1075 TestFunc testFunc) in SeparateShaderTest() argument
1081 , m_testFunc (testFunc) in SeparateShaderTest()
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp2679 std::function<TestFuncType> testFunc; // Function we're testing (Reactor) member
2699 Return(GetParam().testFunc((Float(function.Arg<0>())))); in test()
2777 *a = GetParam().testFunc(*a); in test()
2804 *a = GetParam().testFunc(*a, *b); in test()
/third_party/python/Doc/library/
Dunittest.rst1595 .. class:: FunctionTestCase(testFunc, setUp=None, tearDown=None, description=None)
/third_party/sqlite/src/
Dsqlite3.c188714 static void testFunc(
188958 rc = sqlite3_create_function(db, zTest, -1, any, p, testFunc, 0, 0);