HomeSort by relevance Sort by last modified time
    Searched refs:cached_value (Results 1 - 6 of 6) 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/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/webkit/Source/JavaScriptCore/wtf/
FastMalloc.cpp     [all...]

Completed in 544 milliseconds