Home
last modified time | relevance | path

Searched refs:wasCached (Results 1 – 25 of 72) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cronet/android/java/src/org/chromium/net/impl/
H A DUrlResponseInfoImpl.java86 List<Map.Entry<String, String>> allHeadersList, boolean wasCached, in UrlResponseInfoImpl() argument
92 mWasCached = wasCached; in UrlResponseInfoImpl()
103 List<Map.Entry<String, String>> allHeadersList, boolean wasCached, in UrlResponseInfoImpl() argument
105 this(urlChain, httpStatusCode, httpStatusText, allHeadersList, wasCached, in UrlResponseInfoImpl()
140 public boolean wasCached() { in wasCached() method in UrlResponseInfoImpl
167 getAllHeadersAsList().toString(), wasCached(), getNegotiatedProtocol(), in toString()
H A DCronetUrlRequest.java438 String httpStatusText, String[] headers, boolean wasCached, String negotiatedProtocol, in prepareResponseInfoOnNetworkThread() argument
446 httpStatusText, headersList, wasCached, negotiatedProtocol, proxyServer, in prepareResponseInfoOnNetworkThread()
533 String httpStatusText, String[] headers, boolean wasCached, String negotiatedProtocol, in onRedirectReceived() argument
537 wasCached, negotiatedProtocol, proxyServer, receivedByteCount); in onRedirectReceived()
570 boolean wasCached, String negotiatedProtocol, String proxyServer, in onResponseStarted() argument
573 wasCached, negotiatedProtocol, proxyServer, receivedByteCount); in onResponseStarted()
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/custom-definesandincludes/compilerprovider/
H A Dgcclikecompiler.cpp76 if (data.definedMacros.wasCached) { in defines()
96 cachedData.wasCached = true; in defines()
100 if (cachedData.wasCached) { in defines()
141 if (data.includePaths.wasCached) { in includes()
157 cachedData.wasCached = true; in includes()
161 if (cachedData.wasCached) { in includes()
H A Dgcclikecompiler.h28 bool wasCached = false; member
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/moby/buildkit/solver/
H A Dprogress.go15 …vs := &vertexStream{cache: map[digest.Digest]*client.Vertex{}, wasCached: make(map[digest.Digest]s…
76 wasCached map[digest.Digest]struct{} member
105 if _, ok := vs.wasCached[dgst]; !ok {
110 vs.wasCached[dgst] = struct{}{}
120 if _, ok := vs.wasCached[v.Digest]; !ok && v.Error == "" {
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/solver/
H A Dprogress.go15 …vs := &vertexStream{cache: map[digest.Digest]*client.Vertex{}, wasCached: make(map[digest.Digest]s…
76 wasCached map[digest.Digest]struct{} member
105 if _, ok := vs.wasCached[dgst]; !ok {
110 vs.wasCached[dgst] = struct{}{}
120 if _, ok := vs.wasCached[v.Digest]; !ok && v.Error == "" {
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/solver/
H A Dprogress.go15 …vs := &vertexStream{cache: map[digest.Digest]*client.Vertex{}, wasCached: make(map[digest.Digest]s…
76 wasCached map[digest.Digest]struct{} member
105 if _, ok := vs.wasCached[dgst]; !ok {
110 vs.wasCached[dgst] = struct{}{}
120 if _, ok := vs.wasCached[v.Digest]; !ok && v.Error == "" {
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/docker/vendor/github.com/moby/buildkit/solver/
H A Dprogress.go15 …vs := &vertexStream{cache: map[digest.Digest]*client.Vertex{}, wasCached: make(map[digest.Digest]s…
76 wasCached map[digest.Digest]struct{} member
105 if _, ok := vs.wasCached[dgst]; !ok {
110 vs.wasCached[dgst] = struct{}{}
120 if _, ok := vs.wasCached[v.Digest]; !ok && v.Error == "" {
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cronet/android/test/javatests/src/org/chromium/net/
H A DUrlResponseInfoTest.java43 final boolean wasCached = true; in testPublicAPI()
50 wasCached, negotiatedProtocol, proxyServer, receivedByteCount); in testPublicAPI()
72 Assert.assertEquals(info.wasCached(), wasCached); in testPublicAPI() local
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/primitives/blockcache/
H A Dblockrequestprocessor.cpp215 … int compType, void* bufferPtr, bool vbFlg, bool& wasCached, bool* versioned, bool insertIntoCache, in getBlock() argument
221 wasCached = fbMgr.find(hashObj, bufferPtr); in getBlock()
223 if (wasCached) in getBlock()
227 wasCached = false; in getBlock()
263 uint8_t** ptrs, bool* wasCached, uint32_t count) in getCachedBlocks() argument
265 return fbMgr.bulkFind(lbids, vers, ptrs, wasCached, count); in getCachedBlocks()
H A Dblockcacheclient.h97 …void* bufferPtr, bool flg, bool& wasCached, bool* wasVersioned = NULL, bool insertIntoCache = true,
100 …return fBCCBrp->getBlock(lbid, ver, txn, compType, bufferPtr, flg, wasCached, wasVersioned, insert…
105 bool* wasCached, uint32_t blockCount) in getCachedBlocks() argument
107 return fBCCBrp->getCachedBlocks(lbids, vers, bufferPtrs, wasCached, blockCount); in getCachedBlocks()
H A Dblockrequestprocessor.h107 … void* bufferPtr, bool flg, bool& wasCached, bool* wasVersioned, bool insertIntoCache,
111 bool* wasCached, uint32_t count);
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/primitives/blockcache/
H A Dblockrequestprocessor.cpp215 … int compType, void* bufferPtr, bool vbFlg, bool& wasCached, bool* versioned, bool insertIntoCache, in getBlock() argument
221 wasCached = fbMgr.find(hashObj, bufferPtr); in getBlock()
223 if (wasCached) in getBlock()
227 wasCached = false; in getBlock()
263 uint8_t** ptrs, bool* wasCached, uint32_t count) in getCachedBlocks() argument
265 return fbMgr.bulkFind(lbids, vers, ptrs, wasCached, count); in getCachedBlocks()
H A Dblockcacheclient.h97 …void* bufferPtr, bool flg, bool& wasCached, bool* wasVersioned = NULL, bool insertIntoCache = true,
100 …return fBCCBrp->getBlock(lbid, ver, txn, compType, bufferPtr, flg, wasCached, wasVersioned, insert…
105 bool* wasCached, uint32_t blockCount) in getCachedBlocks() argument
107 return fBCCBrp->getCachedBlocks(lbids, vers, bufferPtrs, wasCached, blockCount); in getCachedBlocks()
H A Dblockrequestprocessor.h107 … void* bufferPtr, bool flg, bool& wasCached, bool* wasVersioned, bool insertIntoCache,
111 bool* wasCached, uint32_t count);
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/utils/testbc/
H A Dblockrequestprocessor.cpp216 …etBlock(const BRM::LBID_t& lbid, const BRM::VER_t& ver, void* bufferPtr, bool flg, bool& wasCached) in getBlock() argument
219 wasCached = fbMgr.find(hashObj, bufferPtr); in getBlock()
221 if (wasCached) in getBlock()
224 wasCached = false; in getBlock()
H A Dblockcacheclient.cpp83 …etBlock(const BRM::LBID_t& lbid, const BRM::VER_t& ver, void* bufferPtr, bool flg, bool& wasCached) in getBlock() argument
85 int ret = fBCCBrp->getBlock(lbid, ver, bufferPtr, flg, wasCached); in getBlock()
H A Dblockcacheclient.h86 bool flg, bool& wasCached);
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/utils/testbc/
H A Dblockrequestprocessor.cpp216 …etBlock(const BRM::LBID_t& lbid, const BRM::VER_t& ver, void* bufferPtr, bool flg, bool& wasCached) in getBlock() argument
219 wasCached = fbMgr.find(hashObj, bufferPtr); in getBlock()
221 if (wasCached) in getBlock()
224 wasCached = false; in getBlock()
H A Dblockcacheclient.cpp83 …etBlock(const BRM::LBID_t& lbid, const BRM::VER_t& ver, void* bufferPtr, bool flg, bool& wasCached) in getBlock() argument
85 int ret = fBCCBrp->getBlock(lbid, ver, bufferPtr, flg, wasCached); in getBlock()
H A Dblockcacheclient.h86 bool flg, bool& wasCached);
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cronet/android/fake/java/org/chromium/net/test/
H A DFakeUrlResponse.java62 mWasCached = info.wasCached(); in FakeUrlResponse()
138 public Builder setWasCached(boolean wasCached) { in setWasCached() argument
139 mWasCached = wasCached; in setWasCached()
/dports/devel/autoconf-archive/autoconf-archive-2019.01.06/m4/
H A Dax_afs.m463 wasCached=""
65 wasCached="(cached)"
68 AC_MAX_RESULT([${wasCached} yes])
/dports/graphics/libprojectm/projectm-3.1.12/m4/autoconf-archive/
H A Dax_afs.m463 wasCached=""
65 wasCached="(cached)"
68 AC_MAX_RESULT([${wasCached} yes])
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/cronet/android/api/src/org/chromium/net/
H A DUrlResponseInfo.java90 public abstract boolean wasCached(); in wasCached() method in UrlResponseInfo

123