HomeSort by relevance Sort by last modified time
    Searched refs:testFunction (Results 1 - 12 of 12) sorted by null

  /external/compiler-rt/test/BlocksRuntime/
recursive-block.c 31 voidVoid testFunction() {
47 voidVoid block = testFunction();
  /external/deqp/external/vulkancts/modules/vulkan/
vktTestCaseUtil.hpp 140 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));
  /external/icu/icu4c/source/tools/ctestfw/
uperf.cpp 365 UPerfFunction* testFunction = this->runIndexedTest( index, TRUE, name, par );
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/
PerfTest.java 390 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.getOperationsPerIteration() + " " + events)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsmVariablePointersTests.cpp     [all...]
vktSpvAsm16bitStorageTests.cpp     [all...]
  /external/deqp/modules/gles31/functional/
es31fFboSRGBWriteControlTests.cpp 209 struct TestFunction
211 explicit TestFunction (const bool hasFunctionValue)
213 TestFunction (const char* const functionNameValue, const char* const functionDefinition)
217 ~TestFunction (void) {}
224 TestFunction getFunctionBlendLinearToSRGBCheck (void)
260 TestFunction testFunction(functionName, functionDefinition);
262 return testFunction;
350 : testFunction (false) {}
360 , testFunction (false
    [all...]
  /external/skia/tests/
PathOpsExtendedTest.cpp 395 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/
PathOpsExtendedTest.cpp 395 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/clang/test/Analysis/
inline.cpp 213 void testFunction() {
  /external/tensorflow/tensorflow/compiler/tests/
function_test.py 35 def testFunction(self):
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiFeatureInfo.cpp     [all...]

Completed in 382 milliseconds