Home
last modified time | relevance | path

Searched refs:factories (Results 201 – 225 of 5865) sorted by relevance

12345678910>>...235

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/naming/spi/
H A DDirectoryManager.java224 FactoryEnumeration factories = ResourceManager.getFactories( in createObjectFromFactories() local
227 if (factories == null) in createObjectFromFactories()
233 while (answer == null && factories.hasMore()) { in createObjectFromFactories()
234 factory = (ObjectFactory)factories.next(); in createObjectFromFactories()
309 FactoryEnumeration factories = ResourceManager.getFactories( in getStateToBind() local
312 if (factories == null) { in getStateToBind()
321 while (answer == null && factories.hasMore()) { in getStateToBind()
322 factory = (StateFactory)factories.next(); in getStateToBind()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.naming/share/classes/javax/naming/spi/
H A DDirectoryManager.java223 FactoryEnumeration factories = ResourceManager.getFactories( in createObjectFromFactories() local
226 if (factories == null) in createObjectFromFactories()
232 while (answer == null && factories.hasMore()) { in createObjectFromFactories()
233 factory = (ObjectFactory)factories.next(); in createObjectFromFactories()
308 FactoryEnumeration factories = ResourceManager.getFactories( in getStateToBind() local
311 if (factories == null) { in getStateToBind()
320 while (answer == null && factories.hasMore()) { in getStateToBind()
321 factory = (StateFactory)factories.next(); in getStateToBind()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.naming/share/classes/javax/naming/spi/
H A DDirectoryManager.java223 FactoryEnumeration factories = ResourceManager.getFactories( in createObjectFromFactories() local
226 if (factories == null) in createObjectFromFactories()
232 while (answer == null && factories.hasMore()) { in createObjectFromFactories()
233 factory = (ObjectFactory)factories.next(); in createObjectFromFactories()
308 FactoryEnumeration factories = ResourceManager.getFactories( in getStateToBind() local
311 if (factories == null) { in getStateToBind()
320 while (answer == null && factories.hasMore()) { in getStateToBind()
321 factory = (StateFactory)factories.next(); in getStateToBind()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.naming/share/classes/javax/naming/spi/
H A DDirectoryManager.java223 FactoryEnumeration factories = ResourceManager.getFactories( in createObjectFromFactories() local
226 if (factories == null) in createObjectFromFactories()
232 while (answer == null && factories.hasMore()) { in createObjectFromFactories()
233 factory = (ObjectFactory)factories.next(); in createObjectFromFactories()
308 FactoryEnumeration factories = ResourceManager.getFactories( in getStateToBind() local
311 if (factories == null) { in getStateToBind()
320 while (answer == null && factories.hasMore()) { in getStateToBind()
321 factory = (StateFactory)factories.next(); in getStateToBind()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.naming/share/classes/javax/naming/spi/
H A DDirectoryManager.java223 FactoryEnumeration factories = ResourceManager.getFactories( in createObjectFromFactories() local
226 if (factories == null) in createObjectFromFactories()
232 while (answer == null && factories.hasMore()) { in createObjectFromFactories()
233 factory = (ObjectFactory)factories.next(); in createObjectFromFactories()
308 FactoryEnumeration factories = ResourceManager.getFactories( in getStateToBind() local
311 if (factories == null) { in getStateToBind()
320 while (answer == null && factories.hasMore()) { in getStateToBind()
321 factory = (StateFactory)factories.next(); in getStateToBind()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.naming/share/classes/javax/naming/spi/
H A DDirectoryManager.java223 FactoryEnumeration factories = ResourceManager.getFactories( in createObjectFromFactories() local
226 if (factories == null) in createObjectFromFactories()
232 while (answer == null && factories.hasMore()) { in createObjectFromFactories()
233 factory = (ObjectFactory)factories.next(); in createObjectFromFactories()
308 FactoryEnumeration factories = ResourceManager.getFactories( in getStateToBind() local
311 if (factories == null) { in getStateToBind()
320 while (answer == null && factories.hasMore()) { in getStateToBind()
321 factory = (StateFactory)factories.next(); in getStateToBind()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/naming/spi/
H A DDirectoryManager.java224 FactoryEnumeration factories = ResourceManager.getFactories( in createObjectFromFactories() local
227 if (factories == null) in createObjectFromFactories()
233 while (answer == null && factories.hasMore()) { in createObjectFromFactories()
234 factory = (ObjectFactory)factories.next(); in createObjectFromFactories()
309 FactoryEnumeration factories = ResourceManager.getFactories( in getStateToBind() local
312 if (factories == null) { in getStateToBind()
321 while (answer == null && factories.hasMore()) { in getStateToBind()
322 factory = (StateFactory)factories.next(); in getStateToBind()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/print/attribute/
H A DTestOrientationSupportForStreamPrnSrv.java50 StreamPrintServiceFactory[] factories = StreamPrintServiceFactory. in main() local
53 if (factories.length > 0) { in main()
54 System.out.println("output format "+factories[0].getOutputFormat()); in main()
55 service = factories[0].getPrintService(fos); in main()
56 flavors = factories[0].getSupportedDocFlavors(); in main()
/dports/misc/glow/glow-f24d960e3cc80db95ac0bc17b1900dbf60ca044a/lib/Backends/
H A DDeviceManagers.cpp44 FactoryRegistry<std::string, Backend>::factories()) { in createDeviceManager()
60 const auto &factories = FactoryRegistry<std::string, Backend>::factories(); in numDevices() local
61 auto it = factories.find(backendName); in numDevices()
62 if (it == factories.end()) { in numDevices()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/print/attribute/
H A DTestOrientationSupportForStreamPrnSrv.java50 StreamPrintServiceFactory[] factories = StreamPrintServiceFactory. in main() local
53 if (factories.length > 0) { in main()
54 System.out.println("output format "+factories[0].getOutputFormat()); in main()
55 service = factories[0].getPrintService(fos); in main()
56 flavors = factories[0].getSupportedDocFlavors(); in main()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/print/attribute/
H A DTestOrientationSupportForStreamPrnSrv.java50 StreamPrintServiceFactory[] factories = StreamPrintServiceFactory. in main() local
53 if (factories.length > 0) { in main()
54 System.out.println("output format "+factories[0].getOutputFormat()); in main()
55 service = factories[0].getPrintService(fos); in main()
56 flavors = factories[0].getSupportedDocFlavors(); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/print/attribute/
H A DTestOrientationSupportForStreamPrnSrv.java50 StreamPrintServiceFactory[] factories = StreamPrintServiceFactory. in main() local
53 if (factories.length > 0) { in main()
54 System.out.println("output format "+factories[0].getOutputFormat()); in main()
55 service = factories[0].getPrintService(fos); in main()
56 flavors = factories[0].getSupportedDocFlavors(); in main()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/print/attribute/
H A DTestOrientationSupportForStreamPrnSrv.java50 StreamPrintServiceFactory[] factories = StreamPrintServiceFactory.
53 if (factories.length > 0) {
54 System.out.println("output format "+factories[0].getOutputFormat());
55 service = factories[0].getPrintService(fos);
56 flavors = factories[0].getSupportedDocFlavors();
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/print/attribute/
H A DTestOrientationSupportForStreamPrnSrv.java50 StreamPrintServiceFactory[] factories = StreamPrintServiceFactory. in main() local
53 if (factories.length > 0) { in main()
54 System.out.println("output format "+factories[0].getOutputFormat()); in main()
55 service = factories[0].getPrintService(fos); in main()
56 flavors = factories[0].getSupportedDocFlavors(); in main()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/print/attribute/
H A DTestOrientationSupportForStreamPrnSrv.java50 StreamPrintServiceFactory[] factories = StreamPrintServiceFactory. in main() local
53 if (factories.length > 0) { in main()
54 System.out.println("output format "+factories[0].getOutputFormat()); in main()
55 service = factories[0].getPrintService(fos); in main()
56 flavors = factories[0].getSupportedDocFlavors(); in main()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/javax/print/attribute/
H A DTestOrientationSupportForStreamPrnSrv.java50 StreamPrintServiceFactory[] factories = StreamPrintServiceFactory. in main() local
53 if (factories.length > 0) { in main()
54 System.out.println("output format "+factories[0].getOutputFormat()); in main()
55 service = factories[0].getPrintService(fos); in main()
56 flavors = factories[0].getSupportedDocFlavors(); in main()
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/collector/config/configtest/
H A Dconfigtest.go25 func LoadConfig(fileName string, factories component.Factories) (*config.Config, error) {
32 return configloader.Load(cp, factories)
36 func LoadConfigAndValidate(fileName string, factories component.Factories) (*config.Config, error) {
37 cfg, err := LoadConfig(fileName, factories)
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/zmq/
H A Dzmqnotificationinterface.cpp35 std::map<std::string, CZMQNotifierFactory> factories; in CreateWithArguments() local
38 factories["pubhashblock"] = CZMQAbstractNotifier::Create<CZMQPublishHashBlockNotifier>; in CreateWithArguments()
39 factories["pubhashtx"] = CZMQAbstractNotifier::Create<CZMQPublishHashTransactionNotifier>; in CreateWithArguments()
40 factories["pubrawblock"] = CZMQAbstractNotifier::Create<CZMQPublishRawBlockNotifier>; in CreateWithArguments()
41 factories["pubrawtx"] = CZMQAbstractNotifier::Create<CZMQPublishRawTransactionNotifier>; in CreateWithArguments()
43 …std::map<std::string, CZMQNotifierFactory>::const_iterator i=factories.begin(); i!=factories.end()… in CreateWithArguments()
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/zmq/
H A Dzmqnotificationinterface.cpp35 std::map<std::string, CZMQNotifierFactory> factories; in CreateWithArguments() local
38 factories["pubhashblock"] = CZMQAbstractNotifier::Create<CZMQPublishHashBlockNotifier>; in CreateWithArguments()
39 factories["pubhashtx"] = CZMQAbstractNotifier::Create<CZMQPublishHashTransactionNotifier>; in CreateWithArguments()
40 factories["pubrawblock"] = CZMQAbstractNotifier::Create<CZMQPublishRawBlockNotifier>; in CreateWithArguments()
41 factories["pubrawtx"] = CZMQAbstractNotifier::Create<CZMQPublishRawTransactionNotifier>; in CreateWithArguments()
43 …std::map<std::string, CZMQNotifierFactory>::const_iterator i=factories.begin(); i!=factories.end()… in CreateWithArguments()
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/zmq/
H A Dzmqnotificationinterface.cpp35 std::map<std::string, CZMQNotifierFactory> factories; in CreateWithArguments() local
38 factories["pubhashblock"] = CZMQAbstractNotifier::Create<CZMQPublishHashBlockNotifier>; in CreateWithArguments()
39 factories["pubhashtx"] = CZMQAbstractNotifier::Create<CZMQPublishHashTransactionNotifier>; in CreateWithArguments()
40 factories["pubrawblock"] = CZMQAbstractNotifier::Create<CZMQPublishRawBlockNotifier>; in CreateWithArguments()
41 factories["pubrawtx"] = CZMQAbstractNotifier::Create<CZMQPublishRawTransactionNotifier>; in CreateWithArguments()
43 …std::map<std::string, CZMQNotifierFactory>::const_iterator i=factories.begin(); i!=factories.end()… in CreateWithArguments()
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/addons/batikvis/src/main/java/de/lmu/ifi/dbs/elki/visualization/
H A DVisualizerParameterizer.java93 private Collection<VisualizationProcessor> factories; field in VisualizerParameterizer
114 …arameterizer(int samplesize, StyleLibrary stylelib, Collection<VisualizationProcessor> factories) { in VisualizerParameterizer() argument
118 this.factories = factories; in VisualizerParameterizer()
143 return new VisualizerContext(hier, start, stylelib, factories); in newContext()
259 protected Collection<VisualizationProcessor> factories = null; field in VisualizerParameterizer.Parameterizer
290 factories = collectFactorys(merged, enableVisualizers); in makeOptions()
301 ArrayList<VisualizationProcessor> factories = new ArrayList<>(); in collectFactorys() local
309 factories.add(a); in collectFactorys()
320 return factories; in collectFactorys()
325 return new VisualizerParameterizer(samplesize, stylelib, factories); in makeInstance()
/dports/www/grafana8/grafana-8.3.6/vendor/go.opentelemetry.io/collector/service/internal/builder/
H A Dpipelines_builder_test.go93 factories := createTestFactories()
116 …ap.NewNop(), trace.NewNoopTracerProvider(), component.DefaultBuildInfo(), cfg, factories.Exporters)
124 …ace.NewNoopTracerProvider(), component.DefaultBuildInfo(), cfg, allExporters, factories.Processors)
181 factories, err := testcomponents.ExampleComponents()
183 cfg, err := configtest.LoadConfigAndValidate("testdata/pipelines_builder.yaml", factories)
188 …ap.NewNop(), trace.NewNoopTracerProvider(), component.DefaultBuildInfo(), cfg, factories.Exporters)
190 …ace.NewNoopTracerProvider(), component.DefaultBuildInfo(), cfg, allExporters, factories.Processors)
240 factories := createTestFactories()
259 cfg, err := configtest.LoadConfigAndValidate(path.Join("testdata", test.configFile), factories)
262 …ap.NewNop(), trace.NewNoopTracerProvider(), component.DefaultBuildInfo(), cfg, factories.Exporters)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/sync_file_system/
H A Dsync_file_system_service_factory.cc47 FactorySet factories; in SyncFileSystemServiceFactory() local
48 factories.insert(extensions::ExtensionRegistryFactory::GetInstance()); in SyncFileSystemServiceFactory()
49 RemoteFileSyncService::AppendDependsOnFactories(&factories); in SyncFileSystemServiceFactory()
50 for (auto iter = factories.begin(); iter != factories.end(); ++iter) { in SyncFileSystemServiceFactory()
/dports/math/openturns/openturns-1.18/lib/test/
H A Dt_SoizeGhanemFactory_std.cxx60 Collection<SoizeGhanemFactory> factories(3); in main() local
61 factories[0] = SoizeGhanemFactory(ComposedDistribution(marginals)); in main()
62 factories[1] = SoizeGhanemFactory(ComposedDistribution(marginals, copula), false); in main()
63 factories[2] = SoizeGhanemFactory(ComposedDistribution(marginals, copula), true); in main()
68 for (UnsignedInteger i = 0; i < factories.getSize(); ++i) in main()
70 SoizeGhanemFactory soize(factories[i]); in main()
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/configdialog/dialogs/
H A DDatabaseConfig.cpp43 … auto factories = Plugins::PluginManager::instance()->factories( Plugins::PluginManager::Storage ); in DatabaseConfig() local
45 for( const auto &factory : factories ) in DatabaseConfig()
81 … auto factories = Plugins::PluginManager::instance()->factories( Plugins::PluginManager::Storage ); in testDatabaseConnection() local
84 for( const auto &factory : factories ) in testDatabaseConnection()

12345678910>>...235