Home
last modified time | relevance | path

Searched refs:factory_class (Results 1 – 25 of 79) sorted by relevance

1234

/dports/devel/py-pytest-factoryboy/pytest-factoryboy-2.1.0/pytest_factoryboy/
H A Dfixture.py51 def register(factory_class, _name=None, **kwargs): argument
63 factory_name = get_factory_name(factory_class)
126 factory_class=factory_class,
137 return factory_class
140 def get_model_name(factory_class): argument
145 else factory_class._meta.model
149 def get_factory_name(factory_class): argument
195 class Factory(factory_class):
297 deferred._factory = factory_class
303 def factory_fixture(request, factory_class): argument
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/tgcalls/tgcalls/platform/android/
H A DAndroidInterface.cpp29 webrtc::ScopedJavaLocalRef<jclass> factory_class = in makeVideoEncoderFactory() local
32 factory_class.obj(), "<init>", "(Lorg/webrtc/EglBase$Context;ZZ)V"); in makeVideoEncoderFactory()
34 env, env->NewObject(factory_class.obj(), factory_constructor, in makeVideoEncoderFactory()
43 webrtc::ScopedJavaLocalRef<jclass> factory_class = in makeVideoDecoderFactory() local
46 factory_class.obj(), "<init>", "(Lorg/webrtc/EglBase$Context;)V"); in makeVideoDecoderFactory()
48 env, env->NewObject(factory_class.obj(), factory_constructor, in makeVideoDecoderFactory()
66 webrtc::ScopedJavaLocalRef<jclass> factory_class = in supportsEncoding() local
69 factory_class.obj(), "<init>", "(Lorg/webrtc/EglBase$Context;ZZ)V"); in supportsEncoding()
71 env, env->NewObject(factory_class.obj(), factory_constructor, in supportsEncoding()
/dports/net/p5-RPC-XML/RPC-XML-0.82/t/
H A D29_parserfactory.t112 (my $factory_class = $parser) =~ s/:://g;
113 $factory_class = "RPC::XML::Parser::$factory_class";
136 isa_ok($p, $factory_class, "Alias $alias: \$p");
144 (my $factory_class = $parser) =~ s/:://g;
145 $factory_class = "RPC::XML::Parser::$factory_class";
158 isa_ok($p, $factory_class, "New'ing $alias: \$p");
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/modules/video_coding/codecs/test/
H A Dandroid_codec_factory_helper.cc60 ScopedJavaLocalRef<jclass> factory_class = in CreateAndroidEncoderFactory() local
63 factory_class.obj(), "<init>", "(Lorg/webrtc/EglBase$Context;ZZ)V"); in CreateAndroidEncoderFactory()
65 env, env->NewObject(factory_class.obj(), factory_constructor, in CreateAndroidEncoderFactory()
74 ScopedJavaLocalRef<jclass> factory_class = in CreateAndroidDecoderFactory() local
77 factory_class.obj(), "<init>", "(Lorg/webrtc/EglBase$Context;)V"); in CreateAndroidDecoderFactory()
79 env, env->NewObject(factory_class.obj(), factory_constructor, in CreateAndroidDecoderFactory()
/dports/net-im/tg_owt/tg_owt-d578c76/src/modules/video_coding/codecs/test/
H A Dandroid_codec_factory_helper.cc60 ScopedJavaLocalRef<jclass> factory_class = in CreateAndroidEncoderFactory() local
63 factory_class.obj(), "<init>", "(Lorg/webrtc/EglBase$Context;ZZ)V"); in CreateAndroidEncoderFactory()
65 env, env->NewObject(factory_class.obj(), factory_constructor, in CreateAndroidEncoderFactory()
74 ScopedJavaLocalRef<jclass> factory_class = in CreateAndroidDecoderFactory() local
77 factory_class.obj(), "<init>", "(Lorg/webrtc/EglBase$Context;)V"); in CreateAndroidDecoderFactory()
79 env, env->NewObject(factory_class.obj(), factory_constructor, in CreateAndroidDecoderFactory()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/modules/video_coding/codecs/test/
H A Dandroid_codec_factory_helper.cc60 ScopedJavaLocalRef<jclass> factory_class = in CreateAndroidEncoderFactory() local
63 factory_class.obj(), "<init>", "(Lorg/webrtc/EglBase$Context;ZZ)V"); in CreateAndroidEncoderFactory()
65 env, env->NewObject(factory_class.obj(), factory_constructor, in CreateAndroidEncoderFactory()
74 ScopedJavaLocalRef<jclass> factory_class = in CreateAndroidDecoderFactory() local
77 factory_class.obj(), "<init>", "(Lorg/webrtc/EglBase$Context;)V"); in CreateAndroidDecoderFactory()
79 env, env->NewObject(factory_class.obj(), factory_constructor, in CreateAndroidDecoderFactory()
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/modules/video_coding/codecs/test/
H A Dandroid_codec_factory_helper.cc60 ScopedJavaLocalRef<jclass> factory_class = in CreateAndroidEncoderFactory() local
63 factory_class.obj(), "<init>", "(Lorg/webrtc/EglBase$Context;ZZ)V"); in CreateAndroidEncoderFactory()
65 env, env->NewObject(factory_class.obj(), factory_constructor, in CreateAndroidEncoderFactory()
74 ScopedJavaLocalRef<jclass> factory_class = in CreateAndroidDecoderFactory() local
77 factory_class.obj(), "<init>", "(Lorg/webrtc/EglBase$Context;)V"); in CreateAndroidDecoderFactory()
79 env, env->NewObject(factory_class.obj(), factory_constructor, in CreateAndroidDecoderFactory()
/dports/mail/evolution-ews/evolution-ews-3.42.1/src/Microsoft365/registry/
H A De-m365-backend-factory.c53 ECollectionBackendFactoryClass *factory_class; in e_m365_backend_factory_class_init() local
55 factory_class = E_COLLECTION_BACKEND_FACTORY_CLASS (class); in e_m365_backend_factory_class_init()
56 factory_class->factory_name = "microsoft365"; in e_m365_backend_factory_class_init()
57 factory_class->backend_type = E_TYPE_M365_BACKEND; in e_m365_backend_factory_class_init()
58 factory_class->prepare_mail = m365_backend_factory_prepare_mail; in e_m365_backend_factory_class_init()
/dports/mail/evolution-ews/evolution-ews-3.42.1/src/EWS/registry/
H A De-ews-backend-factory.c65 ECollectionBackendFactoryClass *factory_class; in e_ews_backend_factory_class_init() local
67 factory_class = E_COLLECTION_BACKEND_FACTORY_CLASS (class); in e_ews_backend_factory_class_init()
68 factory_class->factory_name = "ews"; in e_ews_backend_factory_class_init()
69 factory_class->backend_type = E_TYPE_EWS_BACKEND; in e_ews_backend_factory_class_init()
70 factory_class->prepare_mail = ews_backend_factory_prepare_mail; in e_ews_backend_factory_class_init()
/dports/devel/p5-Class-Factory/Class-Factory-1.06/lib/Class/
H A DFactory.pm34 my $factory_class =
36 return $factory_class if ( $factory_class );
38 $factory_class = $REGISTER{ $class }->{ $object_type };
39 if ( $factory_class ) {
41 $class->add_factory_type( $object_type, $factory_class );
/dports/www/p5-HTTP-Throwable/HTTP-Throwable-0.027/t/lib/Test/
H A DHT.pm43 for my $factory_class (
47 subtest "...using $factory_class" => sub {
51 $factory_class->throw($identifier, $arg);
98 : $factory_class eq 'MyFactory'
113 $body = undef if $factory_class eq 'MyFactory';
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/addressbook/libedata-book/
H A De-book-backend-factory.c100 EBackendFactoryClass *factory_class; in e_book_backend_factory_class_init() local
105 factory_class = E_BACKEND_FACTORY_CLASS (class); in e_book_backend_factory_class_init()
106 factory_class->get_hash_key = book_backend_factory_get_hash_key; in e_book_backend_factory_class_init()
107 factory_class->new_backend = book_backend_factory_new_backend; in e_book_backend_factory_class_init()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/calendar/libedata-cal/
H A De-cal-backend-factory.c113 EBackendFactoryClass *factory_class; in e_cal_backend_factory_class_init() local
118 factory_class = E_BACKEND_FACTORY_CLASS (class); in e_cal_backend_factory_class_init()
119 factory_class->get_hash_key = cal_backend_factory_get_hash_key; in e_cal_backend_factory_class_init()
120 factory_class->new_backend = cal_backend_factory_new_backend; in e_cal_backend_factory_class_init()
/dports/net/p5-URI-SmartURI/URI-SmartURI-0.032/lib/URI/
H A DSmartURI.pm92 factory_class => $class
109 factory_class => $class
126 factory_class => $class
147 $uri->factory_class->new(($uri =~ m!^[/:]*(/.*)!), $_[0]->_opts);
227 my $class = $self->factory_class;
378 factory_class => $class
443 factory_class => $class,
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/modules/webdav-backend/
H A Dmodule-webdav-backend.c129 ECollectionBackendFactoryClass *factory_class; in e_webdav_backend_factory_class_init() local
131 factory_class = E_COLLECTION_BACKEND_FACTORY_CLASS (class); in e_webdav_backend_factory_class_init()
132 factory_class->factory_name = "webdav"; in e_webdav_backend_factory_class_init()
133 factory_class->backend_type = E_TYPE_WEBDAV_BACKEND; in e_webdav_backend_factory_class_init()
/dports/devel/cutter/cutter-1.2.6/test/fixtures/factory/type1/
H A Dmodule1-factory.c40 CutModuleFactoryClass *factory_class; in class_init() local
43 factory_class = CUT_MODULE_FACTORY_CLASS(klass); in class_init()
45 factory_class->set_option_group = set_option_group; in class_init()
46 factory_class->create = create; in class_init()
H A Dmodule2-factory.c37 CutModuleFactoryClass *factory_class; in class_init() local
40 factory_class = CUT_MODULE_FACTORY_CLASS(klass); in class_init()
42 factory_class->set_option_group = set_option_group; in class_init()
43 factory_class->create = create; in class_init()
H A Dmodule3-factory.c37 CutModuleFactoryClass *factory_class; in class_init() local
40 factory_class = CUT_MODULE_FACTORY_CLASS(klass); in class_init()
42 factory_class->set_option_group = set_option_group; in class_init()
43 factory_class->create = create; in class_init()
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A Dgal-a11y-e-table-factory.c52 AtkObjectFactoryClass *factory_class = ATK_OBJECT_FACTORY_CLASS (class); in gal_a11y_e_table_factory_class_init() local
56 factory_class->create_accessible = gal_a11y_e_table_factory_create_accessible; in gal_a11y_e_table_factory_class_init()
57 factory_class->get_accessible_type = gal_a11y_e_table_factory_get_accessible_type; in gal_a11y_e_table_factory_class_init()
H A Dgal-a11y-e-tree-factory.c51 AtkObjectFactoryClass *factory_class = ATK_OBJECT_FACTORY_CLASS (class); in gal_a11y_e_tree_factory_class_init() local
55 factory_class->create_accessible = gal_a11y_e_tree_factory_create_accessible; in gal_a11y_e_tree_factory_class_init()
56 factory_class->get_accessible_type = gal_a11y_e_tree_factory_get_accessible_type; in gal_a11y_e_tree_factory_class_init()
H A Dgal-a11y-e-text-factory.c55 AtkObjectFactoryClass *factory_class = ATK_OBJECT_FACTORY_CLASS (class); in gal_a11y_e_text_factory_class_init() local
59 factory_class->create_accessible = gal_a11y_e_text_factory_create_accessible; in gal_a11y_e_text_factory_class_init()
60 factory_class->get_accessible_type = gal_a11y_e_text_factory_get_accessible_type; in gal_a11y_e_text_factory_class_init()
H A Dgal-a11y-e-table-click-to-add-factory.c60 AtkObjectFactoryClass *factory_class = ATK_OBJECT_FACTORY_CLASS (class); in gal_a11y_e_table_click_to_add_factory_class_init() local
64 factory_class->create_accessible = gal_a11y_e_table_click_to_add_factory_create_accessible; in gal_a11y_e_table_click_to_add_factory_class_init()
65 factory_class->get_accessible_type = gal_a11y_e_table_click_to_add_factory_get_accessible_type; in gal_a11y_e_table_click_to_add_factory_class_init()
H A Dgal-a11y-e-table-item-factory.c59 AtkObjectFactoryClass *factory_class = ATK_OBJECT_FACTORY_CLASS (class); in gal_a11y_e_table_item_factory_class_init() local
63 factory_class->create_accessible = gal_a11y_e_table_item_factory_create_accessible; in gal_a11y_e_table_item_factory_class_init()
64 factory_class->get_accessible_type = gal_a11y_e_table_item_factory_get_accessible_type; in gal_a11y_e_table_item_factory_class_init()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkcolumnlistitemfactory.c112 GtkListItemFactoryClass *factory_class = GTK_LIST_ITEM_FACTORY_CLASS (klass); in gtk_column_list_item_factory_class_init() local
114 factory_class->setup = gtk_column_list_item_factory_setup; in gtk_column_list_item_factory_class_init()
115 factory_class->teardown = gtk_column_list_item_factory_teardown; in gtk_column_list_item_factory_class_init()
116 factory_class->update = gtk_column_list_item_factory_update; in gtk_column_list_item_factory_class_init()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/modules/outlook-backend/
H A Dmodule-outlook-backend.c261 ECollectionBackendFactoryClass *factory_class; in e_outlook_backend_factory_class_init() local
263 factory_class = E_COLLECTION_BACKEND_FACTORY_CLASS (class); in e_outlook_backend_factory_class_init()
264 factory_class->factory_name = "outlook"; in e_outlook_backend_factory_class_init()
265 factory_class->backend_type = E_TYPE_OUTLOOK_BACKEND; in e_outlook_backend_factory_class_init()
266 factory_class->prepare_mail = outlook_backend_factory_prepare_mail; in e_outlook_backend_factory_class_init()

1234