Home
last modified time | relevance | path

Searched +defs:c +defs:other +defs:kwds (Results 1 – 16 of 16) sorted by relevance

/external/libnl/python/netlink/
Dutil.py21 def _color(t, c): argument
100 def get_value(self, key, args, kwds): argument
161 def __cmp__(self, other): argument
174 def __cmp__(self, other): argument
/external/python/cpython2/Objects/
Dtypeobject.c657 int c; in type_richcompare() local
738 type_call(PyTypeObject *type, PyObject *args, PyObject *kwds) in type_call()
804 PyType_GenericNew(PyTypeObject *type, PyObject *args, PyObject *kwds) in PyType_GenericNew()
1476 PyObject *c = PyList_GET_ITEM(L, remain[i]); in set_mro_error() local
2062 type_init(PyObject *cls, PyObject *args, PyObject *kwds) in type_init()
2094 type_new(PyTypeObject *metatype, PyObject *args, PyObject *kwds) in type_new()
2971 excess_args(PyObject *args, PyObject *kwds) in excess_args()
2978 object_init(PyObject *self, PyObject *args, PyObject *kwds) in object_init()
3002 object_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in object_new()
4422 PyObject *other; local
[all …]
Dbytearrayobject.c337 bytearray_iconcat(PyByteArrayObject *self, PyObject *other) in bytearray_iconcat()
772 bytearray_init(PyByteArrayObject *self, PyObject *args, PyObject *kwds) in bytearray_init()
963 register char c; in bytearray_repr() local
1040 bytearray_richcompare(PyObject *self, PyObject *other, int op) in bytearray_richcompare()
1467 register Py_ssize_t i, c; in bytearray_translate() local
1555 #define findchar(target, target_len, c) \ argument
1569 countchar(const char *target, Py_ssize_t target_len, char c, Py_ssize_t maxcount) in countchar()
2709 hex_digit_to_int(char c) in hex_digit_to_int()
/external/python/cpython2/Modules/
D_struct.c67 typedef struct { char c; short x; } st_short; member
68 typedef struct { char c; int x; } st_int; member
69 typedef struct { char c; long x; } st_long; member
70 typedef struct { char c; float x; } st_float; member
71 typedef struct { char c; double x; } st_double; member
72 typedef struct { char c; void *x; } st_void_p; member
84 typedef struct { char c; PY_LONG_LONG x; } s_long_long; member
90 typedef struct { char c; _Bool x; } s_bool; member
1189 getentry(int c, const formatdef *f) in getentry()
1204 align(Py_ssize_t size, char c, const formatdef *e) in align()
[all …]
Darraymodule.c1750 arrayobject* other; in array_ass_subscr() local
1957 array_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in array_new()
1959 int c = -1; in array_new() local
/external/python/cpython3/Objects/
Dtypeobject.c1080 type_call(PyTypeObject *type, PyObject *args, PyObject *kwds) in type_call()
1180 PyType_GenericNew(PyTypeObject *type, PyObject *args, PyObject *kwds) in PyType_GenericNew()
1788 PyObject *c = PyTuple_GET_ITEM(L, remain[i]); in set_mro_error() local
2430 type_init(PyObject *cls, PyObject *args, PyObject *kwds) in type_init()
2512 PyObject *kwds; member
3283 type_new(PyTypeObject *metatype, PyObject *args, PyObject *kwds) in type_new()
4417 excess_args(PyObject *args, PyObject *kwds) in excess_args()
4424 object_init(PyObject *self, PyObject *args, PyObject *kwds) in object_init()
4444 object_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in object_new()
4552 object_richcompare(PyObject *self, PyObject *other, int op) in object_richcompare()
[all …]
Ddescrobject.c476 PyObject *kwds) in classmethoddescr_call()
500 PyObject *args, PyObject *kwds) in wrapperdescr_raw_call()
519 wrapperdescr_call(PyWrapperDescrObject *descr, PyObject *args, PyObject *kwds) in wrapperdescr_call()
1043 mappingproxy_ior(PyObject *self, PyObject *Py_UNUSED(other)) in mappingproxy_ior()
1341 PyObject *c = (PyObject *)PyDescr_TYPE(wp->descr); in wrapper_objclass() local
1383 wrapper_call(wrapperobject *wp, PyObject *args, PyObject *kwds) in wrapper_call()
/external/python/cpython3/Modules/_decimal/
D_decimal.c1241 context_init(PyObject *self, PyObject *args, PyObject *kwds) in context_init()
1722 ctxmanager_new(PyTypeObject *type UNUSED, PyObject *args, PyObject *kwds) in ctxmanager_new()
2786 dec_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in dec_new()
2867 #define CONVERT_TERNOP(a, b, c, v, w, x, context) \ argument
2896 #define CONVERT_TERNOP_RAISE(a, b, c, v, w, x, context) \ argument
3023 Py_complex c = PyComplex_AsCComplex(w); in convert_op_cmp() local
3522 PyDec_ToIntegralValue(PyObject *dec, PyObject *args, PyObject *kwds) in PyDec_ToIntegralValue()
3563 PyDec_ToIntegralExact(PyObject *dec, PyObject *args, PyObject *kwds) in PyDec_ToIntegralExact()
4072 PyObject *a, *b, *c = NULL; in nm_mpd_qpow() local
4262 dec_mpd_to_eng(PyObject *self, PyObject *args, PyObject *kwds) in dec_mpd_to_eng()
[all …]
/external/python/cpython3/Lib/test/
Dtest_enum.py1233 c = ... variable in TestEnum.test_multiple_mixin_mro.TestAutoNumber
1238 c = ... variable in TestEnum.test_multiple_mixin_mro.TestAutoInt
1271 def __add__(self, other): argument
1328 def __add__(self, other): argument
1385 def __add__(self, other): argument
1442 def __add__(self, other): argument
1497 def __add__(self, other): argument
1550 def __add__(self, other): argument
1646 def __ge__(self, other): argument
1650 def __gt__(self, other): argument
[all …]
Dtest_descr.py105 def sliceop_test(self, a, b, c, res, expr="a[b:c]", meth="__getitem__"): argument
138 def set2op_test(self, a, b, c, res, stmt="a[b]=c", meth="__setitem__"): argument
157 def setsliceop_test(self, a, b, c, d, res, stmt="a[b:c]=d", meth="__setitem__"): argument
248 def __add__(self, other): argument
270 def __new__(cls, *args, **kwds):
1279 def __eq__(self, other): argument
2173 def __eq__(self, other): argument
2175 def __ne__(self, other): argument
2177 def __ge__(self, other): argument
2179 def __gt__(self, other): argument
[all …]
/external/python/cpython2/Lib/test/
Dtest_descr.py107 def ternop_test(self, a, b, c, res, expr="a[b:c]", meth="__getslice__"): argument
140 def set2op_test(self, a, b, c, res, stmt="a[b]=c", meth="__setitem__"): argument
159 def set3op_test(self, a, b, c, d, res, stmt="a[b:c]=d", meth="__setslice__"): argument
254 def __add__(self, other): argument
285 def __new__(cls, *args, **kwds):
1150 def __cmp__(self, other): argument
1237 def __cmp__(self, other): argument
1975 def __eq__(self, other): argument
1977 def __ne__(self, other): argument
1979 def __cmp__(self, other): argument
[all …]
/external/python/cpython3/Modules/
D_struct.c74 typedef struct { char c; short x; } st_short; member
75 typedef struct { char c; int x; } st_int; member
76 typedef struct { char c; long x; } st_long; member
77 typedef struct { char c; float x; } st_float; member
78 typedef struct { char c; double x; } st_double; member
79 typedef struct { char c; void *x; } st_void_p; member
80 typedef struct { char c; size_t x; } st_size_t; member
81 typedef struct { char c; _Bool x; } st_bool; member
94 typedef struct { char c; long long x; } s_long_long; member
1260 getentry(_structmodulestate *state, int c, const formatdef *f) in getentry()
[all …]
Darraymodule.c2409 arrayobject* other; in array_ass_subscr() local
2613 array_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in array_new()
2616 int c; in array_new() local
2727 arrayobject *other = (arrayobject *)initial; in array_new() local
D_testcapimodule.c1174 int a, b, c; in getargs_tuple() local
1455 char c; in getargs_c() local
1464 int c; in getargs_C() local
6054 matmulType_matmul(PyObject *self, PyObject *other) in matmulType_matmul()
6060 matmulType_imatmul(PyObject *self, PyObject *other) in matmulType_imatmul()
6157 ipowType_ipow(PyObject *self, PyObject *other, PyObject *mod) in ipowType_ipow()
6181 awaitObject_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in awaitObject_new()
6311 recurse_infinitely_error_init(PyObject *self, PyObject *args, PyObject *kwds) in recurse_infinitely_error_init()
6331 MyList_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in MyList_new()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DULocale.java433 public ULocale(String a, String b, String c) { in ULocale()
708 public int compareTo(ULocale other) { in compareTo()
3970 TreeMap<String, String> kwds = new TreeMap<>(); in getInstance() local
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DULocale.java483 public ULocale(String a, String b, String c) { in ULocale()
768 public int compareTo(ULocale other) { in compareTo()
4162 TreeMap<String, String> kwds = new TreeMap<>(); in getInstance() local