HomeSort by relevance Sort by last modified time
    Searched defs:noCache (Results 1 - 3 of 3) sorted by null

  /libcore/luni/src/main/java/libcore/net/http/
RequestHeaders.java 32 private boolean noCache;
71 noCache = true;
91 noCache = true;
139 return noCache;
ResponseHeaders.java 75 private boolean noCache;
120 noCache = true;
150 noCache = true;
219 return noCache;
412 if (!noCache && ageMillis + minFreshMillis < freshMillis + maxStaleMillis) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 

Completed in 125 milliseconds