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

  /external/compiler-rt/test/BlocksRuntime/
recursive-block.c 31 voidVoid testFunction() {
47 voidVoid block = testFunction();
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/testing/
chromevox_e2e_test.js 60 * |testName|, and |testFunction|.
65 * @param {function} testFunction The test impl.
67 function SYNC_TEST_F(testFixture, testName, testFunction) {
69 testFunction();
  /external/chromium_org/v8/test/webkit/
dictionary-prototype-caching.js 80 function testFunction(o) {
90 testFunction(subclass1);
91 shouldBeTrue("testFunction(subclass1)");
92 shouldBeTrue("testFunction(subclass2)");
95 shouldBeTrue("testFunction(subclass2)");
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker_Test.h 57 const char* testFunction, SkWStream& outFile);
EdgeWalker_TestUtility.cpp 413 const char testFunction[] = "testSimplifyx(path);";
414 outputToStream(state, pathStr, pathPrefix, nameSuffix, testFunction, stream);
607 const char testFunction[] = "testSimplifyx(path);";
620 outputToStream(state, pathStr, pathPrefix, nameSuffix, testFunction, outFile);
624 outputToStream(state, pathStr, pathPrefix, nameSuffix, testFunction, outRam);
631 const char* testFunction = testFunc.c_str();
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, SkWStream& outFile)
    [all...]
  /external/skia/experimental/Intersection/
EdgeWalker_Test.h 57 const char* testFunction, SkWStream& outFile);
EdgeWalker_TestUtility.cpp 413 const char testFunction[] = "testSimplifyx(path);";
414 outputToStream(state, pathStr, pathPrefix, nameSuffix, testFunction, stream);
607 const char testFunction[] = "testSimplifyx(path);";
620 outputToStream(state, pathStr, pathPrefix, nameSuffix, testFunction, outFile);
624 outputToStream(state, pathStr, pathPrefix, nameSuffix, testFunction, outRam);
631 const char* testFunction = testFunc.c_str();
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, SkWStream& outFile)
    [all...]
  /external/chromium_org/third_party/icu/source/tools/ctestfw/
uperf.cpp 354 UPerfFunction* testFunction = this->runIndexedTest( index, TRUE, name, par );
357 if(testFunction==NULL){
361 ops = testFunction->getOperationsPerIteration();
390 t = testFunction->time(loops,&status);
414 t = testFunction->time(loops, &status);
423 events = testFunction->getEventsPerIteration();
457 delete testFunction;
  /external/icu/icu4c/source/tools/ctestfw/
uperf.cpp 363 UPerfFunction* testFunction = this->runIndexedTest( index, TRUE, name, par );
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/chrome/test/base/
js2gtest.js 298 * will invoke the |testBody| for |testFixture|.|testFunction|.
300 * @param {string} testFunction The name of this test's function.
303 function TEST_F(testFixture, testFunction, testBody) {
326 print(testF + '(' + testFixture + ', ' + testFunction + ') {');
335 print(' set_preload_test_name("' + testFunction + '");');
338 testGenPreamble(testFixture, testFunction);
347 '"' + testFunction + '"));');
349 testGenPostamble(testFixture, testFunction);
  /external/chromium_org/v8/test/mjsunit/
debug-stepin-call-function-stub.js 69 function testFunction() {
91 Debug.setBreakPoint(testFunction, 1, 0);
92 testFunction();
  /external/chromium_org/third_party/skia/tests/
PathOpsExtendedTest.cpp 476 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/skia/tests/
PathOpsExtendedTest.cpp 476 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/clang/test/Analysis/
inline.cpp 213 void testFunction() {
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
nacltest.js 879 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});

Completed in 509 milliseconds