Searched defs:testFunction (Results 1 - 5 of 5) sorted by relevance

/external/v8/test/mjsunit/
H A Ddebug-stepin-call-function-stub.js69 function testFunction() { function
91 Debug.setBreakPoint(testFunction, 1, 0);
92 testFunction();
/external/compiler-rt/test/BlocksRuntime/
H A Drecursive-block.c31 voidVoid testFunction() { function
47 voidVoid block = testFunction();
/external/v8/test/webkit/
H A Ddictionary-prototype-caching.js80 function testFunction(o) { function
90 testFunction(subclass1);
91 shouldBeTrue("testFunction(subclass1)");
92 shouldBeTrue("testFunction(subclass2)");
95 shouldBeTrue("testFunction(subclass2)");
/external/icu/icu4c/source/tools/ctestfw/
H A Duperf.cpp363 UPerfFunction* testFunction = this->runIndexedTest( index, TRUE, name, par ); local
366 if(testFunction==NULL){
370 ops = testFunction->getOperationsPerIteration();
399 t = testFunction->time(loops,&status);
423 t = testFunction->time(loops, &status);
432 events = testFunction->getEventsPerIteration();
466 delete testFunction;
/external/clang/test/Analysis/
H A Dinline.cpp213 void testFunction() { function in namespace:DefaultArgs

Completed in 358 milliseconds