OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RunSingle
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/PerformanceTests/DOM/resources/
dom-perf.js
216
BenchmarkSuite.prototype.
RunSingle
= function(benchmark, times) {
341
var result = suite.
RunSingle
(suite.benchmarks[j], []);
/external/v8/tools/
test.py
88
thread = threading.Thread(target=self.
RunSingle
, args=[])
92
self.
RunSingle
()
106
def
RunSingle
(self):
[
all
...]
Completed in 583 milliseconds