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

  /external/u-boot/arch/sh/cpu/sh4/
cache.c 37 static int cache_control(unsigned int cmd) function
85 cache_control(CACHE_ENABLE);
90 cache_control(CACHE_DISABLE);
  /external/v8/tools/testrunner/local/
android.py 42 from devil.android.perf import cache_control # pylint: disable=import-error
45 global cache_control
187 cache = cache_control.CacheControl(self.device)
  /external/chromium-trace/catapult/systrace/profile_chrome/
chrome_startup_tracing_agent.py 14 from devil.android.perf import cache_control
57 cache_control.CacheControl(self._device).DropRamCaches()
  /external/webrtc/webrtc/base/
httpclient.cc 96 HttpAttributeList cache_control; local
98 HttpParseAttributes(s_temp.data(), s_temp.size(), cache_control);
131 if (HttpHasAttribute(cache_control, "max-age", &s_temp)) {
  /external/guice/extensions/struts2/lib/
jetty-util-6.1.0.jar 

Completed in 316 milliseconds