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

  /external/tensorflow/tensorflow/compiler/tests/
function_test.py 35 def testFunction(self):
  /external/compiler-rt/test/BlocksRuntime/
recursive-block.c 31 voidVoid testFunction() {
47 voidVoid block = testFunction();
  /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/clang/test/Analysis/
inline.cpp 213 void testFunction() {
  /external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
vktSpvAsm16bitStorageTests.cpp     [all...]
  /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/api/
vktApiFeatureInfo.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...]

Completed in 1053 milliseconds