/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.
|
/frameworks/av/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
|
/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/SemaCXX/ |
goto.cpp | 121 void test(A a) { // expected-note {{jump enters lifetime of block}} FIXME: wierd location
|
/external/clang/test/SemaObjCXX/ |
arc-0x.mm | 14 // Ensure that deduction works with lifetime qualifiers.
|
arc-type-traits.mm | 4 // lifetime-qualified types in ARC.
|
arc-templates.mm | 16 // Instantiation for reference/pointer types that will get lifetime 38 // lifetime qualifiers. 55 // Check substitution into lifetime-qualified dependent types. 257 // Template argument deduction involving lifetime qualifiers and 258 // non-lifetime types.
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
RegisterMapper.java | 26 * is only valid for the lifetime of the method call in which
|
/external/openssh/ |
ssh-agent.1 | 98 Set a default value for the maximum lifetime of identities added to the agent. 99 The lifetime may be specified in seconds or in a time format specified in 101 A lifetime specified for an identity with 104 Without this option the default maximum lifetime is forever.
|
/external/webkit/Source/WebCore/bindings/v8/ |
IsolatedWorld.h | 54 // manage their lifetime.
|
/external/webkit/Source/WebCore/platform/android/ |
GeolocationServiceBridge.h | 39 // the lifetime of the Java object. It is an implementation detail of
|
/external/webkit/Source/WebKit/gtk/tests/ |
testhttpbackend.c | 75 g_test_add_func("/webkit/soupmessage/lifetime", test_soup_message_lifetime);
|
/external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/ |
peerkey.h | 32 u32 lifetime; member in struct:wpa_peerkey
|
/external/wpa_supplicant_8/src/rsn_supp/ |
peerkey.h | 26 u32 lifetime; member in struct:wpa_peerkey
|
/external/chromium/chrome/browser/ui/gtk/ |
owned_widget_gtk.h | 9 // want the GtkWidget's lifetime to match its C++ object's lifetime. Using an 38 // the widget being valid, since it doesn't manage its lifetime. If the widget
|
/external/tcpdump/ |
aodv.h | 87 u_int32_t rrep_life; /* lifetime of this route */ 98 u_int32_t rrep_life; /* lifetime of this route */ 108 u_int32_t rrep_life; /* lifetime of this route */
|
print-icmp.c | 451 u_int lifetime, num, size; local 458 (void)strncpy(cp, " lifetime ", sizeof(buf) - (cp - buf)); 460 lifetime = EXTRACT_16BITS(&ihp->ird_lifetime); 461 if (lifetime < 60) { 463 lifetime); 464 } else if (lifetime < 60 * 60) { 466 lifetime / 60, lifetime % 60); 470 lifetime / 3600, 471 (lifetime % 3600) / 60 [all...] |
/external/ipsec-tools/src/racoon/ |
cfparse.y | 99 time_t lifetime; /* for isakmp/ipsec */ 111 time_t lifetime; /* for isakmp */ 234 %token PFS_GROUP LIFETIME LIFETYPE_TIME LIFETYPE_BYTE STRENGTH REMOTEID 1389 | LIFETIME LIFETYPE_TIME NUMBER unittype_time 1391 cur_sainfo->lifetime = $3 * $4; 1394 | LIFETIME LIFETYPE_BYTE NUMBER unittype_byte 1397 yyerror("byte lifetime support is deprecated"); [all...] |
handler.c | 1020 /* set the lifetime of the retransmission */ 1153 if (sainfo->lifetime < approval->lifetime) { 1155 "Reload: lifetime mismatch\n"); 1178 if (sainfo->lifetime != approval->lifetime || 1186 "Reload: lifetime | pfs mismatch\n"); 1417 if (approval->lifetime > p->lifetime) { 1419 "Reload: lifetime mismatch\n") [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
GameObjectFactory.java | [all...] |