Home
last modified time | relevance | path

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

12

/aosp12/system/extras/simpleperf/
H A Dcmd_report_test.cpp41 void Report(const std::string& perf_data, in Report() function in ReportCommandTest
85 Report(PERF_DATA); in TEST_F()
91 Report(PERF_DATA_WITH_MINI_DEBUG_INFO); in TEST_F()
97 Report(PERF_DATA, {"--sort", "pid"}); in TEST_F()
314 Report(NATIVELIB_IN_APK_PERF_DATA); in TEST_F()
337 Report(PERF_DATA_WITH_SYMBOLS); in TEST_F()
383 Report(PERF_DATA); in TEST_F()
386 Report(PERF_DATA, {"--no-show-ip"}); in TEST_F()
457 Report(PERF_DATA, {"--raw-period"}); in TEST_F()
493 Report(PERF_DATA, {"--csv"}); in TEST_F()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/am/
H A DInstrumentationReporter.java37 ArrayList<Report> mPendingReports;
51 ArrayList<Report> reports; in run()
75 final Report rep = reports.get(i); in run()
99 final class Report { class in InstrumentationReporter
106 Report(int type, IInstrumentationWatcher watcher, ComponentName name, int resultCode, in Report() method in InstrumentationReporter.Report
123 report(new Report(REPORT_TYPE_STATUS, watcher, name, resultCode, results)); in reportStatus()
131 report(new Report(REPORT_TYPE_FINISHED, watcher, name, resultCode, results)); in reportFinished()
134 private void report(Report report) { in report()
H A DEventLogTags.logtags66 # Report collection of global memory state
68 # Report collection of memory used by a process
71 # Report changing memory conditions (Values are ProcessStats.ADJ_MEM_FACTOR* constants)
/aosp12/frameworks/hardware/interfaces/stats/1.0/
H A 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.
/aosp12/system/tools/aidl/
H A Ddiagnostics.cpp56 AidlErrorLog Report(const AidlLocation& loc, DiagnosticID id, in Report() function in android::aidl::DiagnosticsContext
77 Report(a.GetLocation(), DiagnosticID::unknown_warning, DiagnosticSeverity::ERROR) in Suppress()
128 diag.Report(i.GetLocation(), DiagnosticID::interface_name) in Visit()
138 diag.Report(a.GetLocation(), DiagnosticID::inout_parameter) in Visit()
150 diag.Report(e.GetLocation(), DiagnosticID::const_name) in Visit()
156 diag.Report(c.GetLocation(), DiagnosticID::const_name) in Visit()
184 diag.Report(v.GetLocation(), DiagnosticID::enum_explicit_default) in CheckExplicitDefault()
205 diag.Report(i.GetLocation(), DiagnosticID::mixed_oneway) in Visit()
218 diag.Report(m.GetLocation(), DiagnosticID::out_array) in Visit()
231 diag.Report(t.GetLocation(), DiagnosticID::file_descriptor) in Visit()
[all …]
/aosp12/frameworks/compile/slang/
H A 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()
H A 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()
198 DiagEngine.Report(clang::diag::err_drv_argument_not_allowed_with) in ParseArguments()
218 DiagEngine.Report(clang::diag::err_drv_invalid_value) in ParseArguments()
250 DiagEngine.Report( in ParseArguments()
H A Dllvm-rs-cc.cpp213 DiagEngine->Report(clang::diag::err_fe_error_backend) << Message; in LLVMErrorHandler()
228 DiagEngine->Report(clang::diag::warn_deprecated_message) in emitDeprecationWarning()
279 DiagEngine.Report(clang::diag::err_drv_no_input_files); in main()
H A 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()
H A 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()
/aosp12/art/runtime/metrics/
H A Dreporter_test.cc53 struct Report { struct in art::metrics::TestBackend
63 current_report_.reset(new Report()); in BeginReport()
83 const std::vector<Report>& GetReports() { in GetReports()
93 std::vector<Report> reports_;
94 std::unique_ptr<Report> current_report_;
/aosp12/system/extras/simpleperf/doc/
H A Dandroid_application_profiling.md9 3. Report profiling data.
19 - [Report in html interface](#report-in-html-interface)
21 - [Report in Android Studio](#report-in-android-studio)
159 # Report perf.data in stdio interface.
177 # Report perf.data in html interface.
202 # Report call graphs in stdio interface.
205 # Report call graphs in python Tk interface.
208 # Report call graphs in html interface.
211 # Report call graphs in flamegraphs.
216 ## Report in html interface
[all …]
H A Dexecutable_commands_reference.md31 - [Report call graphs](#report-call-graphs)
604 # Report records in threads having name sudogame.
607 # Report records in process 7394 or 7395
610 # Report records in thread 7394 or 7395.
613 # Report records in libsudo-game-jni.so.
639 #### Report call graphs
/aosp12/frameworks/base/cmds/incidentd/src/
H A Dreport_file.proto28 message Report { message
82 * Report data structures for the incident reports.
84 repeated Report report = 2;
/aosp12/art/libartbase/base/metrics/
H A Dmetrics_test.h61 counter.Report(&backend); in CounterValue()
78 histogram.Report(&backend); in GetBuckets()
H A Dmetrics.h267 void Report(MetricsBackend* backend) const { backend->ReportCounter(counter_type, Value()); } in Report() function
310 void Report(MetricsBackend* backend) const { in Report() function
354 void Report(MetricsBackend* backend) const { in Report() function
418 void Report(MetricsBackend* backend) const { in Report() function
H A Dmetrics_common.cc71 #define ART_METRIC(name, Kind, ...) name()->Report(backend); in ReportAllMetrics()
/aosp12/hardware/interfaces/radio/1.5/
H A DIRadioIndication.hal27 * Report change of whether uiccApplications are enabled, or disabled.
35 * Report that Registration or a Location/Routing/Tracking Area update has failed.
81 * Report all of the current cell information known to the radio.
/aosp12/system/sepolicy/prebuilts/api/31.0/private/
H A Dderive_classpath.te20 # - Report the BCP to the ota's dexopt
/aosp12/system/sepolicy/prebuilts/api/32.0/private/
H A Dderive_classpath.te20 # - Report the BCP to the ota's dexopt
/aosp12/system/sepolicy/private/
H A Dderive_classpath.te20 # - Report the BCP to the ota's dexopt
/aosp12/hardware/interfaces/radio/1.4/
H A DIRadioIndication.hal27 * Report the current list of emergency numbers
56 * Report all of the current cell information known to the radio.
/aosp12/hardware/interfaces/power/1.1/
H A DIPower.hal27 * Report cumulative info on the statistics on subsystem-level sleep states
/aosp12/packages/providers/CalendarProvider/tests/
H A DEMMA_README52 echo "Report is in $HOME/emmaReport"
/aosp12/build/make/tools/droiddoc/templates-pdk/
H A Dcustomizations.cs149 target="_blank">Report Document Issues</a>

12