HomeSort by relevance Sort by last modified time
    Searched refs:LIFETIME (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
relayserver_unittest.cc 43 static const uint32 LIFETIME = 4; // seconds
88 AddLifetimeAttr(req.get(), LIFETIME);
250 AddLifetimeAttr(req.get(), LIFETIME);
269 EXPECT_EQ(LIFETIME, res_lifetime_attr->value());
273 // the lifetime should be ignored.
299 EXPECT_EQ(LIFETIME, lifetime_attr->value());
515 // Wait twice the lifetime to make sure the server has expired the binding.
516 rtc::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/ui/file_manager/file_manager/common/js/
util.js 616 * Default lifetime.
618 util.AppCache.LIFETIME = 30 * 24 * 60 * 60 * 1000; // 30 days.
643 expire: Date.now() + (opt_lifetime || util.AppCache.LIFETIME)
    [all...]

Completed in 5247 milliseconds