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

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_procmaps.h 33 explicit MemoryMappingLayout(bool cache_enabled);
sanitizer_procmaps_linux.cc 54 MemoryMappingLayout::MemoryMappingLayout(bool cache_enabled) {
56 if (cache_enabled) {
66 if (cache_enabled)
sanitizer_procmaps_mac.cc 24 MemoryMappingLayout::MemoryMappingLayout(bool cache_enabled) {
  /external/chromium_org/third_party/libjingle/source/talk/base/
httpclient.h 114 bool cache_enabled() const { return (NULL != cache_); } function in class:talk_base::HttpClient
  /external/chromium_org/third_party/webrtc/base/
httpclient.h 97 bool cache_enabled() const { return (NULL != cache_); } function in class:rtc::HttpClient

Completed in 361 milliseconds