/third_party/python/Lib/test/ |
H A D | test_embed.py | 575 def tearDownClass(cls): 577 cls.EXPECTED_CONFIG = None 621 cls = InitConfigTests 622 if cls.EXPECTED_CONFIG is None: 623 cls.EXPECTED_CONFIG = self._get_expected_config_impl() 627 for config_key, config_value in cls.EXPECTED_CONFIG.items():
|
H A D | test_zipfile.py | 55 def setUpClass(cls): 56 cls.line_gen = [bytes("Zipfile test line %d. random float: %f\n" % 59 cls.data = b''.join(cls.line_gen) 683 def setUpClass(cls): 686 cls.data = b'\n'.join(line_gen) 2489 def setUpClass(cls): 2491 cls.data = b''.join(struct.pack('<f', random()*randint(-1000, 1000)) 2683 def setUpClass(cls): 2684 cls [all...] |
H A D | test_locale.py | 16 def setUpClass(cls): 41 cls.enUS_locale = tloc
|
H A D | test_pickle.py | 147 def persistent_id(cls, obj): 199 def persistent_load(cls, pid):
|
H A D | test_tarfile.py | 1764 def setUpClass(cls): 1765 with open(cls.file_path, "wb") as fobj: 1769 def tearDownClass(cls): 1770 os_helper.unlink(cls.file_path) 3040 def setUpClass(cls): 3042 cls.control_dir = pathlib.Path(TEMPDIR) / "extractall_ctrl" 3044 tar.extractall(cls.control_dir, filter=cls.extraction_filter) 3046 cls.control_paths = set( 3047 p.relative_to(cls [all...] |
/third_party/skia/third_party/externals/microhttpd/doc/examples/ |
H A D | tlsauthentication.c | 213 answer_to_connection (void *cls, struct MHD_Connection *connection, in answer_to_connection() argument
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | message.h | 255 PyObject* RegisterExtension(PyObject* cls, PyObject* extension_handle);
|
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_main.c | 9203 struct tc_cls_u32_offload *cls) in ixgbe_delete_clsu32() 9205 u32 hdl = cls->knode.handle; in ixgbe_delete_clsu32() 9206 u32 uhtid = TC_U32_USERHTID(cls->knode.handle); in ixgbe_delete_clsu32() 9207 u32 loc = cls->knode.handle & 0xfffff; in ixgbe_delete_clsu32() 9260 struct tc_cls_u32_offload *cls) in ixgbe_configure_clsu32_add_hnode() 9262 u32 uhtid = TC_U32_USERHTID(cls->hnode.handle); in ixgbe_configure_clsu32_add_hnode() 9270 if (cls->hnode.divisor > 0) in ixgbe_configure_clsu32_add_hnode() 9278 struct tc_cls_u32_offload *cls) in ixgbe_configure_clsu32_del_hnode() 9280 u32 uhtid = TC_U32_USERHTID(cls->hnode.handle); in ixgbe_configure_clsu32_del_hnode() 9398 struct tc_cls_u32_offload *cls, in ixgbe_clsu32_build_input() 9202 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...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_main.c | 9294 struct tc_cls_u32_offload *cls) in ixgbe_delete_clsu32() 9296 u32 hdl = cls->knode.handle; in ixgbe_delete_clsu32() 9297 u32 uhtid = TC_U32_USERHTID(cls->knode.handle); in ixgbe_delete_clsu32() 9298 u32 loc = cls->knode.handle & 0xfffff; in ixgbe_delete_clsu32() 9351 struct tc_cls_u32_offload *cls) in ixgbe_configure_clsu32_add_hnode() 9353 u32 uhtid = TC_U32_USERHTID(cls->hnode.handle); in ixgbe_configure_clsu32_add_hnode() 9361 if (cls->hnode.divisor > 0) in ixgbe_configure_clsu32_add_hnode() 9369 struct tc_cls_u32_offload *cls) in ixgbe_configure_clsu32_del_hnode() 9371 u32 uhtid = TC_U32_USERHTID(cls->hnode.handle); in ixgbe_configure_clsu32_del_hnode() 9489 struct tc_cls_u32_offload *cls, in ixgbe_clsu32_build_input() 9293 ixgbe_delete_clsu32(struct ixgbe_adapter *adapter, struct tc_cls_u32_offload *cls) ixgbe_delete_clsu32() argument 9350 ixgbe_configure_clsu32_add_hnode(struct ixgbe_adapter *adapter, struct tc_cls_u32_offload *cls) ixgbe_configure_clsu32_add_hnode() argument 9368 ixgbe_configure_clsu32_del_hnode(struct ixgbe_adapter *adapter, struct tc_cls_u32_offload *cls) ixgbe_configure_clsu32_del_hnode() argument 9487 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 9539 ixgbe_configure_clsu32(struct ixgbe_adapter *adapter, struct tc_cls_u32_offload *cls) ixgbe_configure_clsu32() argument [all...] |
/kernel/linux/linux-5.10/net/ceph/ |
H A D | debugfs.c | 227 seq_printf(s, "-%s/%s", op->cls.class_name, in dump_request() 228 op->cls.method_name); in dump_request()
|
/kernel/linux/linux-6.6/net/ceph/ |
H A D | debugfs.c | 227 seq_printf(s, "-%s/%s", op->cls.class_name, in dump_request() 228 op->cls.method_name); in dump_request()
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | jsunit_driver.py | 180 def _parse_suite_info(cls, suite_info): 277 def _init_suites_start(cls, line, pattern, pid):
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | Currency.java | 162 Class<?> cls = Class.forName("com.ibm.icu.util.CurrencyServiceShim"); in getShim() 163 shim = (ServiceShim)cls.newInstance(); in getShim()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | Currency.java | 154 Class<?> cls = Class.forName("ohos.global.icu.util.CurrencyServiceShim"); in getShim() 155 shim = (ServiceShim)cls.newInstance(); in getShim()
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | nodes.py | 526 def from_untrusted(cls, value, lineno=None, environment=None): 535 return cls(value, lineno=lineno, environment=environment)
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | ext.py | 37 def __new__(cls, name, bases, d): 38 rv = type.__new__(cls, name, bases, d)
|
H A D | runtime.py | 103 def __new__(cls, name, bases, d): 104 rv = type.__new__(cls, name, bases, d)
|
/third_party/nghttp2/doc/_exts/rubydomain/ |
H A D | rubydomain.py | 284 name, cls = name_cls 348 name, cls = name_cls
|
/third_party/python/Tools/c-analyzer/c_common/ |
H A D | scriptutil.py | 148 def __new__(cls, *args, **kwargs): 149 return super().__new__(cls, (args, kwargs))
|
/third_party/python/Tools/scripts/ |
H A D | freeze_modules.py | 234 def from_id(cls, frozenid, pyfile=None): 240 return cls(frozenid, pyfile, frozenfile, deepfreezefile)
|
/third_party/python/Lib/ |
H A D | codecs.py | 94 def __new__(cls, encode, decode, streamreader=None, streamwriter=None, 97 self = tuple.__new__(cls, (encode, decode, streamreader, streamwriter))
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | nodes.py | 526 def from_untrusted(cls, value, lineno=None, environment=None): 535 return cls(value, lineno=lineno, environment=environment)
|
/third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
H A D | test_new_connection.c | 825 new_session_callback (void *cls, in new_session_callback() argument 839 if(strcmp(CLS,cls)!=0) in new_session_callback() 841 killchild(child,"wrong cls"); in new_session_callback()
|
/third_party/python/Modules/ |
H A D | md5module.c | 367 cls: defining_class 373 MD5Type_copy_impl(MD5object *self, PyTypeObject *cls) in MD5Type_copy_impl() argument 376 MD5State *st = PyType_GetModuleState(cls); in MD5Type_copy_impl()
|
H A D | _lsprof.c | 581 cls: defining_class 609 _lsprof_Profiler_getstats_impl(ProfilerObject *self, PyTypeObject *cls) in _lsprof_Profiler_getstats_impl() argument 613 collect.state = PyType_GetModuleState(cls); in _lsprof_Profiler_getstats_impl()
|