HomeSort by relevance Sort by last modified time
    Searched full:lifetime (Results 151 - 175 of 729) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/tcpdump/
oakley.h 121 u_int8_t life_t; /* type of duration of lifetime */
  /external/webkit/Source/WebCore/bindings/js/
JSNamedNodeMapCustom.cpp 89 // FIXME: Fix this lifetime issue in the DOM, and remove this.
  /external/webkit/Source/WebCore/html/
AsyncImageResizer.h 48 // becomes in charge of its own lifetime and that of AsyncImageResizer. After the callbacks
  /external/webkit/Source/WebCore/platform/image-decoders/skia/
ImageDecoderSkia.cpp 52 // bitmap throughout this object's lifetime.
  /external/webkit/Source/WebCore/platform/win/
ContextMenuWin.cpp 120 // lifetime handling easier for callers.
  /external/webkit/Source/WebCore/storage/
IDBDatabaseBackendImpl.h 92 // This might not need to be a RefPtr since the factory's lifetime is that of the page group, but it's better to be conservitive than sorry.
  /external/webkit/Source/WebKit/chromium/src/
DragClientImpl.cpp 101 // Our lifetime is bound to the WebViewImpl.
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
ArgumentDecoder.h 53 // The data in the data reference here will only be valid for the lifetime of the ArgumentDecoder object.
  /external/webkit/Source/WebKit2/PluginProcess/mac/
PluginProcessShim.mm 156 // Leak the two observers so that they observe notifications for the lifetime of the process.
  /external/webkit/Tools/DumpRenderTree/chromium/
AccessibilityUIElement.h 125 // Provides simple lifetime management of the AccessibilityUIElement instances:
  /frameworks/base/core/jni/android/graphics/
Movie.cpp 86 // what is the lifetime of the array? Can the skstream hold onto it?
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
system_properties.h 56 ** the lifetime of the system.
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
system_properties.h 56 ** the lifetime of the system.
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
system_properties.h 56 ** the lifetime of the system.
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
system_properties.h 56 ** the lifetime of the system.
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
system_properties.h 56 ** the lifetime of the system.
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
system_properties.h 56 ** the lifetime of the system.
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
system_properties.h 56 ** the lifetime of the system.
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
system_properties.h 56 ** the lifetime of the system.
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
system_properties.h 56 ** the lifetime of the system.
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_fast.c 134 os_time_t lifetime = 0; local
211 "PAC-Key lifetime length %d",
216 lifetime = WPA_GET_BE32(pos + 2);
245 if (os_get_time(&now) < 0 || lifetime <= 0 || now.sec > lifetime) {
247 "(lifetime=%ld now=%ld)", lifetime, now.sec);
257 } else if (lifetime - now.sec < data->pac_key_refresh_time) {
492 /* PAC-Key lifetime in seconds (hard limit) */
498 * seconds (or fewer) of the lifetime remains
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 135 os_time_t lifetime = 0; local
212 "PAC-Key lifetime length %d",
217 lifetime = WPA_GET_BE32(pos + 2);
246 if (os_get_time(&now) < 0 || lifetime <= 0 || now.sec > lifetime) {
248 "(lifetime=%ld now=%ld)", lifetime, now.sec);
258 } else if (lifetime - now.sec < data->pac_key_refresh_time) {
493 /* PAC-Key lifetime in seconds (hard limit) */
499 * seconds (or fewer) of the lifetime remains
    [all...]
  /external/chromium/base/memory/
weak_ptr.h 6 // shared object and you wish for the lifetime of the shared object to not be
7 // bound to the lifetime of the referrers. In other words, this is useful when
  /external/chromium/chrome/browser/download/
download_request_limiter.h 105 // See description above CanDownloadOnIOThread for details on lifetime of
154 // See description above CanDownloadOnIOThread for details on lifetime of
  /external/chromium/chrome/browser/prerender/
prerender_manager.h 53 // Owned by a Profile object for the lifetime of the profile.
186 // manager. The value can change dynamically during the lifetime

Completed in 635 milliseconds

1 2 3 4 5 67 8 91011>>