Searched refs:testFunction (Results 1 - 12 of 12) 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/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmVariablePointersTests.cpp1304 const StringTemplate testFunction (
1398 fragments["testfun"] = testFunction.specialize(specs);
1420 fragments["testfun"] = testFunction.specialize(specs);
1450 fragments["testfun"] = testFunction.specialize(specs);
1475 fragments["testfun"] = testFunction.specialize(specs);
1505 fragments["testfun"] = testFunction.specialize(specs);
1539 fragments["testfun"] = testFunction.specialize(specs);
1565 fragments["testfun"] = testFunction.specialize(specs);
1737 const StringTemplate testFunction (
1875 fragments["testfun"] = testFunction
[all...]
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/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...]
/external/skia/tests/
H A DPathOpsExtendedTest.cpp395 const char* testFunction, bool twoPaths, std::string& out) {
423 out += testFunction;
464 const char testFunction[] = "testSimplify(reporter, path);";
465 appendTest(pathStr, pathPrefix, nameSuffix, testFunction, false, str);
645 const char testFunction[] = "testSimplify(path);";
652 appendTest(pathStr, pathPrefix, nameSuffix, testFunction, false, fPathStr);
656 const char testFunction[] = "testOp(path);";
659 appendTest(pathStr, nullptr, nameSuffix, testFunction, true, fPathStr);
/external/skqp/tests/
H A DPathOpsExtendedTest.cpp395 const char* testFunction, bool twoPaths, std::string& out) {
423 out += testFunction;
464 const char testFunction[] = "testSimplify(reporter, path);";
465 appendTest(pathStr, pathPrefix, nameSuffix, testFunction, false, str);
645 const char testFunction[] = "testSimplify(path);";
652 appendTest(pathStr, pathPrefix, nameSuffix, testFunction, false, fPathStr);
656 const char testFunction[] = "testOp(path);";
659 appendTest(pathStr, nullptr, nameSuffix, testFunction, true, fPathStr);
/external/tensorflow/tensorflow/compiler/tests/
H A Dfunction_test.py35 def testFunction(self): member in class:FunctionTest
/external/clang/test/Analysis/
H A Dinline.cpp213 void testFunction() { function in namespace:DefaultArgs
/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...]

Completed in 1129 milliseconds