Searched defs:cache_enabled (Results 1 - 5 of 5) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps.h25 explicit MemoryMappingLayout(bool cache_enabled) { argument
26 (void)cache_enabled;
46 explicit MemoryMappingLayout(bool cache_enabled);
H A Dsanitizer_mac.cc179 MemoryMappingLayout::MemoryMappingLayout(bool cache_enabled) { argument
H A Dsanitizer_linux.cc319 MemoryMappingLayout::MemoryMappingLayout(bool cache_enabled) { argument
323 if (cache_enabled) {
333 if (cache_enabled)
/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpclient.h112 bool cache_enabled() const { return (NULL != cache_); } function in class:talk_base::HttpClient
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dhttpclient.h114 bool cache_enabled() const { return (NULL != cache_); } function in class:talk_base::HttpClient

Completed in 120 milliseconds