Home
last modified time | relevance | path

Searched refs:TestRun (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/jstemplate/
Djstemplate_example.js143 function TestRun(times, test, result) { class
156 TestRun.prototype.run_ = function() {
188 new TestRun(1, function(i) {
227 new TestRun(1, function() {
/external/chromium_org/build/android/pylib/utils/
Dtimeout_retry_unittest.py28 class TestRun(unittest.TestCase): class