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

  /external/oprofile/libutil++/
cached_value.h 2 * @file cached_value.h
20 class cached_value class
23 cached_value() : set(false) {} function in class:cached_value
op_bfd.h 26 #include "cached_value.h"
277 mutable cached_value<bool> debug_info;
  /external/oprofile/libutil++/tests/
cached_value_tests.cpp 3 * tests cached_value.h
15 #include "cached_value.h"
22 bool check_throw(cached_value<bool> const & boolval)
36 cached_value<bool> boolval;
37 cached_value<string> strval;
  /external/chromium_org/chrome/common/extensions/docs/server2/
caching_rietveld_patcher.py 34 cached_value,
41 self._cached_value = cached_value
107 cached_value = _FromObjectStoreValue(self._file_object_store.
109 missing_paths = list(set(paths) - set(cached_value.keys()))
111 return Future(value=cached_value)
121 cached_value,
  /external/chromium_org/v8/src/
platform-linux.cc 171 static CpuImplementer cached_value = UNKNOWN_IMPLEMENTER; local
173 return cached_value;
176 cached_value = ARM_IMPLEMENTER;
178 cached_value = QUALCOMM_IMPLEMENTER;
180 cached_value = UNKNOWN_IMPLEMENTER;
183 return cached_value;
189 static CpuPart cached_value = CPU_UNKNOWN; local
191 return cached_value;
195 cached_value = CORTEX_A15;
197 cached_value = CORTEX_A12
    [all...]
  /external/chromium/webkit/glue/
webkitclient_impl.cc 82 // Returns false if the cached value is stale, or if |cached_value| is NULL.
83 bool IsCachedValueValid(size_t* cached_value) {
85 if (!cached_value)
89 *cached_value = memory_value_;
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py     [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py     [all...]
  /external/chromium_org/webkit/child/
webkitplatformsupport_impl.cc 85 // Returns false if the cached value is stale, or if |cached_value| is NULL.
86 bool IsCachedValueValid(size_t* cached_value) {
88 if (!cached_value)
92 *cached_value = memory_value_;
    [all...]
  /external/chromium_org/ui/base/x/
x11_util.cc 1608 CachedPictFormat cached_value; local
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
tcmalloc.cc 950 size_t cached_value = Static::pageheap()->GetSizeClassIfCached(p); local
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
tcmalloc.cc 957 size_t cached_value = Static::pageheap()->GetSizeClassIfCached(p); local
    [all...]
  /external/chromium_org/tools/gyp/pylib/gyp/
input.py 834 cached_value = cached_command_results.get(cache_key, None)
835 if cached_value is None:
890 replacement = cached_value
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
FastMalloc.cpp     [all...]

Completed in 223 milliseconds