Home
last modified time | relevance | path

Searched defs:factory (Results 51 – 75 of 9883) sorted by relevance

12345678910>>...396

/dports/science/agrum/aGrUM-29e540d8169268e8fe5d5c69bc4b2b1290f12320/src/testunits/module_PRM/
H A DO3ClassTestSuite.h48 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testEmptyClass() local
67 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testEmptyClassError1() local
86 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testEmptyClassError2() local
105 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testEmptyClassError3() local
124 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testSimpleClass1() local
153 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testSimpleClass2() local
188 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testSimpleClass3() local
232 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testSimpleClassError1() local
259 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testSimpleClassError2() local
285 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testSimpleClassError3() local
[all …]
H A DO3TypeTestSuite.h47 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testSimpleType() local
66 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testSimpleTypeError1() local
83 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testSimpleTypeError2() local
100 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testSimpleTypeError3() local
118 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testSimpleTypeError4() local
135 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testSimpleTypeError5() local
152 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testSimpleTypeError6() local
169 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testSimpleTypeError7() local
186 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testSimpleTypeError8() local
203 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testSimpleTypeError9() local
[all …]
H A DO3InterfaceTestSuite.h47 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testEmptyInterface() local
66 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testEmptyInterfaceError1() local
85 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testEmptyInterfaceError2() local
104 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testEmptyInterfaceError3() local
123 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testSimpleInterface() local
142 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testSimpleInterfaceError1() local
165 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testSimpleInterfaceError2() local
184 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testSimpleInterfaceError3() local
203 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testSimpleInterfaceError4() local
222 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testSimpleInterfaceError5() local
[all …]
H A DDeprecatedO3TypeTestSuite.h47 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testSimpleType() local
70 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testSimpleTypeError1() local
89 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testSimpleTypeError2() local
106 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testSimpleTypeError3() local
124 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testSimpleTypeError4() local
141 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testSimpleTypeError5() local
158 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testSimpleTypeError6() local
175 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testSimpleTypeError7() local
192 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testSimpleTypeError8() local
209 auto factory = gum::prm::o3prm::O3prmReader< double >(prm); in testSimpleTypeError9() local
[all …]
/dports/graphics/krita/krita-4.4.8/libs/ui/
H A Dkis_selection_manager.cc345 KisCutCopyActionFactory factory; in cut() local
351 KisCutCopyActionFactory factory; in copy() local
375 KisPasteActionFactory factory; in paste() local
381 KisPasteActionFactory factory; in pasteAt() local
497 KisClearActionFactory factory; in clear() local
503 KisFillActionFactory factory; in fillForegroundColor() local
509 KisFillActionFactory factory; in fillBackgroundColor() local
515 KisFillActionFactory factory; in fillPattern() local
521 KisFillActionFactory factory; in fillForegroundColorOpacity() local
527 KisFillActionFactory factory; in fillBackgroundColorOpacity() local
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/uber/jaeger-lib/metrics/tally/
H A Dfactory.go31 type factory struct { struct
32 tally tally.Scope
35 func (f *factory) Counter(options metrics.Options) metrics.Counter {
43 func (f *factory) Gauge(options metrics.Options) metrics.Gauge {
51 func (f *factory) Timer(options metrics.TimerOptions) metrics.Timer {
60 func (f *factory) Histogram(options metrics.HistogramOptions) metrics.Histogram {
68 func (f *factory) Namespace(scope metrics.NSOptions) metrics.Factory {
/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 DGridLayoutFactoryTest.java25 GridLayoutFactory factory = GridLayoutFactory.fillDefaults() in testToStringAll() local
38 GridLayoutFactory factory = GridLayoutFactory.fillDefaults() in testToStringNumColumns() local
47 GridLayoutFactory factory = GridLayoutFactory.fillDefaults() in testToStringEqualWidth() local
56 GridLayoutFactory factory = GridLayoutFactory.fillDefaults() in testToStringExtendedMargins() local
65 GridLayoutFactory factory = GridLayoutFactory.fillDefaults() in testToStringMargins() local
74 GridLayoutFactory factory = GridLayoutFactory.fillDefaults() in testToStringSpacing() local
83 GridLayoutFactory factory = GridLayoutFactory.fillDefaults(); in testToStringNoOverrides() local
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/uber/jaeger-lib/metrics/tally/
H A Dfactory.go31 type factory struct { struct
32 tally tally.Scope
35 func (f *factory) Counter(options metrics.Options) metrics.Counter {
43 func (f *factory) Gauge(options metrics.Options) metrics.Gauge {
51 func (f *factory) Timer(options metrics.TimerOptions) metrics.Timer {
60 func (f *factory) Histogram(options metrics.HistogramOptions) metrics.Histogram {
68 func (f *factory) Namespace(scope metrics.NSOptions) metrics.Factory {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/uber/jaeger-lib/metrics/tally/
H A Dfactory.go31 type factory struct { struct
32 tally tally.Scope
35 func (f *factory) Counter(options metrics.Options) metrics.Counter {
43 func (f *factory) Gauge(options metrics.Options) metrics.Gauge {
51 func (f *factory) Timer(options metrics.TimerOptions) metrics.Timer {
60 func (f *factory) Histogram(options metrics.HistogramOptions) metrics.Histogram {
68 func (f *factory) Namespace(scope metrics.NSOptions) metrics.Factory {
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/uber/jaeger-lib/metrics/tally/
H A Dfactory.go31 type factory struct { struct
32 tally tally.Scope
35 func (f *factory) Counter(options metrics.Options) metrics.Counter {
43 func (f *factory) Gauge(options metrics.Options) metrics.Gauge {
51 func (f *factory) Timer(options metrics.TimerOptions) metrics.Timer {
60 func (f *factory) Histogram(options metrics.HistogramOptions) metrics.Histogram {
68 func (f *factory) Namespace(scope metrics.NSOptions) metrics.Factory {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/uber/jaeger-lib/metrics/tally/
H A Dfactory.go31 type factory struct { struct
32 tally tally.Scope
35 func (f *factory) Counter(options metrics.Options) metrics.Counter {
43 func (f *factory) Gauge(options metrics.Options) metrics.Gauge {
51 func (f *factory) Timer(options metrics.TimerOptions) metrics.Timer {
60 func (f *factory) Histogram(options metrics.HistogramOptions) metrics.Histogram {
68 func (f *factory) Namespace(scope metrics.NSOptions) metrics.Factory {
/dports/net-p2p/go-ethereum/aws-sdk-go-v2-credentials-v1.1.1/service/storagegateway/
H A Dapi_op_ActivateGateway.go31 out := result.(*ActivateGatewayOutput)
32 out.ResultMetadata = metadata
37 //
46 // * ActivateGatewayInput$GatewayTimezone
54 // ActivateGatewayInput$TapeDriveType
60 // gateway in the query string parameter activationKey. It may also include other
70 // The name you configured for your gateway.
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/uber/jaeger-lib/metrics/tally/
H A Dfactory.go31 type factory struct { struct
32 tally tally.Scope
35 func (f *factory) Counter(options metrics.Options) metrics.Counter {
43 func (f *factory) Gauge(options metrics.Options) metrics.Gauge {
51 func (f *factory) Timer(options metrics.TimerOptions) metrics.Timer {
60 func (f *factory) Histogram(options metrics.HistogramOptions) metrics.Histogram {
68 func (f *factory) Namespace(scope metrics.NSOptions) metrics.Factory {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/uber/jaeger-lib/metrics/tally/
H A Dfactory.go31 type factory struct { struct
32 tally tally.Scope
35 func (f *factory) Counter(options metrics.Options) metrics.Counter {
43 func (f *factory) Gauge(options metrics.Options) metrics.Gauge {
51 func (f *factory) Timer(options metrics.TimerOptions) metrics.Timer {
60 func (f *factory) Histogram(options metrics.HistogramOptions) metrics.Histogram {
68 func (f *factory) Namespace(scope metrics.NSOptions) metrics.Factory {
/dports/x11-toolkits/tepl6/tepl-6.00.0/tepl/
H A Dtepl-abstract-factory.c56 tepl_abstract_factory_create_tab_default (TeplAbstractFactory *factory) in tepl_abstract_factory_create_tab_default()
62 tepl_abstract_factory_create_tab_label_default (TeplAbstractFactory *factory, in tepl_abstract_factory_create_tab_label_default()
69 tepl_abstract_factory_create_file_default (TeplAbstractFactory *factory) in tepl_abstract_factory_create_file_default()
87 tepl_abstract_factory_init (TeplAbstractFactory *factory) in tepl_abstract_factory_init()
106 tepl_abstract_factory_set_singleton (TeplAbstractFactory *factory) in tepl_abstract_factory_set_singleton()
168 tepl_abstract_factory_create_main_window (TeplAbstractFactory *factory, in tepl_abstract_factory_create_main_window()
191 tepl_abstract_factory_create_tab (TeplAbstractFactory *factory) in tepl_abstract_factory_create_tab()
210 tepl_abstract_factory_create_tab_label (TeplAbstractFactory *factory, in tepl_abstract_factory_create_tab_label()
227 tepl_abstract_factory_create_file (TeplAbstractFactory *factory) in tepl_abstract_factory_create_file()
248 tepl_abstract_factory_create_metadata_manager_file (TeplAbstractFactory *factory) in tepl_abstract_factory_create_metadata_manager_file()
/dports/x11-toolkits/tepl/tepl-5.1.1/tepl/
H A Dtepl-abstract-factory.c56 tepl_abstract_factory_create_tab_default (TeplAbstractFactory *factory) in tepl_abstract_factory_create_tab_default()
62 tepl_abstract_factory_create_tab_label_default (TeplAbstractFactory *factory, in tepl_abstract_factory_create_tab_label_default()
69 tepl_abstract_factory_create_file_default (TeplAbstractFactory *factory) in tepl_abstract_factory_create_file_default()
87 tepl_abstract_factory_init (TeplAbstractFactory *factory) in tepl_abstract_factory_init()
106 tepl_abstract_factory_set_singleton (TeplAbstractFactory *factory) in tepl_abstract_factory_set_singleton()
168 tepl_abstract_factory_create_main_window (TeplAbstractFactory *factory, in tepl_abstract_factory_create_main_window()
191 tepl_abstract_factory_create_tab (TeplAbstractFactory *factory) in tepl_abstract_factory_create_tab()
210 tepl_abstract_factory_create_tab_label (TeplAbstractFactory *factory, in tepl_abstract_factory_create_tab_label()
227 tepl_abstract_factory_create_file (TeplAbstractFactory *factory) in tepl_abstract_factory_create_file()
248 tepl_abstract_factory_create_metadata_manager_file (TeplAbstractFactory *factory) in tepl_abstract_factory_create_metadata_manager_file()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/libosmium/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
125 osmium::geom::WKBFactory<> factory{osmium::geom::wkb_type::wkb, osmium::geom::out_type::hex}; variable
130 osmium::geom::WKBFactory<> factory{osmium::geom::wkb_type::wkb, osmium::geom::out_type::hex}; variable
/dports/java/jtiger/jtiger-2.1.0376/test-src/org/jtiger/assertion/
H A DTestEqualsMethodContractTesterFactory.java54 final ObjectFactory<String> factory = new ObjectFactory<String>() in testIsUnequalToNull1() local
94 final ObjectFactory<String> factory = new ObjectFactory<String>() in testIsConsistentAcrossInvocations1() local
154 final ObjectFactory<String> factory = new ObjectFactory<String>() in testIsReflexive1() local
174 final ObjectFactory<NotReflexive> factory = new ObjectFactory<NotReflexive>() in testIsReflexive2() local
194 final ObjectFactory<String> factory = new ObjectFactory<String>() in testIsSymmetric1() local
214 final ObjectFactory<NotSymmetric> factory = new ObjectFactory<NotSymmetric>() in testIsSymmetric2() local
234 final ObjectFactory<String> factory = new ObjectFactory<String>() in testIsTransitive1() local
274 final ObjectFactory<String> factory = new ObjectFactory<String>() in testIsUnequalToUnequalInstance1() local
314 final ObjectFactory<String> factory = new ObjectFactory<String>() in testIsUnequalToArbitraryType() local
334 final ObjectFactory<String> factory = new ObjectFactory<String>() in testFillsContract1() local
[all …]
/dports/java/jtiger/jtiger-2.1.0376/test-src/org/jtiger/framework/
H A DTestTestResultFactory.java209 final ObjectFactory<TestResult> factory = new ObjectFactory<TestResult>() in equalsHashCode1() local
234 final ObjectFactory<TestResult> factory = new ObjectFactory<TestResult>() in equalsHashCode2() local
259 final ObjectFactory<TestResult> factory = new ObjectFactory<TestResult>() in equalsHashCode3() local
285 final ObjectFactory<TestResult> factory = new ObjectFactory<TestResult>() in equalsHashCode4() local
310 final ObjectFactory<TestResult> factory = new ObjectFactory<TestResult>() in equalsHashCode5() local
335 final ObjectFactory<TestResult> factory = new ObjectFactory<TestResult>() in equalsHashCode6() local
360 final ObjectFactory<TestResult> factory = new ObjectFactory<TestResult>() in equalsHashCode7() local
384 final ObjectFactory<TestResult> factory = new ObjectFactory<TestResult>() in equalsHashCode8() local
409 final ObjectFactory<TestResult> factory = new ObjectFactory<TestResult>() in equalsHashCode9() local
434 final ObjectFactory<TestResult> factory = new ObjectFactory<TestResult>() in equalsHashCode10() local
[all …]
/dports/science/cdk/cdk-cdk-2.3/base/test-core/src/test/java/org/openscience/cdk/
H A DDynamicFactoryTest.java71 DynamicFactory factory = new DynamicFactory(0); in testRegister_Interface() local
79 DynamicFactory factory = new DynamicFactory(0); in testRegister_AbstractClass() local
122 DynamicFactory factory = new DynamicFactory(5); in testRegister_Explicit() local
145 DynamicFactory factory = new DynamicFactory(5); in testRegister_PrivateConstructor() local
165 DynamicFactory factory = new DynamicFactory(5); in testRegister_Constructor() local
176 DynamicFactory factory = new DynamicFactory(5); in testRegister_Constructor_Modifier() local
199 DynamicFactory factory = new DynamicFactory(5); in testRegister_Duplicate() local
215 DynamicFactory factory = new DynamicFactory(5); in testOfClass_Instantiator() local
234 DynamicFactory factory = new DynamicFactory(5); in testOfClass() local
257 DynamicFactory factory = new DynamicFactory(5); in testOfConcrete_Params() local
[all …]
/dports/science/py-ase/ase-3.22.0/ase/test/calculator/
H A Dtest_dftd3.py32 def test_forces(factory, system): argument
80 def test_d2_old(factory, system): argument
85 def test_d3_bj(factory, system): argument
90 def test_d3_zerom(factory, system): argument
95 def test_d3_bjm(factory, system): argument
100 def test_alternative_tz(factory, system): argument
105 def test_d3_zero_abc(factory, system): argument
110 def test_d3_zero_revpbe(factory, system): argument
115 def test_custom_damping(factory, system): argument
120 def test_d3_bj_abc(factory, system): argument
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.context/src/test/java/org/springframework/scheduling/concurrent/
H A DScheduledExecutorFactoryBeanTests.java43 ScheduledExecutorFactoryBean factory = new ScheduledExecutorFactoryBean(); in testThrowsExceptionIfPoolSizeIsLessThanZero() local
63 ScheduledExecutorFactoryBean factory = new ScheduledExecutorFactoryBean() { in testShutdownNowIsPropagatedToTheExecutorOnDestroy() local
85 ScheduledExecutorFactoryBean factory = new ScheduledExecutorFactoryBean() { in testShutdownIsPropagatedToTheExecutorOnDestroy() local
108 ScheduledExecutorFactoryBean factory = new ScheduledExecutorFactoryBean(); in testOneTimeExecutionIsSetUpAndFiresCorrectly() local
133 ScheduledExecutorFactoryBean factory = new ScheduledExecutorFactoryBean(); in testFixedRepeatedExecutionIsSetUpAndFiresCorrectly() local
156 ScheduledExecutorFactoryBean factory = new ScheduledExecutorFactoryBean(); in testFixedRepeatedExecutionIsSetUpAndFiresCorrectlyAfterException() local
181 ScheduledExecutorFactoryBean factory = new ScheduledExecutorFactoryBean(); in testWithInitialDelayRepeatedExecutionIsSetUpAndFiresCorrectly() local
211 ScheduledExecutorFactoryBean factory = new ScheduledExecutorFactoryBean(); in testWithInitialDelayRepeatedExecutionIsSetUpAndFiresCorrectlyAfterException() local
229 ScheduledExecutorFactoryBean factory = new ScheduledExecutorFactoryBean() { in testSettingThreadFactoryToNullForcesUseOfDefaultButIsOtherwiseCool() local
245 ScheduledExecutorFactoryBean factory = new ScheduledExecutorFactoryBean() { in testSettingRejectedExecutionHandlerToNullForcesUseOfDefaultButIsOtherwiseCool() local
[all …]
/dports/java/jtiger/jtiger-2.1.0376/test-src/org/jtiger/report/html/
H A DTestOverallResultBeanImpl.java112 … final ObjectFactory<OverallResultBeanImpl> factory = new ObjectFactory<OverallResultBeanImpl>() in equalsHashCode1() local
135 … final ObjectFactory<OverallResultBeanImpl> factory = new ObjectFactory<OverallResultBeanImpl>() in equalsHashCode2() local
158 … final ObjectFactory<OverallResultBeanImpl> factory = new ObjectFactory<OverallResultBeanImpl>() in equalsHashCode3() local
181 … final ObjectFactory<OverallResultBeanImpl> factory = new ObjectFactory<OverallResultBeanImpl>() in equalsHashCode4() local
204 … final ObjectFactory<OverallResultBeanImpl> factory = new ObjectFactory<OverallResultBeanImpl>() in equalsHashCode5() local
227 … final ObjectFactory<OverallResultBeanImpl> factory = new ObjectFactory<OverallResultBeanImpl>() in equalsHashCode6() local
250 … final ObjectFactory<OverallResultBeanImpl> factory = new ObjectFactory<OverallResultBeanImpl>() in equalsHashCode7() local
273 … final ObjectFactory<OverallResultBeanImpl> factory = new ObjectFactory<OverallResultBeanImpl>() in equalsHashCode8() local
296 … final ObjectFactory<OverallResultBeanImpl> factory = new ObjectFactory<OverallResultBeanImpl>() in equalsHashCode9() local
319 … final ObjectFactory<OverallResultBeanImpl> factory = new ObjectFactory<OverallResultBeanImpl>() in equalsHashCode10() local
/dports/science/py-ase/ase-3.22.0/ase/test/calculator/vasp/
H A Dtest_vasp_kpoints.py29 def _write_kpoints(factory, **kwargs): argument
39 def test_vasp_kpoints_111(factory, write_kpoints): argument
47 def test_vasp_kpoints_3_tuple(factory, write_kpoints): argument
56 def test_vasp_kpoints_auto(factory, write_kpoints): argument
65 def test_vasp_kpoints_1_element_list_gamma(factory, write_kpoints): argument
74 def test_kspacing_supress_kpoints_file(factory, write_kpoints): argument
84 def test_negative_kspacing_error(factory, write_kpoints): argument
91 def test_weighted(factory, write_kpoints): argument
110 def test_explicit_auto_weight(factory, write_kpoints): argument
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/github.com/uber/jaeger-lib/metrics/go-kit/expvar/
H A Dfactory.go40 type factory struct { struct
41 buckets int
44 func (f factory) Counter(name string) metrics.Counter {
48 func (f factory) Histogram(name string) metrics.Histogram {
52 func (f factory) Gauge(name string) metrics.Gauge {
56 func (f factory) Capabilities() xkit.Capabilities {

12345678910>>...396