Searched refs:testFunction (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/
H A Dchromevox_e2e_test_base.js60 * |testName|, and |testFunction|.
65 * @param {function} testFunction The test impl.
67 function SYNC_TEST_F(testFixture, testName, testFunction) {
69 testFunction.call(this);
/external/compiler-rt/test/BlocksRuntime/
H A Drecursive-block.c31 voidVoid testFunction() { function
47 voidVoid block = testFunction();
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-stepin-call-function-stub.js69 function testFunction() { function
91 Debug.setBreakPoint(testFunction, 1, 0);
92 testFunction();
/external/chromium_org/chrome/test/base/
H A Djs2gtest.js319 * will invoke the |testBody| for |testFixture|.|testFunction|.
321 * @param {string} testFunction The name of this test's function.
324 function TEST_F(testFixture, testFunction, testBody) {
347 print(testF + '(' + testFixture + ', ' + testFunction + ') {');
356 print(' set_preload_test_name("' + testFunction + '");');
359 testGenPreamble(testFixture, testFunction);
368 '"' + testFunction + '"));');
370 testGenPostamble(testFixture, testFunction);
/external/chromium_org/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/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker_Test.h57 const char* testFunction, SkWStream& outFile);
H A DEdgeWalker_TestUtility.cpp413 const char testFunction[] = "testSimplifyx(path);"; local
414 outputToStream(state, pathStr, pathPrefix, nameSuffix, testFunction, stream);
607 const char testFunction[] = "testSimplifyx(path);"; local
620 outputToStream(state, pathStr, pathPrefix, nameSuffix, testFunction, outFile);
624 outputToStream(state, pathStr, pathPrefix, nameSuffix, testFunction, outRam);
631 const char* testFunction = testFunc.c_str(); local
634 SkDebugf(" %s\n", testFunction);
643 outputToStream(state, pathStr, NULL, nameSuffix, testFunction, outFile);
647 outputToStream(state, pathStr, NULL, nameSuffix, testFunction, outRam);
660 const char* testFunction, SkWStrea
658 outputToStream(const State4& state, const char* pathStr, const char* pathPrefix, const char* nameSuffix, const char* testFunction, SkWStream& outFile) argument
[all...]
/external/skia/experimental/Intersection/
H A DEdgeWalker_Test.h57 const char* testFunction, SkWStream& outFile);
H A DEdgeWalker_TestUtility.cpp413 const char testFunction[] = "testSimplifyx(path);"; local
414 outputToStream(state, pathStr, pathPrefix, nameSuffix, testFunction, stream);
607 const char testFunction[] = "testSimplifyx(path);"; local
620 outputToStream(state, pathStr, pathPrefix, nameSuffix, testFunction, outFile);
624 outputToStream(state, pathStr, pathPrefix, nameSuffix, testFunction, outRam);
631 const char* testFunction = testFunc.c_str(); local
634 SkDebugf(" %s\n", testFunction);
643 outputToStream(state, pathStr, NULL, nameSuffix, testFunction, outFile);
647 outputToStream(state, pathStr, NULL, nameSuffix, testFunction, outRam);
660 const char* testFunction, SkWStrea
658 outputToStream(const State4& state, const char* pathStr, const char* pathPrefix, const char* nameSuffix, const char* testFunction, SkWStream& outFile) argument
[all...]
/external/chromium_org/third_party/icu/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/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/chromium_org/third_party/skia/tests/
H A DPathOpsExtendedTest.cpp361 const char* testFunction, bool twoPaths, SkMemoryWStream& outFile) {
389 outFile.writeText(testFunction);
437 const char testFunction[] = "testSimplify(reporter, path);";
438 outputToStream(pathStr, pathPrefix, nameSuffix, testFunction, false, stream);
574 const char testFunction[] = "testSimplify(path);";
582 outputToStream(pathStr, pathPrefix, nameSuffix, testFunction, false, rRamStream);
586 const char testFunction[] = "testOp(path);";
590 outputToStream(pathStr, NULL, nameSuffix, testFunction, true, rRamStream);
/external/skia/tests/
H A DPathOpsExtendedTest.cpp476 const char* testFunction, bool twoPaths, SkMemoryWStream& outFile) {
504 outFile.writeText(testFunction);
550 const char testFunction[] = "testSimplify(reporter, path);";
551 outputToStream(pathStr, pathPrefix, nameSuffix, testFunction, false, stream);
702 const char testFunction[] = "testSimplify(path);";
710 outputToStream(pathStr, pathPrefix, nameSuffix, testFunction, false, rRamStream);
714 const char testFunction[] = "testOp(path);";
718 outputToStream(pathStr, NULL, nameSuffix, testFunction, true, rRamStream);
/external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
H A Dnacltest.js879 this.addTest = function(name, testFunction) {
880 tests.push({name: name, callback: testFunction, async: false});
884 this.addAsyncTest = function(name, testFunction) {
885 tests.push({name: name, callback: testFunction, async: true});
/external/clang/test/Analysis/
H A Dinline.cpp213 void testFunction() { function in namespace:DefaultArgs

Completed in 2501 milliseconds