/aosp12/system/extras/simpleperf/ |
H A D | cmd_report_test.cpp | 41 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 D | InstrumentationReporter.java | 37 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 D | EventLogTags.logtags | 66 # 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 D | IStats.hal | 26 * 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 D | diagnostics.cpp | 56 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 D | slang_rs_context.h | 336 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 D | rs_cc_options.cpp | 117 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 D | llvm-rs-cc.cpp | 213 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 D | slang.cpp | 146 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 D | slang_backend.cpp | 171 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 D | reporter_test.cc | 53 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 D | android_application_profiling.md | 9 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 D | executable_commands_reference.md | 31 - [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 D | report_file.proto | 28 message Report { message 82 * Report data structures for the incident reports. 84 repeated Report report = 2;
|
/aosp12/art/libartbase/base/metrics/ |
H A D | metrics_test.h | 61 counter.Report(&backend); in CounterValue() 78 histogram.Report(&backend); in GetBuckets()
|
H A D | metrics.h | 267 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 D | metrics_common.cc | 71 #define ART_METRIC(name, Kind, ...) name()->Report(backend); in ReportAllMetrics()
|
/aosp12/hardware/interfaces/radio/1.5/ |
H A D | IRadioIndication.hal | 27 * 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 D | derive_classpath.te | 20 # - Report the BCP to the ota's dexopt
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | derive_classpath.te | 20 # - Report the BCP to the ota's dexopt
|
/aosp12/system/sepolicy/private/ |
H A D | derive_classpath.te | 20 # - Report the BCP to the ota's dexopt
|
/aosp12/hardware/interfaces/radio/1.4/ |
H A D | IRadioIndication.hal | 27 * 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 D | IPower.hal | 27 * Report cumulative info on the statistics on subsystem-level sleep states
|
/aosp12/packages/providers/CalendarProvider/tests/ |
H A D | EMMA_README | 52 echo "Report is in $HOME/emmaReport"
|
/aosp12/build/make/tools/droiddoc/templates-pdk/ |
H A D | customizations.cs | 149 target="_blank">Report Document Issues</a>
|