Home
last modified time | relevance | path

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

/external/v8/test/mjsunit/
Ddebug-stepin-call-function-stub.js69 function testFunction() { function
91 Debug.setBreakPoint(testFunction, 1, 0);
92 testFunction();
/external/compiler-rt/BlocksRuntime/tests/
Drecursive-block.c31 voidVoid testFunction() { in testFunction() function
47 voidVoid block = testFunction(); in main()
/external/icu4c/tools/ctestfw/
Duperf.cpp360 UPerfFunction* testFunction = this->runIndexedTest( index, TRUE, name, par ); in runTestLoop() local
363 if(testFunction==NULL){ in runTestLoop()
367 ops = testFunction->getOperationsPerIteration(); in runTestLoop()
396 t = testFunction->time(loops,&status); in runTestLoop()
420 t = testFunction->time(loops, &status); in runTestLoop()
429 events = testFunction->getEventsPerIteration(); in runTestLoop()
463 delete testFunction; in runTestLoop()
/external/clang/test/Analysis/
Dinline.cpp212 void testFunction() { in testFunction() function