/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
|
/external/wpa_supplicant_8/src/ap/ |
wpa_auth_ie.h | 33 const u8 *lifetime; member in struct:wpa_eapol_ie_parse
|
/external/wpa_supplicant_8/src/rsn_supp/ |
wpa_ie.h | 35 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/v8/src/ |
lithium.h | 95 // Lifetime of operand inside the instruction. 96 enum Lifetime { 117 LUnallocated(Policy policy, Lifetime lifetime) : LOperand(UNALLOCATED, 0) { 118 Initialize(policy, 0, lifetime); 136 : 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/clang/test/CodeGenObjCXX/ |
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/skia/include/core/ |
SkPathMeasure.h | 27 for the lifetime of the measure object, or until setPath() is called with 35 for the lifetime of the measure object, or until setPath() is called with
|
SkTime.h | 52 // lifetime of this object
|
/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.
|
/external/webkit/Source/WebCore/platform/win/ |
ContextMenuItemWin.cpp | 75 // done to make the lifetime handling of the returned MENUITEMINFO easier on 77 // about its lifetime) if they need it.
|
/dalvik/dx/src/com/android/dx/ssa/ |
RegisterMapper.java | 26 * is only valid for the lifetime of the method call in which
|
/external/chromium/chrome/browser/ |
browser_main_win.h | 21 // chrome executable's lifetime.
|
plugin_exceptions_table_model.h | 78 // Weak, can be NULL. Our owner should manage its lifetime, see
|
/external/chromium/chrome/browser/net/ |
referrer.cc | 82 // 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/chrome/browser/ui/views/ |
login_view.h | 23 // |model| is observed for the entire lifetime of the LoginView.
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
relayserver.h | 135 // 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/clang/test/SemaObjCXX/ |
arc-type-traits.mm | 4 // lifetime-qualified types in ARC.
|