/external/kernel-headers/original/linux/ |
pkt_cls.h | 145 __u64 expires; member in struct:tcf_t
|
key.h | 127 time_t expiry; /* time at which key expires (or 0) */
|
/external/libpcap/ |
pcap-bpf.c | 911 * expires, e.g. GUI applications that have to check for input 981 * hold buffer is full but not if the timeout expires *and* 989 * and return "readable" when the timeout expires by using 996 * won't wake up and return "readable" if the timer expires
|
pcap.3 | 489 packets arrive, the timeout expires before any packets arrive, or if the 519 will return after the timeout expires. 566 starts before any packets arrive, the timeout expires before any packets [all...] |
/external/llvm/include/llvm/Support/ |
Program.h | 98 ///< expires, the child is killed and this call returns. If zero,
|
/frameworks/base/core/res/res/layout-land/ |
ssl_certificate.xml | 208 <!-- Expires On: -->
|
/frameworks/ex/common/tests/src/com/android/common/ |
OperationSchedulerTest.java | 213 // If we roll forward until after the re-set moratorium, then it expires.
|
/libcore/luni/src/test/java/libcore/net/http/ |
ParsedHeadersTest.java | 38 headers.add("EXPIRES", "Thu, 01 Jan 1970 00:00:02 UTC");
|
/external/chromium/chrome/browser/net/ |
sqlite_persistent_cookie_store.cc | 186 // We only store persistent, so we know it expires 253 base::Time expires = Time::FromInternalValue(smt.ColumnInt64(5)); local 269 !expires.is_null())); // has_expires
|
url_info.cc | 70 // on average be 2.5 minutes before it expires. We could try to model this with
|
/external/webkit/Source/WebCore/platform/graphics/win/ |
MediaPlayerPrivateQuickTimeWin.cpp | 196 if (cookie.expires) 197 addCookieParam(cookieBuilder, "expires", rfc2616DateStringFromTime(cookie.expires));
|
MediaPlayerPrivateQuickTimeVisualContext.cpp | 283 if (cookie.expires) 284 addCookieParam(cookieBuilder, "expires", rfc2616DateStringFromTime(cookie.expires)); [all...] |
/frameworks/base/docs/html/guide/google/play/licensing/ |
licensing-reference.jd | 277 (cached) license response expires and must be rechecked on the licensing server. See the section 340 expires. </p> 345 application's license validity period expires, this does not mean that the
|
/hardware/ti/wlan/wl1271/TWD/MacServices/Export_Inc/ |
MacServices_api.h | 222 * \brief called when a scan timer expires. Completes the scan and starts a recovery process. 507 * \brief called when a measurement FW guard timer expires. 517 * \brief called when a measurement type timer expires.\n
|
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/ |
__init__.py | 270 """Determine freshness from the Date, Expires and Cache-Control headers. 320 elif response_headers.has_key('expires'): 321 expires = email.Utils.parsedate_tz(response_headers['expires']) 322 if None == expires: 325 freshness_lifetime = max(0, calendar.timegm(expires) - date) [all...] |
/development/tools/emulator/system/camera/ |
EmulatedFakeCameraDevice.cpp | 194 /* Wait till FPS timeout expires, or thread exit message is received. */
|
/external/chromium/base/ |
timer.h | 6 // suggest, OneShotTimer calls you back once after a time delay expires.
|
/external/chromium/chrome/browser/autocomplete/ |
search_provider.h | 172 // Called when timer_ expires.
|
/external/guava/guava/src/com/google/common/collect/ |
ComputingConcurrentHashMap.java | 117 } else if (map.expires() && map.isExpired(e)) {
|
/external/jmdns/src/javax/jmdns/impl/ |
DNSStatefulObject.java | 50 * Blocks the current thread until the event arrives or the timeout expires.
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
Lexer.java | 192 TokenTypes.EXPIRES);
|
/external/valgrind/main/docs/ |
README | 106 Print output: if make expires with an error, cat output.
|
/external/wpa_supplicant_8/src/p2p/ |
p2p_dev_disc.c | 65 * another remain-on-channel if needed once the previous one expires?
|
/frameworks/base/core/java/android/app/ |
Instrumentation.java | 531 * returning the resulting activity or till the timeOut period expires. 532 * If the timeOut expires before the activity is started, return null. 695 * expires. Once the monitor has been hit, it is removed from the activity 697 * returned. If the timeout expires, a null object is returned. [all...] |
/frameworks/base/core/java/android/net/ |
LinkSocket.java | 171 * @throws SocketTimeoutException if the timeout expires
|