Home
last modified time | relevance | path

Searched defs:factory (Results 26 – 50 of 7323) sorted by relevance

12345678910>>...293

/dports/lang/mono/mono-5.10.1.57/external/corert/src/ILCompiler.Compiler/src/Compiler/DependencyAnalysis/
H A DImportedNodeProvider.cs18 public abstract IEETypeNode ImportedEETypeNode(NodeFactory factory, TypeDesc type); in ImportedEETypeNode()
19 … public abstract ISortableSymbolNode ImportedGCStaticNode(NodeFactory factory, MetadataType type); in ImportedGCStaticNode()
20 …public abstract ISortableSymbolNode ImportedNonGCStaticNode(NodeFactory factory, MetadataType type… in ImportedNonGCStaticNode()
21 …public abstract ISortableSymbolNode ImportedThreadStaticOffsetNode(NodeFactory factory, MetadataTy… in ImportedThreadStaticOffsetNode()
22 …public abstract ISortableSymbolNode ImportedThreadStaticIndexNode(NodeFactory factory, MetadataTyp… in ImportedThreadStaticIndexNode()
23 …public abstract ISortableSymbolNode ImportedTypeDictionaryNode(NodeFactory factory, TypeDesc type); in ImportedTypeDictionaryNode()
24 …public abstract ISortableSymbolNode ImportedMethodDictionaryNode(NodeFactory factory, MethodDesc m… in ImportedMethodDictionaryNode()
30 public override IEETypeNode ImportedEETypeNode(NodeFactory factory, TypeDesc type) in ImportedEETypeNode()
35 … public override ISortableSymbolNode ImportedGCStaticNode(NodeFactory factory, MetadataType type) in ImportedGCStaticNode()
40 …public override ISortableSymbolNode ImportedNonGCStaticNode(NodeFactory factory, MetadataType type) in ImportedNonGCStaticNode()
[all …]
H A DEETypeNode.cs65 public EETypeNode(NodeFactory factory, TypeDesc type) in EETypeNode()
84 public override bool ShouldSkipEmittingObjectNode(NodeFactory factory) in ShouldSkipEmittingObjectNode()
93 public override ObjectNode NodeForLinkage(NodeFactory factory) in NodeForLinkage()
420 public override ObjectData GetData(NodeFactory factory, bool relocsOnly) in GetData()
521 private void OutputFlags(NodeFactory factory, ref ObjectDataBuilder objData) in OutputFlags()
637 protected virtual ISymbolNode GetBaseTypeNode(NodeFactory factory) in GetBaseTypeNode()
642 private ISymbolNode GetRelatedTypeNode(NodeFactory factory) in GetRelatedTypeNode()
783 private void OutputOptionalFields(NodeFactory factory, ref ObjectDataBuilder objData) in OutputOptionalFields()
842 void ComputeRareFlags(NodeFactory factory) in ComputeRareFlags()
917 protected virtual void ComputeICastableVirtualMethodSlots(NodeFactory factory) in ComputeICastableVirtualMethodSlots()
[all …]
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/
H A DFactory.php50 public static function family(FamilyFactoryInterface $factory = null): FamilyFactoryInterface
74 public static function header(HeaderFactoryInterface $factory = null): HeaderFactoryInterface
86 …public static function individual(IndividualFactoryInterface $factory = null): IndividualFactoryIn…
98 …public static function location(LocationFactoryInterface $factory = null): LocationFactoryInterface
110 …public static function markdown(MarkdownFactoryInterface $factory = null): MarkdownFactoryInterface
122 public static function media(MediaFactoryInterface $factory = null): MediaFactoryInterface
134 public static function note(NoteFactoryInterface $factory = null): NoteFactoryInterface
146 …public static function repository(RepositoryFactoryInterface $factory = null): RepositoryFactoryIn…
158 public static function source(SourceFactoryInterface $factory = null): SourceFactoryInterface
182 …public static function submitter(SubmitterFactoryInterface $factory = null): SubmitterFactoryInter…
[all …]
H A DRegistry.php107 public static function cache(CacheFactoryInterface $factory = null): CacheFactoryInterface
123 …public static function elementFactory(ElementFactoryInterface $factory = null): ElementFactoryInte…
139 …public static function familyFactory(FamilyFactoryInterface $factory = null): FamilyFactoryInterfa…
155 …public static function filesystem(FilesystemFactoryInterface $factory = null): FilesystemFactoryIn…
187 …public static function headerFactory(HeaderFactoryInterface $factory = null): HeaderFactoryInterfa…
203 … public static function imageFactory(ImageFactoryInterface $factory = null): ImageFactoryInterface
267 … public static function mediaFactory(MediaFactoryInterface $factory = null): MediaFactoryInterface
283 public static function noteFactory(NoteFactoryInterface $factory = null): NoteFactoryInterface
315 public static function slugFactory(SlugFactoryInterface $factory = null): SlugFactoryInterface
331 …public static function sourceFactory(SourceFactoryInterface $factory = null): SourceFactoryInterfa…
[all …]
/dports/science/cdk/cdk-cdk-2.3/app/depict/src/test/java/org/openscience/cdk/depict/
H A DAbbreviationsTest.java53 Abbreviations factory = new Abbreviations(); in potassiumCarbonate() local
63 Abbreviations factory = new Abbreviations(); in phenyl() local
81 Abbreviations factory = new Abbreviations(); in phenylShouldNotMatchBenzene() local
90 Abbreviations factory = new Abbreviations(); in avoidOverZealousAbbreviations() local
98 Abbreviations factory = new Abbreviations(); in phenylShouldNotMatchC4H6() local
107 Abbreviations factory = new Abbreviations(); in phenylShouldAbbreviateExplicitHydrogens() local
120 Abbreviations factory = new Abbreviations(); in phenylShouldMatchKekuleForm() local
133 Abbreviations factory = new Abbreviations(); in nitroGroups() local
149 Abbreviations factory = new Abbreviations(); in abbreviationsHavePriority() local
160 Abbreviations factory = new Abbreviations(); in dontOverwriteExistingSgroups() local
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/app/dialogs/
H A Ddialogs-constructors.c94 dialogs_image_new_new (GimpDialogFactory *factory, in dialogs_image_new_new()
103 dialogs_file_open_new (GimpDialogFactory *factory, in dialogs_file_open_new()
121 dialogs_file_save_new (GimpDialogFactory *factory, in dialogs_file_save_new()
166 dialogs_module_get (GimpDialogFactory *factory, in dialogs_module_get()
184 dialogs_tips_get (GimpDialogFactory *factory, in dialogs_tips_get()
193 dialogs_about_get (GimpDialogFactory *factory, in dialogs_about_get()
211 dialogs_error_get (GimpDialogFactory *factory, in dialogs_error_get()
220 dialogs_critical_get (GimpDialogFactory *factory, in dialogs_critical_get()
240 dialogs_quit_get (GimpDialogFactory *factory, in dialogs_quit_get()
254 dialogs_toolbox_new (GimpDialogFactory *factory, in dialogs_toolbox_new()
[all …]
/dports/java/jtiger/jtiger-2.1.0376/test-src/org/jtiger/report/xml/
H A DTestTestResultBeanImpl.java171 final ObjectFactory<TestResultBean> factory = new ObjectFactory<TestResultBean>() in equalsHashCode1() local
242 final ObjectFactory<TestResultBean> factory = new ObjectFactory<TestResultBean>() in equalsHashCode2() local
313 final ObjectFactory<TestResultBean> factory = new ObjectFactory<TestResultBean>() in equalsHashCode3() local
384 final ObjectFactory<TestResultBean> factory = new ObjectFactory<TestResultBean>() in equalsHashCode4() local
455 final ObjectFactory<TestResultBean> factory = new ObjectFactory<TestResultBean>() in equalsHashCode5() local
526 final ObjectFactory<TestResultBean> factory = new ObjectFactory<TestResultBean>() in equalsHashCode6() local
597 final ObjectFactory<TestResultBean> factory = new ObjectFactory<TestResultBean>() in equalsHashCode7() local
668 final ObjectFactory<TestResultBean> factory = new ObjectFactory<TestResultBean>() in equalsHashCode8() local
739 final ObjectFactory<TestResultBean> factory = new ObjectFactory<TestResultBean>() in equalsHashCode9() local
810 final ObjectFactory<TestResultBean> factory = new ObjectFactory<TestResultBean>() in equalsHashCode10() local
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/collector/processor/processorhelper/
H A Dfactory.go40 type factory struct { struct
41 component.BaseProcessorFactory
42 cfgType config.Type
43 createDefaultConfig CreateDefaultConfig
44 createTracesProcessor CreateTracesProcessor
45 createMetricsProcessor CreateMetricsProcessor
46 createLogsProcessor CreateLogsProcessor
86 func (f *factory) Type() config.Type {
96 func (f *factory) CreateTracesProcessor(
109 func (f *factory) CreateMetricsProcessor(
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/quic/
H A Dquic_stream_factory_peer.cc26 QuicStreamFactory* factory) { in GetConfig()
32 QuicStreamFactory* factory, in GetCryptoConfig()
38 QuicStreamFactory* factory, in HasActiveSession()
55 QuicStreamFactory* factory, in GetPendingSession()
68 QuicStreamFactory* factory, in GetActiveSession()
78 QuicStreamFactory* factory, in HasLiveSession()
105 QuicStreamFactory* factory, in SetTaskRunner()
126 QuicStreamFactory* factory, in SetYieldAfterDuration()
132 QuicStreamFactory* factory, in CryptoConfigCacheIsEmpty()
140 QuicStreamFactory* factory, in CacheDummyServerConfig()
[all …]
/dports/net/liblinphone/linphone-3.12.0/coreapi/
H A Dfactory.c95 #define ADD_SUPPORTED_VIDEO_DEFINITION(factory, width, height, name) \ argument
99 static void initialize_supported_video_definitions(LinphoneFactory *factory) { in initialize_supported_video_definitions()
127 LinphoneFactory *factory = belle_sip_object_new(LinphoneFactory); in linphone_factory_new() local
177 LinphoneVcard *linphone_factory_create_vcard(LinphoneFactory *factory) { in linphone_factory_create_vcard()
237 const char * linphone_factory_get_data_resources_dir(LinphoneFactory *factory) { in linphone_factory_get_data_resources_dir()
251 const char * linphone_factory_get_sound_resources_dir(LinphoneFactory *factory) { in linphone_factory_get_sound_resources_dir()
264 const char * linphone_factory_get_ring_resources_dir(LinphoneFactory *factory) { in linphone_factory_get_ring_resources_dir()
281 const char * linphone_factory_get_image_resources_dir(LinphoneFactory *factory) { in linphone_factory_get_image_resources_dir()
295 const char * linphone_factory_get_msplugins_dir(LinphoneFactory *factory) { in linphone_factory_get_msplugins_dir()
303 LinphoneErrorInfo *linphone_factory_create_error_info(LinphoneFactory *factory){ in linphone_factory_create_error_info()
[all …]
/dports/java/jtiger/jtiger-2.1.0376/test-src/org/jtiger/report/html/
H A DTestTestResultBeanImpl.java130 final ObjectFactory<TestResultBeanImpl> factory = new ObjectFactory<TestResultBeanImpl>() in equalsHashCode1() local
153 final ObjectFactory<TestResultBeanImpl> factory = new ObjectFactory<TestResultBeanImpl>() in equalsHashCode2() local
176 final ObjectFactory<TestResultBeanImpl> factory = new ObjectFactory<TestResultBeanImpl>() in equalsHashCode3() local
199 final ObjectFactory<TestResultBeanImpl> factory = new ObjectFactory<TestResultBeanImpl>() in equalsHashCode4() local
222 final ObjectFactory<TestResultBeanImpl> factory = new ObjectFactory<TestResultBeanImpl>() in equalsHashCode5() local
245 final ObjectFactory<TestResultBeanImpl> factory = new ObjectFactory<TestResultBeanImpl>() in equalsHashCode6() local
268 final ObjectFactory<TestResultBeanImpl> factory = new ObjectFactory<TestResultBeanImpl>() in equalsHashCode7() local
291 final ObjectFactory<TestResultBeanImpl> factory = new ObjectFactory<TestResultBeanImpl>() in equalsHashCode8() local
314 final ObjectFactory<TestResultBeanImpl> factory = new ObjectFactory<TestResultBeanImpl>() in equalsHashCode9() local
337 final ObjectFactory<TestResultBeanImpl> factory = new ObjectFactory<TestResultBeanImpl>() in equalsHashCode10() local
[all …]
/dports/java/jtiger/jtiger-2.1.0376/test-src/org/jtiger/assertion/
H A DTestEqualsMethodContract.java52 final ObjectFactory<String> factory = new ObjectFactory<String>() in testAssertEqualsMethodUnequalToNull1() local
72 final ObjectFactory<NotUnequalToNull> factory = new ObjectFactory<NotUnequalToNull>() in testAssertEqualsMethodUnequalToNull2() local
91 final ObjectFactory<String> factory = new ObjectFactory<String>() in testAssertEqualsMethodConsistentAcrossInvocations1() local
130 final ObjectFactory<String> factory = new ObjectFactory<String>() in testAssertEqualsMethodReflexive1() local
150 final ObjectFactory<NotReflexive> factory = new ObjectFactory<NotReflexive>() in testAssertEqualsMethodReflexive2() local
169 final ObjectFactory<String> factory = new ObjectFactory<String>() in testAssertEqualsMethodSymmetric1() local
189 final ObjectFactory<NotSymmetric> factory = new ObjectFactory<NotSymmetric>() in testAssertEqualsMethodSymmetric2() local
208 final ObjectFactory<String> factory = new ObjectFactory<String>() in testAssertEqualsMethodTransitive1() local
228 final ObjectFactory<NotTransitive> factory = new ObjectFactory<NotTransitive>() in testAssertEqualsMethodTransitive2() local
247 final ObjectFactory<String> factory = new ObjectFactory<String>() in testAssertEqualsMethodUnequalToUnequalInstance1() local
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/collector/receiver/receiverhelper/
H A Dfactory.go62 type factory struct { struct
63 cfgType config.Type
64 createDefaultConfig CreateDefaultConfig
65 createTracesReceiver CreateTracesReceiver
66 createMetricsReceiver CreateMetricsReceiver
67 createLogsReceiver CreateLogsReceiver
86 func (f *factory) Type() config.Type {
91 func (f *factory) CreateDefaultConfig() config.Receiver {
96 func (f *factory) CreateTracesReceiver(
108 func (f *factory) CreateMetricsReceiver(
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/collector/exporter/exporterhelper/
H A Dfactory.go40 type factory struct { struct
41 cfgType config.Type
42 createDefaultConfig CreateDefaultConfig
43 createTracesExporter CreateTracesExporter
44 createMetricsExporter CreateMetricsExporter
45 createLogsExporter CreateLogsExporter
85 func (f *factory) Type() config.Type {
90 func (f *factory) CreateDefaultConfig() config.Exporter {
95 func (f *factory) CreateTracesExporter(
106 func (f *factory) CreateMetricsExporter(
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/uber/jaeger-lib/metrics/expvar/
H A Dfactory.go35 type factory struct { struct
36 factory xkit.Factory argument
39 func (f *factory) Counter(options adapters.TaglessOptions) metrics.Counter {
43 func (f *factory) Gauge(options adapters.TaglessOptions) metrics.Gauge {
47 func (f *factory) Timer(options adapters.TaglessTimerOptions) metrics.Timer {
52 func (f *factory) Histogram(options adapters.TaglessHistogramOptions) metrics.Histogram {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/uber/jaeger-lib/metrics/expvar/
H A Dfactory.go35 type factory struct { struct
36 factory xkit.Factory argument
39 func (f *factory) Counter(options adapters.TaglessOptions) metrics.Counter {
43 func (f *factory) Gauge(options adapters.TaglessOptions) metrics.Gauge {
47 func (f *factory) Timer(options adapters.TaglessTimerOptions) metrics.Timer {
52 func (f *factory) Histogram(options adapters.TaglessHistogramOptions) metrics.Histogram {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/uber/jaeger-lib/metrics/expvar/
H A Dfactory.go35 type factory struct { struct
36 factory xkit.Factory argument
39 func (f *factory) Counter(options adapters.TaglessOptions) metrics.Counter {
43 func (f *factory) Gauge(options adapters.TaglessOptions) metrics.Gauge {
47 func (f *factory) Timer(options adapters.TaglessTimerOptions) metrics.Timer {
52 func (f *factory) Histogram(options adapters.TaglessHistogramOptions) metrics.Histogram {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/uber/jaeger-lib/metrics/expvar/
H A Dfactory.go35 type factory struct { struct
36 factory xkit.Factory argument
39 func (f *factory) Counter(options adapters.TaglessOptions) metrics.Counter {
43 func (f *factory) Gauge(options adapters.TaglessOptions) metrics.Gauge {
47 func (f *factory) Timer(options adapters.TaglessTimerOptions) metrics.Timer {
52 func (f *factory) Histogram(options adapters.TaglessHistogramOptions) metrics.Histogram {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/uber/jaeger-lib/metrics/expvar/
H A Dfactory.go35 type factory struct { struct
36 factory xkit.Factory argument
39 func (f *factory) Counter(options adapters.TaglessOptions) metrics.Counter {
43 func (f *factory) Gauge(options adapters.TaglessOptions) metrics.Gauge {
47 func (f *factory) Timer(options adapters.TaglessTimerOptions) metrics.Timer {
52 func (f *factory) Histogram(options adapters.TaglessHistogramOptions) metrics.Histogram {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/uber/jaeger-lib/metrics/expvar/
H A Dfactory.go35 type factory struct { struct
36 factory xkit.Factory argument
39 func (f *factory) Counter(options adapters.TaglessOptions) metrics.Counter {
43 func (f *factory) Gauge(options adapters.TaglessOptions) metrics.Gauge {
47 func (f *factory) Timer(options adapters.TaglessTimerOptions) metrics.Timer {
52 func (f *factory) Histogram(options adapters.TaglessHistogramOptions) metrics.Histogram {
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/ssoadmin/types/
H A Dtypes.go35 // This member is required.
36 Source []string
39 // The assignment that indicates a principal's limited access to a specified AWS
47 // The ARN of the permission set. For more information about ARNs, see Amazon
53 // information about PrincipalIds in AWS SSO, see the AWS SSO Identity Store API
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/uber/jaeger-lib/metrics/expvar/
H A Dfactory.go35 type factory struct { struct
36 factory xkit.Factory argument
39 func (f *factory) Counter(options adapters.TaglessOptions) metrics.Counter {
43 func (f *factory) Gauge(options adapters.TaglessOptions) metrics.Gauge {
47 func (f *factory) Timer(options adapters.TaglessTimerOptions) metrics.Timer {
52 func (f *factory) Histogram(options adapters.TaglessHistogramOptions) metrics.Histogram {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.jface.tests/src/org/eclipse/jface/tests/layout/
H A DGridDataFactoryTest.java28 GridDataFactory factory = GridDataFactory.fillDefaults() in testToStringWithAllOverrides() local
42 GridDataFactory factory = GridDataFactory.fillDefaults() in testToStringGrab() local
51 GridDataFactory factory = GridDataFactory.fillDefaults() in testToStringAlign() local
60 GridDataFactory factory = GridDataFactory.fillDefaults() in testToStringIndent() local
69 GridDataFactory factory = GridDataFactory.fillDefaults() in testToStringSpan() local
78 GridDataFactory factory = GridDataFactory.fillDefaults() in testToStringMinSize() local
87 GridDataFactory factory = GridDataFactory.fillDefaults() in testToStringHint() local
96 GridDataFactory factory = GridDataFactory.fillDefaults(); in testToNoOverrides() local
/dports/astro/libosmium/libosmium-2.17.2/test/t/geom/
H A Dtest_wkb.cpp15 osmium::geom::WKBFactory<> factory{osmium::geom::wkb_type::wkb, osmium::geom::out_type::hex}; variable
23 osmium::geom::WKBFactory<> factory{osmium::geom::wkb_type::ewkb, osmium::geom::out_type::hex}; variable
32 …osmium::geom::WKBFactory<osmium::geom::MercatorProjection> factory{osmium::geom::wkb_type::wkb, os… variable
42 …osmium::geom::WKBFactory<osmium::geom::MercatorProjection> factory{osmium::geom::wkb_type::ewkb, o… variable
54 osmium::geom::WKBFactory<> factory{osmium::geom::wkb_type::wkb, osmium::geom::out_type::hex}; variable
80 osmium::geom::WKBFactory<> factory{osmium::geom::wkb_type::ewkb, osmium::geom::out_type::hex}; variable
90 osmium::geom::WKBFactory<> factory{osmium::geom::wkb_type::wkb, osmium::geom::out_type::hex}; variable
115 osmium::geom::WKBFactory<> factory{osmium::geom::wkb_type::wkb, osmium::geom::out_type::hex}; variable
124 osmium::geom::WKBFactory<> factory{osmium::geom::wkb_type::wkb, osmium::geom::out_type::hex}; variable
134 osmium::geom::WKBFactory<> factory{osmium::geom::wkb_type::wkb, osmium::geom::out_type::hex}; variable
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/cppeditor/
H A Dcppquickfix_test.cpp3568 TestFactory factory; in test_quickfix_GenerateGettersSetters() local
3846 InsertDefFromDecl factory; in test_quickfix_InsertDefFromDecl_afterClass() local
3878 InsertDefFromDecl factory; in test_quickfix_InsertDefFromDecl_headerSource_basic1() local
3914 InsertDefFromDecl factory; in test_quickfix_InsertDefFromDecl_headerSource_basic2() local
3943 InsertDefFromDecl factory; in test_quickfix_InsertDefFromDecl_headerSource_basic3() local
3977 InsertDefFromDecl factory; in test_quickfix_InsertDefFromDecl_headerSource_namespace1() local
4014 InsertDefFromDecl factory; in test_quickfix_InsertDefFromDecl_headerSource_namespace2() local
4032 InsertDefFromDecl factory; in test_quickfix_InsertDefFromDecl_insideClass() local
4046 InsertDefFromDecl factory; in test_quickfix_InsertDefFromDecl_notTriggeringWhenDefinitionExists() local
7477 AddBracesToIf factory; in test_quickfix_addCurlyBraces() local
[all …]

12345678910>>...293