Searched refs:accepted (Results 1 – 9 of 9) sorted by relevance
/system/netd/tests/benchmarks/ |
D | connect_benchmark.cpp | 158 int accepted = accept(listensocket, (sockaddr *) &client, &clientlen); in ipv4_loopback() local 159 if (accepted < 0) { in ipv4_loopback() 165 close(accepted); in ipv4_loopback() 215 int accepted = accept(listensocket, (sockaddr *) &client, &clientlen); in ipv6_loopback() local 216 if (accepted < 0) { in ipv6_loopback() 222 close(accepted); in ipv6_loopback()
|
/system/core/adb/ |
D | sysdeps_win32.cpp | 1041 int accepted = -1; in adb_socketpair() local 1070 accepted = adb_socket_accept(server, reinterpret_cast<sockaddr*>(&peer_addr), &peer_socklen); in adb_socketpair() 1071 if (accepted < 0) { in adb_socketpair() 1096 sv[1] = accepted; in adb_socketpair() 1106 if (accepted >= 0) { in adb_socketpair() 1107 adb_close(accepted); in adb_socketpair()
|
D | SYNC.TXT | 26 The following sync requests are accepted:
|
/system/update_engine/ |
D | pylintrc | 161 # expressions are accepted. 265 # Good variable names which should always be accepted, separated by a comma
|
/system/bt/btif/src/ |
D | btif_rc.cc | 3798 uint8_t accepted = 0; in handle_set_app_attr_val_response() local 3814 accepted = 1; in handle_set_app_attr_val_response() 3817 accepted); in handle_set_app_attr_val_response()
|
/system/core/rootdir/ |
D | init.rc | 138 # set fwmark on accepted sockets
|
/system/tpm/trunks/generator/ |
D | raw_structures_fixed.txt | 1907 accepted by the unmarshaling code for JUST_INTEGER are BYTE_SELECT and INT_SELECT. 1918 Since NULL_SELECT is not in the list of values accepted as a JUST_INTEGER, the “+” modifier will ha… 4711 commands not being accepted because of a TPM 9940 the algorithms that will be accepted by a TPM. 9944 that are accepted as hash algorithms.
|
D | raw_structures.txt | 1907 accepted by the unmarshaling code for JUST_INTEGER are BYTE_SELECT and INT_SELECT. 1918 Since NULL_SELECT is not in the list of values accepted as a JUST_INTEGER, the “+” modifier will ha… 4717 commands not being accepted because of a TPM 9912 the algorithms that will be accepted by a TPM. 9916 that are accepted as hash algorithms.
|
D | raw_commands_fixed.txt | 27222 However, a command that requires multiple authorizations will not be accepted when the TPM is in
|