HomeSort by relevance Sort by last modified time
    Searched full:lifetime (Results 51 - 75 of 819) sorted by null

1 23 4 5 6 7 8 91011>>

  /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
arc-references.mm 9 // Lifetime extension for binding a reference to an rvalue
27 // No lifetime extension when we're binding a reference to an lvalue.
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/
ServerHostKeyVerifier.java 19 * on EVERY key exchange - this can happen several times during the lifetime
  /external/ipsec-tools/src/racoon/samples/
racoon.conf.sample-plainrsa 42 lifetime time 12 hour;
  /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");
  /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
SkPathMeasure.h 20 for the lifetime of the measure object, or until setPath() is called with
28 for the lifetime of the measure object, or until setPath() is called with
  /external/valgrind/main/helgrind/tests/
tc03_re_excl.c 8 thread lifetime segment handling. */
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa_ie.h 33 const u8 *lifetime; member in struct:wpa_eapol_ie_parse
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
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/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/llvm/test/CodeGen/X86/
fast-isel.ll 110 declare void @llvm.lifetime.start(i64, i8* nocapture) nounwind
115 call void @llvm.lifetime.start(i64 -1, i8* %a2) nounwind
  /external/webkit/Source/WebCore/bindings/v8/
DOMDataStore.h 60 // This class doesn't manage the lifetime of the store. The data store
61 // lifetime is managed by subclasses.

Completed in 1561 milliseconds

1 23 4 5 6 7 8 91011>>