/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ |
D | vktTestCaseUtil.hpp | 334 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/ |
D | narrowingAssignmentReadonlyRespectsAssertion.js | 26 function testFunc() { 40 testFunc(); 56 function testFunc() { function 71 testFunc();
|
D | narrowingAssignmentReadonlyRespectsAssertion.symbols | 66 function testFunc() { 67 >testFunc : Symbol(testFunc, Decl(narrowingAssignmentReadonlyRespectsAssertion.ts, 22, 1)) 121 testFunc(); 122 >testFunc : Symbol(testFunc, Decl(narrowingAssignmentReadonlyRespectsAssertion.ts, 22, 1))
|
D | narrowingAssignmentReadonlyRespectsAssertion.types | 81 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/ |
D | WebGLReadOutsideFramebufferTest.cpp | 274 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/ |
D | WebGLReadOutsideFramebufferTest.cpp | 274 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/ |
D | narrowingAssignmentReadonlyRespectsAssertion.ts | 25 function testFunc() { function 39 testFunc();
|
/third_party/node/test/parallel/ |
D | test-repl-use-global.js | 65 function runRepl(useGlobal, testFunc, cb) { argument 80 testFunc(useGlobal, cb, opts.output));
|
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/ |
D | glcSubgroupsTestsUtils.hpp | 213 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/ |
D | listformatter.cpp | 79 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/ |
D | listformatter.cpp | 79 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/ |
D | listformatter.cpp | 79 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/ |
D | IntermNode_test.cpp | 220 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/ |
D | IntermNode_test.cpp | 220 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/ |
D | vktSpvAsmInstructionTests.cpp | 6464 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/ |
D | loader.py | 229 testFunc = getattr(testCaseClass, attrname) 230 if not callable(testFunc):
|
D | case.py | 1370 def __init__(self, testFunc, setUp=None, tearDown=None, description=None): argument 1374 self._testFunc = testFunc
|
/third_party/typescript/tests/cases/test262-harness/ |
D | helpers.d.ts | 272 declare function testForUnwantedRegExpChanges(testFunc: any): void;
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleImageTests.cpp | 1748 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/ |
D | es31fSeparateShaderTests.cpp | 1012 TestFunc testFunc); 1075 TestFunc testFunc) in SeparateShaderTest() argument 1081 , m_testFunc (testFunc) in SeparateShaderTest()
|
/third_party/skia/third_party/externals/swiftshader/tests/ReactorUnitTests/ |
D | ReactorUnitTests.cpp | 2679 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/ |
D | unittest.rst | 1595 .. class:: FunctionTestCase(testFunc, setUp=None, tearDown=None, description=None)
|
/third_party/sqlite/src/ |
D | sqlite3.c | 188714 static void testFunc( 188958 rc = sqlite3_create_function(db, zTest, -1, any, p, testFunc, 0, 0);
|