/aosp_15_r20/external/python/cpython2/Objects/ |
D | typeobject.c | 657 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 …]
|
D | bytearrayobject.c | 337 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()
|
/aosp_15_r20/external/libnl/python/netlink/ |
H A D | util.py | 20 def _color(t, c): argument 118 def get_value(self, key, args, kwds): argument 181 def __cmp__(self, other): argument 195 def __cmp__(self, other): argument
|
/aosp_15_r20/external/python/cpython2/Modules/ |
D | _struct.c | 67 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 …]
|
D | arraymodule.c | 1750 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
|
/aosp_15_r20/external/python/cpython3/Modules/_decimal/ |
D | _decimal.c | 1305 context_init(PyObject *self, PyObject *args, PyObject *kwds) in context_init() 1734 ctxmanager_new(PyTypeObject *type UNUSED, PyObject *args, PyObject *kwds) in ctxmanager_new() 2824 dec_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in dec_new() 2905 #define CONVERT_TERNOP(a, b, c, v, w, x, context) \ argument 2934 #define CONVERT_TERNOP_RAISE(a, b, c, v, w, x, context) \ argument 3061 Py_complex c = PyComplex_AsCComplex(w); in convert_op_cmp() local 3679 PyDec_ToIntegralValue(PyObject *dec, PyObject *args, PyObject *kwds) in PyDec_ToIntegralValue() 3720 PyDec_ToIntegralExact(PyObject *dec, PyObject *args, PyObject *kwds) in PyDec_ToIntegralExact() 4229 PyObject *a, *b, *c = NULL; in nm_mpd_qpow() local 4419 dec_mpd_to_eng(PyObject *self, PyObject *args, PyObject *kwds) in dec_mpd_to_eng() [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_enum.py | 435 def __new__(cls, *value, **kwds): 1573 c = ... variable in TestSpecial.test_multiple_mixin_mro.TestAutoNumber 1578 c = ... variable in TestSpecial.test_multiple_mixin_mro.TestAutoInt 1613 def __add__(self, other): argument 1673 def __add__(self, other): argument 1733 def __add__(self, other): argument 1793 def __add__(self, other): argument 1850 def __add__(self, other): argument 1905 def __add__(self, other): argument 2002 def __ge__(self, other): argument [all …]
|
D | test_descr.py | 106 def sliceop_test(self, a, b, c, res, expr="a[b:c]", meth="__getitem__"): argument 139 def set2op_test(self, a, b, c, res, stmt="a[b]=c", meth="__setitem__"): argument 158 def setsliceop_test(self, a, b, c, d, res, stmt="a[b:c]=d", meth="__setitem__"): argument 249 def __add__(self, other): argument 271 def __new__(cls, *args, **kwds): 1280 def __eq__(self, other): argument 2193 def __eq__(self, other): argument 2195 def __ne__(self, other): argument 2197 def __ge__(self, other): argument 2199 def __gt__(self, other): argument [all …]
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | typeobject.c | 1059 type_call(PyTypeObject *type, PyObject *args, PyObject *kwds) in type_call() 1169 PyType_GenericNew(PyTypeObject *type, PyObject *args, PyObject *kwds) in PyType_GenericNew() 1810 PyObject *c = PyTuple_GET_ITEM(L, remain[i]); in set_mro_error() local 2447 type_init(PyObject *cls, PyObject *args, PyObject *kwds) in type_init() 2527 PyObject *kwds; member 3290 type_new(PyTypeObject *metatype, PyObject *args, PyObject *kwds) in type_new() 4489 excess_args(PyObject *args, PyObject *kwds) in excess_args() 4496 object_init(PyObject *self, PyObject *args, PyObject *kwds) in object_init() 4516 object_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in object_new() 4626 object_richcompare(PyObject *self, PyObject *other, int op) in object_richcompare() [all …]
|
D | descrobject.c | 497 PyObject *kwds) in classmethoddescr_call() 521 PyObject *args, PyObject *kwds) in wrapperdescr_raw_call() 540 wrapperdescr_call(PyWrapperDescrObject *descr, PyObject *args, PyObject *kwds) in wrapperdescr_call() 1063 mappingproxy_ior(PyObject *self, PyObject *Py_UNUSED(other)) in mappingproxy_ior() 1355 PyObject *c = (PyObject *)PyDescr_TYPE(wp->descr); in wrapper_objclass() local 1397 wrapper_call(wrapperobject *wp, PyObject *args, PyObject *kwds) in wrapper_call()
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _struct.c | 78 typedef struct { char c; short x; } st_short; member 79 typedef struct { char c; int x; } st_int; member 80 typedef struct { char c; long x; } st_long; member 81 typedef struct { char c; float x; } st_float; member 82 typedef struct { char c; double x; } st_double; member 83 typedef struct { char c; void *x; } st_void_p; member 84 typedef struct { char c; size_t x; } st_size_t; member 85 typedef struct { char c; _Bool x; } st_bool; member 98 typedef struct { char c; long long x; } s_long_long; member 1262 getentry(_structmodulestate *state, int c, const formatdef *f) in getentry() [all …]
|
D | arraymodule.c | 2410 arrayobject* other; in array_ass_subscr() local 2614 array_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in array_new() 2617 int c; in array_new() local 2730 arrayobject *other = (arrayobject *)initial; in array_new() local
|
D | _testcapimodule.c | 1369 int a, b, c; in getargs_tuple() local 1650 char c; in getargs_c() local 1659 int c; in getargs_C() local 6879 matmulType_matmul(PyObject *self, PyObject *other) in matmulType_matmul() 6885 matmulType_imatmul(PyObject *self, PyObject *other) in matmulType_imatmul() 6982 ipowType_ipow(PyObject *self, PyObject *other, PyObject *mod) in ipowType_ipow() 7006 awaitObject_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in awaitObject_new() 7136 recurse_infinitely_error_init(PyObject *self, PyObject *args, PyObject *kwds) in recurse_infinitely_error_init() 7156 MyList_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in MyList_new()
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_descr.py | 107 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 …]
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | compile.c | 128 #define IS_TOP_LEVEL_AWAIT(c) ( \ argument 522 compiler_init(struct compiler *c) in compiler_init() 544 struct compiler c; in _PyAST_Compile() local 590 compiler_free(struct compiler *c) in compiler_free() 735 compiler_set_qualname(struct compiler *c) in compiler_set_qualname() 810 compiler_new_block(struct compiler *c) in compiler_new_block() 828 compiler_use_next_block(struct compiler *c, basicblock *block) in compiler_use_next_block() 838 compiler_copy_block(struct compiler *c, basicblock *block) in compiler_copy_block() 915 #define SET_LOC(c, x) \ argument 922 #define UNSET_LOC(c) \ argument [all …]
|
/aosp_15_r20/external/icu/android_icu4j/src/main/java/android/icu/util/ |
H A D | ULocale.java | 434 public ULocale(String a, String b, String c) { in ULocale() 720 public int compareTo(ULocale other) { in compareTo() 3665 TreeMap<String, String> kwds = new TreeMap<>(); in getInstance() local
|
/aosp_15_r20/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/util/ |
H A D | ULocale.java | 484 public ULocale(String a, String b, String c) { in ULocale() 780 public int compareTo(ULocale other) { in compareTo() 3857 TreeMap<String, String> kwds = new TreeMap<>(); in getInstance() local
|
/aosp_15_r20/prebuilts/devtools/tools/lib/ |
HD | jython-standalone-2.5.3.jar | ... .Address)
com.kenai.jaffl.Address other
public final boolean isNull ()
public volatile synthetic int ... |
/aosp_15_r20/out/soong/.intermediates/external/icu/android_icu4j/core-icu4j/android_common/withres/ |
D | core-icu4j.jar | ... boolean contains (int)
int lead
int twoBits
int c
public final int span (java.lang.CharSequence ... |
/aosp_15_r20/out/soong/.intermediates/external/icu/android_icu4j/core-icu4j/android_common/jarjar/ |
D | core-icu4j.jar | com/android/icu/util/regex/PatternNative.class
PatternNative.java
package com. ... |
/aosp_15_r20/out/soong/.intermediates/external/icu/android_icu4j/core-icu4j/android_common_apex10000/combined/ |
D | core-icu4j.jar | ... boolean contains (int)
int lead
int twoBits
int c
public final int span (java.lang.CharSequence ... |
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/core-icu4j.com.android.i18n_intermediates/ |
D | classes.jar | ... boolean contains (int)
int lead
int twoBits
int c
public final int span (java.lang.CharSequence ... |
/aosp_15_r20/out/soong/.intermediates/external/icu/android_icu4j/core-icu4j/android_common_apex10000/withres/ |
D | core-icu4j.jar | ... boolean contains (int)
int lead
int twoBits
int c
public final int span (java.lang.CharSequence ... |
/aosp_15_r20/out/soong/.intermediates/external/icu/android_icu4j/core-icu4j/android_common_apex10000/jarjar/ |
D | core-icu4j.jar | com/android/icu/util/regex/PatternNative.class
PatternNative.java
package com. ... |
/aosp_15_r20/out/soong/.intermediates/external/icu/android_icu4j/core-icu4j/android_common_apex10000/package-check/ |
D | core-icu4j.jar | com/android/icu/util/regex/PatternNative.class
PatternNative.java
package com. ... |