Home
last modified time | relevance | path

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

/external/chromium_org/v8/benchmarks/spinning-balls/
Dv.js451 this.timelimit = create("input");
452 this.timelimit.setAttribute("value", "60");
454 table.appendChild(row(text("Time limit in seconds"), this.timelimit));
491 benchmarkTimeLimit = form.timelimit.value * 1000;
/external/chromium_org/third_party/sqlite/src/test/
Dthreadtest3.c846 static double timelimit = 0.0; variable
861 timelimit = t + ((double)nMs)/(1000.0*60.0*60.0*24.0); in setstoptime_x()
877 ret = (t >= timelimit); in timetostop_x()