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

  /external/compiler-rt/BlocksRuntime/tests/
recursive-block.c 31 voidVoid testFunction() {
47 voidVoid block = testFunction();
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/ppp_instance/
ppapi_ppp_instance.js 14 function addTestListeners(numListeners, test, testFunction, runCheck) {
16 if (!startsWith(message.data, testFunction)) return;
20 test.assertEqual(message.data, testFunction + ':PASSED');
32 function addTestListener(test, testFunction, runCheck) {
33 return addTestListeners(1, test, testFunction, runCheck);
  /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/chrome/test/base/
js2gtest.js 142 * will invoke the |testBody| for |testFixture|.|testFunction|.
144 * @param {string} testFunction The name of this test's function.
147 function TEST_F(testFixture, testFunction, testBody) {
168 print(testF + '(' + testFixture + ', ' + testFunction + ') {');
177 print(' set_preload_test_name("' + testFunction + '");');
180 testGenPreamble(testFixture, testFunction);
189 '"' + testFunction + '"));');
191 testGenPostamble(testFixture, testFunction);
  /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/icu4c/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/v8/test/mjsunit/
debug-stepin-call-function-stub.js 69 function testFunction() {
91 Debug.setBreakPoint(testFunction, 1, 0);
92 testFunction();
  /external/v8/test/mjsunit/
debug-stepin-call-function-stub.js 69 function testFunction() {
91 Debug.setBreakPoint(testFunction, 1, 0);
92 testFunction();
  /external/skia/tests/
PathOpsExtendedTest.cpp 459 const char* testFunction, bool twoPaths, SkMemoryWStream& outFile) {
486 outFile.writeText(testFunction);
528 const char testFunction[] = "testSimplifyx(path);";
529 outputToStream(pathStr, pathPrefix, nameSuffix, testFunction, false, stream);
654 const char testFunction[] = "testSimplify(path);";
662 outputToStream(pathStr, pathPrefix, nameSuffix, testFunction, false, rRamStream);
666 const char testFunction[] = "testOp(path);";
670 outputToStream(pathStr, NULL, nameSuffix, testFunction, true, rRamStream);
  /external/clang/test/Analysis/
inline.cpp 212 void testFunction() {
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
nacltest.js 868 this.addTest = function(name, testFunction) {
869 tests.push({name: name, callback: testFunction, async: false});
873 this.addAsyncTest = function(name, testFunction) {
874 tests.push({name: name, callback: testFunction, async: true});

Completed in 1164 milliseconds