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

  /external/chromium_org/chrome/common/metrics/
caching_permuted_entropy_provider.cc 56 std::string cache_data; local
57 if (!base::Base64Decode(base64_cache_data, &cache_data) ||
58 !cache_.ParseFromString(cache_data)) {
  /external/chromium_org/chrome/common/extensions/docs/server2/
compiled_file_system.py 50 def __init__(self, cache_data, version):
52 self._cache_data = cache_data
219 cache_data = self._compilation_function(path, future_files.Get())
220 self._file_object_store.Set(path, _CacheEntry(cache_data, version))
221 return cache_data
242 cache_data = self._compilation_function(path, recursive_list_future.Get())
243 self._list_object_store.Set(path, _CacheEntry(cache_data, version))
244 return cache_data
  /device/lge/mako/camera/QCamera/HAL/core/src/
QCameraHWI.cpp     [all...]
  /device/lge/mako/camera/
QCameraHWI.cpp     [all...]

Completed in 129 milliseconds