/external/chromium-trace/catapult/systrace/profile_chrome/ |
chrome_startup_controller.py | 10 from devil.android.perf import cache_control 37 cache_control.CacheControl(self._device).DropRamCaches()
|
/external/chromium-trace/catapult/third_party/WebOb/webob/ |
response.py | 847 # cache_control 882 cache = self.cache_control 887 self.cache_control = {} 897 cache_control = property( variable in class:Response 910 for cache_control (e.g., private=True, etc). 916 cache_control = self.cache_control 924 cache_control.no_store = True 925 cache_control.no_cache = True 926 cache_control.must_revalidate = Tru [all...] |
request.py | 1084 cache_control = property(_cache_control__get, variable in class:BaseRequest [all...] |
/external/chromium-trace/catapult/catapult_build/ |
dev_server.py | 124 app.cache_control(no_cache=True) 154 app.cache_control(no_cache=True)
|
/external/chromium-trace/catapult/third_party/Paste/paste/ |
fileapp.py | 43 ``cache_control()`` 78 def cache_control(self, **kwargs): member in class:DataApp 79 self.expires = CACHE_CONTROL.apply(self.headers, **kwargs) or None 207 if 'max-age=0' in CACHE_CONTROL(environ).lower(): 306 ``cache_control()`` 324 def cache_control(self, **kwargs): member in class:ArchiveStore 325 self.expires = CACHE_CONTROL.apply(self.headers, **kwargs) or None
|
urlparser.py | 474 fa.cache_control(max_age=self.cache_max_age) 517 cache_max_age - integer specifies CACHE_CONTROL max_age in seconds
|
/external/v8/tools/ |
run_perf.py | 134 from pylib.perf import cache_control # pylint: disable=F0401 137 global cache_control 759 cache = cache_control.CacheControl(self.device)
|
/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/chromium-trace/catapult/third_party/Paste/tests/ |
test_fileapp.py | 36 app.cache_control(*args,**kwargs)
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
android_platform_backend.py | 36 from devil.android.perf import cache_control 309 cache = cache_control.CacheControl(self._device)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/ |
test_key.py | 419 self.assertEqual(check.cache_control, 'public,%20max-age=500')
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
boto_translation.py | [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/ |
key.py | 57 :ivar cache_control: The value of the `Cache-Control` HTTP header. 109 self.cache_control = None [all...] |
/external/guice/extensions/struts2/lib/ |
jetty-util-6.1.0.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.mortbay.jetty.util_6.1.23.v201004211559.jar | |
/external/jetty/lib/ |
jetty-util-6.1.26.jar | |