HomeSort by relevance Sort by last modified time
    Searched full:destructor (Results 901 - 925 of 2255) sorted by null

<<31323334353637383940>>

  /external/chromium/base/
mach_ipc_mac.mm 208 // ReceivePort destructor.
235 // port and deallocate it in our destructor.
  /external/chromium/chrome/browser/download/
download_item.h 149 // exit (DownloadManager destructor) from user interface initiated cancels
151 // require AddRef'ing the DownloadManager in the destructor which results in
  /external/chromium/chrome/browser/extensions/
crx_installer.cc 125 // destructor might be called on any thread, so we post a task to the file
416 // should go to zero and we die. The destructor will clean up the temp dir.
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_host.cc 154 // The destructor can be called either from the UI or the IO thread.
246 friend class DeleteTask<CsdClient>; // Calls the private destructor.
  /external/chromium/sdch/open-vcdiff/src/
addrcache.cc 62 // will never fail. Other methods (except the destructor) cannot be invoked
68 // No other method except the destructor may be invoked if this function
  /external/clang/lib/CodeGen/
CGException.cpp 463 // The address of the destructor. If the exception type has a
464 // trivial destructor (or isn't a record), we just pass null.
893 /// type does not have a destructor. In particular:
895 /// assume that the thrown exception might have a destructor.
901 /// exception type might have a throwing destructor, even if the
902 /// caught type's destructor is trivial or nothrow.
    [all...]
  /external/clang/test/CodeGenCXX/
arm.cpp 341 // FIXME: Here we register a global destructor that
342 // unconditionally calls the destructor. That's what we've always
  /external/clang/www/analyzer/
potential_checkers.html 211 It is dangerous to let an exception leave a destructor. Using try..catch will
224 Calls to functions inside a destructor that are known to throw exceptions is
435 storage location when the implicit or explicit destructor call takes place
509 Undefined behavior: the destructor is invoked for an object whose lifetime
606 after destructor ends execution<br>
608 destructor is referred after destructor ends execution
687 object in the handler for a function-try-block of a constructor or destructor
    [all...]
  /external/icu4c/i18n/unicode/
coleitr.h 133 // CollationElementIterator public constructor/destructor -------------------
144 * Destructor
tznames.h 119 * Destructor.
275 * Destructor.
  /external/icu4c/layout/
LEGlyphStorage.h 124 * The destructor. This will deallocate all of the arrays.
512 * by the destructor)
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
config.cpp 358 ** Description: class destructor
609 ** Description: class destructor
  /external/libnfc-nci/src/adaptation/
config.cpp 358 ** Description: class destructor
609 ** Description: class destructor
  /external/llvm/lib/Analysis/
PathNumbering.cpp 472 // necessary. The destructor of BallLarusDag will call free on each
480 // necessary. The destructor of BallLarusDag will call free on each
  /external/llvm/unittests/ADT/
SmallVectorTest.cpp 25 /// destructor calls.
227 // The extra constructor/destructor calls come from the temporary object used
  /external/open-vcdiff/src/
addrcache.cc 62 // will never fail. Other methods (except the destructor) cannot be invoked
68 // No other method except the destructor may be invoked if this function
  /external/stlport/stlport/stl/
_threads.h 405 // Locking class. The constructor initializes the lock, the destructor destroys it.
418 // a reference to an _STLP_STATIC_MUTEX, and acquires a lock. The destructor
  /frameworks/av/services/audioflinger/
AudioFlinger.h 423 // for use from destructor
587 // for use from destructor
Tracks.cpp 182 // Client destructor must run with AudioFlinger mutex locked
184 // If the client's reference count drops to zero, the associated destructor
397 ALOGV("PlaybackThread::Track destructor");
404 // destructor is called. As the destructor needs to lock mLock,
406 // here so that the destructor is called only when exiting this function.
408 // TrackHandle destructor, the TrackHandle still holds a strong ref on
    [all...]
  /frameworks/wilhelm/src/android/
android_StreamPlayer.cpp 35 // sp<StreamPlayer> would cause StreamPlayer's destructor to run during it's own
38 // destructor to run from inside it's own constructor.
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_threads.h 405 // Locking class. The constructor initializes the lock, the destructor destroys it.
418 // a reference to an _STLP_STATIC_MUTEX, and acquires a lock. The destructor
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
basic_ios.h 253 // Constructor/destructor:
268 * The destructor does nothing. More specifically, it does not
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
libc-lock.h 448 #define __libc_key_create(KEY, DESTRUCTOR) \
449 __libc_ptf_call (__pthread_key_create, (KEY, DESTRUCTOR), 1)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
basic_ios.h 255 // Constructor/destructor:
270 * The destructor does nothing. More specifically, it does not
unique_ptr.h 168 // Destructor.
312 // Destructor.

Completed in 474 milliseconds

<<31323334353637383940>>