Searched refs:cache_control (Results 1 - 17 of 17) sorted by relevance

/external/v8/build/android/pylib/perf/
H A Dcache_control.py8 from devil.android.perf.cache_control import *
/external/chromium-trace/catapult/third_party/WebOb/webob/
H A Dresponse.py847 # 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
[all...]
H A Drequest.py1084 cache_control = property(_cache_control__get, variable in class:BaseRequest
/external/chromium-trace/catapult/systrace/profile_chrome/
H A Dchrome_startup_tracing_agent.py11 from devil.android.perf import cache_control namespace
41 cache_control.CacheControl(self._device).DropRamCaches()
/external/chromium-trace/catapult/catapult_build/
H A Ddev_server.py124 app.cache_control(no_cache=True)
154 app.cache_control(no_cache=True)
/external/chromium-trace/catapult/third_party/Paste/paste/
H A Dfileapp.py43 ``cache_control()``
78 def cache_control(self, **kwargs): member in class:DataApp
306 ``cache_control()``
324 def cache_control(self, **kwargs): member in class:ArchiveStore
H A Durlparser.py474 fa.cache_control(max_age=self.cache_max_age)
/external/chromium-trace/catapult/third_party/Paste/tests/
H A Dtest_fileapp.py36 app.cache_control(*args,**kwargs)
/external/v8/tools/
H A Drun_perf.py134 from pylib.perf import cache_control # pylint: disable=F0401 namespace
137 global cache_control
782 cache = cache_control.CacheControl(self.device)
/external/webrtc/webrtc/base/
H A Dhttpclient.cc96 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/telemetry/telemetry/internal/platform/
H A Dandroid_platform_backend.py39 from devil.android.perf import cache_control namespace
311 cache = cache_control.CacheControl(self._device)
/external/chromium-trace/catapult/third_party/gsutil/gslib/
H A Dboto_translation.py1232 cache_control = None
1234 cache_control = getattr(key, 'cache_control', None)
1294 cacheControl=cache_control,
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/s3/
H A Dtest_key.py419 self.assertEqual(check.cache_control, 'public,%20max-age=500')
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
H A Dkey.py57 :ivar cache_control: The value of the `Cache-Control` HTTP header.
109 self.cache_control = None
/external/guice/extensions/struts2/lib/
H A Djetty-util-6.1.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/util/ org/mortbay/util/ajax/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.util_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/jetty/lib/
H A Djetty-util-6.1.26.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mortbay/ org/mortbay/util/ org/mortbay/util/ajax/ ...

Completed in 3454 milliseconds