/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
D | eap_gpsk_common.c | 346 size_t seed_len, u8 method_type) in eap_gpsk_derive_mid_helper() argument 379 os_memcpy(pos, &method_type, 1); in eap_gpsk_derive_mid_helper() 422 u8 method_type, u8 *sid, size_t *sid_len) in eap_gpsk_derive_session_id() argument 464 method_type); in eap_gpsk_derive_session_id() 466 sid[0] = method_type; in eap_gpsk_derive_session_id()
|
D | eap_gpsk_common.h | 61 u8 method_type, u8 *sid, size_t *sid_len);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
D | eap_gpsk_common.c | 346 size_t seed_len, u8 method_type) in eap_gpsk_derive_mid_helper() argument 379 os_memcpy(pos, &method_type, 1); in eap_gpsk_derive_mid_helper() 422 u8 method_type, u8 *sid, size_t *sid_len) in eap_gpsk_derive_session_id() argument 464 method_type); in eap_gpsk_derive_session_id() 466 sid[0] = method_type; in eap_gpsk_derive_session_id()
|
D | eap_gpsk_common.h | 61 u8 method_type, u8 *sid, size_t *sid_len);
|
/third_party/gstreamer/gstplugins_bad/gst/geometrictransform/ |
D | gstgeometrictransform.c | 60 static GType method_type = 0; in gst_geometric_transform_off_edges_pixels_method_get_type() local 69 if (!method_type) { in gst_geometric_transform_off_edges_pixels_method_get_type() 70 method_type = in gst_geometric_transform_off_edges_pixels_method_get_type() 74 return method_type; in gst_geometric_transform_off_edges_pixels_method_get_type()
|
/third_party/libabigail/include/ |
D | abg-fwd.h | 182 class method_type; variable 185 typedef shared_ptr<method_type> method_type_sptr; 514 const method_type* 517 method_type* 967 get_method_type_name(const method_type*, bool internal = false); 970 get_method_type_name(const method_type&, bool internal = false); 1002 get_pretty_representation(const method_type&, bool internal = false); 1005 get_pretty_representation(const method_type*, bool internal = false);
|
D | abg-ir.h | 3355 class method_type : public function_type 3360 method_type(); 3367 method_type(type_base_sptr return_type, 3374 method_type(type_base_sptr return_type, 3381 method_type(class_or_union_sptr class_type, 3386 method_type(const environment& env, 3400 virtual ~method_type(); 3407 get_method_type_name(const method_type& fn_type, bool internal);
|
/third_party/libabigail/src/ |
D | abg-hash.cc | 462 struct method_type::hash 465 operator()(const method_type& t) const in operator ()() 485 operator()(const method_type* t) in operator ()() 525 if (const method_type* m = dynamic_cast<const method_type*>(t)) in operator ()() 527 method_type::hash h; in operator ()() 1025 if (const method_type* d = dynamic_cast<const method_type*>(t)) in operator ()() 1026 return method_type::hash()(*d); in operator ()()
|
D | abg-ir.cc | 6601 t.reset(new method_type(p, ty->get_class_type(), in strip_typedef() 8766 if (const method_type* method = is_method_type(fn_type)) in get_function_type_name() 8844 get_method_type_name(const method_type* fn_type, in get_method_type_name() 8864 get_method_type_name(const method_type& fn_type, in get_method_type_name() 9058 if (const method_type* method = is_method_type(fn_type)) in get_pretty_representation() 9093 get_pretty_representation(const method_type& method, bool internal) in get_pretty_representation() 9111 get_pretty_representation(const method_type* method, bool internal) in get_pretty_representation() 10435 {return dynamic_pointer_cast<method_type>(t);} in is_method_type() 10443 const method_type* 10445 {return dynamic_cast<const method_type*>(t);} in is_method_type() [all …]
|
D | abg-writer.cc | 3454 if (method_type_sptr method_type = is_method_type(fn_type)) in write_function_type() local 3457 << ctxt.get_id_for_type(method_type->get_class_type()) in write_function_type() 3461 /*is_const=*/method_type->get_is_const(), in write_function_type()
|
D | abg-dwarf-reader.cc | 12613 method_type_sptr method_type; in is_function_for_die_a_member_of_class() local 12616 method_type = method->get_type(); in is_function_for_die_a_member_of_class() 12618 method_type = is_method_type(artifact); in is_function_for_die_a_member_of_class() 12619 ABG_ASSERT(method_type); in is_function_for_die_a_member_of_class() 12621 class_or_union_sptr method_class = method_type->get_class_type(); in is_function_for_die_a_member_of_class() 13841 ? new method_type(is_method, is_const, in build_function_type()
|
D | abg-reader.cc | 3394 ? new method_type(return_type, as_method_decl, in build_function_decl() 4042 ? new method_type(method_class_type, in build_function_type()
|
/third_party/ffmpeg/libavcodec/ |
D | flacdec.c | 224 int i, tmp, partition, method_type, rice_order; in decode_residuals() local 228 method_type = get_bits(&gb, 2); in decode_residuals() 232 rice_bits = 4 + method_type; in decode_residuals() 238 if (method_type > 1) { in decode_residuals() 240 method_type); in decode_residuals()
|
/third_party/gstreamer/gstplugins_bad/gst/debugutils/ |
D | gstcompare.c | 66 static GType method_type = 0; in gst_compare_method_get_type() local 75 if (!method_type) { in gst_compare_method_get_type() 76 method_type = g_enum_register_static ("GstCompareMethod", method_types); in gst_compare_method_get_type() 78 return method_type; in gst_compare_method_get_type()
|
/third_party/gstreamer/gstplugins_good/gst/deinterlace/ |
D | gstdeinterlace.c | 394 GType method_type; in gst_deinterlace_set_method() local 422 method_type = in gst_deinterlace_set_method() 425 if (method_type == G_TYPE_INVALID in gst_deinterlace_set_method() 426 || !gst_deinterlace_method_supported (method_type, format, in gst_deinterlace_set_method() 431 method_type = G_TYPE_INVALID; in gst_deinterlace_set_method() 440 method_type = tmp; in gst_deinterlace_set_method() 446 g_assert (method_type != G_TYPE_INVALID); in gst_deinterlace_set_method() 452 self->method = g_object_new (method_type, "name", "method", NULL); in gst_deinterlace_set_method()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11deinterlace.cpp | 125 static gsize method_type = 0; in gst_d3d11_deinterlace_method_type() local 127 if (g_once_init_enter (&method_type)) { in gst_d3d11_deinterlace_method_type() 146 g_once_init_leave (&method_type, tmp); in gst_d3d11_deinterlace_method_type() 149 return (GType) method_type; in gst_d3d11_deinterlace_method_type()
|
/third_party/libabigail/ |
D | ChangeLog | 832 (method_type::method_type, template_decl::template_decl) 971 (function_type::function_type, method_type::method_type) 5497 (method_type): Likewise. 13853 (function_type::function_type, method_type::method_type) 13910 function_decl::parameter, function_type, method_type, class_decl, 13915 function_type, method_type, class_decl, union_decl, 21418 * include/abg-ir.h (method_type::priv_): Introduce new pimpl 21420 (method_type::class_type_): Move this into the pimpl idiom. 21421 (method_type::method_type): Take a new is_const flag. 21422 (method_type::get_class_type): Make this method out-of-line. [all …]
|