Home
last modified time | relevance | path

Searched refs:testFunction (Results 1 – 12 of 12) 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/chromium_org/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/chromium_org/third_party/icu/source/tools/ctestfw/
Duperf.cpp354 UPerfFunction* testFunction = this->runIndexedTest( index, TRUE, name, par ); in runTestLoop() local
357 if(testFunction==NULL){ in runTestLoop()
361 ops = testFunction->getOperationsPerIteration(); in runTestLoop()
390 t = testFunction->time(loops,&status); in runTestLoop()
414 t = testFunction->time(loops, &status); in runTestLoop()
423 events = testFunction->getEventsPerIteration(); in runTestLoop()
457 delete testFunction; in runTestLoop()
/external/icu4c/tools/ctestfw/
Duperf.cpp363 UPerfFunction* testFunction = this->runIndexedTest( index, TRUE, name, par ); in runTestLoop() local
366 if(testFunction==NULL){ in runTestLoop()
370 ops = testFunction->getOperationsPerIteration(); in runTestLoop()
399 t = testFunction->time(loops,&status); in runTestLoop()
423 t = testFunction->time(loops, &status); in runTestLoop()
432 events = testFunction->getEventsPerIteration(); in runTestLoop()
466 delete testFunction; in runTestLoop()
/external/chromium_org/chrome/test/security_tests/
Drenderer_sandbox_tests_mac.mm58 #define DEFINE_TEST_CASE(testFunction) { #testFunction, testFunction }
/external/chromium_org/v8/test/webkit/
Ddictionary-prototype-caching-expected.txt33 PASS testFunction(subclass1) is true
34 PASS testFunction(subclass2) is true
35 PASS testFunction(subclass2) is true
Ddictionary-prototype-caching.js80 function testFunction(o) { function
90 testFunction(subclass1);
/external/chromium_org/chrome/test/base/
Djs2gtest.js147 function TEST_F(testFixture, testFunction, testBody) { argument
168 print(testF + '(' + testFixture + ', ' + testFunction + ') {');
/external/skia/tests/
DPathOpsExtendedTest.cpp464 const char* testFunction, bool twoPaths, SkMemoryWStream& outFile) { in outputToStream() argument
491 outFile.writeText(testFunction); in outputToStream()
533 const char testFunction[] = "testSimplifyx(path);"; in testSimplify() local
534 outputToStream(pathStr, pathPrefix, nameSuffix, testFunction, false, stream); in testSimplify()
669 const char testFunction[] = "testSimplify(path);"; in outputProgress() local
677 outputToStream(pathStr, pathPrefix, nameSuffix, testFunction, false, rRamStream); in outputProgress()
681 const char testFunction[] = "testOp(path);"; in outputProgress() local
685 outputToStream(pathStr, NULL, nameSuffix, testFunction, true, rRamStream); in outputProgress()
/external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
Dnacltest.js879 this.addTest = function(name, testFunction) { argument
880 tests.push({name: name, callback: testFunction, async: false});
884 this.addAsyncTest = function(name, testFunction) { argument
885 tests.push({name: name, callback: testFunction, async: true});
/external/clang/test/Analysis/
Dinline.cpp212 void testFunction() { in testFunction() function