/external/deqp/external/vulkancts/modules/vulkan/ |
D | vktTestCaseUtil.hpp | 239 FunctionInstance0::Function testFunction) in createFunctionCase() argument 241 …eFactory1<FunctionInstance0, FunctionInstance0::Function>(testCtx, type, name, desc, testFunction); in createFunctionCase() 249 FunctionInstance0::Function testFunction) in createFunctionCase() argument 251 …ctionInstance0::Function, FunctionSupport0>(testCtx, type, name, desc, testFunction, checkSupport); in createFunctionCase() 259 FunctionInstance0::Function testFunction) in createFunctionCaseWithPrograms() argument 262 testCtx, type, name, desc, FunctionPrograms0(initPrograms), testFunction); in createFunctionCaseWithPrograms() 271 FunctionInstance0::Function testFunction) in createFunctionCaseWithPrograms() argument 274 testCtx, type, name, desc, FunctionPrograms0(initPrograms), testFunction, checkSupport); in createFunctionCaseWithPrograms() 282 typename FunctionInstance1<Arg0>::Function testFunction, in createFunctionCase() argument 286 testCtx, type, name, desc, typename FunctionInstance1<Arg0>::Args(testFunction, arg0)); in createFunctionCase() [all …]
|
/external/compiler-rt/test/BlocksRuntime/ |
D | recursive-block.c | 31 voidVoid testFunction() { in testFunction() function 47 voidVoid block = testFunction(); in main()
|
/external/llvm-project/compiler-rt/test/BlocksRuntime/ |
D | recursive-block.c | 30 voidVoid testFunction() { in testFunction() function 46 voidVoid block = testFunction(); in main()
|
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/ |
D | PerfTest.java | 390 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/ |
D | uperf.cpp | 365 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/deqp/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmVariablePointersTests.cpp | 1518 const StringTemplate testFunction ( in addVariablePointersGraphicsGroup() local 1612 fragments["testfun"] = testFunction.specialize(specs); in addVariablePointersGraphicsGroup() 1634 fragments["testfun"] = testFunction.specialize(specs); in addVariablePointersGraphicsGroup() 1664 fragments["testfun"] = testFunction.specialize(specs); in addVariablePointersGraphicsGroup() 1689 fragments["testfun"] = testFunction.specialize(specs); in addVariablePointersGraphicsGroup() 1719 fragments["testfun"] = testFunction.specialize(specs); in addVariablePointersGraphicsGroup() 1753 fragments["testfun"] = testFunction.specialize(specs); in addVariablePointersGraphicsGroup() 1779 fragments["testfun"] = testFunction.specialize(specs); in addVariablePointersGraphicsGroup() 1953 const StringTemplate testFunction ( in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() local 2091 fragments["testfun"] = testFunction.specialize(specs); in addTwoInputBufferReadOnlyVariablePointersGraphicsGroup() [all …]
|
D | vktSpvAsm8bitStorageTests.cpp | 2828 const StringTemplate& testFunction; in addGraphics8BitStorageUniformInt32To8Group() member 2871 fragments["testfun"] = categories[catIdx].testFunction.specialize(specs); in addGraphics8BitStorageUniformInt32To8Group() 3059 const StringTemplate& testFunction; in addGraphics8BitStorageUniformInt8To32Group() member 3099 fragments["testfun"] = categories[catIdx].testFunction.specialize(specs); in addGraphics8BitStorageUniformInt8To32Group() 3647 const StringTemplate& testFunction; in addGraphics8BitStorageUniformInt16To8Group() member 3694 fragments["testfun"] = categories[catIdx].testFunction.specialize(specs); in addGraphics8BitStorageUniformInt16To8Group() 3889 const StringTemplate& testFunction; in addGraphics8BitStorageUniformInt8To16Group() member 3929 fragments["testfun"] = categories[catIdx].testFunction.specialize(specs); in addGraphics8BitStorageUniformInt8To16Group()
|
D | vktSpvAsm16bitStorageTests.cpp | 5513 const StringTemplate& testFunction; in addGraphics16BitStorageUniformInt16To32Group() member 5556 fragments["testfun"] = categories[catIdx].testFunction.specialize(specs); in addGraphics16BitStorageUniformInt16To32Group()
|
/external/deqp/modules/gles31/functional/ |
D | es31fFboSRGBWriteControlTests.cpp | 260 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/skia/tests/ |
D | PathOpsExtendedTest.cpp | 309 const char* testFunction, bool twoPaths, std::string& out) { in appendTest() argument 337 out += testFunction; in appendTest() 384 const char testFunction[] = "testSimplify(reporter, path);"; in testSimplify() local 385 appendTest(pathStr, pathPrefix, nameSuffix, testFunction, false, str); in testSimplify() 659 const char testFunction[] = "testSimplify(path);"; in outputProgress() local 666 appendTest(pathStr, pathPrefix, nameSuffix, testFunction, false, fPathStr); in outputProgress() 670 const char testFunction[] = "testOp(path);"; in outputProgress() local 673 appendTest(pathStr, nullptr, nameSuffix, testFunction, true, fPathStr); in outputProgress()
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_format_utils.cpp | 143 SupportTest testFunction = HasFullTextureFormatSupport; in initImageFallback() local 151 testFunction = HasNonFilterableTextureFormatSupport; in initImageFallback() 158 testFunction = HasNonRenderableTextureFormatSupport; in initImageFallback() 160 int i = FindSupportedFormat(renderer, info, skip, static_cast<uint32_t>(numInfo), testFunction); in initImageFallback()
|
/external/skqp/tests/ |
D | PathOpsExtendedTest.cpp | 402 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/tensorflow/tensorflow/compiler/tests/ |
D | function_test.py | 33 def testFunction(self): member in FunctionTest
|
/external/llvm-project/clang/test/Analysis/ |
D | inline.cpp | 213 void testFunction() { in testFunction() function
|
/external/clang/test/Analysis/ |
D | inline.cpp | 213 void testFunction() { in testFunction() function
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiFeatureInfo.cpp | 3814 Function testFunction; member 3820 : testFunction (testFunction_) in ImageFormatPropertyCase() 3827 : testFunction ((Function)DE_NULL) in ImageFormatPropertyCase() 5442 return testCase.testFunction(context, testCase.format, testCase.imageType, testCase.tiling); in execImageFormatTest() 5474 const bool isSparse = (params.testFunction == sparseImageFormatProperties2); in createImageFormatTypeTilingTests() 5496 … "", createImageFormatTypeTilingTests, ImageFormatPropertyCase(params.testFunction, VK_FORMAT_UNDE… in createImageFormatTypeTests() 5497 … "", createImageFormatTypeTilingTests, ImageFormatPropertyCase(params.testFunction, VK_FORMAT_UNDE… in createImageFormatTypeTests() 5500 …ateImageFormatTests (tcu::TestCaseGroup* testGroup, ImageFormatPropertyCase::Function testFunction) in createImageFormatTests() argument 5502 …text(), "1d", "", createImageFormatTypeTests, ImageFormatPropertyCase(testFunction, VK_FORMAT_UNDE… in createImageFormatTests() 5503 …text(), "2d", "", createImageFormatTypeTests, ImageFormatPropertyCase(testFunction, VK_FORMAT_UNDE… in createImageFormatTests() [all …]
|
/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
D | np_interop_test.py | 63 def testFunction(self): member in ReadmeTest
|