Home
last modified time | relevance | path

Searched refs:show (Results 1 – 25 of 34) sorted by relevance

12

/system/extras/simpleperf/scripts/
Ddebug_unwind_reporter.py102 def show(self): member in ProcessMaps
156 def show(self): member in SampleResult
192 def show(self): member in FunctionResult
195 sample_result.show()
213 def show(self): member in FileResult
216 self.function_results[function_name].show()
272 def show(self): member in UnwindingResultErrorReport
285 self.process_maps.show()
288 self.file_results[filename].show()
468 report.show()
Dpprof_proto_generator.py58 def show(self): member in PprofProfilePrinter
566 if args.show:
567 show_file = args.show[0] if args.show[0] else 'pprof.profile'
570 printer.show()
Dsimpleperf_report_lib.py293 def ShowArtFrames(self, show=True): argument
295 self._ShowArtFramesFunc(self.getInstance(), show)
Dreport.py223 tree = Treeview(report_frame, columns=[title_line], show='')
/system/core/libmeminfo/tools/
Dprocmem.cpp97 static int show(const MemUsage& proc_stats, const std::vector<Vma>& maps) { in show() function
191 return show(proc_stats, maps); in main()
/system/extras/simpleperf/
Dreport_lib_interface.cpp110 void ShowArtFrames(ReportLib* report_lib, bool show) EXPORT;
156 void ShowArtFrames(bool show) { show_art_frames_ = show; } in ShowArtFrames() argument
468 void ShowArtFrames(ReportLib* report_lib, bool show) { in ShowArtFrames() argument
469 return report_lib->ShowArtFrames(show); in ShowArtFrames()
/system/tools/hidl/test/vendor/1.1/
DIVendor.hal21 // this import is unused, but it should still show up in the
/system/libsysprop/srcs/android/sysprop/
DSetupWizardProperties.sysprop25 # CIDs of devices which should not show anything related to eSIM.
DContactsProperties.sysprop47 # don't know anything about them, so they won't show up in the contact filter screen, and
/system/sepolicy/prebuilts/api/29.0/public/
Dperformanced.te22 # These /proc accesses only show up in permissive mode but they
/system/sepolicy/prebuilts/api/28.0/public/
Dperformanced.te22 # These /proc accesses only show up in permissive mode but they
/system/sepolicy/public/
Dperformanced.te22 # These /proc accesses only show up in permissive mode but they
/system/extras/power_profile/camera_avg/Application/src/main/java/com/example/android/powerprofile/cameraavg/
DCameraAvgFragment.java363 Toast.makeText(activity, text, Toast.LENGTH_SHORT).show(); in showToast()
476 new ConfirmationDialog().show(getChildFragmentManager(), FRAGMENT_DIALOG); in requestCameraPermission()
489 .show(getChildFragmentManager(), FRAGMENT_DIALOG); in onRequestPermissionsResult()
606 .show(getChildFragmentManager(), FRAGMENT_DIALOG); in setUpCameraOutputs()
910 .show(); in onClick()
/system/sepolicy/tools/fc_sort/
DNOTICE36 source code. And you must show them these terms so they know their
317 Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
319 under certain conditions; type `show c' for details.
321 The hypothetical commands `show w' and `show c' should show the appropriate
323 be called something other than `show w' and `show c'; they could even be
/system/security/keystore/tests/
DMakefile95 --show-reachable=yes \
/system/extras/ANRdaemon/
DREADME19 Known issue: in the systrace output, anrdaemon will show up when the trace is
/system/media/camera/docs/
Dplots.py211 plt.show()
/system/core/trusty/keymaster/legacy/
DMakefile133 --show-reachable=yes \
/system/extras/simpleperf/demo/
DREADME.md15 This directory is to show examples of using simpleperf to profile Android applications. The
/system/extras/simpleperf/doc/
DREADME.md20 - [Show flame graph](#show-flame-graph)
305 show it.
337 We can use [report_html.py](#report_html-py) to show profiling results in a web browser.
339 and disassembly annotation. It is the recommended way to show reports.
347 To show flame graphs, we need to first record call graphs. Flame graphs are shown by
349 We can also use [inferno](#inferno) to show flame graphs directly.
373 $ python run_simpleperf_on_device.py list --show-features
814 a function is called by other functions. To show a call graph, we need to first record it, then
851 $ simpleperf list --show-features
1132 report_html.py generates report.html based on the profiling data. Then the report.html can show
[all …]
/system/bt/vendor_libs/test_vendor_lib/scripts/
Dhci_socket.py344 connection_complete.show()
/system/core/llkd/
DREADME.md56 symbol will show in all affected processes, not just the one that
151 One must be convinced that it is virtually *impossible* for symbol to show up
/system/update_engine/scripts/
Dbrillo_update_payload352 if cgpt show -q -n "${image}" >/dev/null; then
/system/update_engine/
Dpylintrc64 # Only show warnings with the listed confidence levels. Leave empty to show
/system/keymaster/
DMakefile186 --show-reachable=yes \

12