| /third_party/python/Modules/ |
| H A D | _xxsubinterpretersmodule.c | 1453 newchannelid(PyTypeObject *cls, int64_t cid, int end, _channels *channels, in newchannelid() argument 1481 channelid_new(PyTypeObject *cls, PyObject *args, PyObject *kwds) in channelid_new() argument 1670 PyObject *cls = PyObject_GetAttrString(highlevel, clsname); in _channel_from_cid() local
|
| H A D | pyexpat.c | 722 pyexpat_xmlparser_Parse_impl(xmlparseobject *self, PyTypeObject *cls, in pyexpat_xmlparser_Parse_impl() argument 821 pyexpat_xmlparser_ParseFile_impl(xmlparseobject *self, PyTypeObject *cls, in pyexpat_xmlparser_ParseFile_impl() argument 936 pyexpat_xmlparser_ExternalEntityParserCreate_impl(xmlparseobject *self, PyTypeObject *cls, const char *context, const char *encoding) pyexpat_xmlparser_ExternalEntityParserCreate_impl() argument 1044 pyexpat_xmlparser_UseForeignDTD_impl(xmlparseobject *self, PyTypeObject *cls, int flag) pyexpat_xmlparser_UseForeignDTD_impl() argument [all...] |
| H A D | arraymodule.c | 1283 array_array_extend_impl(arrayobject *self, PyTypeObject *cls, PyObject *bb) in array_array_extend_impl() argument 1467 array_array_fromfile_impl(arrayobject *self, PyTypeObject *cls, PyObject *f, in array_array_fromfile_impl() argument 1530 array_array_tofile_impl(arrayobject *self, PyTypeObject *cls, PyObjec argument 2186 array_array___reduce_ex___impl(arrayobject *self, PyTypeObject *cls, PyObject *value) array_array___reduce_ex___impl() argument 2951 array_arrayiterator___reduce___impl(arrayiterobject *self, PyTypeObject *cls) array_arrayiterator___reduce___impl() argument [all...] |
| H A D | _datetimemodule.c | 968 new_date_subclass_ex(int year, int month, int day, PyObject *cls) in new_date_subclass_ex() argument 1034 new_datetime_subclass_fold_ex(int year, int month, int day, int hour, int minute, int second, int usecond, PyObject *tzinfo, int fold, PyObject *cls) new_datetime_subclass_fold_ex() argument 1059 new_datetime_subclass_ex(int year, int month, int day, int hour, int minute, int second, int usecond, PyObject *tzinfo, PyObject *cls) new_datetime_subclass_ex() argument 2950 date_fromtimestamp(PyObject *cls, PyObject *obj) date_fromtimestamp() argument 2973 date_today(PyObject *cls, PyObject *dummy) date_today() argument 3019 datetime_date_fromtimestamp_capi(PyObject *cls, PyObject *args) datetime_date_fromtimestamp_capi() argument 3035 date_fromordinal(PyObject *cls, PyObject *args) date_fromordinal() argument 3058 date_fromisoformat(PyObject *cls, PyObject *dtstr) date_fromisoformat() argument 3098 date_fromisocalendar(PyObject *cls, PyObject *args, PyObject *kw) date_fromisocalendar() argument 4628 time_fromisoformat(PyObject *cls, PyObject *tstr) time_fromisoformat() argument 5031 datetime_from_timet_and_us(PyObject *cls, TM_FUNC f, time_t timet, int us, PyObject *tzinfo) datetime_from_timet_and_us() argument 5103 datetime_from_timestamp(PyObject *cls, TM_FUNC f, PyObject *timestamp, PyObject *tzinfo) datetime_from_timestamp() argument 5121 datetime_best_possible(PyObject *cls, TM_FUNC f, PyObject *tzinfo) datetime_best_possible() argument 5174 datetime_utcnow(PyObject *cls, PyObject *dummy) datetime_utcnow() argument 5181 datetime_fromtimestamp(PyObject *cls, PyObject *args, PyObject *kw) datetime_fromtimestamp() argument 5208 datetime_utcfromtimestamp(PyObject *cls, PyObject *args) datetime_utcfromtimestamp() argument 5221 datetime_strptime(PyObject *cls, PyObject *args) datetime_strptime() argument 5241 datetime_combine(PyObject *cls, PyObject *args, PyObject *kw) datetime_combine() argument 5429 datetime_fromisoformat(PyObject *cls, PyObject *dtstr) datetime_fromisoformat() argument [all...] |
| H A D | _pickle.c | 3610 PyObject *cls; in save_global() local 3944 PyObject *cls; in get_class() local 4043 PyObject *cls; save_reduce() local 4130 PyObject *cls; save_reduce() local 5815 instantiate(PyObject *cls, PyObject *args) instantiate() argument 5837 PyObject *cls, *args, *obj = NULL; load_obj() local 5866 PyObject *cls = NULL; load_inst() local 5930 PyObject *cls, *args, *kwargs = NULL; load_newobj() local [all...] |
| H A D | _testcapimodule.c | 5526 PyObject *self, *obj, *cls; in bad_get() local
|
| /third_party/python/Objects/ |
| H A D | abstract.c | 2500 abstract_get_bases(PyObject *cls) in abstract_get_bases() argument 2514 abstract_issubclass(PyObject *derived, PyObject *cls) in abstract_issubclass() argument 2565 check_class(PyObject *cls, cons argument 2581 object_isinstance(PyObject *inst, PyObject *cls) object_isinstance() argument 2617 object_recursive_isinstance(PyThreadState *tstate, PyObject *inst, PyObject *cls) object_recursive_isinstance() argument 2682 PyObject_IsInstance(PyObject *inst, PyObject *cls) PyObject_IsInstance() argument 2690 recursive_issubclass(PyObject *derived, PyObject *cls) recursive_issubclass() argument 2710 object_issubclass(PyThreadState *tstate, PyObject *derived, PyObject *cls) object_issubclass() argument 2770 PyObject_IsSubclass(PyObject *derived, PyObject *cls) PyObject_IsSubclass() argument 2778 _PyObject_RealIsInstance(PyObject *inst, PyObject *cls) _PyObject_RealIsInstance() argument 2784 _PyObject_RealIsSubclass(PyObject *derived, PyObject *cls) _PyObject_RealIsSubclass() argument [all...] |
| H A D | descrobject.c | 141 PyTypeObject *cls = NULL; in classmethod_get() local
|
| H A D | dictobject.c | 2266 _PyDict_FromKeys(PyObject *cls, PyObject *iterable, PyObject *value) in _PyDict_FromKeys() argument
|
| H A D | exceptions.c | 760 PyTypeObject *cls = type; in BaseExceptionGroup_new() local
|
| H A D | typeobject.c | 366 PyTypeObject *cls = _PyType_CAST(b); in type_mro_modified() local 825 PyTypeObject *cls; in type_set_bases() local 829 "", 2, 3, &cls, &new_mro, &old_mro); in type_set_bases() local 1749 class_name(PyObject *cls) in class_name() argument 1954 PyObject *cls = PyTuple_GET_ITEM(base->tp_mro, i); mro_implementation() local 2447 type_init(PyObject *cls, PyObject *args, PyObject *kwds) type_init() argument 4913 _PyType_GetSlotNames(PyTypeObject *cls) _PyType_GetSlotNames() argument 5294 PyObject *cls; reduce_newobj() local 5440 PyObject *cls, *clsreduce; object___reduce_ex___impl() local 5464 object_subclasshook(PyObject *cls, PyObject *args) object_subclasshook() argument 5478 object_init_subclass(PyObject *cls, PyObject *arg) object_init_subclass() argument [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_pathlib.py | 709 cls = pathlib.PurePosixPath global() variable in PurePosixPathTest 785 cls = pathlib.PureWindowsPath global() variable in PureWindowsPathTest 1323 cls = pathlib.PurePath global() variable in PurePathTest 1364 cls = pathlib.PosixPath global() variable in PosixPathAsPureTest 1368 cls = pathlib.WindowsPath global() variable in WindowsPathAsPureTest 2514 cls = pathlib.Path global() variable in PathTest 2535 cls = pathlib.PosixPath global() variable in PosixPathTest 2719 cls = pathlib.WindowsPath global() variable in WindowsPathTest [all...] |
| H A D | test_functools.py | 483 cls = functools.partialmethod(classmethod(capture), d=9) variable in TestPartialMethod.A [all...] |
| /third_party/python/Tools/clinic/ |
| H A D | clinic.py | 5241 cls = module[name] global() variable [all...] |
| /third_party/python/Include/internal/ |
| H A D | pycore_ast.h | 595 expr_ty cls; member
|
| /third_party/protobuf/python/google/protobuf/pyext/ |
| H A D | message.cc | 127 static int AddDescriptors(PyObject* cls, const Descriptor* descriptor) { in AddDescriptors() argument 540 static CMessageClass* CheckMessageClass(PyTypeObject* cls) { in CheckMessageClass() argument 548 GetMessageDescriptor(PyTypeObject* cls) GetMessageDescriptor() argument 1282 New(PyTypeObject* cls, PyObject* unused_args, PyObject* unused_kwargs) New() argument 2000 RegisterExtension(PyObject* cls, PyObject* extension_handle) RegisterExtension() argument 2386 FromString(PyTypeObject* cls, PyObject* serialized) FromString() argument [all...] |
| /third_party/python/Python/ |
| H A D | specialize.c | 1216 PyTypeObject *cls = Py_TYPE(container); in _Py_Specialize_BinarySubscr() local
|
| H A D | Python-ast.c | 3509 _PyAST_MatchClass(expr_ty cls, asdl_pattern_seq * patterns, asdl_identifier_seq in _PyAST_MatchClass() argument 11562 expr_ty cls; obj2ast_pattern() local [all...] |
| H A D | ceval.c | 4639 PyObject *cls = TOP(); local 5161 PyObject *cls = POP(); local
|
| /third_party/node/deps/v8/src/execution/arm64/ |
| H A D | simulator-logic-arm64.cc | 1500 LogicVRegister Simulator::cls(VectorFormat vform, LogicVRegister dst, in cls() function in v8::internal::Simulator
|
| /third_party/vixl/src/aarch64/ |
| H A D | assembler-aarch64.cc | 1038 void Assembler::cls(const Register& rd, const Register& rn) { in cls() function in vixl::aarch64::Assembler
|
| H A D | assembler-sve-aarch64.cc | 3366 void Assembler::cls(const ZRegister& zd, in cls() function in vixl::aarch64::Assembler
|
| /third_party/node/deps/v8/src/codegen/arm64/ |
| H A D | assembler-arm64.cc | 1188 void Assembler::cls(const Register& rd, const Register& rn) { in cls() function in v8::internal::Assembler 1938 void Assembler::cls(const VRegister& vd, const VRegister& vn) { in cls() function in v8::internal::Assembler
|
| /third_party/python/Parser/ |
| H A D | parser.c | 10104 expr_ty cls; in class_pattern_rule() local 10145 expr_ty cls; in class_pattern_rule() local 10191 expr_ty cls; in class_pattern_rule() local 10238 expr_ty cls; in class_pattern_rule() local [all...] |
| /third_party/skia/third_party/externals/sfntly/java/lib/ |
| H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |