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

1 2 3 45 6 7 8 91011>>

  /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/skia/include/core/
SkPixelRef.h 103 contents of its pixels will not change for the lifetime of the pixelref.
108 pixels will not change for the lifetime of the pixelref. This state can
203 in the constructor, and cannot change during the lifetime of the object.
  /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/clang/test/CodeGenCXX/
cxx0x-initializer-references.cpp 61 // Ensure lifetime extension.
  /external/llvm/unittests/Support/
IRBuilderTest.cpp 43 TEST_F(IRBuilderTest, Lifetime) {
  /external/mdnsresponder/mDNSShared/
dnsextd.8 34 allows clients to perform DNS Updates with an attached lease lifetime,
  /external/openssh/
sshd_config 28 # Lifetime and size of ephemeral version 1 server key
sshd_config.android 27 # Lifetime and size of ephemeral version 1 server key
  /external/replicaisland/src/com/replica/replicaisland/
ObjectRegistry.java 24 * - The objects managed by the registry have an undefined lifetime. They may become invalid at
  /external/webkit/Source/WebCore/bindings/v8/
StaticDOMDataStore.h 41 // StaticDOMDataStore is a DOMDataStore that manages the lifetime of the store
V8NPUtils.h 47 // object, if the object is an Object. The created NPObject will be tied to the lifetime of the owner.
  /external/webkit/Source/WebCore/dom/
PendingScript.h 43 // lifetime in order to guarantee that the data buffer will not be purged.
  /external/webkit/Source/WebKit/chromium/public/
WebCursorInfo.h 104 // responsible for managing the lifetime of this cursor handle.
  /external/webkit/Source/WebKit/chromium/src/
DeviceOrientationClientProxy.cpp 76 // Our lifetime is bound to the WebViewImpl.

Completed in 1322 milliseconds

1 2 3 45 6 7 8 91011>>