OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LIFETIME
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/p2p/base/
relayserver_unittest.cc
27
static const uint32_t
LIFETIME
= 4; // seconds
66
AddLifetimeAttr(req.get(),
LIFETIME
);
234
AddLifetimeAttr(req.get(),
LIFETIME
);
253
EXPECT_EQ(
LIFETIME
, res_lifetime_attr->value());
257
// the
lifetime
should be ignored.
283
EXPECT_EQ(
LIFETIME
, lifetime_attr->value());
500
// Wait twice the
lifetime
to make sure the server has expired the binding.
501
rtc::Thread::Current()->ProcessMessages((
LIFETIME
* 2) * 1000);
/libcore/ojluni/src/main/java/sun/net/www/http/
KeepAliveCache.java
65
static final int
LIFETIME
= 5000;
124
keepAliveTimeout*1000 :
LIFETIME
);
172
Thread.sleep(
LIFETIME
);
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ldap/
LDAPCertStore.java
88
* 30 second default
lifetime
.
134
private final static int
LIFETIME
;
137
"sun.security.certpath.ldap.cache.
lifetime
";
151
LIFETIME
= Integer.parseInt(s); // throws NumberFormatException
153
LIFETIME
= DEFAULT_CACHE_LIFETIME;
206
if (
LIFETIME
== 0) {
208
} else if (
LIFETIME
< 0) {
211
valueCache = Cache.newSoftMemoryCache(DEFAULT_CACHE_SIZE,
LIFETIME
);
[
all
...]
/external/ipsec-tools/src/racoon/
cfparse.h
178
LIFETIME
= 394,
343
#define
LIFETIME
394
Completed in 2369 milliseconds