OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LIFETIME
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
relayserver_unittest.cc
42
static const uint32
LIFETIME
= 4; // seconds
82
AddLifetimeAttr(req.get(),
LIFETIME
);
244
AddLifetimeAttr(req.get(),
LIFETIME
);
263
EXPECT_EQ(
LIFETIME
, res_lifetime_attr->value());
267
// the
lifetime
should be ignored.
293
EXPECT_EQ(
LIFETIME
, lifetime_attr->value());
509
// Wait twice the
lifetime
to make sure the server has expired the binding.
510
talk_base::Thread::Current()->ProcessMessages((
LIFETIME
* 2) * 1000);
/external/ipsec-tools/src/racoon/
cfparse.h
178
LIFETIME
= 394,
343
#define
LIFETIME
394
cfparse.y
99
time_t
lifetime
; /* for isakmp/ipsec */
111
time_t
lifetime
; /* for isakmp */
234
%token PFS_GROUP
LIFETIME
LIFETYPE_TIME LIFETYPE_BYTE STRENGTH REMOTEID
1389
|
LIFETIME
LIFETYPE_TIME NUMBER unittype_time
1391
cur_sainfo->
lifetime
= $3 * $4;
1394
|
LIFETIME
LIFETYPE_BYTE NUMBER unittype_byte
1397
yyerror("byte
lifetime
support is deprecated");
[
all
...]
cftoken.l
292
<S_SAINFS>
lifetime
{ YYD; return(
LIFETIME
); }
349
<S_RMTS>
lifetime
{ YYD; return(
LIFETIME
); }
368
<S_RMTP>
lifetime
{ YYD; return(
LIFETIME
); }
/external/chromium_org/chrome/browser/resources/file_manager/common/js/
util.js
808
* Default
lifetime
.
810
util.AppCache.
LIFETIME
= 30 * 24 * 60 * 60 * 1000; // 30 days.
835
expire: Date.now() + (opt_lifetime || util.AppCache.
LIFETIME
)
[
all
...]
Completed in 46 milliseconds