Home
last modified time | relevance | path

Searched defs:cls (Results 1 – 25 of 526) sorted by relevance

12345678910>>...22

/third_party/FreeBSD/sys/kern/
Dsubr_kobj.c82 kobj_class_compile_common(kobj_class_t cls, kobj_ops_t ops) in kobj_class_compile_common()
111 kobj_class_compile(kobj_class_t cls) in kobj_class_compile()
142 kobj_class_compile_static(kobj_class_t cls, kobj_ops_t ops) in kobj_class_compile_static()
156 kobj_lookup_method_class(kobj_class_t cls, kobjop_desc_t desc) in kobj_lookup_method_class()
171 kobj_lookup_method_mi(kobj_class_t cls, in kobj_lookup_method_mi()
194 kobj_lookup_method(kobj_class_t cls, in kobj_lookup_method()
209 kobj_class_free(kobj_class_t cls) in kobj_class_free()
240 kobj_create(kobj_class_t cls, in kobj_create()
258 kobj_init_common(kobj_t obj, kobj_class_t cls) in kobj_init_common()
266 kobj_init(kobj_t obj, kobj_class_t cls) in kobj_init()
[all …]
/third_party/libnl/lib/route/
Dcls.c36 static int cls_build(struct rtnl_cls *cls, int type, int flags, in cls_build()
76 void rtnl_cls_put(struct rtnl_cls *cls) in rtnl_cls_put()
88 void rtnl_cls_set_prio(struct rtnl_cls *cls, uint16_t prio) in rtnl_cls_set_prio()
94 uint16_t rtnl_cls_get_prio(struct rtnl_cls *cls) in rtnl_cls_get_prio()
102 void rtnl_cls_set_protocol(struct rtnl_cls *cls, uint16_t protocol) in rtnl_cls_set_protocol()
108 uint16_t rtnl_cls_get_protocol(struct rtnl_cls *cls) in rtnl_cls_get_protocol()
138 int rtnl_cls_build_add_request(struct rtnl_cls *cls, int flags, in rtnl_cls_build_add_request()
185 int rtnl_cls_add(struct nl_sock *sk, struct rtnl_cls *cls, int flags) in rtnl_cls_add()
209 int rtnl_cls_build_change_request(struct rtnl_cls *cls, int flags, in rtnl_cls_build_change_request()
227 int rtnl_cls_change(struct nl_sock *sk, struct rtnl_cls *cls, int flags) in rtnl_cls_change()
[all …]
/third_party/python/Lib/
D_py_abc.py54 def register(cls, subclass): argument
72 def _dump_registry(cls, file=None): argument
83 def _abc_registry_clear(cls): argument
87 def _abc_caches_clear(cls): argument
92 def __instancecheck__(cls, instance): argument
108 def __subclasscheck__(cls, subclass): argument
Denum.py57 def _make_class_unpicklable(cls): argument
165 def __prepare__(metacls, cls, bases, **kwds): argument
179 def __new__(metacls, cls, bases, classdict, **kwds): argument
334 def __call__(cls, value, names=None, *, module=None, qualname=None, type=None, start=1): argument
371 def __contains__(cls, member): argument
378 def __delattr__(cls, attr): argument
391 def __getattr__(cls, name): argument
407 def __getitem__(cls, name): argument
410 def __iter__(cls): argument
416 def __len__(cls): argument
[all …]
Dabc.py89 def register(cls, subclass): argument
96 def __instancecheck__(cls, instance): argument
100 def __subclasscheck__(cls, subclass): argument
104 def _dump_registry(cls, file=None): argument
116 def _abc_registry_clear(cls): argument
120 def _abc_caches_clear(cls): argument
/third_party/python/Lib/idlelib/idle_test/
Dtest_help_about.py25 def setUpClass(cls): argument
32 def tearDownClass(cls): argument
93 def setUpClass(cls): argument
100 def tearDownClass(cls): argument
117 def setUpClass(cls): argument
124 def tearDownClass(cls): argument
156 def setUpClass(cls): argument
165 def tearDownClass(cls): argument
Dtest_editor.py16 def setUpClass(cls): argument
22 def tearDownClass(cls): argument
105 def setUpClass(cls): argument
114 def tearDownClass(cls): argument
196 def setUpClass(cls): argument
203 def tearDownClass(cls): argument
Dtest_config_key.py32 def setUpClass(cls): argument
41 def tearDownClass(cls): argument
110 def setUpClass(cls): argument
117 def tearDownClass(cls): argument
178 def setUpClass(cls): argument
185 def tearDownClass(cls): argument
247 def setUpClass(cls): argument
254 def tearDownClass(cls): argument
Dtest_macosx.py19 def setUpClass(cls): argument
26 def tearDownClass(cls): argument
74 def setUpClass(cls): argument
84 def tearDownClass(cls): argument
/third_party/protobuf/python/google/protobuf/internal/
Dpython_message.py107 def __new__(cls, name, bases, dictionary): argument
160 def __init__(cls, name, bases, dictionary): argument
294 def _AttachFieldHelpers(cls, field_descriptor): argument
385 def _AddEnumValues(descriptor, cls): argument
491 def _AddInitMethod(message_descriptor, cls): argument
594 def _AddPropertiesForFields(descriptor, cls): argument
605 def _AddPropertiesForField(field, cls): argument
638 def _AddPropertiesForRepeatedField(field, cls): argument
682 def _AddPropertiesForNonRepeatedScalarField(field, cls): argument
741 def _AddPropertiesForNonRepeatedCompositeField(field, cls): argument
[all …]
/third_party/python/Lib/unittest/test/
Dtest_setups.py36 def setUpClass(cls): argument
54 def tearDownClass(cls): argument
72 def tearDownClass(cls): argument
83 def tearDownClass(cls): argument
101 def setUpClass(cls): argument
120 def tearDownClass(cls): argument
131 def tearDownClass(cls): argument
153 def setUpClass(cls): argument
156 def tearDownClass(cls): argument
170 def setUpClass(cls): argument
[all …]
Dtest_runner.py205 def setUpClass(cls): argument
213 def tearDownClass(cls): argument
230 def setUpClass(cls): argument
236 def tearDownClass(cls): argument
265 def setUpClass(cls): argument
274 def tearDownClass(cls): argument
288 def setUpClass(cls): argument
297 def tearDownClass(cls): argument
314 def setUpClass(cls): argument
326 def tearDownClass(cls): argument
[all …]
/third_party/libnl/lib/route/cls/
Du32.c397 void rtnl_u32_set_handle(struct rtnl_cls *cls, int htid, int hash, in rtnl_u32_set_handle()
405 int rtnl_u32_set_classid(struct rtnl_cls *cls, uint32_t classid) in rtnl_u32_set_classid()
418 int rtnl_u32_get_classid(struct rtnl_cls *cls, uint32_t *classid) in rtnl_u32_get_classid()
432 int rtnl_u32_set_divisor(struct rtnl_cls *cls, uint32_t divisor) in rtnl_u32_set_divisor()
444 int rtnl_u32_set_link(struct rtnl_cls *cls, uint32_t link) in rtnl_u32_set_link()
456 int rtnl_u32_set_hashtable(struct rtnl_cls *cls, uint32_t ht) in rtnl_u32_set_hashtable()
468 int rtnl_u32_set_hashmask(struct rtnl_cls *cls, uint32_t hashmask, uint32_t offset) in rtnl_u32_set_hashmask()
487 int rtnl_u32_set_selector(struct rtnl_cls *cls, int offoff, uint32_t offmask, char offshift, uint16… in rtnl_u32_set_selector()
510 int rtnl_u32_set_cls_terminal(struct rtnl_cls *cls) in rtnl_u32_set_cls_terminal()
526 int rtnl_u32_add_action(struct rtnl_cls *cls, struct rtnl_act *act) in rtnl_u32_add_action()
[all …]
Dmall.c45 int rtnl_mall_set_classid(struct rtnl_cls *cls, uint32_t classid) in rtnl_mall_set_classid()
57 int rtnl_mall_get_classid(struct rtnl_cls *cls, uint32_t *classid) in rtnl_mall_get_classid()
71 int rtnl_mall_set_flags(struct rtnl_cls *cls, uint32_t flags) in rtnl_mall_set_flags()
84 int rtnl_mall_get_flags(struct rtnl_cls *cls, uint32_t *flags) in rtnl_mall_get_flags()
98 int rtnl_mall_append_action(struct rtnl_cls *cls, struct rtnl_act *act) in rtnl_mall_append_action()
118 struct rtnl_act *rtnl_mall_get_first_action(struct rtnl_cls *cls) in rtnl_mall_get_first_action()
135 int rtnl_mall_del_action(struct rtnl_cls *cls, struct rtnl_act *act) in rtnl_mall_del_action()
Dbasic.c171 void rtnl_basic_set_target(struct rtnl_cls *cls, uint32_t target) in rtnl_basic_set_target()
182 uint32_t rtnl_basic_get_target(struct rtnl_cls *cls) in rtnl_basic_get_target()
192 void rtnl_basic_set_ematch(struct rtnl_cls *cls, struct rtnl_ematch_tree *tree) in rtnl_basic_set_ematch()
210 struct rtnl_ematch_tree *rtnl_basic_get_ematch(struct rtnl_cls *cls) in rtnl_basic_get_ematch()
220 int rtnl_basic_add_action(struct rtnl_cls *cls, struct rtnl_act *act) in rtnl_basic_add_action()
240 struct rtnl_act* rtnl_basic_get_action(struct rtnl_cls *cls) in rtnl_basic_get_action()
253 int rtnl_basic_del_action(struct rtnl_cls *cls, struct rtnl_act *act) in rtnl_basic_del_action()
/third_party/python/Tools/c-analyzer/c_analyzer/common/
Dutil.py95 def __set_name__(self, cls, name): argument
106 def __get__(self, obj, cls): argument
133 def _ensure___del__(self, cls, slotnames): # See the comment in __init__(). argument
171 def __set_name__(self, cls, name): argument
176 def __get__(self, obj, cls): argument
188 def from_raw(cls, raw): argument
207 def from_string(cls, value): argument
212 def _make(cls, iterable): # The default _make() is not subclass-friendly. argument
/third_party/skia/third_party/externals/microhttpd/src/examples/
Dfileserver_example_dirs.c34 file_reader (void *cls, uint64_t pos, char *buf, size_t max) in file_reader()
43 file_free_callback (void *cls) in file_free_callback()
50 dir_free_callback (void *cls) in dir_free_callback()
58 dir_reader (void *cls, uint64_t pos, char *buf, size_t max) in dir_reader()
79 ahc_echo (void *cls, in ahc_echo()
Dmhd2spdy_http.c30 http_cb_log(void * cls, in http_cb_log()
48 http_cb_iterate(void *cls, in http_cb_iterate()
79 http_cb_response (void *cls, in http_cb_response()
149 http_cb_response_done(void *cls) in http_cb_response_done()
156 http_cb_request (void *cls, in http_cb_request()
372 http_cb_request_completed (void *cls, in http_cb_request_completed()
/third_party/cef/tools/
Dmake_cpptoc_impl.py19 def make_cpptoc_function_impl_existing(cls, name, func, impl, defined_names): argument
33 def make_cpptoc_function_impl_new(cls, name, func, defined_names, base_scoped): argument
458 def make_cpptoc_function_impl(cls, funcs, existing, prefixname, defined_names, argument
480 def make_cpptoc_virtual_function_impl(header, cls, existing, prefixname, argument
508 def make_cpptoc_virtual_function_assignment(header, cls, prefixname, argument
531 def make_cpptoc_unwrap_derived(header, cls, base_scoped): argument
/third_party/python/Lib/test/
Dtest_subclassinit.py10 def __init_subclass__(cls): argument
24 def __init_subclass__(cls): argument
36 def __init_subclass__(cls, **kwargs): argument
46 def __init_subclass__(cls): argument
55 def __init_subclass__(cls, whatever): argument
64 def __init_subclass__(cls, **kwargs): argument
79 def __init_subclass__(cls, **kwargs): argument
87 def __init_subclass__(cls, middle, **kwargs): argument
92 def __init_subclass__(cls, right="right", **kwargs): argument
117 def __new__(cls, name, bases, ns): argument
[all …]
Dtest_genericclass.py163 def __class_getitem__(cls, item): argument
170 def __class_getitem__(cls, item): argument
178 def __class_getitem__(cls, item): argument
181 def __class_getitem__(cls, item): argument
189 def __class_getitem__(cls, item): argument
197 def __init_subclass__(cls): argument
198 def __class_getitem__(cls, item): argument
209 def __class_getitem__(cls, item): argument
219 def __class_getitem__(cls): argument
224 def __class_getitem__(cls, one, two): argument
[all …]
D_test_multiprocessing.py259 def _test(cls, q, *args, **kwds): argument
284 def _test_send_parent_process(cls, wconn): argument
314 def _test_create_grandchild_process(cls, wconn): argument
320 def _test_report_parent_status(cls, wconn): argument
384 def _test_process_mainthread_native_id(cls, q): argument
389 def _sleep_some(cls): argument
393 def _test_sleep(cls, delay): argument
479 def _test_recursion(cls, wconn, id): argument
510 def _test_sentinel(cls, event): argument
530 def _test_close(cls, rc=0, q=None): argument
[all …]
/third_party/python/Lib/ctypes/test/
Dtest_parameters.py28 def from_param(cls, value): argument
33 def from_param(cls, value): argument
45 def from_param(cls, value): argument
149 def from_param(cls, obj): argument
157 def from_param(cls, obj): argument
166 def from_param(cls, obj): argument
/third_party/mbedtls/scripts/
Dassemble_changelog.py116 def extract_top_version(cls, changelog_file_content): argument
131 def version_title_text(cls, version_title): argument
136 def split_categories(cls, version_body): argument
145 def format_category(cls, title, body): argument
154 def is_released_version(cls, title): argument
161 def extract_top_version(cls, changelog_file_content): argument
177 def version_title_text(cls, version_title): argument
182 def split_categories(cls, version_body): argument
203 def format_category(cls, title, body): argument
354 def merge_hash(cls, some_hash): argument
/third_party/libnl/src/lib/
Dcls.c25 struct rtnl_cls *cls; in nl_cli_cls_alloc() local
46 void nl_cli_cls_parse_proto(struct rtnl_cls *cls, char *arg) in nl_cli_cls_parse_proto()
56 struct rtnl_ematch_tree *nl_cli_cls_parse_ematch(struct rtnl_cls *cls, char *arg) in nl_cli_cls_parse_ematch()

12345678910>>...22