Searched refs:To (Results 1 – 25 of 121) sorted by relevance
12345
/system/extras/boottime_tools/bootio/ |
D | README.md | 4 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/ |
D | sphal_test.cc | 33 return link.To() == "rs"; in TEST() 36 return link.To() == "vndk"; in TEST()
|
/system/extras/tests/mmc_tracepoints/ |
D | README | 2 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/ |
D | namespace.cc | 80 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/ |
D | system_suspend.te | 6 # To serve ISuspendControlService. 19 # To resolve arbitrary sysfs paths from /sys/class/wakeup/* symlinks. 30 # To call BTAA registered callbacks
|
D | system_suspend_server.te | 5 # To serve ISystemSuspend.hal.
|
D | system_suspend_internal_server.te | 1 # To serve ISuspendControlServiceInternal.
|
D | fsck_untrusted.te | 16 # 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,
|
D | fsck.te | 41 # 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,
|
D | traceur_app.te | 17 # To exec the perfetto cmdline client and pass it the trace config on
|
/system/logging/logd/ |
D | README.auditd | 8 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/ |
D | vndk_camera_metadata_tags.mako | 24 * 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
|
D | extension_camera_metadata_tags.mako | 23 …* 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/ |
D | README.md | 24 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/ |
D | pts_chre.proto | 9 // (Host-To-CHRE) and others are C2H (CHRE-To-Host). One message type must be
|
/system/netd/ |
D | .editorconfig | 1 # To use this config with your editor, follow the instructions at:
|
/system/extras/simpleperf/scripts/ |
D | CONTRIBUTING.md | 3 To format the scripts, use:
|
/system/extras/simpleperf/ |
D | README.md | 16 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/ |
D | README.md | 25 2. To run on device
|
/system/nfc/tools/casimir/ |
D | README.rst | 59 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/ |
D | Android.bp | 2 // To use in other Android.bp files, add the following lines:
|
/system/extras/simpleperf/doc/ |
D | sample_filter.md | 4 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
|
D | README.md | 164 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/ |
D | README.md | 51 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/ |
D | link.h | 55 std::string To() const { in To() function
|
12345