Searched defs:lifetime (Results 1 - 25 of 70) sorted by relevance

123

/external/ipsec-tools/src/racoon/
H A Dsainfo.h53 time_t lifetime; member in struct:sainfo
H A Dproposal.h60 time_t lifetime; member in struct:saprop
170 * case of lifetime.
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
H A DV8DOMWrapper.h79 inline v8::Handle<v8::Object> V8DOMWrapper::associateObjectWithWrapper(PassRefPtr<T> object, const WrapperTypeInfo* type, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate, WrapperConfiguration::Lifetime lifetime) argument
83 WrapperConfiguration configuration = buildWrapperConfiguration(object.get(), lifetime);
H A DWrapperTypeInfo.h200 if (lifetime == Independent)
205 const Lifetime lifetime; member in struct:WebCore::WrapperConfiguration
208 inline WrapperConfiguration buildWrapperConfiguration(void*, WrapperConfiguration::Lifetime lifetime) argument
210 WrapperConfiguration configuration = {v8DOMObjectClassId, lifetime};
214 inline WrapperConfiguration buildWrapperConfiguration(Node*, WrapperConfiguration::Lifetime lifetime) argument
216 WrapperConfiguration configuration = {v8DOMNodeClassId, lifetime};
/external/apache-harmony/auth/src/test/java/common/org/ietf/jgss/
H A DGSSManagerTest.java100 GSSCredential myCred, int lifetime)
106 public GSSCredential createCredential(GSSName name, int lifetime, argument
113 public GSSCredential createCredential(GSSName name, int lifetime, argument
99 createContext(GSSName peer, Oid mech, GSSCredential myCred, int lifetime) argument
/external/chromium/chrome/browser/net/
H A Dreferrer.cc82 // and least is lifetime (age).
90 int64 lifetime = (kNow - it->second.birth_time()).InMilliseconds(); local
95 if (lifetime <= least_useful_lifetime)
100 least_useful_lifetime = lifetime;
/external/chromium_org/chrome/browser/net/
H A Dreferrer.cc82 // and least is lifetime (age).
90 int64 lifetime = (kNow - it->second.birth_time()).InMilliseconds(); local
95 if (lifetime <= least_useful_lifetime)
100 least_useful_lifetime = lifetime;
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwpa_auth_ie.h27 const u8 *lifetime; member in struct:wpa_eapol_ie_parse
H A Dpeerkey_auth.c153 u32 lifetime; local
164 2 + RSN_SELECTOR_LEN + sizeof(lifetime);
182 lifetime = htonl(43200); /* dot11RSNAConfigSMKLifetime */
184 (u8 *) &lifetime, sizeof(lifetime), NULL, 0);
206 u32 lifetime; local
218 2 + RSN_SELECTOR_LEN + sizeof(lifetime);
239 lifetime = htonl(43200); /* dot11RSNAConfigSMKLifetime */
241 (u8 *) &lifetime, sizeof(lifetime), NUL
[all...]
/external/wpa_supplicant_8/src/ap/
H A Dwpa_auth_ie.h27 const u8 *lifetime; member in struct:wpa_eapol_ie_parse
H A Dpeerkey_auth.c153 u32 lifetime; local
164 2 + RSN_SELECTOR_LEN + sizeof(lifetime);
182 lifetime = htonl(43200); /* dot11RSNAConfigSMKLifetime */
184 (u8 *) &lifetime, sizeof(lifetime), NULL, 0);
206 u32 lifetime; local
218 2 + RSN_SELECTOR_LEN + sizeof(lifetime);
239 lifetime = htonl(43200); /* dot11RSNAConfigSMKLifetime */
241 (u8 *) &lifetime, sizeof(lifetime), NUL
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwpa_auth_ie.h27 const u8 *lifetime; member in struct:wpa_eapol_ie_parse
H A Dpeerkey_auth.c153 u32 lifetime; local
164 2 + RSN_SELECTOR_LEN + sizeof(lifetime);
182 lifetime = htonl(43200); /* dot11RSNAConfigSMKLifetime */
184 (u8 *) &lifetime, sizeof(lifetime), NULL, 0);
206 u32 lifetime; local
218 2 + RSN_SELECTOR_LEN + sizeof(lifetime);
239 lifetime = htonl(43200); /* dot11RSNAConfigSMKLifetime */
241 (u8 *) &lifetime, sizeof(lifetime), NUL
[all...]
/external/chromium_org/remoting/host/
H A Dregister_support_host_request.cc34 const char kSupportIdLifetimeTag[] = "support-id-lifetime";
109 base::TimeDelta* lifetime) {
161 *lifetime = base::TimeDelta::FromSeconds(lifetime_int);
168 base::TimeDelta lifetime; local
169 bool success = ParseResponse(response, &support_id, &lifetime);
170 CallCallback(success, support_id, lifetime);
174 bool success, const std::string& support_id, base::TimeDelta lifetime) {
183 callback.Run(success, support_id, lifetime);
107 ParseResponse(const XmlElement* response, std::string* support_id, base::TimeDelta* lifetime) argument
173 CallCallback( bool success, const std::string& support_id, base::TimeDelta lifetime) argument
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dpeerkey.h26 u32 lifetime; member in struct:wpa_peerkey
H A Dwpa_ie.h29 const u8 *lifetime; member in struct:wpa_eapol_ie_parse
/external/wpa_supplicant_8/src/rsn_supp/
H A Dpeerkey.h26 u32 lifetime; member in struct:wpa_peerkey
H A Dwpa_ie.h29 const u8 *lifetime; member in struct:wpa_eapol_ie_parse
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dpeerkey.h26 u32 lifetime; member in struct:wpa_peerkey
H A Dwpa_ie.h29 const u8 *lifetime; member in struct:wpa_eapol_ie_parse
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Drelayserver.h135 // Called when the timer for checking lifetime times out.
200 const std::string& password, uint32 lifetime);
204 uint32 lifetime() { return lifetime_; } function in class:cricket::RelayServerBinding
214 // used for longer than the lifetime, then we send a signal.
/external/chromium_org/remoting/host/it2me/
H A Dit2me_host.cc431 const base::TimeDelta& lifetime) {
459 observer_, access_code, lifetime));
428 OnReceivedSupportID( bool success, const std::string& support_id, const base::TimeDelta& lifetime) argument
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Drelayserver.h138 // Called when the timer for checking lifetime times out.
203 const std::string& password, uint32 lifetime);
207 uint32 lifetime() { return lifetime_; } function in class:cricket::RelayServerBinding
217 // used for longer than the lifetime, then we send a signal.
/external/openssh/
H A Dssh-add.c80 /* Default lifetime (0 == forever) */
81 static int lifetime = 0; variable
208 if (ssh_add_identity_constrained(ac, private, comment, lifetime,
212 if (lifetime != 0)
214 "Lifetime set to %d seconds\n", lifetime);
245 lifetime, confirm)) {
251 if (lifetime != 0)
252 fprintf(stderr, "Lifetime set to %d seconds\n", lifetime);
273 if (ssh_update_card(ac, add, id, pin, lifetime, confirm)) {
373 fprintf(stderr, " -t life Set lifetime (i
[all...]
/external/oprofile/opjitconv/
H A Djitsymbol.c211 unsigned long long lifetime = 0; local
218 if (candidate == -1 || x > lifetime) {
220 lifetime = x;
311 * with the one indexed by keep_idx. Returns the total lifetime of the symbols
367 * symbol with the maximal lifetime and split/truncate all symbols that overlap
385 "life_end=%lli, lifetime=%lli\n",

Completed in 503 milliseconds

123