Home
last modified time | relevance | path

Searched defs:cls (Results 251 - 275 of 279) sorted by relevance

1...<<1112

/third_party/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc127 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 Dspecialize.c1216 PyTypeObject *cls = Py_TYPE(container); in _Py_Specialize_BinarySubscr() local
H A DPython-ast.c3509 _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 Dceval.c4639 PyObject *cls = TOP(); local
5161 PyObject *cls = POP(); local
/third_party/python/Modules/
H A Darraymodule.c1283 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.c968 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.c3610 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...]
/kernel/linux/linux-5.10/drivers/pci/
H A Dquirks.c159 u8 cls = 0; in pci_apply_final_quirks() local
/kernel/linux/linux-6.6/include/linux/
H A Dmod_devicetable.h220 __u32 cls; member
/kernel/linux/linux-6.6/drivers/pci/
H A Dquirks.c252 u8 cls = 0; in pci_apply_final_quirks() local
/third_party/node/deps/v8/src/execution/arm64/
H A Dsimulator-logic-arm64.cc1500 LogicVRegister Simulator::cls(VectorFormat vform, LogicVRegister dst, in cls() function in v8::internal::Simulator
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.cc1038 void Assembler::cls(const Register& rd, const Register& rn) { in cls() function in vixl::aarch64::Assembler
H A Dassembler-sve-aarch64.cc3366 void Assembler::cls(const ZRegister& zd, in cls() function in vixl::aarch64::Assembler
/third_party/python/Objects/
H A Ddictobject.c2266 _PyDict_FromKeys(PyObject *cls, PyObject *iterable, PyObject *value) in _PyDict_FromKeys() argument
H A Dexceptions.c760 PyTypeObject *cls = type; in BaseExceptionGroup_new() local
H A Dtypeobject.c366 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...]
/kernel/linux/linux-5.10/arch/mips/include/asm/octeon/
H A Dcvmx-pci-defs.h260 uint32_t cls:8; member
H A Dcvmx-mio-defs.h3692 uint64_t cls:2; member
4107 uint64_t cls:2; member
/kernel/linux/linux-6.6/arch/mips/include/asm/octeon/
H A Dcvmx-pci-defs.h260 uint32_t cls:8; member
H A Dcvmx-mio-defs.h3692 uint64_t cls:2; member
4107 uint64_t cls:2; member
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/
H A Denetc_hw.h913 u8 cls; member
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/enetc/
H A Denetc_hw.h955 u8 cls; member
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.cc1188 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
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168.h1452 u8 cls; member
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_main.c9202 ixgbe_delete_clsu32(struct ixgbe_adapter *adapter, struct tc_cls_u32_offload *cls) ixgbe_delete_clsu32() argument
9259 ixgbe_configure_clsu32_add_hnode(struct ixgbe_adapter *adapter, struct tc_cls_u32_offload *cls) ixgbe_configure_clsu32_add_hnode() argument
9277 ixgbe_configure_clsu32_del_hnode(struct ixgbe_adapter *adapter, struct tc_cls_u32_offload *cls) ixgbe_configure_clsu32_del_hnode() argument
9396 ixgbe_clsu32_build_input(struct ixgbe_fdir_filter *input, union ixgbe_atr_input *mask, struct tc_cls_u32_offload *cls, struct ixgbe_mat_field *field_ptr, struct ixgbe_nexthdr *nexthdr) ixgbe_clsu32_build_input() argument
9448 ixgbe_configure_clsu32(struct ixgbe_adapter *adapter, struct tc_cls_u32_offload *cls) ixgbe_configure_clsu32() argument
[all...]

Completed in 152 milliseconds

1...<<1112