Searched refs:testFunction (Results 1 - 7 of 7) sorted by relevance

/external/compiler-rt/test/BlocksRuntime/
H A Drecursive-block.c31 voidVoid testFunction() { function
47 voidVoid block = testFunction();
/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/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DPerfTest.java390 Function testFunction = testProvider.getTestCmd(meth);
391 if (testFunction == null) {
395 if (testFunction.getOperationsPerIteration() < 1) {
402 long loops = getIteration(meth, testFunction);
417 t = performLoops(testFunction, loops);
419 events = testFunction.getEventsPerIteration();
424 + testFunction.getOperationsPerIteration());
427 + testFunction.getOperationsPerIteration() + " events: " + events);
432 + testFunction.getOperationsPerIteration());
435 + testFunction
[all...]
/external/skia/tests/
H A DPathOpsExtendedTest.cpp383 const char* testFunction, bool twoPaths, SkString& out) {
409 out.appendf("%s %s\n}\n\n", pathStr, testFunction);
450 const char testFunction[] = "testSimplify(reporter, path);";
451 appendTest(pathStr, pathPrefix, nameSuffix, testFunction, false, str);
631 const char testFunction[] = "testSimplify(path);";
638 appendTest(pathStr, pathPrefix, nameSuffix, testFunction, false, fPathStr);
642 const char testFunction[] = "testOp(path);";
645 appendTest(pathStr, nullptr, nameSuffix, testFunction, true, fPathStr);
/external/clang/test/Analysis/
H A Dinline.cpp213 void testFunction() { function in namespace:DefaultArgs
/external/deqp/external/vulkancts/modules/vulkan/api/
H A DvktApiFeatureInfo.cpp1991 Function testFunction; member in struct:vkt::api::__anon3725::ImageFormatPropertyCase
1997 : testFunction (testFunction_)
2004 : testFunction ((Function)DE_NULL)
2013 return testCase.testFunction(context, testCase.format, testCase.imageType, testCase.tiling);
2036 testGroup->addChild(createTestGroup(testGroup->getTestContext(), "optimal", "", createImageFormatTypeTilingTests, ImageFormatPropertyCase(params.testFunction, VK_FORMAT_UNDEFINED, params.imageType, VK_IMAGE_TILING_OPTIMAL)));
2037 testGroup->addChild(createTestGroup(testGroup->getTestContext(), "linear", "", createImageFormatTypeTilingTests, ImageFormatPropertyCase(params.testFunction, VK_FORMAT_UNDEFINED, params.imageType, VK_IMAGE_TILING_LINEAR)));
2040 void createImageFormatTests (tcu::TestCaseGroup* testGroup, ImageFormatPropertyCase::Function testFunction) argument
2042 testGroup->addChild(createTestGroup(testGroup->getTestContext(), "1d", "", createImageFormatTypeTests, ImageFormatPropertyCase(testFunction, VK_FORMAT_UNDEFINED, VK_IMAGE_TYPE_1D, VK_IMAGE_TILING_LAST)));
2043 testGroup->addChild(createTestGroup(testGroup->getTestContext(), "2d", "", createImageFormatTypeTests, ImageFormatPropertyCase(testFunction, VK_FORMAT_UNDEFINED, VK_IMAGE_TYPE_2D, VK_IMAGE_TILING_LAST)));
2044 testGroup->addChild(createTestGroup(testGroup->getTestContext(), "3d", "", createImageFormatTypeTests, ImageFormatPropertyCase(testFunction, VK_FORMAT_UNDEFINE
[all...]

Completed in 850 milliseconds