Home
last modified time | relevance | path

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

/external/clang/tools/scan-view/
DScanView.py520 reporterOptions = []
535 reporterOptions.append("""\
546 reporterOptionsDivs = '\n'.join(reporterOptions)
/external/chromium-trace/trace-viewer/tracing/third_party/mocha/
Dmocha.js1489 this.reporter(options.reporter, options.reporterOptions);
1544 Mocha.prototype.reporter = function(reporter, reporterOptions){ argument
1559 this.options.reporterOptions = reporterOptions;
4163 if (options.reporterOptions && options.reporterOptions.output) {
4167 self.fileStream = fs.createWriteStream(options.reporterOptions.output);