Home
last modified time | relevance | path

Searched refs:flushAll (Results 1 – 25 of 471) sorted by relevance

12345678910>>...19

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/
H A DGDIHashtable.h58 void flushAll();
140 INLINE void flushAll() { m_list.flushAll(); } in flushAll() function
195 INLINE static void flushAll() { manager.flushAll(); } in flushAll() function
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/windows/native/libawt/windows/
H A DGDIHashtable.h58 void flushAll();
140 INLINE void flushAll() { m_list.flushAll(); } in flushAll() function
195 INLINE static void flushAll() { manager.flushAll(); } in flushAll() function
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/windows/native/libawt/windows/
H A DGDIHashtable.h58 void flushAll();
140 INLINE void flushAll() { m_list.flushAll(); } in flushAll() function
195 INLINE static void flushAll() { manager.flushAll(); } in flushAll() function
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/windows/
H A DGDIHashtable.h58 void flushAll();
140 INLINE void flushAll() { m_list.flushAll(); } in flushAll() function
195 INLINE static void flushAll() { manager.flushAll(); } in flushAll() function
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/windows/native/libawt/windows/
H A DGDIHashtable.h58 void flushAll();
140 INLINE void flushAll() { m_list.flushAll(); } in flushAll() function
195 INLINE static void flushAll() { manager.flushAll(); } in flushAll() function
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/windows/native/libawt/windows/
H A DGDIHashtable.h58 void flushAll();
140 INLINE void flushAll() { m_list.flushAll(); } in flushAll() function
195 INLINE static void flushAll() { manager.flushAll(); } in flushAll() function
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/windows/native/libawt/windows/
H A DGDIHashtable.h58 void flushAll();
140 INLINE void flushAll() { m_list.flushAll(); } in flushAll() function
195 INLINE static void flushAll() { manager.flushAll(); } in flushAll() function
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/windows/native/libawt/windows/
H A DGDIHashtable.h58 void flushAll();
140 INLINE void flushAll() { m_list.flushAll(); } in flushAll() function
195 INLINE static void flushAll() { manager.flushAll(); } in flushAll() function
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/windows/native/libawt/windows/
H A DGDIHashtable.h58 void flushAll();
140 INLINE void flushAll() { m_list.flushAll(); } in flushAll() function
195 INLINE static void flushAll() { manager.flushAll(); } in flushAll() function
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/windows/native/sun/windows/
H A DGDIHashtable.h58 void flushAll();
140 INLINE void flushAll() { m_list.flushAll(); } in flushAll() function
195 INLINE static void flushAll() { manager.flushAll(); } in flushAll() function
/dports/www/matomo/piwik/core/
H A DCache.php58 public static function flushAll() function in Piwik\\Cache
60 self::getLazyCache()->flushAll();
61 self::getTransientCache()->flushAll();
62 self::getEagerCache()->flushAll();
/dports/lang/ghc/ghc-8.10.7/libraries/base/GHC/GHCi/
H A DHelpers.hs16 ( disableBuffering, flushAll
29 flushAll :: IO ()
30 flushAll = do function
/dports/www/elgg/elgg-3.3.23/vendor/php-di/php-di/src/DI/Cache/
H A DArrayCache.php61 public function flushAll() function in DI\\Cache\\ArrayCache
70 return $this->flushAll();
/dports/www/matomo/piwik/vendor/matomo/device-detector/Cache/
H A DDoctrineBridge.php67 public function flushAll(): bool function in DeviceDetector\\Cache\\DoctrineBridge
69 return $this->cache->flushAll();
/dports/www/matomo/piwik/core/DeviceDetector/
H A DDeviceDetectorCache.php91 public function flushAll(): bool function in Piwik\\DeviceDetector\\DeviceDetectorCache
93 return (bool) $this->cache->flushAll();
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/basegfx/utils/
H A Dsystemdependentdata.hxx46 virtual void flushAll() = 0;
75 virtual void flushAll() override;
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/util/
H A DSynchronizedStringPool.cpp92 void XMLSynchronizedStringPool::flushAll() in flushAll() function in XMLSynchronizedStringPool
95 XMLStringPool::flushAll(); in flushAll()
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/util/
H A DSynchronizedStringPool.cpp92 void XMLSynchronizedStringPool::flushAll() in flushAll() function in XMLSynchronizedStringPool
95 XMLStringPool::flushAll(); in flushAll()
/dports/lang/mosml/mosml-ver-2.10.1/src/compiler/
H A DInfixst.sml63 and flushAll stack output = value
68 | top :: rest => flushAll rest (apply top output)
73 flushAll stack output
/dports/lang/mosml/mosml-ver-2.10.1/src/compiler.cminusminus/
H A DInfixst.sml63 and flushAll stack output = value
68 | top :: rest => flushAll rest (apply top output)
73 flushAll stack output
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/
H A DFilesystemCacheTest.php38 $this->assertTrue($cache1->flushAll());
52 $this->assertTrue($cache->flushAll());
/dports/games/gigalomania/gigalomaniasrc/
H A Dresources.cpp34 void TrackedObject::flushAll() { in flushAll() function in TrackedObject
59 flushAll(); in cleanup()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/repl/
H A Dsession_update_tracker.cpp117 return flushAll(); in _flush()
123 std::vector<OplogEntry> SessionUpdateTracker::flushAll() { in flushAll() function in mongo::repl::SessionUpdateTracker
/dports/net/yate/yate-6.4.0-1/share/scripts/
H A Dsipfeatures.php300 function flushAll(&$list) function
408 flushAll($users);
409 flushAll($chans);
410 flushAll($pres);
/dports/www/matomo/piwik/plugins/SegmentEditor/
H A DAPI.php227 Cache::getEagerCache()->flushAll();
288 Cache::getEagerCache()->flushAll();
326 Cache::getEagerCache()->flushAll();

12345678910>>...19