Searched refs:accepted (Results 1 – 13 of 13) sorted by relevance
/system/extras/tests/net_test/ |
D | forwarding_test.py | 63 accepted, peer = listensocket.accept() 64 remoteport = accepted.getpeername()[1] 66 accepted.close()
|
D | tcp_test.py | 100 self.accepted, _ = self.s.accept() 101 net_test.DisableLinger(self.accepted) 108 self.accepted.send(net_test.UDP_PAYLOAD)
|
D | sock_diag_test.py | 412 self.CheckRstOnClose(self.accepted, None, True, msg) 521 self.CloseDuringBlockingCall(self.accepted, lambda sock: sock.recv(4096), 523 self.assertRaisesErrno(EPIPE, self.accepted.send, "foo")
|
/system/core/adb/ |
D | sysdeps_win32.cpp | 1156 int accepted = -1; in adb_socketpair() local 1187 accepted = adb_socket_accept(server, nullptr, nullptr); in adb_socketpair() 1188 if (accepted < 0) { in adb_socketpair() 1194 sv[1] = accepted; in adb_socketpair() 1204 if (accepted >= 0) { in adb_socketpair() 1205 adb_close(accepted); in adb_socketpair()
|
D | SYNC.TXT | 26 The following sync requests are accepted:
|
/system/connectivity/shill/mobile_operator_db/ |
D | mobile_operator_db.proto | 32 // A regular expression specifying the values that are *accepted* by this
|
/system/bt/btif/src/ |
D | btif_rc.c | 2980 uint8_t accepted = 0; in handle_set_app_attr_val_response() local 2990 accepted = 1; in handle_set_app_attr_val_response() 2992 HAL_CBACK(bt_rc_ctrl_callbacks, setplayerappsetting_rsp_cb, &rc_addr, accepted); in handle_set_app_attr_val_response()
|
/system/core/rootdir/ |
D | init.rc | 125 # set fwmark on accepted sockets
|
/system/tpm/trunks/generator/ |
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_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_commands.txt | 27211 However, a command that requires multiple authorizations will not be accepted when the TPM is in
|
D | raw_commands_fixed.txt | 27222 However, a command that requires multiple authorizations will not be accepted when the TPM is in
|
/system/connectivity/shill/doc/ |
D | service-api.txt | 427 The EAP methods that will be accepted when setting
|