Home
last modified time | relevance | path

Searched defs:kwds (Results 51 - 57 of 57) sorted by relevance

123

/third_party/python/Modules/_ctypes/
H A D_ctypes.c499 StructUnionType_new(PyTypeObject *type, PyObject *args, PyObject *kwds, int isStruct) in StructUnionType_new() argument
575 PyCStructType_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in PyCStructType_new() argument
581 UnionType_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in UnionType_new() argument
1068 PyCPointerType_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in PyCPointerType_new() argument
1465 PyCArrayType_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in PyCArrayType_new() argument
1939 CreateSwappedType(PyTypeObject *type, PyObject *args, PyObject *kwds, PyObject *proto, struct fielddesc *fmt) CreateSwappedType() argument
2042 PyCSimpleType_new(PyTypeObject *type, PyObject *args, PyObject *kwds) PyCSimpleType_new() argument
2541 PyCFuncPtrType_new(PyTypeObject *type, PyObject *args, PyObject *kwds) PyCFuncPtrType_new() argument
3218 GenericPyCData_new(PyTypeObject *type, PyObject *args, PyObject *kwds) GenericPyCData_new() argument
3542 PyCFuncPtr_FromDll(PyTypeObject *type, PyObject *args, PyObject *kwds) PyCFuncPtr_FromDll() argument
3663 PyCFuncPtr_FromVtblIndex(PyTypeObject *type, PyObject *args, PyObject *kwds) PyCFuncPtr_FromVtblIndex() argument
3704 PyCFuncPtr_new(PyTypeObject *type, PyObject *args, PyObject *kwds) PyCFuncPtr_new() argument
3823 _get_arg(int *pindex, PyObject *name, PyObject *defval, PyObject *inargs, PyObject *kwds) _get_arg() argument
3877 _build_callargs(PyCFuncPtrObject *self, PyObject *argtypes, PyObject *inargs, PyObject *kwds, int *poutmask, int *pinoutmask, unsigned int *pnumretvals) _build_callargs() argument
4105 PyCFuncPtr_call(PyCFuncPtrObject *self, PyObject *inargs, PyObject *kwds) PyCFuncPtr_call() argument
4364 _init_pos_args(PyObject *self, PyTypeObject *type, PyObject *args, PyObject *kwds, Py_ssize_t index) _init_pos_args() argument
4428 Struct_init(PyObject *self, PyObject *args, PyObject *kwds) Struct_init() argument
5480 comerror_init(PyObject *self, PyObject *args, PyObject *kwds) comerror_init() argument
[all...]
/third_party/python/Modules/
H A Dsocketmodule.c3593 sock_recv_into(PySocketSockObject *s, PyObject *args, PyObject *kwds) in sock_recv_into() argument
3781 sock_recvfrom_into(PySocketSockObject *s, PyObject *args, PyObject* kwds) in sock_recvfrom_into() argument
4678 sock_sendmsg_afalg(PySocketSockObject *self, PyObject *args, PyObject *kwds) argument
5140 sock_new(PyTypeObject *type, PyObject *args, PyObject *kwds) argument
H A D_testcapimodule.c7006 awaitObject_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in awaitObject_new() argument
7136 recurse_infinitely_error_init(PyObject *self, PyObject *args, PyObject *kwds) in recurse_infinitely_error_init() argument
7156 MyList_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in MyList_new() argument
H A Dposixmodule.c2294 statresult_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in statresult_new() argument
/third_party/python/Objects/
H A Dtypeobject.c1059 type_call(PyTypeObject *type, PyObject *args, PyObject *kwds) in type_call() argument
1169 PyType_GenericNew(PyTypeObject *type, PyObject *args, PyObject *kwds) in PyType_GenericNew() argument
2447 type_init(PyObject *cls, PyObject *args, PyObject *kwds) in type_init() argument
2527 PyObject *kwds; global() member
3290 type_new(PyTypeObject *metatype, PyObject *args, PyObject *kwds) type_new() argument
4489 excess_args(PyObject *args, PyObject *kwds) excess_args() argument
4496 object_init(PyObject *self, PyObject *args, PyObject *kwds) object_init() argument
4516 object_new(PyTypeObject *type, PyObject *args, PyObject *kwds) object_new() argument
6987 wrap_call(PyObject *self, PyObject *args, void *wrapped, PyObject *kwds) wrap_call() argument
7100 wrap_init(PyObject *self, PyObject *args, void *wrapped, PyObject *kwds) wrap_init() argument
7110 tp_new_wrapper(PyObject *self, PyObject *args, PyObject *kwds) tp_new_wrapper() argument
7620 slot_tp_call(PyObject *self, PyObject *args, PyObject *kwds) slot_tp_call() argument
7851 slot_tp_init(PyObject *self, PyObject *args, PyObject *kwds) slot_tp_init() argument
7883 slot_tp_new(PyTypeObject *type, PyObject *args, PyObject *kwds) slot_tp_new() argument
8617 type_new_init_subclass(PyTypeObject *type, PyObject *kwds) type_new_init_subclass() argument
9059 super_init(PyObject *self, PyObject *args, PyObject *kwds) super_init() argument
[all...]
/third_party/python/Python/
H A Dcompile.c4856 asdl_keyword_seq *kwds = e->v.Call.keywords; in maybe_optimize_method_call() local
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 60 milliseconds

123