/external/ipsec-tools/src/racoon/samples/ |
racoon.conf.in | 86 lifetime time 1 min; # sec,min,hour 107 lifetime time 30 sec; 116 lifetime time 60 sec;
|
racoon.conf.sample-plainrsa | 42 lifetime time 12 hour;
|
/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/clang/test/SemaObjCXX/ |
arc-0x.mm | 14 // Ensure that deduction works with lifetime qualifiers.
|
/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/clang/test/SemaObjC/ |
arc-jump-block.m | 22 dispatch_async((&_dispatch_main_q), ^{ [self pageLeft]; }); // expected-note 3 {{jump enters lifetime of block which strongly captures a variable}} 25 dispatch_async((&_dispatch_main_q), ^{ [self pageRight]; }); // expected-note 2 {{jump enters lifetime of block which strongly captures a variable}}
|
/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/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/skia/gpu/include/ |
GrTemplates.h | 53 * types. Lifetime of the memory is the lifetime of the 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.
|
/frameworks/base/media/libstagefright/ |
WVMExtractor.cpp | 36 /* The extractor lifetime is short - just long enough to get 38 * beyond the lifetime of the extractor. So keep the handle as a global
|
/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.
|
/external/chromium/chrome/browser/printing/cloud_print/ |
cloud_print_setup_handler.h | 15 // completes, but don't have to stick around until the end. Lifetime should be
|
/external/chromium/net/disk_cache/ |
trace.h | 22 // Simple class to handle the trace buffer lifetime. Any object interested in
|
/external/clang/test/CodeGenObjCXX/ |
arc-globals.mm | 3 // Test that we're properly retaining lifetime-qualified pointers
|
/external/llvm/lib/VMCore/ |
IRBuilder.cpp | 123 "lifetime.start only applies to pointers."); 129 "lifetime.start requires the size to be an i64"); 138 "lifetime.end only applies to pointers."); 144 "lifetime.end requires the size to be an i64");
|