/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/tools/aidl/ |
D | aidl-format.sh | 145 function show-help-and-exit() { 159 -h) show-help-and-exit;; 160 -*) echo "$1" is wrong option; show-help-and-exit;;
|
/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 | 99 static int show(const MemUsage& proc_stats, const std::vector<Vma>& maps) { in show() function 201 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 | 147 report_html.py generates report.html based on the profiling data. Then the report.html can show 181 The first tab is "Chart Statistics". You can click the pie chart to show the time consumed by each 214 [purgatorio](../scripts/purgatorio/README.md) is a visualization tool to show samples in time order. 226 # Show report in html format. To show disassembly, add --tools option like: 228 # To show annotated source or disassembly, select `top` in the view menu, click a function and
|
D | README.md | 28 - [Show annotated source code and disassembly](#show-annotated-source-code-and-disassembly) 136 3. Can only unwind 64K stack for each sample. So usually can't show complete flamegraph. But 223 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 | 133 void ShowArtFrames(bool show) { in ShowArtFrames() argument 134 bool remove_art_frame = !show; in ShowArtFrames() 417 void ShowArtFrames(ReportLib* report_lib, bool show) EXPORT; 456 void ShowArtFrames(ReportLib* report_lib, bool show) { in ShowArtFrames() argument 457 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/30.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/prebuilts/api/31.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/extras/simpleperf/scripts/ |
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 | 308 def ShowArtFrames(self, show: bool = True): 310 self._ShowArtFramesFunc(self.getInstance(), show)
|
/system/security/keystore/tests/ |
D | Makefile | 94 --show-reachable=yes \
|
/system/extras/simpleperf/scripts/purgatorio/ |
D | README.md | 39 If you get lots of "Failed to read symbols" messages, and backtraces in the diagram don't show the … 54 …ortion. Once samples are selected in the main graph, the flame graph will show an interactive visu…
|
/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()
|