Home
last modified time | relevance | path

Searched refs:singleton (Results 176 – 200 of 17158) sorted by relevance

12345678910>>...687

/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/pool/
H A Dsingleton_pool.hpp51 typedef details::pool::singleton_default<pool_type> singleton; typedef
58 pool_type & p = singleton::instance(); in BOOST_PREVENT_MACRO_SUBSTITUTION()
64 pool_type & p = singleton::instance(); in ordered_malloc()
70 pool_type & p = singleton::instance(); in ordered_malloc()
76 pool_type & p = singleton::instance(); in is_from()
82 pool_type & p = singleton::instance(); in BOOST_PREVENT_MACRO_SUBSTITUTION()
88 pool_type & p = singleton::instance(); in ordered_free()
94 pool_type & p = singleton::instance(); in BOOST_PREVENT_MACRO_SUBSTITUTION()
100 pool_type & p = singleton::instance(); in ordered_free()
106 pool_type & p = singleton::instance(); in release_memory()
[all …]
/dports/biology/lamarc/lamarc-2.1.8/boost/pool/
H A Dsingleton_pool.hpp50 typedef details::pool::singleton_default<pool_type> singleton; typedef
57 pool_type & p = singleton::instance(); in malloc()
63 pool_type & p = singleton::instance(); in ordered_malloc()
69 pool_type & p = singleton::instance(); in ordered_malloc()
75 pool_type & p = singleton::instance(); in is_from()
81 pool_type & p = singleton::instance(); in free()
87 pool_type & p = singleton::instance(); in ordered_free()
93 pool_type & p = singleton::instance(); in free()
99 pool_type & p = singleton::instance(); in ordered_free()
105 pool_type & p = singleton::instance(); in release_memory()
[all …]
/dports/lang/vala/vala-0.48.18/tests/objects/
H A Dsingleton.vala39 // create singleton instance here
41 Foo singleton = new Foo ();
42 singleton.bar = 23;
47 // create new singleton instance here
48 Foo singleton = new Foo ();
49 assert (singleton.bar == 42);
54 // create singleton instance here
55 Bar singleton = new Bar ();
56 singleton.foo = 23;
/dports/net-im/telepathy-glib/telepathy-glib-0.24.1/telepathy-glib/
H A Dbasic-proxy-factory.c115 static TpBasicProxyFactory *singleton = NULL; in tp_basic_proxy_factory_dup() local
117 if (singleton != NULL) in tp_basic_proxy_factory_dup()
118 return g_object_ref (singleton); in tp_basic_proxy_factory_dup()
120 singleton = _tp_basic_proxy_factory_new (); in tp_basic_proxy_factory_dup()
122 g_object_add_weak_pointer (G_OBJECT (singleton), (gpointer) &singleton); in tp_basic_proxy_factory_dup()
124 return singleton; in tp_basic_proxy_factory_dup()
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/pandoc-types-1.22/src/Text/Pandoc/
H A DBuilder.hs109 , singleton
205 singleton :: a -> Many a
206 singleton = Many . Seq.singleton function
348 str = singleton . Str
351 emph = singleton . Emph . toList
392 space = singleton Space
395 softbreak = singleton SoftBreak
398 linebreak = singleton LineBreak
402 math = singleton . Math InlineMath
438 note = singleton . Note . toList
[all …]
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/pandoc-types-1.22/src/Text/Pandoc/
H A DBuilder.hs109 , singleton
205 singleton :: a -> Many a
206 singleton = Many . Seq.singleton function
348 str = singleton . Str
351 emph = singleton . Emph . toList
392 space = singleton Space
395 softbreak = singleton SoftBreak
398 linebreak = singleton LineBreak
402 math = singleton . Math InlineMath
438 note = singleton . Note . toList
[all …]
/dports/math/gecode/gecode-0916a1a/examples/
H A Dsteiner.cpp88 rel(*this, singleton(x1) <= x); in Steiner()
89 rel(*this, singleton(x2) <= x); in Steiner()
90 rel(*this, singleton(x3) <= x); in Steiner()
91 rel(*this, singleton(y1) <= y); in Steiner()
92 rel(*this, singleton(y2) <= y); in Steiner()
93 rel(*this, singleton(y3) <= y); in Steiner()
103 SetVar sx1 = expr(*this, singleton(x1)); in Steiner()
104 SetVar sx2 = expr(*this, singleton(x2)); in Steiner()
105 SetVar sx3 = expr(*this, singleton(x3)); in Steiner()
106 SetVar sy1 = expr(*this, singleton(y1)); in Steiner()
[all …]
/dports/editors/gnome-latex/gnome-latex-3.38.0/src/liblatexila/
H A Dlatexila-settings.c39 static LatexilaSettings *singleton = NULL; variable
56 if (singleton == LATEXILA_SETTINGS (object)) in latexila_settings_finalize()
58 singleton = NULL; in latexila_settings_finalize()
89 if (singleton == NULL) in latexila_settings_get_singleton()
91 singleton = g_object_new (LATEXILA_TYPE_SETTINGS, NULL); in latexila_settings_get_singleton()
94 return singleton; in latexila_settings_get_singleton()
100 if (singleton != NULL) in _latexila_settings_unref_singleton()
102 g_object_unref (singleton); in _latexila_settings_unref_singleton()
/dports/x11-toolkits/tepl6/tepl-6.00.0/tepl/
H A Dtepl-abstract-factory.c40 static TeplAbstractFactory *singleton = NULL; variable
47 if (singleton == TEPL_ABSTRACT_FACTORY (object)) in G_DEFINE_TYPE()
49 singleton = NULL; in G_DEFINE_TYPE()
110 if (singleton != NULL) in tepl_abstract_factory_set_singleton()
117 singleton = factory; in tepl_abstract_factory_set_singleton()
134 if (G_UNLIKELY (singleton == NULL)) in tepl_abstract_factory_get_singleton()
136 singleton = g_object_new (TEPL_TYPE_ABSTRACT_FACTORY, NULL); in tepl_abstract_factory_get_singleton()
139 return singleton; in tepl_abstract_factory_get_singleton()
145 if (singleton != NULL) in _tepl_abstract_factory_unref_singleton()
147 g_object_unref (singleton); in _tepl_abstract_factory_unref_singleton()
/dports/x11-toolkits/tepl/tepl-5.1.1/tepl/
H A Dtepl-abstract-factory.c40 static TeplAbstractFactory *singleton = NULL; variable
47 if (singleton == TEPL_ABSTRACT_FACTORY (object)) in G_DEFINE_TYPE()
49 singleton = NULL; in G_DEFINE_TYPE()
110 if (singleton != NULL) in tepl_abstract_factory_set_singleton()
117 singleton = factory; in tepl_abstract_factory_set_singleton()
134 if (G_UNLIKELY (singleton == NULL)) in tepl_abstract_factory_get_singleton()
136 singleton = g_object_new (TEPL_TYPE_ABSTRACT_FACTORY, NULL); in tepl_abstract_factory_get_singleton()
139 return singleton; in tepl_abstract_factory_get_singleton()
145 if (singleton != NULL) in _tepl_abstract_factory_unref_singleton()
147 g_object_unref (singleton); in _tepl_abstract_factory_unref_singleton()
/dports/games/spring/spring_98.0/rts/System/Sound/
H A DISound.cpp24 ISound* ISound::singleton = NULL; member in ISound
36 if (singleton == NULL) { in Initialize()
44 singleton = new CSound(); in Initialize()
47 singleton->LoadSoundDefsImpl(filename); in Initialize()
57 singleton = new NullSound(); in Initialize()
70 ISound* tmpSound = singleton; in Shutdown()
71 singleton = NULL; in Shutdown()
85 return (singleton != NULL); in IsInitialized()
109 return singleton->LoadSoundDefsImpl(filename); in LoadSoundDefs()
/dports/www/firefox-legacy/firefox-52.8.0esr/memory/build/
H A Dreplace_malloc_bridge.h177 auto singleton = ReplaceMallocBridge::Get(/* minimumVersion */ 1); in GetDMDFuncs() local
178 return singleton ? singleton->GetDMDFuncs() : nullptr; in GetDMDFuncs()
183 auto singleton = ReplaceMallocBridge::Get(/* minimumVersion */ 2); in InitDebugFd() local
184 if (singleton) { in InitDebugFd()
185 singleton->InitDebugFd(aRegistry); in InitDebugFd()
193 auto singleton = ReplaceMallocBridge::Get(/* minimumVersion */ 3); in RegisterHook() local
194 return singleton ? singleton->RegisterHook(aName, aTable, aHookTable) in RegisterHook()
/dports/devel/p5-ResourcePool/ResourcePool-1.0107/lib/ResourcePool/
H A DFactory.pm56 sub singleton($) { subroutine
59 my $singleton = $self->SUPER::new($key); # parent is Singleton
60 if (!$singleton->{initialized}) {
61 %{$singleton} = %{$self};
62 $singleton->{initialized} = 1;
64 return $singleton;
82 my $self = $not_self->singleton();
88 my $self = $not_self->singleton();
/dports/graphics/digikam/digikam-7.4.0/core/dplugins/generic/tools/mediaserver/upnpsdk/Neptune/Source/Core/
H A DNptAutomaticCleaner.cpp76 NPT_AutomaticCleaner::RegisterTlsContext(Singleton* singleton) in RegisterTlsContext() argument
78 m_TlsContext = singleton; in RegisterTlsContext()
86 NPT_AutomaticCleaner::RegisterHttpConnectionManager(Singleton* singleton) in RegisterHttpConnectionManager() argument
88 m_HttpConnectionManager = singleton; in RegisterHttpConnectionManager()
96 NPT_AutomaticCleaner::Register(Singleton *singleton) in Register() argument
99 m_Singletons.Remove(singleton); in Register()
100 return m_Singletons.Insert(m_Singletons.GetFirstItem(), singleton); in Register()
/dports/multimedia/kodi/xbmc-19.3-Matrix/lib/libUPnP/Neptune/Source/Core/
H A DNptAutomaticCleaner.cpp76 NPT_AutomaticCleaner::RegisterTlsContext(Singleton* singleton) in RegisterTlsContext() argument
78 m_TlsContext = singleton; in RegisterTlsContext()
86 NPT_AutomaticCleaner::RegisterHttpConnectionManager(Singleton* singleton) in RegisterHttpConnectionManager() argument
88 m_HttpConnectionManager = singleton; in RegisterHttpConnectionManager()
96 NPT_AutomaticCleaner::Register(Singleton *singleton) in Register() argument
99 m_Singletons.Remove(singleton); in Register()
100 return m_Singletons.Insert(m_Singletons.GetFirstItem(), singleton); in Register()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.management/share/classes/java/lang/management/
H A DDefaultPlatformMBeanProvider.java59 Collections.unmodifiableSet(Collections.singleton( in init()
64 return Collections.singleton(ClassLoadingMXBean.class); in init()
90 = Collections.unmodifiableSet(Collections.singleton( in init()
95 return Collections.singleton(CompilationMXBean.class); in init()
126 = Collections.unmodifiableSet(Collections.singleton( in init()
131 return Collections.singleton(MemoryMXBean.class); in init()
206 = Collections.unmodifiableSet(Collections.singleton( in init()
260 return Collections.singleton(MemoryPoolMXBean.class); in init()
306 return Collections.singleton(RuntimeMXBean.class); in init()
337 return Collections.singleton(ThreadMXBean.class); in init()
[all …]
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/account_tax_python/i18n/
H A Dkm.po52 ":param company: res.company recordset singleton\n"
53 ":param product: product.product recordset singleton or None\n"
54 ":param partner: res.partner recordset singleton or None"
60 "ដៃគូប៉ារ៉ាម៉ែត្រ: res.partner recordset singleton ឬគ្មាន"
71 ":param partner: res.partner recordset singleton or None"
76 "singleton ឬគ្មាន : ដៃគូប៉ារ៉ាម៉ែត្រ: res.partner recordset singleton ឬគ្មាន"
85 ":param company: res.company recordset singleton\n"
87 ":param partner: res.partner recordset singleton or None"
93 "singleton ឬគ្មាន"
103 ":param partner: res.partner recordset singleton or None"
[all …]
H A Dru.po53 ":param company: res.company recordset singleton\n"
54 ":param product: product.product recordset singleton or None\n"
55 ":param partner: res.partner recordset singleton or None"
62 ": параметр компании: res.company набор записей singleton\n"
74 ":param product: product.product recordset singleton or None\n"
75 ":param partner: res.partner recordset singleton or None"
92 ":param company: res.company recordset singleton\n"
93 ":param product: product.product recordset singleton or None\n"
94 ":param partner: res.partner recordset singleton or None"
100 ": параметр компании: res.company набор записей singleton\n"
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.management/share/classes/java/lang/management/
H A DDefaultPlatformMBeanProvider.java59 Collections.unmodifiableSet(Collections.singleton( in init()
64 return Collections.singleton(ClassLoadingMXBean.class); in init()
90 = Collections.unmodifiableSet(Collections.singleton( in init()
95 return Collections.singleton(CompilationMXBean.class); in init()
126 = Collections.unmodifiableSet(Collections.singleton( in init()
131 return Collections.singleton(MemoryMXBean.class); in init()
206 = Collections.unmodifiableSet(Collections.singleton( in init()
260 return Collections.singleton(MemoryPoolMXBean.class); in init()
306 return Collections.singleton(RuntimeMXBean.class); in init()
337 return Collections.singleton(ThreadMXBean.class); in init()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.management/share/classes/java/lang/management/
H A DDefaultPlatformMBeanProvider.java59 Collections.unmodifiableSet(Collections.singleton( in init()
64 return Collections.singleton(ClassLoadingMXBean.class); in init()
90 = Collections.unmodifiableSet(Collections.singleton( in init()
95 return Collections.singleton(CompilationMXBean.class); in init()
126 = Collections.unmodifiableSet(Collections.singleton( in init()
131 return Collections.singleton(MemoryMXBean.class); in init()
206 = Collections.unmodifiableSet(Collections.singleton( in init()
260 return Collections.singleton(MemoryPoolMXBean.class); in init()
306 return Collections.singleton(RuntimeMXBean.class); in init()
337 return Collections.singleton(ThreadMXBean.class); in init()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.management/share/classes/java/lang/management/
H A DDefaultPlatformMBeanProvider.java63 return Collections.singleton(ClassLoadingMXBean.class); in init()
93 return Collections.singleton(CompilationMXBean.class); in init()
124 = Collections.singleton("java.lang.management.MemoryMXBean"); in init()
128 return Collections.singleton(MemoryMXBean.class); in init()
207 return Collections.singleton(MemoryManagerMXBean.class); in init()
255 return Collections.singleton(MemoryPoolMXBean.class); in init()
300 return Collections.singleton(RuntimeMXBean.class); in init()
330 return Collections.singleton(ThreadMXBean.class); in init()
361 return Collections.singleton(PlatformLoggingMXBean.class); in init()
392 return Collections.singleton(BufferPoolMXBean.class); in init()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.management/share/classes/java/lang/management/
H A DDefaultPlatformMBeanProvider.java59 Collections.unmodifiableSet(Collections.singleton( in init()
64 return Collections.singleton(ClassLoadingMXBean.class); in init()
90 = Collections.unmodifiableSet(Collections.singleton( in init()
95 return Collections.singleton(CompilationMXBean.class); in init()
126 = Collections.unmodifiableSet(Collections.singleton( in init()
131 return Collections.singleton(MemoryMXBean.class); in init()
206 = Collections.unmodifiableSet(Collections.singleton( in init()
260 return Collections.singleton(MemoryPoolMXBean.class); in init()
306 return Collections.singleton(RuntimeMXBean.class); in init()
337 return Collections.singleton(ThreadMXBean.class); in init()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.management/share/classes/java/lang/management/
H A DDefaultPlatformMBeanProvider.java59 Collections.unmodifiableSet(Collections.singleton( in init()
64 return Collections.singleton(ClassLoadingMXBean.class); in init()
90 = Collections.unmodifiableSet(Collections.singleton( in init()
95 return Collections.singleton(CompilationMXBean.class); in init()
126 = Collections.unmodifiableSet(Collections.singleton( in init()
131 return Collections.singleton(MemoryMXBean.class); in init()
206 = Collections.unmodifiableSet(Collections.singleton( in init()
260 return Collections.singleton(MemoryPoolMXBean.class); in init()
306 return Collections.singleton(RuntimeMXBean.class); in init()
337 return Collections.singleton(ThreadMXBean.class); in init()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.management/share/classes/java/lang/management/
H A DDefaultPlatformMBeanProvider.java59 Collections.unmodifiableSet(Collections.singleton( in init()
64 return Collections.singleton(ClassLoadingMXBean.class); in init()
90 = Collections.unmodifiableSet(Collections.singleton( in init()
95 return Collections.singleton(CompilationMXBean.class); in init()
126 = Collections.unmodifiableSet(Collections.singleton( in init()
131 return Collections.singleton(MemoryMXBean.class); in init()
206 = Collections.unmodifiableSet(Collections.singleton( in init()
260 return Collections.singleton(MemoryPoolMXBean.class); in init()
306 return Collections.singleton(RuntimeMXBean.class); in init()
337 return Collections.singleton(ThreadMXBean.class); in init()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.management/share/classes/java/lang/management/
H A DDefaultPlatformMBeanProvider.java63 return Collections.singleton(ClassLoadingMXBean.class); in init()
93 return Collections.singleton(CompilationMXBean.class); in init()
124 = Collections.singleton("java.lang.management.MemoryMXBean"); in init()
128 return Collections.singleton(MemoryMXBean.class); in init()
207 return Collections.singleton(MemoryManagerMXBean.class); in init()
255 return Collections.singleton(MemoryPoolMXBean.class); in init()
300 return Collections.singleton(RuntimeMXBean.class); in init()
330 return Collections.singleton(ThreadMXBean.class); in init()
361 return Collections.singleton(PlatformLoggingMXBean.class); in init()
392 return Collections.singleton(BufferPoolMXBean.class); in init()
[all …]

12345678910>>...687