Home
last modified time | relevance | path

Searched defs:proto (Results 1 – 25 of 31) sorted by relevance

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
Dmicroprotocols.c55 pysqlite_microprotocols_add(PyTypeObject *type, PyObject *proto, PyObject *cast) in pysqlite_microprotocols_add()
76 pysqlite_microprotocols_adapt(PyObject *obj, PyObject *proto, PyObject *alt) in pysqlite_microprotocols_adapt()
138 PyObject *proto = (PyObject*)&pysqlite_PrepareProtocolType; in pysqlite_adapt() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_pickle.py13 def dumps(self, arg, proto=0, fast=0): argument
28 def dumps(self, arg, proto=0, fast=0): argument
44 def dumps(self, arg, proto=0, fast=0): argument
Dtest_cpickle.py18 def dumps(self, arg, proto=0): argument
34 def dumps(self, arg, proto=0): argument
48 def dumps(self, arg, proto=0): argument
Dtest_xpickle.py39 def dumps(self, arg, proto=0, fast=False): argument
51 def dumps(self, arg, proto=0, fast=False): argument
85 def send_to_worker(self, python, obj, proto): argument
114 def dumps(self, arg, proto=0, fast=False): argument
Dtest_socketserver.py84 def pickaddr(self, proto): argument
156 def stream_examine(self, proto, addr): argument
167 def dgram_examine(self, proto, addr): argument
Dtest_pickletools.py9 def dumps(self, arg, proto=0, fast=0): argument
Dpickletester.py978 def __reduce_ex__(self, proto): argument
985 def __reduce_ex__(self, proto): argument
993 def __reduce_ex__(self, proto): argument
Dtest_copy.py51 def __reduce_ex__(self, proto): argument
224 def __reduce_ex__(self, proto): argument
Dtest_urllib2.py230 def error(self, proto, *args): argument
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dgetproto.c43 getprotobynumber(register int proto) in getprotobynumber()
Dgetservbyport.c44 getservbyport(int port, const char *proto) in getservbyport()
Dgetservbyname.c43 getservbyname(IN const char *name, IN const char *proto) in getservbyname()
Dgetprotoent.c49 static struct protoent proto; variable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcopy_reg.py59 def _reduce_ex(self, proto): argument
Dsocket.py185 def __init__(self, family=AF_INET, type=SOCK_STREAM, proto=0, _sock=None): argument
221 proto = property(lambda self: self._sock.proto, doc="the socket protocol") variable in _socketobject
Dpickletools.py855 stack_before, stack_after, proto, doc): argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dcopy_reg.py59 def _reduce_ex(self, proto): argument
Dsocket.py189 def __init__(self, family=AF_INET, type=SOCK_STREAM, proto=0, _sock=None): argument
225 proto = property(lambda self: self._sock.proto, doc="the socket protocol") variable in _socketobject
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dsocketmodule.c725 SOCKET_T fd, int family, int type, int proto) in init_sockobject()
754 new_sockobject(SOCKET_T fd, int family, int type, int proto) in new_sockobject()
972 makesockaddr(int sockfd, struct sockaddr *addr, int addrlen, int proto) in makesockaddr()
3096 int family = AF_INET, type = SOCK_STREAM, proto = 0; local
3519 char *name, *proto=NULL; local
3550 char *proto=NULL; local
3622 int family, type = SOCK_STREAM, proto = 0; local
3678 int family, type, proto = 0; local
Dgetaddrinfo.c345 char *proto; in getaddrinfo() local
DcPickle.c344 int proto; member
2986 newPicklerobject(PyObject *file, int proto) in newPicklerobject()
3096 int proto = 0; in get_Pickler() local
5646 int proto = 0; in cpm_dump() local
5675 int proto = 0; in cpm_dumps() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsocketmodule.c783 SOCKET_T fd, int family, int type, int proto) in init_sockobject()
812 new_sockobject(SOCKET_T fd, int family, int type, int proto) in new_sockobject()
1030 makesockaddr(int sockfd, struct sockaddr *addr, int addrlen, int proto) in makesockaddr()
3183 int family = AF_INET, type = SOCK_STREAM, proto = 0; local
3601 char *name, *proto=NULL; local
3632 char *proto=NULL; local
3704 int family, type = SOCK_STREAM, proto = 0; local
3760 int family, type, proto = 0; local
DcPickle.c342 int proto; member
3018 newPicklerobject(PyObject *file, int proto) in newPicklerobject()
3128 int proto = 0; in get_Pickler() local
5681 int proto = 0; in cpm_dump() local
5710 int proto = 0; in cpm_dumps() local
/device/google/dragon/recovery/updater/
Dflash_ec.c53 struct ec_response_get_protocol_info proto; member
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/inc/
Dmm_qcamera_app.h326 tuneserver_protocol_t *proto; member

12