Searched refs:NotifyResult (Results 1 – 13 of 13) sorted by relevance
/external/v8/test/js-perf-test/ |
D | base.js | 224 BenchmarkSuite.prototype.NotifyResult = function() { method in BenchmarkSuite 228 if (this.runner.NotifyResult) { 230 this.runner.NotifyResult(this.name, formatted); 237 if (this.runner.NotifyResult) { 239 this.runner.NotifyResult(this.name + "Latency", formattedLatency); 248 if (runner.NotifyResult) { 249 runner.NotifyResult(this.name, "Skipped"); 340 suite.NotifyResult();
|
/external/v8/benchmarks/ |
D | base.js | 177 BenchmarkSuite.prototype.NotifyResult = function() { method in BenchmarkSuite 181 if (this.runner.NotifyResult) { 183 this.runner.NotifyResult(this.name, formatted); 257 suite.NotifyResult();
|
D | run.js | 60 BenchmarkSuite.RunSuites({ NotifyResult: PrintResult, property
|
/external/v8/test/js-perf-test/RestParameters/ |
D | run.js | 25 BenchmarkSuite.RunSuites({ NotifyResult: PrintResult, property
|
/external/v8/test/js-perf-test/Templates/ |
D | run.js | 26 BenchmarkSuite.RunSuites({ NotifyResult: PrintResult, property
|
/external/v8/test/js-perf-test/Strings/ |
D | run.js | 26 BenchmarkSuite.RunSuites({ NotifyResult: PrintResult, property
|
/external/v8/test/js-perf-test/Object/ |
D | run.js | 25 BenchmarkSuite.RunSuites({ NotifyResult: PrintResult, property
|
/external/v8/test/js-perf-test/SpreadCalls/ |
D | run.js | 26 BenchmarkSuite.RunSuites({ NotifyResult: PrintResult, property
|
/external/v8/test/js-perf-test/Iterators/ |
D | run.js | 26 BenchmarkSuite.RunSuites({ NotifyResult: PrintResult, property
|
/external/v8/test/js-perf-test/Scope/ |
D | run.js | 25 BenchmarkSuite.RunSuites({ NotifyResult: PrintResult, property
|
/external/v8/test/js-perf-test/Exceptions/ |
D | run.js | 25 BenchmarkSuite.RunSuites({ NotifyResult: PrintResult, property
|
/external/v8/test/js-perf-test/Classes/ |
D | run.js | 27 BenchmarkSuite.RunSuites({ NotifyResult: PrintResult, property
|
/external/v8/test/js-perf-test/Collections/ |
D | run.js | 30 BenchmarkSuite.RunSuites({ NotifyResult: PrintResult, property
|