Home
last modified time | relevance | path

Searched refs:how (Results 1 – 25 of 49) sorted by relevance

12

/system/bt/doc/
Dproperties.md12 ### TODO: write descriptions of what each property means and how
/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/
Dgradle.properties7 # For more details on how to configure your build environment visit
/system/extras/simpleperf/demo/SimpleperfExampleWithNative/
Dgradle.properties7 # For more details on how to configure your build environment visit
/system/extras/simpleperf/demo/SimpleperfExamplePureJava/
Dgradle.properties7 # For more details on how to configure your build environment visit
/system/extras/simpleperf/demo/CppApi/
Dgradle.properties5 # For more details on how to configure your build environment visit
/system/extras/simpleperf/demo/JavaApi/
Dgradle.properties5 # For more details on how to configure your build environment visit
/system/extras/simpleperf/doc/
DREADME.md26 - [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 …]
Dinferno.md63 You can select how long to sample for, the color of the node and many other
/system/extras/libjsonpb/parse/
DAndroid.bp23 // how to ignore unknown fields yet. Use it only for testing purposes.
/system/core/init/
Dservice.cpp1212 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()
Dservice.h139 void StopOrReset(int how);
/system/netd/libnetdutils/
DSyscalls.cpp174 Status shutdown(Fd fd, int how) const override { in shutdown()
175 auto rv = ::shutdown(fd.get(), how); in shutdown()
/system/tools/hidl/
DREADME.md42 of how to generate HIDL makefiles (using the -Landroidbp option).
/system/netd/libnetdutils/include/netdutils/
DMockSyscalls.h60 MOCK_CONST_METHOD2(shutdown, Status(Fd fd, int how));
DSyscalls.h80 virtual Status shutdown(Fd fd, int how) const = 0;
/system/sepolicy/prebuilts/api/27.0/public/
Ddex2oat.te57 # 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/
Ddex2oat.te57 # 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/
Ddex2oat.te57 # It would be nice to tie this down, but currently, because of how images are written, we can't
/system/netd/tests/benchmarks/
DREADME.md49 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/
Dflatbuffers_types.fbs65 * Instruction on how to filter scan results before waking up the applications
/system/sepolicy/private/
Ddex2oat.te65 # 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/
Ddex2oat.te65 # It would be nice to tie this down, but currently, because of how images are written, we can't
/system/netd/resolv/
DREADME.md21 `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/
Daidl-cpp.md26 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/
DREADME.overlayfs.md102 sepolicy rules, principals of least privilege, which is how Android behaves.

12