Searched refs:how (Results 1 – 25 of 49) sorted by relevance
12
/system/bt/doc/ |
D | properties.md | 12 ### TODO: write descriptions of what each property means and how
|
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/ |
D | gradle.properties | 7 # For more details on how to configure your build environment visit
|
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/ |
D | gradle.properties | 7 # For more details on how to configure your build environment visit
|
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/ |
D | gradle.properties | 7 # For more details on how to configure your build environment visit
|
/system/extras/simpleperf/demo/CppApi/ |
D | gradle.properties | 5 # For more details on how to configure your build environment visit
|
/system/extras/simpleperf/demo/JavaApi/ |
D | gradle.properties | 5 # For more details on how to configure your build environment visit
|
/system/extras/simpleperf/doc/ |
D | README.md | 26 - [How simpleperf works](#how-simpleperf-works) 32 - [Decide how long to stat](#decide-how-long-to-stat) 39 - [Decide how long to record](#decide-how-long-to-record) 64 - [How to solve missing symbols in report](#how-to-solve-missing-symbols-in-report) 151 This section shows how to profile an Android application. 293 symbols in the report, check [here](#how-to-solve-missing-symbols-in-report). 452 several hardware counters, counting events like how many cpu cycles have happened, how many 453 instructions have executed, or how many cache misses have happened. 461 The stat command gives a summary of how many events have happened in the profiled processes in a 462 time period. Here’s how it works: [all …]
|
D | inferno.md | 63 You can select how long to sample for, the color of the node and many other
|
/system/extras/libjsonpb/parse/ |
D | Android.bp | 23 // how to ignore unknown fields yet. Use it only for testing purposes.
|
/system/core/init/ |
D | service.cpp | 1212 void Service::StopOrReset(int how) { in StopOrReset() argument 1217 if ((how != SVC_DISABLED) && (how != SVC_RESET) && (how != SVC_RESTART)) { in StopOrReset() 1219 how = SVC_DISABLED; in StopOrReset() 1223 if (how == SVC_RESET) { in StopOrReset() 1226 flags_ |= how; in StopOrReset() 1230 if (how == SVC_RESTART) { in StopOrReset()
|
D | service.h | 139 void StopOrReset(int how);
|
/system/netd/libnetdutils/ |
D | Syscalls.cpp | 174 Status shutdown(Fd fd, int how) const override { in shutdown() 175 auto rv = ::shutdown(fd.get(), how); in shutdown()
|
/system/tools/hidl/ |
D | README.md | 42 of how to generate HIDL makefiles (using the -Landroidbp option).
|
/system/netd/libnetdutils/include/netdutils/ |
D | MockSyscalls.h | 60 MOCK_CONST_METHOD2(shutdown, Status(Fd fd, int how));
|
D | Syscalls.h | 80 virtual Status shutdown(Fd fd, int how) const = 0;
|
/system/sepolicy/prebuilts/api/27.0/public/ |
D | dex2oat.te | 57 # It would be nice to tie this down, but currently, because of how images are written, we can't
|
/system/sepolicy/prebuilts/api/26.0/public/ |
D | dex2oat.te | 57 # It would be nice to tie this down, but currently, because of how images are written, we can't
|
/system/sepolicy/prebuilts/api/28.0/public/ |
D | dex2oat.te | 57 # It would be nice to tie this down, but currently, because of how images are written, we can't
|
/system/netd/tests/benchmarks/ |
D | README.md | 49 label, it might be more useful to log every decile to get a better picture of how spiky
|
/system/chre/apps/wifi_offload/include/chre/apps/wifi_offload/ |
D | flatbuffers_types.fbs | 65 * Instruction on how to filter scan results before waking up the applications
|
/system/sepolicy/private/ |
D | dex2oat.te | 65 # It would be nice to tie this down, but currently, because of how images are written, we can't
|
/system/sepolicy/prebuilts/api/29.0/private/ |
D | dex2oat.te | 65 # It would be nice to tie this down, but currently, because of how images are written, we can't
|
/system/netd/resolv/ |
D | README.md | 21 `IDnsTlsSocketObserver` is an interface defining how `DnsTlsSocket` returns 96 This sets the limit on how long session tickets will be preserved during idle periods,
|
/system/tools/aidl/docs/ |
D | aidl-cpp.md | 26 This document describes how C++ generation works with attention to: 65 Similar to how Java works, the suffix of the path to a .aidl file must match
|
/system/core/fs_mgr/ |
D | README.overlayfs.md | 102 sepolicy rules, principals of least privilege, which is how Android behaves.
|
12