Searched refs:reporter (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/media/apex/java/android/media/ |
D | CloseGuard.java | 136 private static volatile Reporter reporter = new DefaultReporter(); field in CloseGuard 177 CloseGuard.reporter = rep; in setReporter() 184 return reporter; in getReporter() 274 reporter.report(message, stack); in warnIfOpen()
|
/frameworks/base/libs/hwui/tests/macrobench/ |
D | TestSceneRunner.cpp | 66 benchmark::BenchmarkReporter* reporter, RenderProxy* proxy, in outputBenchmarkReport() argument 91 reporter->ReportRuns(reports); in outputBenchmarkReport() 105 reporter->ReportRuns(reports); in outputBenchmarkReport() 111 benchmark::BenchmarkReporter* reporter) { in run() argument 186 if (reporter) { in run() 187 outputBenchmarkReport(info, opts, reporter, proxy.get(), (end - start) / (double)s2ns(1)); in run()
|
D | main.cpp | 49 benchmark::BenchmarkReporter* reporter);
|
/frameworks/base/cmds/am/src/com/android/commands/am/ |
D | Instrument.java | 373 public InstrumentationWatcher(StatusReporter reporter) { in InstrumentationWatcher() argument 374 mReporter = reporter; in InstrumentationWatcher() 458 StatusReporter reporter = null; in run() local 464 reporter = new ProtoStatusReporter(); in run() 466 reporter = new TextStatusReporter(rawMode); in run() 472 if (reporter != null) { in run() 473 watcher = new InstrumentationWatcher(reporter); in run() 520 reporter.onError("INSTRUMENTATION_ABORTED: System has crashed.", false); in run() 526 if (reporter != null) { in run() 527 reporter.onError(ex.getMessage(), true); in run()
|
/frameworks/base/services/robotests/src/com/android/server/testing/shadows/ |
D | ShadowKeyValueBackupTask.java | 62 KeyValueBackupReporter reporter, in __constructor__() argument
|
/frameworks/base/services/backup/java/com/android/server/backup/keyvalue/ |
D | KeyValueBackupTask.java | 214 KeyValueBackupReporter reporter = in start() local 223 reporter, in start() 297 KeyValueBackupReporter reporter, in KeyValueBackupTask() argument 310 mReporter = reporter; in KeyValueBackupTask()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/util/ |
D | message_differencer.cc | 365 void MessageDifferencer::ReportDifferencesTo(Reporter* reporter) { in ReportDifferencesTo() argument 372 reporter_ = reporter; in ReportDifferencesTo() 400 StreamReporter reporter(&output_stream); in Compare() local 401 reporter_ = &reporter; in Compare() 438 StreamReporter reporter(&output_stream); in CompareWithFields() local 439 reporter_ = &reporter; in CompareWithFields()
|
D | message_differencer.h | 567 void ReportDifferencesTo(Reporter* reporter);
|
D | message_differencer_unittest.cc | 2824 MessageDifferencer::StreamReporter reporter(&output_stream); in RunWithResult() local 2825 reporter.set_report_modified_aggregates(true); in RunWithResult() 2827 differencer->ReportDifferencesTo(&reporter); in RunWithResult()
|
/frameworks/base/cmds/incidentd/src/ |
D | IncidentService.cpp | 189 sp<Reporter> reporter = new Reporter(mWorkDirectory, batch); in take_report() local 196 reporter->runReport(&reportByteSize); in take_report()
|