Home
last modified time | relevance | path

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

12345678910>>...26

/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
Dabc.py110 def register(cls, subclass): argument
117 def __instancecheck__(cls, instance): argument
121 def __subclasscheck__(cls, subclass): argument
125 def _dump_registry(cls, file=None): argument
137 def _abc_registry_clear(cls): argument
141 def _abc_caches_clear(cls): argument
146 def update_abstractmethods(cls): argument
Denum.py58 def _make_class_unpicklable(cls): argument
166 def __prepare__(metacls, cls, bases, **kwds): argument
180 def __new__(metacls, cls, bases, classdict, **kwds): argument
359 def __call__(cls, value, names=None, *, module=None, qualname=None, type=None, start=1): argument
396 def __contains__(cls, obj): argument
410 def __delattr__(cls, attr): argument
423 def __getattr__(cls, name): argument
439 def __getitem__(cls, name): argument
442 def __iter__(cls): argument
448 def __len__(cls): argument
[all …]
/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
188 def setUpClass(cls): argument
195 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
/third_party/python/Tools/c-analyzer/c_parser/
Dinfo.py35 def _from_raw(cls, raw): argument
48 def by_priority(cls, group=None): argument
62 def is_type_decl(cls, kind): argument
70 def is_decl(cls, kind): argument
78 def get_group(cls, kind, *, groups=None): argument
101 def resolve_group(cls, group): argument
164 def from_raw(cls, raw): argument
206 def from_row(cls, row, **markers): argument
213 def _make(cls, iterable): argument
220 def __new__(cls, filename, funcname, name): argument
[all …]
/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
231 def setUpClass(cls): argument
240 def tearDownClass(cls): argument
258 def setUpClass(cls): argument
264 def tearDownClass(cls): argument
287 def setUpClass(cls): argument
293 def tearDownClass(cls): argument
335 def setUpClass(cls): argument
344 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 …]
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()
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()
/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/flatbuffers/tests/MyGame/
DInParentNamespace.py13 def GetRootAs(cls, buf, offset=0): argument
20 def GetRootAsInParentNamespace(cls, buf, offset=0): argument
24 def InParentNamespaceBufferHasIdentifier(cls, buf, offset, size_prefixed=False): argument
47 def InitFromBuf(cls, buf, pos): argument
53 def InitFromObj(cls, inParentNamespace): argument
/third_party/flatbuffers/tests/MyGame/Example2/
DMonster.py13 def GetRootAs(cls, buf, offset=0): argument
20 def GetRootAsMonster(cls, buf, offset=0): argument
24 def MonsterBufferHasIdentifier(cls, buf, offset, size_prefixed=False): argument
47 def InitFromBuf(cls, buf, pos): argument
53 def InitFromObj(cls, monster): argument
/third_party/python/Tools/c-analyzer/c_common/
Dclsutil.py32 def __set_name__(self, cls, name): argument
43 def __get__(self, obj, cls): argument
70 def _ensure___del__(self, cls, slotnames): # See the comment in __init__(). argument
108 def __set_name__(self, cls, name): argument
113 def __get__(self, obj, cls): 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.py263 def _test(cls, q, *args, **kwds): argument
288 def _test_send_parent_process(cls, wconn): argument
318 def _test_create_grandchild_process(cls, wconn): argument
324 def _test_report_parent_status(cls, wconn): argument
388 def _test_process_mainthread_native_id(cls, q): argument
393 def _sleep_some(cls): argument
397 def _test_sleep(cls, delay): argument
483 def _test_recursion(cls, wconn, id): argument
514 def _test_sentinel(cls, event): argument
534 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

12345678910>>...26