/system/bt/gd/cert/ |
D | gen_html_coverage.sh | 5 llvm-cov show --format=html --summary-only --show-line-counts-or-regions --show-instantiation-summa…
|
/system/core/adb/coverage/ |
D | report.sh | 11 llvm-cov show --instr-profile="$OUTPUT_DIR"/adbd.profdata \ 15 --show-region-summary=false \ 22 --show-region-summary=false
|
D | show.sh | 19 llvm-cov show --instr-profile="$OUTPUT_DIR"/adbd.profdata \
|
/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 618 if args.show: 619 show_file = args.show[0] if args.show[0] else 'pprof.profile' 622 printer.show()
|
D | simpleperf_report_lib.py | 295 def ShowArtFrames(self, show=True): argument 297 self._ShowArtFramesFunc(self.getInstance(), show)
|
/system/tools/hidl/scripts/ |
D | hal-queries.sh | 153 git show-ref -q $parent || { echo "$parent doesn't exist" && continue; } 155 diff <(git show "$parent":current.txt | grep -oP "^[^ ]+ [^ ]+" | sort) \ 156 <(git show "$child":current.txt | grep -oP "^[^ ]+ [^ ]+" | sort) |
|
/system/memory/libmeminfo/tools/ |
D | procmem.cpp | 98 static int show(const MemUsage& proc_stats, const std::vector<Vma>& maps) { in show() function 200 return show(proc_stats, maps); in main()
|
/system/extras/simpleperf/doc/ |
D | android_application_profiling.md | 20 - [Show flamegraph](#show-flamegraph) 186 a browser tab to show it. 218 We can use [report_html.py](scripts_reference.md#report_htmlpy) to show profiling results in a web … 220 and disassembly annotation. It is the recommended way to show reports. 228 To show flamegraphs, we need to first record call graphs. Flamegraphs are shown by 230 We can also use [inferno](scripts_reference.md#inferno) to show flamegraphs directly. 254 $ simpleperf report-sample --protobuf --show-callchain -i perf.data -o perf.trace 255 # Then open perf.trace in Android Studio to show it. 265 $ python run_simpleperf_on_device.py list --show-features
|
D | scripts_reference.md | 146 report_html.py generates report.html based on the profiling data. Then the report.html can show 180 The first tab is "Chart Statistics". You can click the pie chart to show the time consumed by each 221 # Show report in html format. To show disassembly, add --tools option like: 223 # To show annotated source or disassembly, select `top` in the view menu, click a function and
|
D | README.md | 27 - [Show annotated source code and disassembly](#show-annotated-source-code-and-disassembly) 135 3. Can only unwind 64K stack for each sample. So usually can't show complete flamegraph. But 210 To show hot places at source code and instruction level, we need to show source code and
|
/system/extras/simpleperf/ |
D | report_lib_interface.cpp | 110 void ShowArtFrames(ReportLib* report_lib, bool show) EXPORT; 157 void ShowArtFrames(bool show) { show_art_frames_ = show; } in ShowArtFrames() argument 488 void ShowArtFrames(ReportLib* report_lib, bool show) { in ShowArtFrames() argument 489 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/28.0/public/ |
D | performanced.te | 22 # These /proc accesses only show up in permissive mode but they
|
/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/30.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/tools/hidl/test/format_test/1.0/ |
D | IFoo.hal | 34 * This doc comment should show up
|
/system/security/keystore/tests/ |
D | Makefile | 94 --show-reachable=yes \
|
/system/extras/ANRdaemon/ |
D | README | 19 Known issue: in the systrace output, anrdaemon will show up when the trace is
|
/system/libbase/ |
D | README.md | 30 show that there's precedent. Being able to say "so-and-so has used this
|
/system/media/camera/docs/ |
D | plots.py | 211 plt.show()
|