/external/webkit/Source/WebCore/bindings/v8/ |
IsolatedWorld.h | 54 // manage their lifetime.
|
StaticDOMDataStore.h | 41 // StaticDOMDataStore is a DOMDataStore that manages the lifetime of the store
|
/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 | 32 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/skia/include/core/ |
SkPixelRef.h | 82 contents of its pixels will not change for the lifetime of the pixelref. 87 pixels will not change for the lifetime of the pixelref. This state can 173 in the constructor, and cannot change during the lifetime of the object.
|
/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 | 104 time_t lifetime; /* for isakmp */ 240 %token PFS_GROUP LIFETIME LIFETYPE_TIME LIFETYPE_BYTE STRENGTH REMOTEID [all...] |
/external/oprofile/opjitconv/ |
jitsymbol.c | 211 unsigned long long lifetime = 0; local 218 if (candidate == -1 || x > lifetime) { 220 lifetime = x; 311 * with the one indexed by keep_idx. Returns the total lifetime of the symbols 367 * symbol with the maximal lifetime and split/truncate all symbols that overlap 385 "life_end=%lli, lifetime=%lli\n",
|
/external/chromium/chrome/common/ |
libxml_utils.h | 22 // for the duration of the object's lifetime. 47 // exist for the lifetime of this object. Returns false on error. 108 // to report errors into |errors_| for the lifetime of this object.
|
/external/chromium/net/http/ |
http_auth_gssapi_posix_unittest.cc | 56 23, // Lifetime 98 23, // Lifetime 106 23, // Lifetime
|
http_stream_factory.h | 87 // after the lifetime of this callback. The delegate may take a reference 88 // to |auth_controller| if it is needed beyond the lifetime of this 102 // lifetime of this callback.
|
/external/chromium/base/ |
path_service.h | 40 // over the lifetime of the app, so this method should be used with caution.
|
/external/chromium/chrome/browser/rlz/ |
rlz.h | 19 // Its job is to record certain lifetime events in the registry and to send
|
/external/chromium/chrome/browser/safe_browsing/ |
client_side_detection_host.h | 31 // ensuring that it stays valid for the entire lifetime of this object.
|
/external/chromium/chrome/browser/search_engines/ |
search_host_to_urls_map.h | 21 // caller to ensure the right lifetime of them.
|
/external/chromium/chrome/browser/ui/cocoa/importer/ |
import_progress_dialog_cocoa.h | 23 // Lifetime: This object is responsible for deleting itself.
|
/external/chromium/chrome/browser/ui/gtk/extensions/ |
extension_installed_bubble_gtk.h | 32 // ExtensionInstallBubble manages its own lifetime.
|
/external/chromium/chrome/browser/ui/views/extensions/ |
extension_installed_bubble.h | 30 // ExtensionInstallBubble manages its own lifetime.
|
/external/chromium/googleurl/src/ |
url_canon_icu.h | 46 // converter. This converter is NOT owned by this object; the lifetime must
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
relayserver.cc | 375 // Compute the appropriate lifetime for this binding. 376 uint32 lifetime = MAX_LIFETIME; local 380 lifetime = talk_base::_min(lifetime, lifetime_attr->value() * 1000); 382 binding = new RelayServerBinding(this, username, "0", lifetime); 460 res_lifetime_attr->SetValue(int_conn->binding()->lifetime() / 1000); 678 const std::string& password, uint32 lifetime) 680 lifetime_(lifetime) { 755 // If the lifetime timeout has been exceeded, then send a signal.
|
/external/llvm/unittests/Support/ |
IRBuilderTest.cpp | 41 TEST_F(IRBuilderTest, Lifetime) {
|