Home
last modified time | relevance | path

Searched refs:getInstance (Results 1 – 25 of 56939) sorted by path

12345678910>>...2278

/dports/accessibility/gammy/gammy-0.9.64/include/plog/
H A DLogger.h70 return Logger<instanceId>::getInstance(); in get()
75 return Logger<PLOG_DEFAULT_INSTANCE_ID>::getInstance(); in get()
H A DUtil.h490 static T* getInstance() in getInstance() function
/dports/archivers/pbzip2/pbzip2-1.1.13/
H A DErrorContext.cpp20 ErrorContext * ErrorContext::getInstance() in getInstance() function in pbzip2::ErrorContext
H A DErrorContext.h35 static ErrorContext * getInstance();
H A Dpbzip2.cpp264 ErrorContext::getInstance()->saveError(); in safe_cond_timed_wait()
299 ErrorContext::getInstance()->saveError(); in do_write()
323 ErrorContext::getInstance()->saveError(); in do_read()
338 ErrorContext::getInstance()->saveError(); in safe_open_output()
358 ErrorContext::getInstance()->saveError(); in safe_fopen_output()
376 ErrorContext::getInstance()->saveError(); in do_close()
387 ErrorContext::getInstance()->saveError(); in do_fclose()
398 ErrorContext::getInstance()->saveError(); in do_fflush()
428 ErrorContext::getInstance()->saveError(); in do_remove()
445 ErrorContext::getInstance()->saveError(); in check_file_exists()
[all …]
/dports/archivers/snappy-java/snappy-java-1.1.7.5/src/main/java/org/xerial/snappy/pool/
H A DCachingBufferPool.java62 public static BufferPool getInstance() { in getInstance() method in CachingBufferPool
H A DDefaultPoolFactory.java16 ? QuiescentBufferPool.getInstance()
17 : CachingBufferPool.getInstance();
H A DQuiescentBufferPool.java19 public static BufferPool getInstance() { in getInstance() method in QuiescentBufferPool
/dports/archivers/snappy-java/snappy-java-1.1.7.5/src/test/java/org/xerial/snappy/pool/
H A DCachingBufferPoolTest.java59 BufferPool pool = CachingBufferPool.getInstance(); in testDirectByteBuffers()
101 BufferPool pool = CachingBufferPool.getInstance(); in testArrays()
134 BufferPool pool = CachingBufferPool.getInstance(); in testSoftReferences()
/dports/archivers/vbz-compression/vbz_compression-1.0.1/third_party/catch2/
H A Dfakeit.hpp1243 static CatchFakeit &getInstance() { in getInstance() function in fakeit::CatchFakeit
1266 static fakeit::DefaultFakeit& Fakeit = fakeit::CatchFakeit::getInstance();
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/
H A Dprofilewizard.cpp280 qMDNS::getInstance()->disconnect(); in detectStellarMate()
282 …connect(qMDNS::getInstance(), SIGNAL(hostFound(QHostInfo)), this, SLOT(processHostInfo(QHostInfo))… in detectStellarMate()
285 qMDNS::getInstance()->lookup("stellarmate"); in detectStellarMate()
291 qMDNS::getInstance()->disconnect(); in processHostInfo()
H A DqMDNS.cpp145 qMDNS* qMDNS::getInstance() { in getInstance() function in qMDNS
H A DqMDNS.h36 static qMDNS* getInstance();
/dports/astro/marble/marble-21.12.3/examples/cpp/marble-game/
H A Dgamemain.cpp83 MarbleGlobal::getInstance()->locale()->setMeasurementSystem( measurement ); in main()
/dports/astro/marble/marble-21.12.3/src/apps/behaim/
H A Dmain.cpp27 MarbleGlobal::getInstance()->setProfiles( profiles ); in main()
/dports/astro/marble/marble-21.12.3/src/apps/marble-kde/
H A Dkdemain.cpp325 MarbleGlobal::Profiles profiles = MarbleGlobal::getInstance()->profiles(); in main()
379 MarbleGlobal::getInstance()->setProfiles( profiles ); in main()
H A Dmarble_part.cpp134 MarbleLocale *marbleLocale = MarbleGlobal::getInstance()->locale();
628 MarbleSettings::setDistanceUnit( MarbleGlobal::getInstance()->locale()->measurementSystem() ); in writeSettings()
1521 MarbleGlobal::getInstance()->locale()-> in updateSettings()
/dports/astro/marble/marble-21.12.3/src/apps/marble-qt/
H A DQtMainWindow.cpp526 if( MarbleGlobal::getInstance()->profiles() & MarbleGlobal::SmallScreen ) { in createPluginsMenus()
682 if( MarbleGlobal::getInstance()->profiles() & MarbleGlobal::SmallScreen ) { in createPluginMenus()
1490 …MarbleGlobal::getInstance()->locale()->setMeasurementSystem( m_configDialog->measurementSystem() ); in updateSettings()
H A Dqtmain.cpp133 MarbleGlobal::Profiles profiles = MarbleGlobal::getInstance()->profiles(); in main()
229 MarbleGlobal::getInstance()->setProfiles( profiles ); in main()
233 MarbleGlobal::getInstance()->locale()->setMeasurementSystem( measurement ); in main()
/dports/astro/marble/marble-21.12.3/src/apps/marble-ui/
H A DControlView.cpp606 bool const smallScreen = MarbleGlobal::getInstance()->profiles() & MarbleGlobal::SmallScreen; in setupDockWidgets()
/dports/astro/marble/marble-21.12.3/src/bindings/python/sip/
H A DMarbleGlobal.sip142 static Marble::MarbleGlobal* getInstance ();
H A Dglobal.sip141 static Marble::MarbleGlobal* getInstance ();
/dports/astro/marble/marble-21.12.3/src/lib/marble/
H A DBookmarkManagerDialog.cpp384 bool const smallScreen = MarbleGlobal::getInstance()->profiles() & MarbleGlobal::SmallScreen; in BookmarkManagerDialog()
H A DCurrentLocationWidget.cpp89 bool const smallScreen = MarbleGlobal::getInstance()->profiles() & MarbleGlobal::SmallScreen; in CurrentLocationWidget()
266 switch ( MarbleGlobal::getInstance()->locale()->measurementSystem() ) { in receiveGpsCoordinates()
H A DDownloadRegionDialog.cpp159 bool const smallScreen = MarbleGlobal::getInstance()->profiles() & MarbleGlobal::SmallScreen; in createSelectionMethodBox()
195 if ( MarbleGlobal::getInstance()->profiles() & MarbleGlobal::SmallScreen ) { in createOkCancelButtonBox()
227 if ( MarbleGlobal::getInstance()->profiles() & MarbleGlobal::SmallScreen ) { in DownloadRegionDialog()

12345678910>>...2278