Home
last modified time | relevance | path

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

12

/system/connectivity/shill/net/
Dsockets.cc165 int Sockets::ShutDown(int sockfd, int how) const { in ShutDown()
166 return HANDLE_EINTR(shutdown(sockfd, how)); in ShutDown()
Dmock_sockets.h72 MOCK_CONST_METHOD2(ShutDown, int(int sockfd, int how));
Dsockets.h124 virtual int ShutDown(int sockfd, int how) const;
/system/bt/doc/
Dproperties.md12 ### TODO: write descriptions of what each property means and how
/system/core/init/
Dservice.cpp557 void Service::StopOrReset(int how) { in StopOrReset() argument
562 if ((how != SVC_DISABLED) && (how != SVC_RESET) && (how != SVC_RESTART)) { in StopOrReset()
564 how = SVC_DISABLED; in StopOrReset()
569 if (how == SVC_RESET) { in StopOrReset()
572 flags_ |= how; in StopOrReset()
Dservice.h109 void StopOrReset(int how);
Dreadme.txt115 Options are modifiers to services. They affect how and when init
/system/vold/
Dcryptfs.c2884 static int cryptfs_enable_all_volumes(struct crypt_mnt_ftr *crypt_ftr, int how, argument
2899 if (how == CRYPTO_ENABLE_WIPE) {
2907 } else if (how == CRYPTO_ENABLE_INPLACE) {
2940 int how = 0; local
2954 how = CRYPTO_ENABLE_WIPE;
2956 how = CRYPTO_ENABLE_INPLACE;
2962 if (how == CRYPTO_ENABLE_INPLACE
3016 if ((how == CRYPTO_ENABLE_INPLACE) && (!strcmp(key_loc, KEY_IN_FOOTER))) {
3064 if (how == CRYPTO_ENABLE_INPLACE && !onlyCreateHeader) {
3169 if (how == CRYPTO_ENABLE_INPLACE && (!no_ui || rebootEncryption)) {
[all …]
/system/sepolicy/
Ddex2oat.te37 # It would be nice to tie this down, but currently, because of how images are written, we can't
Dapp.te161 # hence no sock_file or connectto permission. This appears to be how
/system/extras/tests/sdcard/
DREADME9 to check how the sdcard scale with the number of processes.
/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/update_engine/
Dupdate_metadata.proto105 // Signature message that it knows how to handle. Generally, a client will
106 // only know how to handle one type of signature, but an update may contain
/system/core/liblog/
DREADME152 indicating how many messages were dropped as a result. Please take
/system/connectivity/shill/
DTESTING141 - check how far the test got before it failed
DNETLINK_MESSAGES.txt19 This section describes how to send a netlink message in Shill. The steps,
/system/sepolicy/tools/fc_sort/
DNOTICE109 these conditions, and telling the user how to view a copy of this
311 Also add information on how to contact you by electronic and paper mail.
/system/core/libutils/
DREADME196 This is similar to how applications are stopped when their packages are
/system/media/audio_utils/
DDoxyfile.orig673 # also \cite for info how to create references.
856 # (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how
1031 # for information on how to generate the default header that doxygen normally
1042 # footer. See HTML_HEADER for more information on how to generate a default
1044 # section "Doxygen usage" for information on how to generate the default footer
1053 # See also section "Doxygen usage" for information on how to generate the style
1348 # sheet generated by doxygen has an example that shows how to put an image at
1600 # section "Doxygen usage" for information on how to let doxygen write the
1724 # See also section "Doxygen usage" for information on how to generate the
DDoxyfile673 # also \cite for info how to create references.
856 # (like *.cpp=my_cpp_filter). See INPUT_FILTER for further information on how
1031 # for information on how to generate the default header that doxygen normally
1042 # footer. See HTML_HEADER for more information on how to generate a default
1044 # section "Doxygen usage" for information on how to generate the default footer
1053 # See also section "Doxygen usage" for information on how to generate the style
1348 # sheet generated by doxygen has an example that shows how to put an image at
1600 # section "Doxygen usage" for information on how to let doxygen write the
1724 # See also section "Doxygen usage" for information on how to generate the
/system/core/fastboot/
Dfastboot_protocol.txt305 requirement of exactly one device response packet per host packet is how we
/system/tpm/trunks/generator/
Draw_structures.txt1278 The table in Example 1 shows how typedefs would be defined in this specification and Example 2 shows
1326 The table in Example 1 shows how an enumeration would be defined in this specification. Example 2
1477 The table in Example 1 shows how a structure containing fixed and variable-length arrays would be
1538 The table in Example 1 shows an example of how a structure would be defined in this specification a…
1713 Example 2 shows how the table would be converted into C-compatible code.
1806 shows how the table would be converted into C-compatible code and Example 3 shows how the
1962 The table in Example 1 shows how a structure containing bit fields would be defined in this specifi…
2139 structure. In the B_STRUCT table in 4.11, value4 indicates how many octets to unmarshal for array2.…
7632 session handle. The highest value for a session handle is determined by how many active sessions are
9165 command and how the command affects the TPM’s resources.
[all …]
Draw_structures_fixed.txt1278 The table in Example 1 shows how typedefs would be defined in this specification and Example 2 shows
1326 The table in Example 1 shows how an enumeration would be defined in this specification. Example 2
1477 The table in Example 1 shows how a structure containing fixed and variable-length arrays would be
1538 The table in Example 1 shows an example of how a structure would be defined in this specification a…
1713 Example 2 shows how the table would be converted into C-compatible code.
1806 shows how the table would be converted into C-compatible code and Example 3 shows how the
1962 The table in Example 1 shows how a structure containing bit fields would be defined in this specifi…
2139 structure. In the B_STRUCT table in 4.11, value4 indicates how many octets to unmarshal for array2.…
7659 session handle. The highest value for a session handle is determined by how many active sessions are
9193 command and how the command affects the TPM’s resources.
[all …]
/system/core/rootdir/
Dinit.rc474 # parameters to match how it is managing things.
/system/connectivity/shill/doc/
Dservice-api.txt675 (VPN services of type OpenVPN only) Specify how to
1045 to better understand how these two parameters interact.

12