/system/extras/simpleperf/scripts/ |
D | debug_unwind_reporter.py | 102 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()
|
D | pprof_proto_generator.py | 58 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()
|
D | simpleperf_report_lib.py | 293 def ShowArtFrames(self, show=True): argument 295 self._ShowArtFramesFunc(self.getInstance(), show)
|
D | report.py | 223 tree = Treeview(report_frame, columns=[title_line], show='')
|
/system/core/libmeminfo/tools/ |
D | procmem.cpp | 97 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/ |
D | report_lib_interface.cpp | 110 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/ |
D | IVendor.hal | 21 // this import is unused, but it should still show up in the
|
/system/libsysprop/srcs/android/sysprop/ |
D | SetupWizardProperties.sysprop | 25 # CIDs of devices which should not show anything related to eSIM.
|
D | ContactsProperties.sysprop | 47 # 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/ |
D | performanced.te | 22 # These /proc accesses only show up in permissive mode but they
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | performanced.te | 22 # These /proc accesses only show up in permissive mode but they
|
/system/sepolicy/public/ |
D | performanced.te | 22 # 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/ |
D | CameraAvgFragment.java | 363 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/ |
D | NOTICE | 36 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/ |
D | Makefile | 95 --show-reachable=yes \
|
/system/extras/ANRdaemon/ |
D | README | 19 Known issue: in the systrace output, anrdaemon will show up when the trace is
|
/system/media/camera/docs/ |
D | plots.py | 211 plt.show()
|
/system/core/trusty/keymaster/legacy/ |
D | Makefile | 133 --show-reachable=yes \
|
/system/extras/simpleperf/demo/ |
D | README.md | 15 This directory is to show examples of using simpleperf to profile Android applications. The
|
/system/extras/simpleperf/doc/ |
D | README.md | 20 - [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/ |
D | hci_socket.py | 344 connection_complete.show()
|
/system/core/llkd/ |
D | README.md | 56 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/ |
D | brillo_update_payload | 352 if cgpt show -q -n "${image}" >/dev/null; then
|
/system/update_engine/ |
D | pylintrc | 64 # Only show warnings with the listed confidence levels. Leave empty to show
|
/system/keymaster/ |
D | Makefile | 186 --show-reachable=yes \
|