OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cached_value
(Results
1 - 13
of
13
) 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
29
cached_value
,
35
self._cached_value =
cached_value
100
cached_value
= _FromObjectStoreValue(self._file_object_store.
102
missing_paths = list(set(paths) - set(
cached_value
.keys()))
104
return Future(value=
cached_value
)
108
cached_value
,
/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/ui/base/x/
x11_util.cc
1468
CachedPictFormat
cached_value
;
local
[
all
...]
/external/chromium_org/webkit/child/
webkitplatformsupport_impl.cc
91
// Returns false if the cached value is stale, or if |
cached_value
| is NULL.
92
bool IsCachedValueValid(size_t*
cached_value
) {
94
if (!
cached_value
)
98
*
cached_value
= memory_value_;
[
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
851
cached_value
= cached_command_results.get(cache_key, None)
852
if
cached_value
is None:
[
all
...]
/external/chromium_org/third_party/WebKit/Source/wtf/
FastMalloc.cpp
[
all
...]
Completed in 250 milliseconds