/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/ |
D | microprotocols.c | 55 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/ |
D | test_pickle.py | 13 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
|
D | test_cpickle.py | 18 def dumps(self, arg, proto=0): argument 34 def dumps(self, arg, proto=0): argument 48 def dumps(self, arg, proto=0): argument
|
D | test_xpickle.py | 39 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
|
D | test_socketserver.py | 84 def pickaddr(self, proto): argument 156 def stream_examine(self, proto, addr): argument 167 def dgram_examine(self, proto, addr): argument
|
D | test_pickletools.py | 9 def dumps(self, arg, proto=0, fast=0): argument
|
D | pickletester.py | 978 def __reduce_ex__(self, proto): argument 985 def __reduce_ex__(self, proto): argument 993 def __reduce_ex__(self, proto): argument
|
D | test_copy.py | 51 def __reduce_ex__(self, proto): argument 224 def __reduce_ex__(self, proto): argument
|
D | test_urllib2.py | 230 def error(self, proto, *args): argument
|
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | getproto.c | 43 getprotobynumber(register int proto) in getprotobynumber()
|
D | getservbyport.c | 44 getservbyport(int port, const char *proto) in getservbyport()
|
D | getservbyname.c | 43 getservbyname(IN const char *name, IN const char *proto) in getservbyname()
|
D | getprotoent.c | 49 static struct protoent proto; variable
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | copy_reg.py | 59 def _reduce_ex(self, proto): argument
|
D | socket.py | 185 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
|
D | pickletools.py | 855 stack_before, stack_after, proto, doc): argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | copy_reg.py | 59 def _reduce_ex(self, proto): argument
|
D | socket.py | 189 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/ |
D | socketmodule.c | 725 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
|
D | getaddrinfo.c | 345 char *proto; in getaddrinfo() local
|
D | cPickle.c | 344 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/ |
D | socketmodule.c | 783 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
|
D | cPickle.c | 342 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/ |
D | flash_ec.c | 53 struct ec_response_get_protocol_info proto; member
|
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/inc/ |
D | mm_qcamera_app.h | 326 tuneserver_protocol_t *proto; member
|