Home
last modified time | relevance | path

Searched defs:cacheControl (Results 1 – 14 of 14) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DCacheControlTest.java30 CacheControl cacheControl = new CacheControl.Builder().build(); in emptyBuilderIsEmpty() local
46 CacheControl cacheControl = new CacheControl.Builder() in completeBuilder() local
72 CacheControl cacheControl = CacheControl.parse( in parseEmpty() local
90 CacheControl cacheControl = CacheControl.parse(new Headers.Builder() in parse() local
110 CacheControl cacheControl = CacheControl.parse(new Headers.Builder() in parseIgnoreCacheControlExtensions() local
130 CacheControl cacheControl = CacheControl.parse(headers); in parseCacheControlAndPragmaAreCombined() local
138 CacheControl cacheControl = CacheControl.parse(headers); in parseCacheControlHeaderValueIsRetained() local
144 CacheControl cacheControl = CacheControl.parse(headers); in parseCacheControlHeaderValueInvalidatedByPragma() local
150 CacheControl cacheControl = CacheControl.parse(headers); in parseCacheControlHeaderValueInvalidatedByTwoValues() local
156 CacheControl cacheControl = CacheControl.parse(headers); in parsePragmaHeaderValueIsNotRetained() local
[all …]
DRequestTest.java140 @Test public void cacheControl() throws Exception { in cacheControl() method in RequestTest
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/okhttp/src/main/java/com/google/android/exoplayer2/ext/okhttp/
DOkHttpDataSourceFactory.java32 @Nullable private final CacheControl cacheControl; field in OkHttpDataSourceFactory
64 Call.Factory callFactory, @Nullable String userAgent, @Nullable CacheControl cacheControl) { in OkHttpDataSourceFactory()
94 @Nullable CacheControl cacheControl) { in OkHttpDataSourceFactory()
DOkHttpDataSource.java76 @Nullable private CacheControl cacheControl; field in OkHttpDataSource.Factory
119 public Factory setCacheControl(@Nullable CacheControl cacheControl) { in setCacheControl()
171 @Nullable private final CacheControl cacheControl; field in OkHttpDataSource
201 @Nullable CacheControl cacheControl, in OkHttpDataSource()
214 @Nullable CacheControl cacheControl, in OkHttpDataSource()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/okhttp/src/main/java/com/google/android/exoplayer2/ext/okhttp/
DOkHttpDataSourceFactory.java34 @Nullable private final CacheControl cacheControl; field in OkHttpDataSourceFactory
66 Call.Factory callFactory, @Nullable String userAgent, @Nullable CacheControl cacheControl) { in OkHttpDataSourceFactory()
96 @Nullable CacheControl cacheControl) { in OkHttpDataSourceFactory()
DOkHttpDataSource.java76 @Nullable private CacheControl cacheControl; field in OkHttpDataSource.Factory
119 public Factory setCacheControl(@Nullable CacheControl cacheControl) { in setCacheControl()
171 @Nullable private final CacheControl cacheControl; field in OkHttpDataSource
207 @Nullable CacheControl cacheControl, in OkHttpDataSource()
220 @Nullable CacheControl cacheControl, in OkHttpDataSource()
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/
DRequest.java42 private volatile CacheControl cacheControl; // Lazily initialized. field in Request
106 public CacheControl cacheControl() { in cacheControl() method in Request
225 public Builder cacheControl(CacheControl cacheControl) { in cacheControl() method in Request.Builder
DResponse.java55 private volatile CacheControl cacheControl; // Lazily initialized. field in Response
211 public CacheControl cacheControl() { in cacheControl() method in Response
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DRequest.java37 private volatile CacheControl cacheControl; // Lazily initialized. field in Request
101 public CacheControl cacheControl() { in cacheControl() method in Request
217 public Builder cacheControl(CacheControl cacheControl) { in cacheControl() argument
DResponse.java48 private volatile CacheControl cacheControl; // Lazily initialized. field in Response
204 public CacheControl cacheControl() { in cacheControl() method in Response
/external/ot-br-posix/src/web/web-service/
Dweb_server.cpp238 std::string cacheControl, etag; in DefaultHttpResponse() local
/external/python/apitools/samples/storage_sample/storage_v1/
Dstorage_v1_messages.py599 cacheControl = _messages.StringField(3) variable in Object
/external/python/apitools/samples/storage_sample/
Dstorage_v1.json643 "cacheControl": { object
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dstorage.v1.json4058 "cacheControl": { object