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

  /external/deqp/external/vulkancts/framework/vulkan/
vkPrograms.cpp 558 std::string cachekey; local
566 getCompileEnvironment(cachekey);
567 getBuildOptions(cachekey, program.buildOptions, optimizationRecipe);
573 cachekey += glu::getShaderTypeName((glu::ShaderType)i);
580 cachekey = cachekey + shaderstring;
582 res = shadercacheLoad(cachekey, commandLine.getShaderCacheFilename());
633 shadercacheSave(res, cachekey, commandLine.getShaderCacheFilename());
643 std::string cachekey; local
651 getCompileEnvironment(cachekey);
729 std::string cachekey; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
re.py 235 cachekey = (type(key[0]),) + key
237 p, loc = _cache[cachekey]
261 _cache[cachekey] = p, loc
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
re.py 230 cachekey = (type(key[0]),) + key
231 p = _cache.get(cachekey)
247 _cache[cachekey] = p
urllib.py     [all...]
  /external/python/cpython2/Lib/
re.py 235 cachekey = (type(key[0]),) + key
237 p, loc = _cache[cachekey]
261 _cache[cachekey] = p, loc
urllib.py     [all...]
  /external/python/httplib2/python3/httplib2/
__init__.py 477 def _updateCache(request_headers, response_headers, content, cache, cachekey):
478 if cachekey:
482 cache.delete(cachekey)
518 cache.set(cachekey, text)
    [all...]
  /external/python/httplib2/python2/httplib2/
__init__.py 538 def _updateCache(request_headers, response_headers, content, cache, cachekey):
539 if cachekey:
543 cache.delete(cachekey)
573 cache.set(cachekey, text)
    [all...]

Completed in 249 milliseconds