/external/chromium-trace/catapult/third_party/WebOb/webob/ |
D | response.py | 882 cache = self.cache_control 887 self.cache_control = {} 897 cache_control = property( variable in Response 916 cache_control = self.cache_control 924 cache_control.no_store = True 925 cache_control.no_cache = True 926 cache_control.must_revalidate = True 927 cache_control.max_age = 0 928 cache_control.post_check = 0 929 cache_control.pre_check = 0 [all …]
|
D | request.py | 1084 cache_control = property(_cache_control__get, variable in BaseRequest
|
/external/chromium-trace/catapult/systrace/profile_chrome/ |
D | 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/docs/pycon2011/ |
D | response_table.rst | 44 cache_control b z cache_control
|
D | request_table.rst | 110 cache_control cache_control cached_property
|
/external/chromium-trace/catapult/catapult_build/ |
D | 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/ |
D | fileapp.py | 78 def cache_control(self, **kwargs): member in DataApp 324 def cache_control(self, **kwargs): member in ArchiveStore
|
D | urlparser.py | 474 fa.cache_control(max_age=self.cache_max_age)
|
/external/webrtc/webrtc/base/ |
D | httpclient.cc | 96 HttpAttributeList cache_control; in HttpGetCacheState() local 98 HttpParseAttributes(s_temp.data(), s_temp.size(), cache_control); in HttpGetCacheState() 131 if (HttpHasAttribute(cache_control, "max-age", &s_temp)) { in HttpGetCacheState()
|
/external/v8/tools/ |
D | 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/chromium-trace/catapult/telemetry/telemetry/internal/platform/ |
D | 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/Paste/tests/ |
D | test_fileapp.py | 36 app.cache_control(*args,**kwargs)
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
D | boto_translation.py | 1232 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/ |
D | test_key.py | 419 self.assertEqual(check.cache_control, 'public,%20max-age=500')
|
/external/chromium-trace/catapult/third_party/WebOb/docs/ |
D | news.txt | 585 * Fix ``.pop()`` and ``.setdefault(..)`` methods of ``req/resp.cache_control`` 672 * Fix ``del resp.content_type``, ``del req.body``, ``del req.cache_control`` 754 * Make :attr:`Request.cache_control` a view on the headers. 1177 * Generally fix ``.cache_control``
|
D | reference.txt | 705 >>> res.cache_control.max_age = 360 706 >>> res.cache_control.no_transform = True
|
D | differences.txt | 630 cache_control and last_modified.
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/ |
D | key.py | 109 self.cache_control = None
|
/external/guice/extensions/struts2/lib/ |
D | jetty-util-6.1.0.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/mortbay/
org/ ... |
/external/jetty/lib/ |
D | jetty-util-6.1.26.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/mortbay/
org/ ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.mortbay.jetty.util_6.1.23.v201004211559.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |