HomeSort by relevance Sort by last modified time
    Searched full:revalidate (Results 1 - 25 of 67) sorted by null

1 2 3

  /external/autotest/apache/conf/
gwt-directives 3 Header set Cache-Control "no-cache, must-revalidate"
  /external/autotest/frontend/client/src/autotest/tko/
TestContextMenu.java 38 addItem("Revalidate tests", new Command() {
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
CacheControlTest.java 88 String header = "no-cache, no-store, max-age=1, s-maxage=2, private, public, must-revalidate, "
129 Headers.of("Cache-Control", "max-age=12", "Pragma", "must-revalidate", "Pragma", "public");
131 assertEquals("max-age=12, public, must-revalidate", cacheControl.toString());
143 Headers headers = Headers.of("Cache-Control", "max-age=12", "Pragma", "must-revalidate");
149 Headers headers = Headers.of("Cache-Control", "max-age=12", "Cache-Control", "must-revalidate");
155 Headers headers = Headers.of("Pragma", "must-revalidate");
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/flame/
RegionPickerPanel.java 131 currentTexturePanel.revalidate();
149 texturePanel.revalidate();
187 content.revalidate();
189 revalidate(); method
199 content.revalidate();
201 revalidate(); method
RegionInfluencerPanel.java 55 regionPickerPanel.revalidate();
PercentagePanel.java 90 chart.revalidate();
PreAlpha.java 121 imagePanel.revalidate();
TemplatePickerPanel.java 181 revalidate(); method
ScaledNumericPanel.java 213 chart.revalidate();
DynamicsInfluencerPanel.java 314 revalidate(); method
  /frameworks/volley/src/test/java/com/android/volley/toolbox/
HttpHeaderParserTest.java 149 // - stale-while-revalidate (entry.ttl) indicates that the asset may
151 headers.put("Cache-Control", "max-age=86400, stale-while-revalidate=604800");
176 headers.put("Cache-Control", "must-revalidate");
189 headers.put("Cache-Control", "must-revalidate, max-age=3600");
204 // - stale-while-revalidate (entry.ttl) indicates that the asset may
206 // ignored in this case because of the must-revalidate header.
208 "must-revalidate, max-age=86400, stale-while-revalidate=604800");
  /frameworks/volley/src/main/java/com/android/volley/toolbox/
HttpHeaderParser.java 75 } else if (token.startsWith("stale-while-revalidate=")) {
80 } else if (token.equals("must-revalidate") || token.equals("proxy-revalidate")) {
  /external/chromium-trace/catapult/third_party/WebOb/webob/
cachecontrol.py 200 must_revalidate = exists_property('must-revalidate', type='response')
201 proxy_revalidate = exists_property('proxy-revalidate', type='response')
206 'stale-while-revalidate', type='response')
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/particleeditor/
PercentagePanel.java 65 chart.revalidate();
ImagePanel.java 125 revalidate(); method
ScaledNumericPanel.java 139 chart.revalidate();
  /external/mesa3d/src/mesa/state_tracker/
st_cb_viewport.c 64 * to revalidate the drawable, rather than just update the context with
  /external/llvm/lib/CodeGen/
InterferenceCache.cpp 60 Entries[E].revalidate(LIUArray, TRI);
81 /// revalidate - LIU contents have changed, update tags.
82 void InterferenceCache::Entry::revalidate(LiveIntervalUnion *LIUArray, function in class:InterferenceCache::Entry
InterferenceCache.h 113 void revalidate(LiveIntervalUnion *LIUArray, const TargetRegisterInfo *TRI);
  /external/webrtc/webrtc/base/
httpclient.cc 67 // no-cache - may cache, but must revalidate whether fresh or stale
71 // must-revalidate - may cache, but must revalidate after stale
72 // proxy-revalidate - shared cache must revalidate
84 HCS_STALE, // In cache, must revalidate
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
CacheControl.java 227 } else if ("must-revalidate".equalsIgnoreCase(directive)) {
261 if (mustRevalidate) result.append("must-revalidate, ");
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_Doption.py 97 'must-revalidate'), stderr)
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_st.c 222 /* revalidate textures */
  /external/ipsec-tools/src/racoon/
session.c 391 /* Revalidate ph1 / ph2tree !!!
  /external/mesa3d/docs/
relnotes-7.9.1.html 126 <li>r100: revalidate after radeon_update_renderbuffers</li>
200 <li>r200: revalidate after radeon_update_renderbuffers</li>

Completed in 250 milliseconds

1 2 3