Home
last modified time | relevance | path

Searched refs:outCache (Results 1 – 4 of 4) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.weaving.caching/src/org/eclipse/equinox/weaving/internal/caching/
H A DCacheWriter.java109 DataOutputStream outCache = null; in storeSingleClass() local
118 outCache = new DataOutputStream(new BufferedOutputStream(fosCache)); in storeSingleClass()
120 outCache.write(classBytes); in storeSingleClass()
122 if (outCache != null) { in storeSingleClass()
124 outCache.flush(); in storeSingleClass()
130 outCache.close(); in storeSingleClass()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/window/themes/
H A Dwindow_theme.h108 Cached *outCache,
113 Cached *outCache,
119 Cached *outCache);
H A Dwindow_theme.cpp1423 Cached *outCache, in LoadFromFile() argument
1426 return LoadFromFile(path, out, outCache, outContent, colorizer); in LoadFromFile()
1432 Cached *outCache, in LoadFromFile() argument
1439 return LoadTheme(content, colorizer, std::nullopt, outCache, out); in LoadFromFile()
1445 Cached *outCache) { in LoadFromContent() argument
1450 outCache, in LoadFromContent()
/dports/graphics/lightzone/LightZone-4.1.8-3-g36e87773/lightcrafts/extsrc/com/lightcrafts/media/jai/codecimpl/
H A DTIFFImageEncoder.java845 OutputStream outCache = null; in encode() local
906 outCache = output; in encode()
1411 if(outCache == null) { in encode()
1441 output = outCache; in encode()
1474 output = outCache; in encode()