HomeSort by relevance Sort by last modified time
    Searched refs:cached (Results 51 - 75 of 196) sorted by null

1 23 4 5 6 7 8

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urlparse.py 167 cached = _parse_cache.get(key, None)
168 if cached:
169 return cached
  /external/bcc/tools/
tcplife.lua 90 * fetch task context if cached, or use current task
130 // fetch possible cached data, and filter
cachetop.py 69 cached
196 cached = int(mem["Cached"]) / 1024
206 "%-8s Buffers MB: %.0f / Cached MB: %.0f "
208 strftime("%H:%M:%S"), buff, cached, FIELDS[sort_field],
  /external/libchrome/base/process/
process_metrics_unittest.cc 101 "Cached: 49071596 kB\n"
116 "Cached: 406160 kB\n"
154 "Cached: 115124 kB\n"
182 EXPECT_EQ(meminfo.cached, 406160);
207 EXPECT_EQ(meminfo.cached, 115124);
431 EXPECT_GT(info.cached, 0);
445 EXPECT_LT(info.cached, info.total);
  /external/okhttp/okhttp-android-support/src/main/java/com/squareup/okhttp/internal/huc/
CacheAdapter.java 77 // that it's ok to keep using the cached data. Otherwise the server shouldn't declare it as
81 @Override public void update(Response cached, Response network) throws IOException {
86 // with the original cached response.
  /external/okhttp/repackaged/okhttp-android-support/src/main/java/com/android/okhttp/internal/huc/
CacheAdapter.java 79 // that it's ok to keep using the cached data. Otherwise the server shouldn't declare it as
83 @Override public void update(Response cached, Response network) throws IOException {
88 // with the original cached response.
  /external/skia/modules/pathkit/
helper.js 86 // Delete previous cached map to avoid memory leaks.
99 // Delete previous cached map to avoid memory leaks.
  /external/skqp/modules/pathkit/
helper.js 86 // Delete previous cached map to avoid memory leaks.
99 // Delete previous cached map to avoid memory leaks.
  /external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
SharedResourceHolderTest.java 155 ResourceInstance cached = holder.getInternal(SHARED_FOO); local
162 holder.releaseInternal(SHARED_FOO, cached);
  /external/guice/core/src/com/google/inject/internal/
Initializer.java 98 Initializable<T> cached = (Initializable<T>) initializablesCache.get(instance); local
99 return cached;
  /external/libcxx/
appveyor-reqs-install.cmd 49 :: Setup the cached copy of LLVM
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
urlparse.py 176 cached = _parse_cache.get(key, None)
177 if cached:
178 return cached
  /external/python/cpython2/Lib/
urlparse.py 176 cached = _parse_cache.get(key, None)
177 if cached:
178 return cached
  /external/toybox/toys/pending/
lsof.c 219 static int cached; local
220 if (!cached) {
229 cached = 1;
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Cache.java 85 * If it is only necessary to force a cached response to be validated by the server, use the more
99 * to be downloaded. To restrict a request to locally-cached resources, add the {@code
100 * only-if-cached} directive: <pre> {@code
110 * // The resource was cached! Show it.
112 * // The resource was not cached.
116 * To permit stale cached responses, use the {@code max-stale} directive with the maximum staleness
148 @Override public void update(Response cached, Response network) throws IOException {
149 Cache.this.update(cached, network);
252 private void update(Response cached, Response network) {
254 DiskLruCache.Snapshot snapshot = ((CacheResponseBody) cached.body()).snapshot
    [all...]
  /external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/internal/huc/
URLEncodingTest.java 150 public void update(Response cached, Response network) throws IOException {
  /external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
Cache.java 86 * If it is only necessary to force a cached response to be validated by the server, use the more
100 * to be downloaded. To restrict a request to locally-cached resources, add the {@code
101 * only-if-cached} directive: <pre> {@code
111 * // The resource was cached! Show it.
113 * // The resource was not cached.
117 * To permit stale cached responses, use the {@code max-stale} directive with the maximum staleness
150 @Override public void update(Response cached, Response network) throws IOException {
151 Cache.this.update(cached, network);
254 private void update(Response cached, Response network) {
256 DiskLruCache.Snapshot snapshot = ((CacheResponseBody) cached.body()).snapshot
    [all...]
  /external/toybox/toys/other/
vmstat.c 20 cached, kilobytes swapped in and out per second, file disk blocks input and
35 uint64_t memfree, buffers, cached, swapfree, swaptotal; member in struct:vmstat_proc
48 "MemFree: ", "Buffers: ", "Cached: ", "SwapFree: ", "SwapTotal: ",
  /external/python/oauth2client/tests/
test_clientsecrets.py 253 cached = self.cache_mock.cache[VALID_FILE]
254 self.assertEqual({client_type: client_info}, cached)
  /external/syzkaller/pkg/log/
log.go 32 // Cached output can later be queried with CachedOutput.
46 // Retrieves cached log output.
  /external/syzkaller/vendor/golang.org/x/net/http2/
configure_transport.go 71 // if there's already has a cached connection to the host.
  /external/python/cpython3/Lib/test/test_importlib/
test_abc.py 756 self.cached = self.util.cache_from_source(self.path)
762 self.assertEqual(module.__cached__, self.cached)
768 self.assertEqual(values[2], self.cached)
775 module.__cached__ = self.cached
877 self.assertIn(self.cached, self.loader.written)
883 self.assertEqual(self.loader.written[self.cached], bytes(data))
927 self.assertNotIn(self.cached, self.loader.written)
    [all...]
  /external/icu/icu4c/source/i18n/
zonemeta.cpp 246 // Checking the cached results
265 // Check if it was already cached
439 // Checking the cached results
446 // Check if it was already cached
447 UBool cached = FALSE; local
451 singleZone = cached = gSingleZoneCountries->contains((void*)region);
452 if (!cached) {
453 cached = gMultiZonesCountries->contains((void*)region);
458 if (!cached) {
  /external/tensorflow/tensorflow/python/eager/
backprop.py 601 """Helper to return (possibly cached) zero tensors in eager mode."""
615 cached = ctx.zeros_cache().get(cache_key)
616 if cached is None:
621 cached = _fast_fill(value, shape, dtype)
622 ctx.zeros_cache().put(cache_key, cached)
623 return cached
    [all...]
  /external/skia/src/ports/
SkFontMgr_fuchsia.cpp 393 sk_sp<SkTypeface> cached = fTypefaceCache.findByProcAndRef(FindByTypefaceId, &id); local
394 if (cached) return cached;

Completed in 1624 milliseconds

1 23 4 5 6 7 8