Home
last modified time | relevance | path

Searched defs:contentCache (Results 1 – 19 of 19) sorted by relevance

/dports/databases/pgbackrest/pgbackrest-release-2.35/src/common/io/http/
H A Drequest.c57 httpRequestProcess(HttpRequest *this, bool waitForResponse, bool contentCache) in httpRequestProcess()
221 httpRequestResponse(HttpRequest *this, bool contentCache) in httpRequestResponse()
H A Dresponse.c192 httpResponseNew(HttpSession *session, const String *verb, bool contentCache) in httpResponseNew()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/java/src/org/chromium/chrome/browser/feed/library/feedsessionmanager/
H A DFeedSessionManagerFactory.java86 ContentCache contentCache = new ContentCache(); in create() local
H A DFeedSessionManagerImpl.java160 ContentCache contentCache, Store store, TimingUtils timingUtils, in FeedSessionManagerImpl()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.forms/src/org/eclipse/ui/forms/widgets/
H A DSharedScrolledComposite.java49 private SizeCache contentCache = new SizeCache(); field in SharedScrolledComposite
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/util/
H A DBaseFileManager.java359 protected final Map<JavaFileObject, ContentCacheEntry> contentCache field in BaseFileManager
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/util/
H A DBaseFileManager.java359 protected final Map<JavaFileObject, ContentCacheEntry> contentCache field in BaseFileManager
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/feed/core/java/src/org/chromium/chrome/browser/feed/library/feedsessionmanager/internal/
H A DSessionManagerMutation.java83 public SessionManagerMutation(Store store, SessionCache sessionCache, ContentCache contentCache, in SessionManagerMutation()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/file/
H A DBaseFileManager.java460 protected final Map<JavaFileObject, ContentCacheEntry> contentCache = new HashMap<>(); field in BaseFileManager
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/file/
H A DBaseFileManager.java460 protected final Map<JavaFileObject, ContentCacheEntry> contentCache = new HashMap<>(); field in BaseFileManager
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/file/
H A DBaseFileManager.java469 protected final Map<JavaFileObject, ContentCacheEntry> contentCache = new HashMap<>(); field in BaseFileManager
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/file/
H A DBaseFileManager.java469 protected final Map<JavaFileObject, ContentCacheEntry> contentCache = new HashMap<>(); field in BaseFileManager
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/file/
H A DBaseFileManager.java460 protected final Map<JavaFileObject, ContentCacheEntry> contentCache = new HashMap<>(); field in BaseFileManager
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/file/
H A DBaseFileManager.java469 protected final Map<JavaFileObject, ContentCacheEntry> contentCache = new HashMap<>(); field in BaseFileManager
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/file/
H A DBaseFileManager.java460 protected final Map<JavaFileObject, ContentCacheEntry> contentCache = new HashMap<>(); field in BaseFileManager
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/file/
H A DBaseFileManager.java469 protected final Map<JavaFileObject, ContentCacheEntry> contentCache = new HashMap<>(); field in BaseFileManager
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/views/memory/renderings/
H A DTableRenderingContentProvider.java57 protected Hashtable<String, TableRenderingLine> contentCache; field in TableRenderingContentProvider
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/
H A DPatcher.java95 private final Map<FilePatch2, byte[]> contentCache = new HashMap<>(); field in Patcher
/dports/devel/fossil/fossil-src-2.17/src/
H A Dcontent.c50 } contentCache; variable