Home
last modified time | relevance | path

Searched defs:accept (Results 1 – 13 of 13) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Daccept.c122 accept ( in accept() function
/device/generic/goldfish-opengl/shared/OpenglCodecCommon/
DTcpStream.cpp90 SocketStream * TcpStream::accept() in accept() function in TcpStream
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest__locale.py30 def accept(loc): function
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
Ddlg.h72 int accept; /* what case to use */ variable
Doutput.c478 int accept=0; /* MR14a - Manuel Kessler (mlkessle@cip.physik.uni-wuerzburg.de) */ in p_accept_table() local
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/support/rexpr/
Drexpr.c111 static NodePtr accept; variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dsocket.py205 def accept(self): member in _socketobject
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsocket.py201 def accept(self): member in _socketobject
Dssl.py329 def accept(self): member in SSLSocket
Dasyncore.py353 def accept(self): member in dispatcher
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dtimemodule.c366 PyObject *accept = PyDict_GetItemString(moddict, in gettmarg() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dtimemodule.c366 PyObject *accept = PyDict_GetItemString(moddict, in gettmarg() local
/device/google/cuttlefish_common/guest/hals/ril/libril/
Dril_service.cpp1674 Return<void> RadioImpl_1_4::handleStkCallSetupRequestFromSim(int32_t serial, bool accept) { in handleStkCallSetupRequestFromSim()