Searched defs:noCache (Results 1 – 4 of 4) sorted by relevance
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | CacheControl.java | 33 private final boolean noCache; field in CacheControl 47 private CacheControl(boolean noCache, boolean noStore, int maxAgeSeconds, int sMaxAgeSeconds, in CacheControl() 86 public boolean noCache() { in noCache() method in CacheControl 273 boolean noCache; field in CacheControl.Builder 282 public Builder noCache() { in noCache() method in CacheControl.Builder
|
/external/okhttp/repackaged/okhttp/src/main/java/com/android/okhttp/ |
D | CacheControl.java | 35 private final boolean noCache; field in CacheControl 49 private CacheControl(boolean noCache, boolean noStore, int maxAgeSeconds, int sMaxAgeSeconds, in CacheControl() 88 public boolean noCache() { in noCache() method in CacheControl 276 boolean noCache; field in CacheControl.Builder 285 public Builder noCache() { in noCache() method in CacheControl.Builder
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMatchedAttachmentsTests.cpp | 344 const MatchedAttachmentsTestParams noCache = { false }; in addMatchedAttachmentsTestCasesWithFunctions() local
|
D | vktPipelineCreationFeedbackTests.cpp | 160 …acheTestParam (const VkShaderStageFlagBits* shaders, deUint32 count, deBool noCache, deBool delaye… in CacheTestParam()
|