Home
last modified time | relevance | path

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

12

/system/bt/gd/cert/
Dgen_html_coverage.sh5 llvm-cov show --format=html --summary-only --show-line-counts-or-regions --show-instantiation-summa…
/system/tools/aidl/
Daidl-format.sh145 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/
Dhal-queries.sh153 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/
Dprocmem.cpp99 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/
Dandroid_application_profiling.md20 - [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
Dscripts_reference.md147 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
DREADME.md28 - [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/
Dreport_lib_interface.cpp133 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/
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/30.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/prebuilts/api/31.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/tools/hidl/test/format_test/1.0/
DIFoo.hal34 * This doc comment should show up
/system/extras/simpleperf/scripts/
Dpprof_proto_generator.py58 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()
Dsimpleperf_report_lib.py308 def ShowArtFrames(self, show: bool = True):
310 self._ShowArtFramesFunc(self.getInstance(), show)
/system/security/keystore/tests/
DMakefile94 --show-reachable=yes \
/system/extras/simpleperf/scripts/purgatorio/
DREADME.md39 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/
DREADME19 Known issue: in the systrace output, anrdaemon will show up when the trace is
/system/libbase/
DREADME.md30 show that there's precedent. Being able to say "so-and-so has used this
/system/media/camera/docs/
Dplots.py211 plt.show()

12