HomeSort by relevance Sort by last modified time
    Searched refs:cache_key (Results 1 - 4 of 4) sorted by null

  /external/autotest/scheduler/
rdb_cache_manager.py 108 cache_key = self.cache.get_key(request.deps, request.acls)
110 kwargs[MEMOIZE_KEY] = self.cache.get_line(cache_key)
114 self.cache.set_line(cache_key, hosts)
  /external/chromium-trace/catapult/dashboard/dashboard/
update_test_suites.py 22 cache_key = _NamespaceKey(_LIST_SUITES_CACHE_KEY)
23 cached = stored_object.Get(cache_key)
29 cached = stored_object.Get(cache_key)
  /external/mesa3d/src/gallium/state_trackers/egl/android/
native_android.cpp 85 } cache_key; member in struct:android_surface
239 memset(&asurf->cache_key, 0, sizeof(asurf->cache_key));
251 if (asurf->cache_key.width != abuf->width ||
252 asurf->cache_key.height != abuf->height ||
253 asurf->cache_key.format != abuf->format)
279 asurf->cache_key.width = abuf->width;
280 asurf->cache_key.height = abuf->height;
281 asurf->cache_key.format = abuf->format;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/gcs-oauth2-boto-plugin/gcs_oauth2_boto_plugin/
oauth2_client.py 310 cache_key = self.CacheKey()
311 LOG.debug('GetAccessToken: checking cache for key %s', cache_key)
312 access_token = self.access_token_cache.GetToken(cache_key)
318 self.access_token_cache.PutToken(cache_key, access_token)

Completed in 115 milliseconds