Searched defs:testFunction (Results 1 - 8 of 8) sorted by relevance

/external/compiler-rt/test/BlocksRuntime/
H A Drecursive-block.c31 voidVoid testFunction() { function
47 voidVoid block = testFunction();
/external/tensorflow/tensorflow/compiler/tests/
H A Dfunction_test.py35 def testFunction(self): member in class:FunctionTest
/external/deqp/external/vulkancts/modules/vulkan/
H A DvktTestCaseUtil.hpp140 FunctionInstance0::Function testFunction)
142 return new InstanceFactory1<FunctionInstance0, FunctionInstance0::Function>(testCtx, type, name, desc, testFunction);
150 FunctionInstance0::Function testFunction)
153 testCtx, type, name, desc, FunctionPrograms0(initPrograms), testFunction);
161 typename FunctionInstance1<Arg0>::Function testFunction,
165 testCtx, type, name, desc, typename FunctionInstance1<Arg0>::Args(testFunction, arg0));
174 typename FunctionInstance1<Arg0>::Function testFunction,
178 testCtx, type, name, desc, FunctionPrograms1<Arg0>(initPrograms), typename FunctionInstance1<Arg0>::Args(testFunction, arg0));
136 createFunctionCase(tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const std::string& desc, FunctionInstance0::Function testFunction) argument
145 createFunctionCaseWithPrograms(tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const std::string& desc, FunctionPrograms0::Function initPrograms, FunctionInstance0::Function testFunction) argument
157 createFunctionCase(tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const std::string& desc, typename FunctionInstance1<Arg0>::Function testFunction, Arg0 arg0) argument
169 createFunctionCaseWithPrograms(tcu::TestContext& testCtx, tcu::TestNodeType type, const std::string& name, const std::string& desc, typename FunctionPrograms1<Arg0>::Function initPrograms, typename FunctionInstance1<Arg0>::Function testFunction, Arg0 arg0) argument
/external/icu/icu4c/source/tools/ctestfw/
H A Duperf.cpp365 UPerfFunction* testFunction = this->runIndexedTest( index, TRUE, name, par ); local
368 if(testFunction==NULL){
372 ops = testFunction->getOperationsPerIteration();
401 t = testFunction->time(loops,&status);
425 t = testFunction->time(loops, &status);
434 events = testFunction->getEventsPerIteration();
468 delete testFunction;
/external/clang/test/Analysis/
H A Dinline.cpp213 void testFunction() { function in namespace:DefaultArgs
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsm16bitStorageTests.cpp1147 const StringTemplate& testFunction; member in struct:vkt::SpirVAssembly::__anon4551::Category
1171 fragments["testfun"] = categories[catIdx].testFunction.specialize(specs);
2858 const StringTemplate& testFunction; member in struct:vkt::SpirVAssembly::__anon4551::Category
2885 fragments["testfun"] = categories[catIdx].testFunction.specialize(specs);
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp2123 FunctionInstance1<VkFormat>::Function testFunction; member in struct:vkt::api::__anon4249::__anon4254
2137 const FunctionInstance1<VkFormat>::Function testFunction = s_formatRanges[rangeNdx].testFunction; local
2144 addFunctionCase(testGroup, caseName, enumName, testFunction, format);
2358 Function testFunction; member in struct:vkt::api::__anon4249::ImageFormatPropertyCase
2364 : testFunction (testFunction_)
2371 : testFunction ((Function)DE_NULL)
2380 return testCase.testFunction(context, testCase.format, testCase.imageType, testCase.tiling);
2403 testGroup->addChild(createTestGroup(testGroup->getTestContext(), "optimal", "", createImageFormatTypeTilingTests, ImageFormatPropertyCase(params.testFunction, VK_FORMAT_UNDEFINED, params.imageType, VK_IMAGE_TILING_OPTIMAL)));
2404 testGroup->addChild(createTestGroup(testGroup->getTestContext(), "linear", "", createImageFormatTypeTilingTests, ImageFormatPropertyCase(params.testFunction, VK_FORMAT_UNDEFINE
2407 createImageFormatTests(tcu::TestCaseGroup* testGroup, ImageFormatPropertyCase::Function testFunction) argument
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fFboSRGBWriteControlTests.cpp260 TestFunction testFunction(functionName, functionDefinition);
262 return testFunction;
350 : testFunction (false) {}
360 , testFunction (false)
372 , testFunction (testFunctionValue)
385 , testFunction (testFunctionValue)
394 TestFunction testFunction; member in struct:deqp::gles31::Functional::__anon5345::TestRenderPassConfig
654 TestShaderProgram (Context& context, const int samplerTotal, TestFunction testFunction);
671 TestShaderProgram::TestShaderProgram (Context& context, const int samplerTotal, TestFunction testFunction) argument
701 if (testFunction
[all...]

Completed in 317 milliseconds