Home
last modified time | relevance | path

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

123

/system/core/init/
Dservice.cpp696 void Service::StopOrReset(int how) { in StopOrReset() argument
701 if ((how != SVC_DISABLED) && (how != SVC_RESET) && (how != SVC_RESTART)) { in StopOrReset()
703 how = SVC_DISABLED; in StopOrReset()
707 if (how == SVC_RESET) { in StopOrReset()
710 flags_ |= how; in StopOrReset()
714 if (how == SVC_RESTART) { in StopOrReset()
Dservice.h143 void StopOrReset(int how);
/system/extras/simpleperf/doc/
Dexecutable_commands_reference.md7 - [How simpleperf works](#how-simpleperf-works)
13 - [Decide how long to stat](#decide-how-long-to-stat)
22 - [Decide how long to record](#decide-how-long-to-record)
37 several hardware counters, counting events like how many cpu cycles have happened, how many
38 instructions have executed, or how many cache misses have happened.
46 The stat command gives a summary of how many events have happened in the profiled processes in a
47 time period. Here’s how it works:
52 The record command records samples of the profiled processes in a time period. Here’s how it works:
122 we can select which events to use, which processes/threads to monitor, how long to monitor and the
221 ### Decide how long to stat
[all …]
/system/bt/doc/
Dproperties.md12 ### TODO: write descriptions of what each property means and how
/system/extras/simpleperf/demo/CppApi/
Dgradle.properties5 # 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/JavaApi/
Dgradle.properties5 # 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/SimpleperfExampleOfKotlin/
Dgradle.properties7 # For more details on how to configure your build environment visit
/system/extras/libjsonpb/parse/
DAndroid.bp23 // how to ignore unknown fields yet. Use it only for testing purposes.
/system/teeui/test/example_config/
DREADME91 more info on how to run atest can be found here: https://source.android.com/compatibility/tests/dev…
95 The following command is how to run the test
/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/bt/gd/l2cap/classic/
Dfacade.proto22 // Get the buffer size of channel queue end for L2CAP user (how many packets we can buffer
/system/netd/libnetdutils/include/netdutils/
DMockSyscalls.h60 MOCK_CONST_METHOD2(shutdown, Status(Fd fd, int how));
/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/extras/memory_replay/traces/
DTRACES1 This file describes how the traces were created.
/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/bt/gd/docs/testing/
Dcert_test.md28 diagram shows how the system could be configured:
65 should have no knowledge of how this component works * **Root-Canal**: A
191 Logs are produced and saved whenever GD cert tests runs. Depending on how the
/system/tools/aidl/tests/lazy_test/
DREADME26 an example of how to add a new service. The required files are as follows:
/system/sepolicy/private/
Ddex2oat.te62 # It would be nice to tie this down, but currently, because of how images are written, we can't
/system/sepolicy/prebuilts/api/30.0/private/
Ddex2oat.te65 # It would be nice to tie this down, but currently, because of how images are written, we can't

123