/external/wpa_supplicant_8/src/eap_peer/ |
eap_fast.c | 878 u32 lifetime; local 896 lifetime = WPA_GET_BE32(pos); 900 lifetime, (lifetime - (u32) now.sec) / 86400); [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
config_ssid.h | 353 * wpa_ptk_rekey - Maximum lifetime for PTK in seconds
|
/frameworks/base/core/java/android/pim/ |
ContactsAsyncHelper.java | 112 // note, since the connections are around for the lifetime of the
|
/frameworks/base/core/java/android/webkit/ |
Network.java | 106 // Activities are created and destroyed during the lifetime of
|
/frameworks/base/include/binder/ |
Parcel.h | 112 // valid for the lifetime of the parcel.
|
/frameworks/base/include/utils/ |
AssetManager.h | 119 * the lifetime of an AssetManager if the user updates the device's
|
/frameworks/base/media/libdrm/mobile1/include/objmng/ |
drm_file.h | 64 * This function is called once during the lifetime of an application,
|
/hardware/ti/omap4xxx/domx/omx_core/inc/ |
OMX_TI_Common.h | 108 * lifetime of the component. If pre
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
nis_object.x | 140 * the expected lifetime of this service.
|
/system/core/sdcard/ |
fuse.h | 281 be unique for the fs's lifetime */
|
/system/media/wilhelm/src/itf/ |
IEqualizer.c | 448 // In SL ES 1.0.1, the strings must exist for the lifetime of the engine.
|
/development/scripts/app_engine_server/ |
memcache_zipserve.py | 49 max_age: The maximum client-side cache lifetime 93 MAX_AGE = 600 # max client-side cache lifetime
|
/external/bluetooth/glib/glib/ |
gthread.c | 938 * without intimate knowledge about the lifetime of foreign threads, 943 * Due to thread lifetime checks, this function has an execution complexity
|
/external/chromium/base/ |
task.h | 217 // This traits-class is used by RunnableMethod to manage the lifetime of the 220 // define other lifetime management. For example, if the callee is known to
|
/external/chromium/net/proxy/ |
proxy_service.cc | 170 // valid for the duration of our lifetime. 367 // to be valid throughout our lifetime. [all...] |
/external/clang/include/clang/Sema/ |
Overload.h | 143 /// Objective-C lifetime (for automatic reference counting). 173 /// Objective-C lifetime qualifier.
|
/external/ipsec-tools/src/libipsec/ |
pfkey_dump.c | 404 /* lifetime */ 614 /* lifetime */
|
/external/ipsec-tools/src/racoon/ |
handler.h | 323 u_int32_t lifetime_secs; /* responder lifetime (seconds) */ 324 u_int32_t lifetime_kb; /* responder lifetime (kbytes) */
|
strnames.c | 271 { ISAKMP_NTYPE_NOTIFY_SA_LIFETIME, "NOTIFY-SA-LIFETIME", NULL }, 276 { ISAKMP_NTYPE_RESPONDER_LIFETIME, "RESPONDER-LIFETIME", NULL },
|
/external/llvm/lib/Transforms/Utils/ |
AddrModeMatcher.cpp | 518 // address extends the lifetime of. 526 // lifetime wasn't extended by adding this instruction.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/ |
introspect.h | 404 uint32_t memblock_allocated; /**< Allocated memory blocks during the whole lifetime of the daemon */ 405 uint32_t memblock_allocated_size; /**< Total size of all memory blocks allocated during the whole lifetime of the daemon */
|
/external/srtp/doc/ |
rfc3711.txt | 448 fixed for the lifetime of the context), 485 * <From, To> values, specifying the lifetime for a master key, [all...] |
/external/clang/lib/Sema/ |
SemaObjCProperty.cpp | 36 // Nothing to do if we don't have a lifetime. 42 // Strong properties should have either strong or no lifetime. 57 // We have a lifetime qualifier but no dominating property 609 // In ARC, give the ivar a lifetime qualifier based on its 614 // retain/copy have retaining lifetime. [all...] |
/frameworks/base/docs/html/guide/topics/fundamentals/ |
services.jd | [all...] |
/external/chromium/net/http/ |
http_response_headers.cc | 842 TimeDelta lifetime = local 844 if (lifetime == TimeDelta()) 847 return lifetime <= GetCurrentAge(request_time, response_time, current_time); [all...] |