Home
last modified time | relevance | path

Searched refs:testFunction (Results 1 – 16 of 16) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/
DvktTestCaseUtil.hpp212 FunctionInstance0::Function testFunction) in createFunctionCase() argument
214 …eFactory1<FunctionInstance0, FunctionInstance0::Function>(testCtx, type, name, desc, testFunction); in createFunctionCase()
222 FunctionInstance0::Function testFunction) in createFunctionCase() argument
224 …ctionInstance0::Function, FunctionSupport0>(testCtx, type, name, desc, testFunction, checkSupport); in createFunctionCase()
232 FunctionInstance0::Function testFunction) in createFunctionCaseWithPrograms() argument
235 testCtx, type, name, desc, FunctionPrograms0(initPrograms), testFunction); in createFunctionCaseWithPrograms()
244 FunctionInstance0::Function testFunction) in createFunctionCaseWithPrograms() argument
247 testCtx, type, name, desc, FunctionPrograms0(initPrograms), testFunction, checkSupport); in createFunctionCaseWithPrograms()
255 typename FunctionInstance1<Arg0>::Function testFunction, in createFunctionCase() argument
259 testCtx, type, name, desc, typename FunctionInstance1<Arg0>::Args(testFunction, arg0)); in createFunctionCase()
[all …]
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
DPerfTest.java390 Function testFunction = testProvider.getTestCmd(meth); in run() local
391 if (testFunction == null) { in run()
395 if (testFunction.getOperationsPerIteration() < 1) { in run()
402 long loops = getIteration(meth, testFunction); in run()
417 t = performLoops(testFunction, loops); in run()
419 events = testFunction.getEventsPerIteration(); in run()
424 + testFunction.getOperationsPerIteration()); in run()
427 + testFunction.getOperationsPerIteration() + " events: " + events); in run()
432 + testFunction.getOperationsPerIteration()); in run()
435 + testFunction.getOperationsPerIteration() + " " + events); in run()
/external/icu/icu4c/source/tools/ctestfw/
Duperf.cpp365 UPerfFunction* testFunction = this->runIndexedTest( index, TRUE, name, par ); in runTestLoop() local
368 if(testFunction==NULL){ in runTestLoop()
372 ops = testFunction->getOperationsPerIteration(); in runTestLoop()
401 t = testFunction->time(loops,&status); in runTestLoop()
425 t = testFunction->time(loops, &status); in runTestLoop()
434 events = testFunction->getEventsPerIteration(); in runTestLoop()
468 delete testFunction; in runTestLoop()
/external/compiler-rt/test/BlocksRuntime/
Drecursive-block.c31 voidVoid testFunction() { in testFunction() function
47 voidVoid block = testFunction(); in main()
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmVariablePointersTests.cpp1305 const StringTemplate testFunction ( in addVariablePointersGraphicsGroup() local
1399 fragments["testfun"] = testFunction.specialize(specs); in addVariablePointersGraphicsGroup()
1421 fragments["testfun"] = testFunction.specialize(specs); in addVariablePointersGraphicsGroup()
1451 fragments["testfun"] = testFunction.specialize(specs); in addVariablePointersGraphicsGroup()
1476 fragments["testfun"] = testFunction.specialize(specs); in addVariablePointersGraphicsGroup()
1506 fragments["testfun"] = testFunction.specialize(specs); in addVariablePointersGraphicsGroup()
1540 fragments["testfun"] = testFunction.specialize(specs); in addVariablePointersGraphicsGroup()
1566 fragments["testfun"] = testFunction.specialize(specs); in addVariablePointersGraphicsGroup()
1738 const StringTemplate testFunction ( in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local
1876 fragments["testfun"] = testFunction.specialize(specs); in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup()
[all …]
DvktSpvAsm8bitStorageTests.cpp2825 const StringTemplate& testFunction; in addGraphics8BitStorageUniformInt32To8Group() member
2867 fragments["testfun"] = categories[catIdx].testFunction.specialize(specs); in addGraphics8BitStorageUniformInt32To8Group()
3051 const StringTemplate& testFunction; in addGraphics8BitStorageUniformInt8To32Group() member
3090 fragments["testfun"] = categories[catIdx].testFunction.specialize(specs); in addGraphics8BitStorageUniformInt8To32Group()
3631 const StringTemplate& testFunction; in addGraphics8BitStorageUniformInt16To8Group() member
3677 fragments["testfun"] = categories[catIdx].testFunction.specialize(specs); in addGraphics8BitStorageUniformInt16To8Group()
3867 const StringTemplate& testFunction; in addGraphics8BitStorageUniformInt8To16Group() member
3906 fragments["testfun"] = categories[catIdx].testFunction.specialize(specs); in addGraphics8BitStorageUniformInt8To16Group()
DvktSpvAsm16bitStorageTests.cpp5513 const StringTemplate& testFunction; in addGraphics16BitStorageUniformInt16To32Group() member
5556 fragments["testfun"] = categories[catIdx].testFunction.specialize(specs); in addGraphics16BitStorageUniformInt16To32Group()
/external/deqp/modules/gles31/functional/
Des31fFboSRGBWriteControlTests.cpp260 TestFunction testFunction(functionName, functionDefinition); in getFunctionBlendLinearToSRGBCheck() local
262 return testFunction; in getFunctionBlendLinearToSRGBCheck()
350 : testFunction (false) {} in TestRenderPassConfig()
360 , testFunction (false) in TestRenderPassConfig()
372 , testFunction (testFunctionValue) in TestRenderPassConfig()
385 , testFunction (testFunctionValue) in TestRenderPassConfig()
394 TestFunction testFunction; member
654 TestShaderProgram (Context& context, const int samplerTotal, TestFunction testFunction);
671 …derProgram::TestShaderProgram (Context& context, const int samplerTotal, TestFunction testFunction) in TestShaderProgram() argument
701 if (testFunction.hasFunction) in TestShaderProgram()
[all …]
/external/skqp/tests/
DPathOpsExtendedTest.cpp402 const char* testFunction, bool twoPaths, std::string& out) { in appendTest() argument
430 out += testFunction; in appendTest()
478 const char testFunction[] = "testSimplify(reporter, path);"; in testSimplify() local
479 appendTest(pathStr, pathPrefix, nameSuffix, testFunction, false, str); in testSimplify()
779 const char testFunction[] = "testSimplify(path);"; in outputProgress() local
786 appendTest(pathStr, pathPrefix, nameSuffix, testFunction, false, fPathStr); in outputProgress()
790 const char testFunction[] = "testOp(path);"; in outputProgress() local
793 appendTest(pathStr, nullptr, nameSuffix, testFunction, true, fPathStr); in outputProgress()
/external/skia/tests/
DPathOpsExtendedTest.cpp402 const char* testFunction, bool twoPaths, std::string& out) { in appendTest() argument
430 out += testFunction; in appendTest()
478 const char testFunction[] = "testSimplify(reporter, path);"; in testSimplify() local
479 appendTest(pathStr, pathPrefix, nameSuffix, testFunction, false, str); in testSimplify()
779 const char testFunction[] = "testSimplify(path);"; in outputProgress() local
786 appendTest(pathStr, pathPrefix, nameSuffix, testFunction, false, fPathStr); in outputProgress()
790 const char testFunction[] = "testOp(path);"; in outputProgress() local
793 appendTest(pathStr, nullptr, nameSuffix, testFunction, true, fPathStr); in outputProgress()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp2299 FunctionInstance1<VkFormat>::Function testFunction; in createFormatTests() member
2313 const FunctionInstance1<VkFormat>::Function testFunction = s_formatRanges[rangeNdx].testFunction; in createFormatTests() local
2320 addFunctionCase(testGroup, caseName, enumName, testFunction, format); in createFormatTests()
2556 Function testFunction; member
2562 : testFunction (testFunction_) in ImageFormatPropertyCase()
2569 : testFunction ((Function)DE_NULL) in ImageFormatPropertyCase()
3647 return testCase.testFunction(context, testCase.format, testCase.imageType, testCase.tiling); in execImageFormatTest()
3676 const bool isSparse = (params.testFunction == sparseImageFormatProperties2); in createImageFormatTypeTilingTests()
3698 … "", createImageFormatTypeTilingTests, ImageFormatPropertyCase(params.testFunction, VK_FORMAT_UNDE… in createImageFormatTypeTests()
3699 … "", createImageFormatTypeTilingTests, ImageFormatPropertyCase(params.testFunction, VK_FORMAT_UNDE… in createImageFormatTypeTests()
[all …]
/external/tensorflow/tensorflow/compiler/tests/
Dfunction_test.py33 def testFunction(self): member in FunctionTest
/external/clang/test/Analysis/
Dinline.cpp213 void testFunction() { in testFunction() function
/external/toolchain-utils/dejagnu/gdb_baseline/
Dx86_64-cros-linux-gnu9615 PASS: gdb.cp/bs15503.exp: break StringTest<wchar_t>::testFunction
Di686-pc-linux-gnu9380 PASS: gdb.cp/bs15503.exp: break StringTest<wchar_t>::testFunction
Darmv7a-cros-linux-gnueabi9235 PASS: gdb.cp/bs15503.exp: break StringTest<wchar_t>::testFunction