/external/chromium/net/base/ |
network_config_watcher_mac.h | 24 // NOTE: The lifetime of Delegate is expected to exceed the lifetime of
|
/external/ipsec-tools/src/racoon/samples/ |
racoon.conf.sample-gssapi | 19 lifetime time 24 hour; 38 lifetime time 2 hour;
|
racoon.conf.in | 86 lifetime time 1 min; # sec,min,hour 107 lifetime time 30 sec; 116 lifetime time 60 sec;
|
/external/wpa_supplicant_8/src/ap/ |
peerkey_auth.c | 153 u32 lifetime; local 158 * Lifetime KDE) 164 2 + RSN_SELECTOR_LEN + sizeof(lifetime); 181 /* Lifetime */ 182 lifetime = htonl(43200); /* dot11RSNAConfigSMKLifetime */ 184 (u8 *) &lifetime, sizeof(lifetime), NULL, 0); 206 u32 lifetime; local 211 * Lifetime KDE)) 218 2 + RSN_SELECTOR_LEN + sizeof(lifetime); [all...] |
wpa_auth_ie.h | 27 const u8 *lifetime; member in struct:wpa_eapol_ie_parse
|
/external/wpa_supplicant_8/src/rsn_supp/ |
tdls.c | 97 u32 lifetime; member in struct:wpa_tdls_peer 585 * On TPK lifetime expiration, we have an option of either tearing down 593 wpa_printf(MSG_DEBUG, "TDLS: TPK lifetime expired for " MACSTR 597 wpa_printf(MSG_DEBUG, "TDLS: TPK lifetime expired for " MACSTR 1025 /* Lifetime */ 1026 peer->lifetime = TPK_LIFETIME; 1030 "lifetime"); 1031 peer->lifetime = 301; 1035 "lifetime"); 1036 peer->lifetime = 0xffffffff 1075 u32 lifetime; local 1160 u32 lifetime; local 1342 u32 lifetime = 0; local 1660 u32 lifetime = peer->lifetime; local 1696 u32 lifetime; local 1905 u32 lifetime; local 2028 struct wpa_tdls_timeoutie *lifetime = (struct wpa_tdls_timeoutie *) ie; local [all...] |
wpa_ie.h | 29 const u8 *lifetime; member in struct:wpa_eapol_ie_parse
|
/external/ipsec-tools/src/racoon/ |
proposal.c | 214 /* see proposal.h about lifetime/key length and PFS selection. */ 216 /* check time/bytes lifetime and PFS */ 219 newpp->lifetime = pp1->lifetime; 225 if (pp1->lifetime > pp2->lifetime) { 227 "long lifetime proposed: " 229 (int)pp2->lifetime, (int)pp1->lifetime); 239 newpp->lifetime = pp1->lifetime [all...] |
/external/chromium/chrome/browser/ui/gtk/ |
custom_drag.h | 50 // The image for the drag. The lifetime of the image should be managed outside 67 // Creates a new DownloadItemDrag, the lifetime of which is tied to the 87 // Creates a new BookmarkDrag, the lifetime of which is tied to the
|
/external/v8/src/ |
lithium-allocator.h | 62 // This class represents a single point of a LOperand's lifetime. 63 // For each lithium instruction there are exactly two lifetime positions: 64 // the beginning and the end of the instruction. Lifetime positions for 68 // Return the lifetime position that corresponds to the beginning of 74 // Returns a numeric representation of this lifetime position. 79 // Returns the index of the instruction to which this lifetime position 86 // Returns true if this lifetime position corresponds to the instruction 92 // Returns the lifetime position for the start of the instruction which 93 // corresponds to this lifetime position. 99 // Returns the lifetime position for the end of the instruction whic [all...] |
/external/chromium/base/ |
auto_reset.h | 17 // should have a shorter lifetime than the scoped_variable, to prevent
|
message_loop_proxy_impl.h | 17 // and keeps track of its lifetime using the MessageLoop DestructionObserver.
|
/external/chromium/chrome/browser/net/ |
chrome_dns_cert_provenance_checker.h | 26 // point to the main ChromeURLRequestContext, which then causes lifetime
|
ssl_config_service_manager.h | 19 // platform. The lifetime of the PrefService objects must be longer than that
|
/external/chromium/chrome/browser/extensions/ |
extension_devtools_manager.h | 23 // The lifetime of an ExtensionDevToolsBridge object is determined by: 25 // * the lifetime of the inspected tab
|
extension_host_mac.mm | 27 // A RenderWidgetHostViewMac has lifetime scoped to the view. We'll retain it 43 // A RenderWidgetHostViewMac has lifetime scoped to the view. Now that it's
|
/external/chromium/chrome/browser/ui/views/ |
dropdown_bar_host_win.cc | 28 // Don't let WidgetWin manage our lifetime. We want our lifetime to
|
/external/webkit/Source/WebCore/bindings/v8/ |
ScopedDOMDataStore.h | 40 // ScopedDOMDataStore is a DOMDataStore that controls limits the lifetime of 41 // the store to the lifetime of the object itself. In other words, when the
|
/external/openssh/ |
ssh-add.c | 80 /* 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); [all...] |
/external/llvm/test/Analysis/BasicAA/ |
modref.ll | 4 declare void @llvm.lifetime.end(i64, i8* nocapture) 68 store i8 %Y, i8* %P2 ;; Not read by lifetime.end, should be removed. 70 call void @llvm.lifetime.end(i64 1, i8* %P) 83 ; CHECK-NEXT: call void @llvm.lifetime.end 84 call void @llvm.lifetime.end(i64 10, i8* %P)
|
/external/apache-harmony/auth/src/test/java/common/org/ietf/jgss/ |
GSSManagerTest.java | 100 GSSCredential myCred, int lifetime) 106 public GSSCredential createCredential(GSSName name, int lifetime, 113 public GSSCredential createCredential(GSSName name, int lifetime,
|
/external/icu4c/common/ |
locbased.h | 40 * will be aliased for the lifetime of this object. 46 * These will be aliased for the lifetime of this object.
|
/external/webkit/Source/WebCore/bindings/v8/custom/ |
V8CustomXPathNSResolver.h | 47 // given resolver object. So the lifetime of V8CustomXPathNSResolver 48 // must not exceed the lifetime of the passed handle.
|
/external/chromium/chrome/browser/automation/ |
chrome_frame_automation_provider.h | 8 // The entire lifetime of this object should be contained within that of
|
/external/chromium/chrome/browser/chromeos/login/ |
auth_response_handler.h | 32 // the object lifetime.
|