HomeSort by relevance Sort by last modified time
    Searched full:lifetime (Results 251 - 275 of 1758) sorted by null

<<11121314151617181920>>

  /external/chromium_org/net/android/
network_change_notifier_android.h 22 // The implementation is complicated by the differing lifetime and thread
  /external/chromium_org/net/dns/
single_request_host_resolver.h 25 // |resolver| must remain valid for the lifetime of |this|.
  /external/chromium_org/ppapi/proxy/
interface_proxy.h 57 // dispatcher manages our lifetime.
  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
ElementStyleResources.h 47 // Lifetime: per-element style resolve.
StyleResourceLoader.h 40 // Expects the same lifetime as StyleResolver, because:
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLBuffer.cpp 59 // In WebGL, a buffer is bound to one target in its lifetime
  /external/chromium_org/third_party/WebKit/Source/wtf/
ArrayBufferDeallocationObserver.h 35 // singleton living for the entire process's lifetime.
TemporaryChange.h 39 // shorter lifetime than its scopedVariable, to prevent invalid memory writes
  /external/chromium_org/third_party/WebKit/public/web/
WebHelperPlugin.h 51 // If not 0, the returned pointer is valid for the lifetime of this object.
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCMediaConstraints+Internal.h 36 // Ownership is retained for the lifetime of this object.
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
relayserver.h 138 // Called when the timer for checking lifetime times out.
203 const std::string& password, uint32 lifetime);
207 uint32 lifetime() { return lifetime_; } function in class:cricket::RelayServerBinding
217 // used for longer than the lifetime, then we send a signal.
  /external/chromium_org/third_party/skia/include/core/
SkMallocPixelRef.h 23 * lifetime of the pixel storage buffer, as this pixelref will not try
  /external/chromium_org/ui/views/corewm/
visibility_controller.h 38 // Suspends the animations for visibility changes during the lifetime of an
  /external/clang/test/ARCMT/
cxx-checking.mm 25 // no lifetime.
  /external/clang/test/SemaCXX/
goto.cpp 121 void test(A a) { // expected-note {{jump enters lifetime of block}} FIXME: wierd location
warn-dangling-field.cpp 42 S5 s5 = { 0 }; // ok, lifetime-extended
  /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/llvm/test/Transforms/InstCombine/
malloc-free-delete.ll 27 declare void @llvm.lifetime.start(i64, i8*)
28 declare void @llvm.lifetime.end(i64, i8*)
38 call void @llvm.lifetime.start(i64 10, i8* %a)
39 call void @llvm.lifetime.end(i64 10, i8* %a)
  /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/skia/include/core/
SkMallocPixelRef.h 23 * lifetime of the pixel storage buffer, as this pixelref will not try
  /external/wpa_supplicant_8/src/rsn_supp/
peerkey.h 26 u32 lifetime; member in struct:wpa_peerkey
  /frameworks/base/docs/html/training/scheduling/
index.jd 63 of the lifetime of the application, even if the application is not running and/or the
  /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/chromium_org/android_webview/native/
aw_contents.h 41 // Object lifetime:
43 // 1:1 lifetime and relationship. The exception is the java instance that
47 // its entire lifetime - see Init() and SetPendingWebContentsForPopup() for the
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
owned_widget_gtk2.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

Completed in 1802 milliseconds

<<11121314151617181920>>