Home
last modified time | relevance | path

Searched +defs:c +defs:other +defs:kwds (Results 1 – 9 of 9) 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()
2091 type_new(PyTypeObject *metatype, PyObject *args, PyObject *kwds) in type_new()
2931 excess_args(PyObject *args, PyObject *kwds) in excess_args()
2938 object_init(PyObject *self, PyObject *args, PyObject *kwds) in object_init()
2962 object_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in object_new()
4359 PyObject *other; local
[all …]
Dbytearrayobject.c317 bytearray_iconcat(PyByteArrayObject *self, PyObject *other) in bytearray_iconcat()
751 bytearray_init(PyByteArrayObject *self, PyObject *args, PyObject *kwds) in bytearray_init()
942 register char c; in bytearray_repr() local
1019 bytearray_richcompare(PyObject *self, PyObject *other, int op) in bytearray_richcompare()
1446 register Py_ssize_t i, c; in bytearray_translate() local
1534 #define findchar(target, target_len, c) \ argument
1548 countchar(const char *target, Py_ssize_t target_len, char c, Py_ssize_t maxcount) in countchar()
2697 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
1185 getentry(int c, const formatdef *f) in getentry()
1200 align(Py_ssize_t size, char c, const formatdef *e) in align()
[all …]
Darraymodule.c1749 arrayobject* other; in array_ass_subscr() local
1956 array_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in array_new()
1958 int c = -1; in array_new() local
/external/python/cpython2/Lib/test/
Dtest_descr.py100 def ternop_test(self, a, b, c, res, expr="a[b:c]", meth="__getslice__"): argument
133 def set2op_test(self, a, b, c, res, stmt="a[b]=c", meth="__setitem__"): argument
152 def set3op_test(self, a, b, c, d, res, stmt="a[b:c]=d", meth="__setslice__"): argument
247 def __add__(self, other): argument
278 def __new__(cls, *args, **kwds):
1143 def __cmp__(self, other): argument
1230 def __cmp__(self, other): argument
1858 def __eq__(self, other): argument
1860 def __ne__(self, other): argument
1862 def __cmp__(self, other): argument
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DULocale.java514 public ULocale(String a, String b, String c) { in ULocale()
829 public int compareTo(ULocale other) { in compareTo()
2184 public int compareTo(ULocaleAcceptLanguageQ other) { in parseAcceptLanguage()
2212 char c = acceptLanguage.charAt(n); in parseAcceptLanguage() local
3947 TreeMap<String, String> kwds = new TreeMap<String, String>(); in getInstance() local
/external/icu/android_icu4j/src/main/java/android/icu/util/
DULocale.java472 public ULocale(String a, String b, String c) { in ULocale()
763 public int compareTo(ULocale other) { in compareTo()
2048 public int compareTo(ULocaleAcceptLanguageQ other) { in parseAcceptLanguage()
2076 char c = acceptLanguage.charAt(n); in parseAcceptLanguage() local
3761 TreeMap<String, String> kwds = new TreeMap<String, String>(); in getInstance() local
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/util/
DULocale.java472 public ULocale(String a, String b, String c) { in ULocale()
1896 public int compareTo(ULocaleAcceptLanguageQ other) { in parseAcceptLanguage()
1924 char c = acceptLanguage.charAt(n); in parseAcceptLanguage() local
3120 TreeMap<String, String> kwds = new TreeMap<String, String>(); in getInstance() local