Home
last modified time | relevance | path

Searched refs:Report (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DInstrumentationReporter.java36 ArrayList<Report> mPendingReports;
50 ArrayList<Report> reports; in run()
74 final Report rep = reports.get(i); in run()
98 final class Report { class in InstrumentationReporter
105 Report(int type, IInstrumentationWatcher watcher, ComponentName name, int resultCode, in Report() method in InstrumentationReporter.Report
120 report(new Report(REPORT_TYPE_STATUS, watcher, name, resultCode, results)); in reportStatus()
128 report(new Report(REPORT_TYPE_FINISHED, watcher, name, resultCode, results)); in reportFinished()
131 private void report(Report report) { in report()
DEventLogTags.logtags99 # Report collection of global memory state
101 # Report collection of memory used by a process
109 # Report changing memory conditions (Values are ProcessStats.ADJ_MEM_FACTOR* constants)
/frameworks/hardware/interfaces/stats/1.0/
DIStats.hal26 * Report the detected speaker impedance value.
34 * Report the detected failure of a hardware component.
42 * Report the detection of a physical drop event, as detected by
52 * Report bucketed battery charge cycles.
59 * Report battery health snapshot, aggregated.
69 * Report slow I/O operations, aggregated.
77 * Report a shutdown event caused by low battery.
85 * Report a USB port overheat event.
95 * Report the Speech DSP state value.
103 * Report a custom vendor atom.
/frameworks/compile/slang/
Dslang_rs_context.h336 clang::DiagnosticBuilder Report(clang::DiagnosticsEngine::Level Level, in Report() function
339 return DiagEngine->Report(DiagEngine->getCustomDiagID(Level, Message)); in Report()
343 clang::DiagnosticBuilder Report(clang::DiagnosticsEngine::Level Level, in Report() function
348 return DiagEngine->Report(clang::FullSourceLoc(Loc, *SM), in Report()
356 return Report<N>(clang::DiagnosticsEngine::Error, Message); in ReportError()
362 return Report<N>(clang::DiagnosticsEngine::Error, Loc, Message); in ReportError()
367 return Report<N>(clang::DiagnosticsEngine::Warning, Message); in ReportWarning()
373 return Report<N>(clang::DiagnosticsEngine::Warning, Loc, Message); in ReportWarning()
Drs_cc_options.cpp117 DiagEngine.Report(clang::diag::err_drv_missing_argument) in ParseArguments()
125 DiagEngine.Report(clang::diag::err_drv_unknown_argument) in ParseArguments()
193 DiagEngine.Report(clang::diag::err_drv_argument_not_allowed_with) in ParseArguments()
213 DiagEngine.Report(clang::diag::err_drv_invalid_value) in ParseArguments()
245 DiagEngine.Report( in ParseArguments()
Dslang.cpp146 DiagEngine->Report(clang::diag::err_fe_error_opening) in OpenOutputFile()
301 mDiagEngine->Report(clang::diag::err_fe_error_reading) << InputFile; in setInputSource()
506 getDiagnostics().Report(DiagID) << Reflected->getName() in checkODR()
582 getDiagnostics().Report(DiagID); in compile()
615 getDiagnostics().Report(DiagID) << mTargetAPI << SLANG_MINIMUM_TARGET_API in compile()
Dllvm-rs-cc.cpp212 DiagEngine->Report(clang::diag::err_fe_error_backend) << Message; in LLVMErrorHandler()
269 DiagEngine.Report(clang::diag::err_drv_no_input_files); in main()
Dslang_backend.cpp171 mDiagEngine.Report(clang::diag::err_fe_unable_to_create_target) << Error; in CreateCodeGenPasses()
237 mDiagEngine.Report(clang::diag::err_fe_unable_to_interface_with_target); in CreateCodeGenPasses()
710 mDiagEngine.Report( in HandleTranslationUnitPre()
720 mDiagEngine.Report( in HandleTranslationUnitPre()
Dslang_rs_context.cpp250 DiagEngine->Report(VD->getLocation(), DiagEngine->getCustomDiagID( in processExports()
Dslang_rs_object_ref_count.cpp976 DiagEngine.Report( in CreateStructRSSetObject()
/frameworks/base/cmds/incidentd/src/
Dreport_file.proto28 message Report { message
77 * Report data structures for the incident reports.
79 repeated Report report = 2;
/frameworks/base/cmds/hid/
DREADME.md104 | report | byte array | Report data to send |
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto808 // dialog will never display the "Report" button.
/frameworks/base/cmds/statsd/src/
Datoms.proto2124 * Logs when we receive Bluetooth Link Quality Report event from the controller
5414 // Report eight different frequencies, and how much time is spent in each frequency. Frequencies
/frameworks/base/proto/src/metrics_constants/
Dmetrics_constants.proto7382 // Report interactions with seekbar on media notifications
/frameworks/base/services/
Dart-profile18676 Lcom/android/server/am/InstrumentationReporter$Report;