/external/iproute2/man/man8/ |
ip-address.8 | 19 .RI "[ " LIFETIME " ] [ " CONFFLAG-LIST " ]" 69 .IR LIFETIME " := [ " 158 (IPv6 only) the valid lifetime of this address; see section 5.5.4 of 164 (IPv6 only) the preferred lifetime of this address; see section 5.5.4
|
/external/ipsec-tools/src/racoon/samples/ |
racoon.conf.sample-plainrsa | 42 lifetime time 12 hour;
|
/external/llvm/include/llvm/MC/ |
MCCodeEmitter.h | 32 /// Lifetime management
|
/external/llvm/lib/IR/ |
IRBuilder.cpp | 127 "lifetime.start only applies to pointers."); 133 "lifetime.start requires the size to be an i64"); 142 "lifetime.end only applies to pointers."); 148 "lifetime.end requires the size to be an i64");
|
/external/llvm/test/Transforms/Inline/ |
alloca-bonus.ll | 5 declare void @llvm.lifetime.start(i64 %size, i8* nocapture %ptr) 24 call void @llvm.lifetime.start(i64 0, i8* %E) 44 call void @llvm.lifetime.start(i64 0, i8* %E) 149 call void @llvm.lifetime.start(i64 0, i8* %E)
|
/external/openssh/ |
ssh-agent.0 | 38 Set a default value for the maximum lifetime of identities added 39 to the agent. The lifetime may be specified in seconds or in a 40 time format specified in sshd_config(5). A lifetime specified 42 this option the default maximum lifetime is forever.
|
/external/skia/include/core/ |
SkTime.h | 45 // lifetime of this object
|
/external/valgrind/main/helgrind/tests/ |
tc03_re_excl.c | 8 thread lifetime segment handling. */
|
/external/wpa_supplicant_8/src/rsn_supp/ |
wpa_ie.h | 29 const u8 *lifetime; member in struct:wpa_eapol_ie_parse
|
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/ |
BitmapTexture.java | 26 // is valid during the texture's lifetime. When the texture is recycled, it
|
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
BitmapTexture.java | 26 // is valid during the texture's lifetime. When the texture is recycled, it
|
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/ |
BitmapTexture.java | 26 // is valid during the texture's lifetime. When the texture is recycled, it
|
/external/ipsec-tools/src/racoon/ |
TODO | 24 - grab phase 2 lifetime and algorith configuration from sadb_comb payloads in 28 how to guess a reasonable phase 1 SA lifetime 29 (hardcoded default? guess from phase 2 lifetime?) 35 guess how we should negotiate lifetime 80 o for lifetime and key length, something like this should be useful.
|
proposal.h | 60 time_t lifetime; member in struct:saprop 63 int claim; /* flag to send RESPONDER-LIFETIME. */ 153 * Lifetime length selection refered to the section 4.5.4 of RFC2407. It does 169 * AND send RESPONDER-LIFETIME notify message to a initiator in the 170 * case of lifetime.
|
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/particles/ |
ParticlesHelper.java | 162 //reading lifetime
164 float lifetime = ((Number)particleSettings.getFieldValue("lifetime")).floatValue() / fps;
local 166 result.setLowLife(lifetime * (1.0f - randlife));
167 result.setHighLife(lifetime);
|
/external/v8/src/ |
lithium.h | 99 // Lifetime of operand inside the instruction. 100 enum Lifetime { 121 LUnallocated(Policy policy, Lifetime lifetime) : LOperand(UNALLOCATED, 0) { 122 Initialize(policy, 0, lifetime); 140 : public BitField<Lifetime, kLifetimeShift, kLifetimeWidth> { 199 void Initialize(Policy policy, int fixed_index, Lifetime lifetime) { 201 value_ |= LifetimeField::encode(lifetime);
|
/external/clang/test/SemaObjCXX/ |
arc-templates.mm | 18 // Instantiation for reference/pointer types that will get lifetime 40 // lifetime qualifiers. 57 // Check substitution into lifetime-qualified dependent types. 259 // Template argument deduction involving lifetime qualifiers and 260 // non-lifetime types. 273 // More deduction with lifetime qualifiers.
|
/external/chromium/chrome/browser/hang_monitor/ |
hung_window_detector.h | 48 // this pointer will be valid throughout the lifetime of this class. 78 // throughout the lifetime of this class.
|
/external/chromium/chrome/browser/ui/views/extensions/ |
browser_action_overflow_menu_controller.h | 25 // drag and drop, etc). This class manages its own lifetime. 77 // This class manages its own lifetime.
|
/external/chromium/net/base/ |
backoff_entry.h | 45 // Lifetime of policy must enclose lifetime of BackoffEntry. The
|
/external/chromium/net/http/ |
http_auth_handler_ntlm.h | 56 // The caller is responsible for managing the lifetime of |*sspi_library|, 57 // and the lifetime must exceed that of this Factory object and all
|
mock_sspi_library_win.h | 56 // matched by a call to |QuerySecurityPackageInfo()| during the lifetime of 88 // The lifetime of |*package_info| should last at least until the matching
|
/external/chromium_org/chrome/browser/chromeos/app_mode/ |
app_session_lifetime.cc | 17 #include "chrome/browser/lifetime/application_lifetime.h" 118 // Binds the session lifetime with app window counts.
|
/external/chromium_org/chrome/browser/hang_monitor/ |
hung_window_detector.h | 46 // this pointer will be valid throughout the lifetime of this class. 76 // throughout the lifetime of this class.
|
/external/chromium_org/chrome/browser/ui/views/extensions/ |
browser_action_overflow_menu_controller.h | 26 // drag and drop, etc). This class manages its own lifetime. 82 // This class manages its own lifetime.
|