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/core/adb/coverage/
Dreport.sh11 llvm-cov show --instr-profile="$OUTPUT_DIR"/adbd.profdata \
15 --show-region-summary=false \
22 --show-region-summary=false
Dshow.sh19 llvm-cov show --instr-profile="$OUTPUT_DIR"/adbd.profdata \
/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
618 if args.show:
619 show_file = args.show[0] if args.show[0] else 'pprof.profile'
622 printer.show()
Dsimpleperf_report_lib.py295 def ShowArtFrames(self, show=True): argument
297 self._ShowArtFramesFunc(self.getInstance(), show)
/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.cpp98 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/
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.md146 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
DREADME.md27 - [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/
Dreport_lib_interface.cpp110 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/
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/28.0/public/
Dperformanced.te22 # These /proc accesses only show up in permissive mode but they
/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/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/security/keystore/tests/
DMakefile94 --show-reachable=yes \
/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