/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestCaseUtil.hpp | 307 FunctionInstance0::Function testFunc) in addFunctionCase() argument 309 …ld(createFunctionCase(group->getTestContext(), tcu::NODETYPE_SELF_VALIDATE, name, desc, testFunc)); in addFunctionCase() 316 FunctionInstance0::Function testFunc) in addFunctionCase() argument 318 …ionCase(group->getTestContext(), tcu::NODETYPE_SELF_VALIDATE, name, desc, checkSupport, testFunc)); in addFunctionCase() 325 FunctionInstance0::Function testFunc) in addFunctionCaseWithPrograms() argument 327 …rograms(group->getTestContext(), tcu::NODETYPE_SELF_VALIDATE, name, desc, initPrograms, testFunc)); in addFunctionCaseWithPrograms() 335 FunctionInstance0::Function testFunc) in addFunctionCaseWithPrograms() argument 337 …>getTestContext(), tcu::NODETYPE_SELF_VALIDATE, name, desc, checkSupport, initPrograms, testFunc)); in addFunctionCaseWithPrograms() 344 typename FunctionInstance1<Arg0>::Function testFunc, in addFunctionCase() argument 347 …ctionCase<Arg0>(group->getTestContext(), tcu::NODETYPE_SELF_VALIDATE, name, desc, testFunc, arg0)); in addFunctionCase() [all …]
|
/external/autotest/client/common_lib/cros/ |
D | retry_unittest.py | 112 def testFunc(): function 130 self.assertRaises(TestTimeoutException, testFunc) 137 def testFunc(): function 162 self.assertFalse(testFunc())
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/ |
D | pr33547.ll | 12 …tail call void @testFunc(i64* bitcast (i8* getelementptr inbounds (%struct.STATICS1, %struct.STATI… 29 define void @testFunc(i64* nocapture %r, i64* nocapture readonly %k) { 30 ; CHECK-LABEL: testFunc
|
/external/parameter-framework/upstream/test/test-fixed-point-parameter/ |
D | Main.py | 116 for testName, testFunc in self._chainingTests: 117 value, success = testFunc(value)
|
/external/python/cpython3/Lib/unittest/ |
D | loader.py | 229 testFunc = getattr(testCaseClass, attrname) 230 if not callable(testFunc):
|
D | case.py | 1364 def __init__(self, testFunc, setUp=None, tearDown=None, description=None): argument 1368 self._testFunc = testFunc
|
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmInstructionTests.cpp | 5328 vector<string> testFunc; in createOpNameGroup() local 5495 testFunc.push_back("main"); in createOpNameGroup() 5496 testFunc.push_back("func"); in createOpNameGroup() 5498 for(size_t fNdx = 0; fNdx < testFunc.size(); ++fNdx) in createOpNameGroup() 5506 specializations["ID"] = testFunc[fNdx]; in createOpNameGroup() 5513 …entryMainGroup->addChild(new SpvAsmComputeShaderCase(testCtx, (testFunc[fNdx] + cases[ndx].name).c… in createOpNameGroup() 5519 for(size_t fNdx = 0; fNdx < testFunc.size(); ++fNdx) in createOpNameGroup() 5527 specializations["ID"] = testFunc[fNdx]; in createOpNameGroup() 5535 …entryNotGroup->addChild(new SpvAsmComputeShaderCase(testCtx, (testFunc[fNdx] + cases[ndx].name).c_… in createOpNameGroup() 5551 vector<string> testFunc; in createOpMemberNameGroup() local [all …]
|
/external/python/cpython2/Lib/unittest/ |
D | case.py | 1028 def __init__(self, testFunc, setUp=None, tearDown=None, description=None): argument 1032 self._testFunc = testFunc
|
/external/deqp/modules/gles31/functional/ |
D | es31fSeparateShaderTests.cpp | 1012 TestFunc testFunc); 1075 TestFunc testFunc) in SeparateShaderTest() argument 1081 , m_testFunc (testFunc) in SeparateShaderTest()
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleImageTests.cpp | 1387 FunctionInstance1<CaseDef>::Function testFunc) in addTestCasesWithFunctions() argument 1435 …addFunctionCaseWithPrograms(formatGroup.get(), caseName.str(), "", initPrograms, testFunc, caseDef… in addTestCasesWithFunctions()
|
/external/python/cpython2/Doc/library/ |
D | unittest.rst | 1315 .. class:: FunctionTestCase(testFunc, setUp=None, tearDown=None, description=None)
|
/external/python/cpython3/Doc/library/ |
D | unittest.rst | 1452 .. class:: FunctionTestCase(testFunc, setUp=None, tearDown=None, description=None)
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 157935 static void testFunc( 158177 rc = sqlite3_create_function(db, zTest, -1, any, p, testFunc, 0, 0);
|
/external/sqlite/dist/ |
D | sqlite3.c | 157963 static void testFunc( 158205 rc = sqlite3_create_function(db, zTest, -1, any, p, testFunc, 0, 0);
|