OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:timelimit
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/benchmarks/spinning-balls/
v.js
451
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/
threadtest3.c
846
static double
timelimit
= 0.0;
variable
861
timelimit
= t + ((double)nMs)/(1000.0*60.0*60.0*24.0);
877
ret = (t >=
timelimit
);
[
all
...]
Completed in 106 milliseconds