/bionic/libc/kernel/common/linux/ |
timer.h | 29 unsigned long expires; member in struct:timer_list 35 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
|
/development/ndk/platforms/android-3/include/linux/ |
timer.h | 23 unsigned long expires; member in struct:timer_list 31 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
|
/external/chromium/webkit/glue/ |
webcookie.h | 20 const std::string& domain, const std::string& path, double expires, 36 // Cookie expires param if any. 37 double expires; member in struct:webkit_glue::WebCookie
|
/external/chromium_org/content/common/ |
cookie_data.h | 35 // Cookie expires param if any. 36 double expires; member in struct:content::CookieData
|
/external/chromium_org/content/renderer/media/ |
cache_util.cc | 75 Time expires; local 77 Time::FromString(response.httpHeaderField("Expires").utf8().data(), 78 &expires) && 79 date > Time() && expires > Time() && 80 (expires - date) < kMinimumAgeForUsefulness) {
|
/external/chromium_org/third_party/WebKit/public/platform/ |
WebCookie.h | 43 : expires(0) 51 const WebString& path, double expires, bool httpOnly, bool secure, bool session) 56 , expires(expires) 67 double expires; member in struct:blink::WebCookie
|
/external/kernel-headers/original/linux/ |
timer.h | 12 unsigned long expires; member in struct:timer_list 24 .expires = (_expires), \ 61 extern int __mod_timer(struct timer_list *timer, unsigned long expires); 62 extern int mod_timer(struct timer_list *timer, unsigned long expires); 71 * timer interrupt at the ->expires point in the future. The 74 * The timer's ->expires, ->function (and if the handler uses it, ->data) 77 * Timers with an ->expires field in the past will be executed in the next 83 __mod_timer(timer, timer->expires);
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
Expires.java | 34 * Expires SIP Header. 43 public class Expires 52 /** expires field 54 protected int expires; field in class:Expires 58 public Expires() { 71 return buffer.append(expires); 75 * Gets the expires value of the ExpiresHeader. This expires value is 81 * @return the expires value of the ExpiresHeader. 86 return expires; [all...] |
MinExpires.java | 52 /** expires field 54 protected int expires; field in class:MinExpires 67 return Integer.toString(expires); 71 * Gets the expires value of the ExpiresHeader. This expires value is 74 * @return the expires value of the ExpiresHeader. 78 return expires; 82 * Sets the relative expires value of the ExpiresHeader. 83 * The expires value MUST be greater than zero and MUST be 86 * @param expires - the new expires value of this ExpiresHeade [all...] |
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/ |
MinSE.java | 18 * (Created by modifying Expires.java) 36 /** expires field 38 public int expires; field in class:MinSE 51 String retval = Integer.toString(expires); // seems overkill - but Expires did this. 66 * Gets the expires value of the ExpiresHeader. This expires value is 72 * @return the expires value of the ExpiresHeader. 78 return expires; 82 * Sets the relative expires value of the ExpiresHeader [all...] |
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
ExpiresParser.java | 33 * Parser for SIP Expires Parser. Converts from SIP Date to the 64 Expires expires = new Expires(); local 68 lexer.match(TokenTypes.EXPIRES); 76 expires.setExpires(delta); 77 return expires;
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
timer.h | 23 unsigned long expires; member in struct:timer_list 31 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
timer.h | 23 unsigned long expires; member in struct:timer_list 31 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
timer.h | 23 unsigned long expires; member in struct:timer_list 31 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
timer.h | 23 unsigned long expires; member in struct:timer_list 31 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
timer.h | 23 unsigned long expires; member in struct:timer_list 31 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
timer.h | 23 unsigned long expires; member in struct:timer_list 31 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/ |
timer.h | 23 unsigned long expires; member in struct:timer_list 31 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/ |
timer.h | 23 unsigned long expires; member in struct:timer_list 31 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
|
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/ |
timer.h | 23 unsigned long expires; member in struct:timer_list 31 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/ |
timer.h | 23 unsigned long expires; member in struct:timer_list 31 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/ |
timer.h | 23 unsigned long expires; member in struct:timer_list 31 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
|
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/linux/ |
timer.h | 23 unsigned long expires; member in struct:timer_list 31 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
|
/prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/linux/ |
timer.h | 23 unsigned long expires; member in struct:timer_list 31 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
|
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/include/linux/ |
timer.h | 23 unsigned long expires; member in struct:timer_list 31 #define TIMER_INITIALIZER(_function, _expires, _data) { .function = (_function), .expires = (_expires), .data = (_data), .base = &boot_tvec_bases, }
|