Home
last modified time | relevance | path

Searched +defs:other +defs:kwds (Results 1 - 17 of 17) sorted by relevance

/third_party/python/Objects/
H A Dinterpreteridobject.c74 interpid_new(PyTypeObject *cls, PyObject *args, PyObject *kwds) in interpid_new() argument
180 interpid_richcompare(PyObject *self, PyObject *other, int op) in interpid_richcompare() argument
H A Dnamespaceobject.c23 namespace_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in namespace_new() argument
42 namespace_init(_PyNamespaceObject *ns, PyObject *args, PyObject *kwds) in namespace_init() argument
165 namespace_richcompare(PyObject *self, PyObject *other, int op) in namespace_richcompare() argument
248 _PyNamespace_New(PyObject *kwds) in _PyNamespace_New() argument
[all...]
H A Dodictobject.c863 PyObject *other; in odict_or() local
887 odict_inplace_or(PyObject *self, PyObject *other) in odict_inplace_or() argument
1518 odict_init(PyObject *self, PyObject *args, PyObject *kwds) odict_init() argument
2270 PyObject *other = PyTuple_GET_ITEM(args, 0); /* borrowed reference */ mutablemapping_update() local
[all...]
H A Dsetobject.c560 PySetObject *other; in set_merge() local
881 set_update_internal(PySetObject *so, PyObject *other) set_update_internal() argument
935 PyObject *other = PyTuple_GET_ITEM(args, i); set_update() local
1007 frozenset_new(PyTypeObject *type, PyObject *args, PyObject *kwds) frozenset_new() argument
1042 set_new(PyTypeObject *type, PyObject *args, PyObject *kwds) set_new() argument
1124 PyObject *other; set_union() local
1149 set_or(PySetObject *so, PyObject *other) set_or() argument
1169 set_ior(PySetObject *so, PyObject *other) set_ior() argument
1181 set_intersection(PySetObject *so, PyObject *other) set_intersection() argument
1274 PyObject *other = PyTuple_GET_ITEM(args, i); set_intersection_multi() local
1292 set_intersection_update(PySetObject *so, PyObject *other) set_intersection_update() argument
1321 set_and(PySetObject *so, PyObject *other) set_and() argument
1329 set_iand(PySetObject *so, PyObject *other) set_iand() argument
1344 set_isdisjoint(PySetObject *so, PyObject *other) set_isdisjoint() argument
1406 set_difference_update_internal(PySetObject *so, PyObject *other) set_difference_update_internal() argument
1469 PyObject *other = PyTuple_GET_ITEM(args, i); set_difference_update() local
1480 set_copy_and_difference(PySetObject *so, PyObject *other) set_copy_and_difference() argument
1494 set_difference(PySetObject *so, PyObject *other) set_difference() argument
1573 PyObject *result, *other; set_difference_multi() local
1598 set_sub(PySetObject *so, PyObject *other) set_sub() argument
1606 set_isub(PySetObject *so, PyObject *other) set_isub() argument
1617 set_symmetric_difference_update(PySetObject *so, PyObject *other) set_symmetric_difference_update() argument
1685 set_symmetric_difference(PySetObject *so, PyObject *other) set_symmetric_difference() argument
1708 set_xor(PySetObject *so, PyObject *other) set_xor() argument
1716 set_ixor(PySetObject *so, PyObject *other) set_ixor() argument
1731 set_issubset(PySetObject *so, PyObject *other) set_issubset() argument
1767 set_issuperset(PySetObject *so, PyObject *other) set_issuperset() argument
1982 set_init(PySetObject *self, PyObject *args, PyObject *kwds) set_init() argument
[all...]
H A Ddictobject.c2687 dict_update_common(PyObject *self, PyObject *args, PyObject *kwds, in dict_update_common() argument
2713 dict_update(PyObject *self, PyObject *args, PyObject *kwds) in dict_update() argument
2818 PyDictObject *mp, *other; in dict_merge() local
3606 dict_or(PyObject *self, PyObject *other) dict_or() argument
3623 dict_ior(PyObject *self, PyObject *other) dict_ior() argument
3753 dict_new(PyTypeObject *type, PyObject *args, PyObject *kwds) dict_new() argument
3787 dict_init(PyObject *self, PyObject *args, PyObject *kwds) dict_init() argument
4623 all_contained_in(PyObject *self, PyObject *other) all_contained_in() argument
4647 dictview_richcompare(PyObject *self, PyObject *other, int op) dictview_richcompare() argument
4777 dictviews_sub(PyObject *self, PyObject *other) dictviews_sub() argument
4799 _PyDictView_Intersect(PyObject* self, PyObject *other) _PyDictView_Intersect() argument
4884 dictviews_or(PyObject* self, PyObject *other) dictviews_or() argument
4899 dictitems_xor(PyObject *self, PyObject *other) dictitems_xor() argument
4985 dictviews_xor(PyObject* self, PyObject *other) dictviews_xor() argument
5026 dictviews_isdisjoint(PyObject *self, PyObject *other) dictviews_isdisjoint() argument
[all...]
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
4626 object_richcompare(PyObject *self, PyObject *other, int op) object_richcompare() argument
6674 PyObject *other; wrap_binaryfunc() local
6686 PyObject *other; wrap_binaryfunc_l() local
6698 PyObject *other; wrap_binaryfunc_r() local
6710 PyObject *other; wrap_ternaryfunc() local
6724 PyObject *other; wrap_ternaryfunc_r() local
6987 wrap_call(PyObject *self, PyObject *args, void *wrapped, PyObject *kwds) wrap_call() argument
7010 PyObject *other; wrap_richcmpfunc() local
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
7440 slot_nb_power(PyObject *self, PyObject *other, PyObject *modulus) slot_nb_power() argument
7620 slot_tp_call(PyObject *self, PyObject *args, PyObject *kwds) slot_tp_call() argument
7751 slot_tp_richcompare(PyObject *self, PyObject *other, int op) slot_tp_richcompare() 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/protobuf/python/google/protobuf/pyext/
H A Drepeated_scalar_container.cc563 static PyObject* RichCompare(PyObject* pself, PyObject* other, int opid) { in Subscript() argument
598 static PyObject* Sort(PyObject* pself, PyObject* args, PyObject* kwds) { in Subscript() argument
[all...]
H A Drepeated_composite_container.cc205 PyObject* MergeFrom(RepeatedCompositeContainer* self, PyObject* other) { in MergeFrom() argument
209 static PyObject* MergeFromMethod(PyObject* self, PyObject* other) { in MergeFromMethod() argument
327 static PyObject* RichCompare(PyObject* pself, PyObject* other, int opid) { in Subscript() argument
398 SortPythonMessages(RepeatedCompositeContainer* self, PyObject* args, PyObject* kwds) Subscript() argument
415 Sort(PyObject* pself, PyObject* args, PyObject* kwds) Subscript() argument
[all...]
/third_party/python/Modules/
H A D_functoolsmodule.c569 keyobject_call(keyobject *ko, PyObject *args, PyObject *kwds) in keyobject_call() argument
591 keyobject_richcompare(PyObject *ko, PyObject *other, int op) in keyobject_richcompare() argument
629 functools_cmp_to_key(PyObject *self, PyObject *args, PyObject *kwds) in functools_cmp_to_key() argument
812 lru_cache_make_key(PyObject *kwd_mark, PyObject *args, PyObject *kwds, int typed) lru_cache_make_key() argument
881 uncached_lru_cache_wrapper(lru_cache_object *self, PyObject *args, PyObject *kwds) uncached_lru_cache_wrapper() argument
893 infinite_lru_cache_wrapper(lru_cache_object *self, PyObject *args, PyObject *kwds) infinite_lru_cache_wrapper() argument
992 bounded_lru_cache_wrapper(lru_cache_object *self, PyObject *args, PyObject *kwds) bounded_lru_cache_wrapper() argument
1287 lru_cache_call(lru_cache_object *self, PyObject *args, PyObject *kwds) lru_cache_call() argument
[all...]
H A D_struct.c1437 s_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in s_new() argument
1724 PyObject *unpackiter_new(PyTypeObject *type, PyObject *args, PyObject *kwds) { in unpackiter_new() argument
2417 formatdef *other, *ptr; in _structmodule_exec() local
H A D_xxsubinterpretersmodule.c1481 channelid_new(PyTypeObject *cls, PyObject *args, PyObject *kwds) in channelid_new() argument
1613 channelid_richcompare(PyObject *self, PyObject *other, int op) in channelid_richcompare() argument
1994 interp_create(PyObject *self, PyObject *args, PyObject *kwds) in interp_create() argument
2036 interp_destroy(PyObject *self, PyObject *args, PyObject *kwds) interp_destroy() argument
2158 interp_run_string(PyObject *self, PyObject *args, PyObject *kwds) interp_run_string() argument
2203 object_is_shareable(PyObject *self, PyObject *args, PyObject *kwds) object_is_shareable() argument
2227 interp_is_running(PyObject *self, PyObject *args, PyObject *kwds) interp_is_running() argument
2280 channel_destroy(PyObject *self, PyObject *args, PyObject *kwds) channel_destroy() argument
2339 channel_list_interpreters(PyObject *self, PyObject *args, PyObject *kwds) channel_list_interpreters() argument
2401 channel_send(PyObject *self, PyObject *args, PyObject *kwds) channel_send() argument
2423 channel_recv(PyObject *self, PyObject *args, PyObject *kwds) channel_recv() argument
2458 channel_close(PyObject *self, PyObject *args, PyObject *kwds) channel_close() argument
2505 channel_release(PyObject *self, PyObject *args, PyObject *kwds) channel_release() argument
2540 channel__channel_id(PyObject *self, PyObject *args, PyObject *kwds) channel__channel_id() argument
[all...]
H A D_collectionsmodule.c152 deque_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in deque_new() argument
472 deque_inplace_concat(dequeobject *deque, PyObject *other) in deque_inplace_concat() argument
529 deque_concat(dequeobject *deque, PyObject *other) in deque_concat() argument
1742 dequeiter_new(PyTypeObject *type, PyObject *args, PyObject *kwds) dequeiter_new() argument
1884 dequereviter_new(PyTypeObject *type, PyObject *args, PyObject *kwds) dequereviter_new() argument
2139 PyObject *self, *other; defdict_or() local
2183 defdict_init(PyObject *self, PyObject *args, PyObject *kwds) defdict_init() argument
[all...]
H A Darraymodule.c2410 arrayobject* other; in array_ass_subscr() local
2614 array_new(PyTypeObject *type, PyObject *args, PyObject *kwds) array_new() argument
2730 arrayobject *other = (arrayobject *)initial; array_new() local
[all...]
H A D_testcapimodule.c6879 matmulType_matmul(PyObject *self, PyObject *other) in matmulType_matmul() argument
6885 matmulType_imatmul(PyObject *self, PyObject *other) in matmulType_imatmul() argument
6982 ipowType_ipow(PyObject *self, PyObject *other, PyObject *mod) in ipowType_ipow() argument
7006 awaitObject_new(PyTypeObject *type, PyObject *args, PyObject *kwds) awaitObject_new() argument
7136 recurse_infinitely_error_init(PyObject *self, PyObject *args, PyObject *kwds) recurse_infinitely_error_init() argument
7156 MyList_new(PyTypeObject *type, PyObject *args, PyObject *kwds) MyList_new() argument
[all...]
/third_party/python/Modules/_decimal/
H A D_decimal.c1305 context_init(PyObject *self, PyObject *args, PyObject *kwds) in context_init() argument
1734 ctxmanager_new(PyTypeObject *type UNUSED, PyObject *args, PyObject *kwds) in ctxmanager_new() argument
2824 dec_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in dec_new() argument
3679 PyDec_ToIntegralValue(PyObject *dec, PyObject *args, PyObject *kwds) in PyDec_ToIntegralValue() argument
3720 PyDec_ToIntegralExact(PyObject *dec, PyObject *args, PyObject *kwds) PyDec_ToIntegralExact() argument
4402 dec_mpd_class(PyObject *self, PyObject *args, PyObject *kwds) dec_mpd_class() argument
4419 dec_mpd_to_eng(PyObject *self, PyObject *args, PyObject *kwds) dec_mpd_to_eng() argument
4450 dec_mpd_qcopy_sign(PyObject *self, PyObject *args, PyObject *kwds) dec_mpd_qcopy_sign() argument
4453 PyObject *other; dec_mpd_qcopy_sign() local
4485 dec_mpd_same_quantum(PyObject *self, PyObject *args, PyObject *kwds) dec_mpd_same_quantum() argument
4488 PyObject *other; dec_mpd_same_quantum() local
4517 dec_mpd_qquantize(PyObject *v, PyObject *args, PyObject *kwds) dec_mpd_qquantize() argument
5282 ctx_mpd_qpow(PyObject *context, PyObject *args, PyObject *kwds) ctx_mpd_qpow() argument
[all...]
/third_party/python/Python/
H A Dcompile.c4856 asdl_keyword_seq *kwds = e->v.Call.keywords; in maybe_optimize_method_call() local
4921 keyword_ty other = ((keyword_ty)asdl_seq_GET(keywords, j)); in validate_keywords() local
6549 identifier other = ((identifier)asdl_seq_GET(attrs, j)); validate_kwd_attrs() local
[all...]
/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