Home
last modified time | relevance | path

Searched refs:To (Results 1 – 25 of 121) sorted by relevance

12345

/system/extras/boottime_tools/bootio/
DREADME.md4 To use bootio kernel must be compiled with this flags:
11 To use bootio make sure it's included in product config for the board.
22 To see collected logs run:
/system/linkerconfig/contents/tests/configuration/
Dsphal_test.cc33 return link.To() == "rs"; in TEST()
36 return link.To() == "vndk"; in TEST()
/system/extras/tests/mmc_tracepoints/
DREADME2 in the kernel. To turn on mmc tracing, do this:
7 To get the trace:
11 To turn it back off, do:
/system/linkerconfig/modules/
Dnamespace.cc80 if (link.To() == target_namespace) { in GetLink()
116 if (link.To() == name_) { in WriteConfig()
120 link_list.push_back(link.To()); in WriteConfig()
126 if (link.To() == name_) continue; in WriteConfig()
/system/sepolicy/private/
Dsystem_suspend.te6 # To serve ISuspendControlService.
19 # To resolve arbitrary sysfs paths from /sys/class/wakeup/* symlinks.
30 # To call BTAA registered callbacks
Dsystem_suspend_server.te5 # To serve ISystemSuspend.hal.
Dsystem_suspend_internal_server.te1 # To serve ISuspendControlServiceInternal.
Dfsck_untrusted.te16 # To determine if it is safe to run fsck on a filesystem, e2fsck
17 # must first determine if the filesystem is mounted. To do that,
Dfsck.te41 # To determine if it is safe to run fsck on a filesystem, e2fsck
42 # must first determine if the filesystem is mounted. To do that,
Dtraceur_app.te17 # To exec the perfetto cmdline client and pass it the trace config on
/system/logging/logd/
DREADME.auditd8 To enable the audit subsystem, you must add this to your
12 To enable a LSM, you must consult that LSM's documentation, the
/system/media/camera/docs/
Dvndk_camera_metadata_tags.mako24 * Generated automatically from vndk_camera_metadata_tags.mako. To be included in libcameraservice
29 * API level to static keys mapping. To be used for filtering out keys depending on vndk version
43 * API level to dynamic keys mapping. To be used for filtering out keys depending on vndk version
Dextension_camera_metadata_tags.mako23 …* Generated automatically from extensions_camera_metadata_tags.mako. To be included in libcamerase…
28 * API level to dynamic keys mapping. To be used for filtering out keys depending on vndk version
/system/core/bootstat/
DREADME.md24 To record the relative time of an event during the boot phase, call `bootstat`
34 To log the persisted boot events, call `bootstat` with the `-l` option.
45 To print the set of persisted boot events, call `bootstat` with the `-p` option.
/system/chre/apps/test/pts/proto/
Dpts_chre.proto9 // (Host-To-CHRE) and others are C2H (CHRE-To-Host). One message type must be
/system/netd/
D.editorconfig1 # To use this config with your editor, follow the instructions at:
/system/extras/simpleperf/scripts/
DCONTRIBUTING.md3 To format the scripts, use:
/system/extras/simpleperf/
DREADME.md16 To snap the aosp-simpleperf-release branch to ToT AOSP main and kick off a
39 To test all scripts, please use python 3.8+ and install below packages:
93 To check simpleperf contents released in ndk, we can build ndk package.
/system/libhidl/fuzzer/
DREADME.md25 2. To run on device
/system/nfc/tools/casimir/
DREADME.rst59 To run a basic tag detection test on Cuttlefish:
95 | CORE_INIT_CMD | Completed | To be defined: number and type of RF |
98 | | | To be defined: default configuration for the |
/system/apex/
DAndroid.bp2 // To use in other Android.bp files, add the following lines:
/system/extras/simpleperf/doc/
Dsample_filter.md4 ranges. To filter samples, we can pass filter options to the report commands or scripts.
9 To filter samples based on time ranges, simpleperf accepts a filter file when reporting. The filter
DREADME.md164 To mitigate these problems,
168 1. To alleviate it, simpleperf joins callchains (call stacks) after recording. If two callchains of
211 stripped in native libraries in apks. To fix this, we can download unstripped version of native
214 To use simpleperf directly:
224 To use app_profiler.py:
257 To show hot places at source code and instruction level, we need to show source code and
299 To reduce lost samples in the kernel buffer, we can increase kernel buffer size via `-m`. To reduce
326 Most scripts rely on simpleperf binaries to work. To update binaries for scripts (using linux
/system/nfc/src/fuzzers/
DREADME.md51 There are quite a lot setups required to build and run the fuzzer. To make
70 To run the fuzzer for a single iteration, assuming you are at the fuzzer
79 To run the fuzzer repeatedly, simply use the same command but without
/system/linkerconfig/modules/include/linkerconfig/
Dlink.h55 std::string To() const { in To() function

12345