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

<<11121314151617181920>>

  /external/skia/include/core/
SkPathEffect.h 152 and decremented in the destructor.
183 and decremented in the destructor.
SkStream.h 121 closed in the destructor
128 closed in the destructor.
160 destructor.
  /external/skia/include/gpu/
GrRenderTarget.h 155 // texture's destructor but would have to be done in derived
156 // classes. By the time of texture base destructor it has already
  /external/webkit/Source/WebCore/bridge/jni/jsc/
JavaClassJSC.cpp 64 JavaField* aField = new JavaField(env, aJField); // deleted in the JavaClass destructor
79 JavaMethod* aMethod = new JavaMethodJobject(env, aJMethod); // deleted in the JavaClass destructor
  /external/webkit/Source/WebCore/bridge/jni/v8/
JavaClassJobjectV8.cpp 63 JavaField* aField = new JavaFieldJobject(env, aJField); // deleted in the JavaClass destructor
83 JavaMethod* aMethod = new JavaMethodJobject(env, aJMethod); // deleted in the JavaClass destructor
  /external/webrtc/src/system_wrappers/interface/
scoped_ptr.h 65 // Delete last, in case obj destructor indirectly results in ~scoped_ptr
147 // Delete last, in case arr destructor indirectly results in ~scoped_array
  /frameworks/compile/libbcc/include/bcc/Support/
FileBase.h 77 // True true if we should call unlock() in destructor.
80 // True if file should be deleted in destructor.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
gconv.h 78 /* Constructor and destructor for local data for conversion step. */
100 /* Constructor and destructor for local data for transliteration. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_construct.h 118 * a trivial destructor, the compiler should optimize all of this
134 * destroy() even if _Tp has a trivial destructor.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
gconv.h 78 /* Constructor and destructor for local data for conversion step. */
100 /* Constructor and destructor for local data for transliteration. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
gconv.h 78 /* Constructor and destructor for local data for conversion step. */
100 /* Constructor and destructor for local data for transliteration. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_construct.h 118 * a trivial destructor, the compiler should optimize all of this
134 * destroy() even if _Tp has a trivial destructor.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
stl_construct.h 118 * a trivial destructor, the compiler should optimize all of this
134 * destroy() even if _Tp has a trivial destructor.
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
stl_construct.h 119 * a trivial destructor, the compiler should optimize all of this
135 * destroy() even if _Tp has a trivial destructor.
  /external/chromium/base/memory/
scoped_ptr.h 50 // A scoped_ptr<T> is like a T*, except that the destructor of scoped_ptr<T>
71 // Destructor. If there is a C object, delete it.
156 // with new [] and the destructor deletes objects with delete [].
176 // Destructor. If there is a C object, delete it.
286 // Destructor. If there is a C object, call the Free functor.
  /external/clang/lib/CodeGen/
CGCXXABI.h 190 /// Build the signature of the given destructor variant by adding
220 /// Emit the ABI-specific virtual destructor call.
306 /// Emits the guarded initializer and destructor setup for the given
317 /// Emit code to force the execution of a destructor during global
321 /// \param addr - a pointer to pass to the destructor function.
CGDeclCXX.cpp 161 /// which passes the given address to the given destructor function.
165 // Get the destructor function type, void(*)(void).
192 /// Register a global destructor using the C atexit runtime function.
195 // Create a function which calls the destructor.
348 // Create our global destructor function.
  /external/clang/test/SemaCXX/
new-delete.cpp 212 X11 x11; // expected-note {{implicit default destructor for 'X11' first required here}}
245 delete x; // expected-error {{calling a private destructor}}
395 struct B { B(); A a; }; // expected-error {{field of type 'ArrayNewNeedsDtor::A' has private destructor}}
397 return new B[5]; // expected-note {{implicit default destructor for 'ArrayNewNeedsDtor::B' first required here}}
417 void f(A *x) { delete x; } // expected-warning {{delete called on 'PR10504::A' that is abstract but has non-virtual destructor}}
  /external/icu4c/common/
servloc.h 165 * Destructor.
218 * Destructor.
318 * Destructor.
387 * Destructor
441 * Destructor.
  /external/clang/include/clang/AST/
ExprCXX.h 830 /// Destructor - The destructor that needs to be called.
831 const CXXDestructorDecl *Destructor;
833 CXXTemporary(const CXXDestructorDecl *destructor)
834 : Destructor(destructor) { }
838 const CXXDestructorDecl *Destructor);
840 const CXXDestructorDecl *getDestructor() const { return Destructor; }
842 Destructor = Dtor;
848 /// This ensures the destructor is called for the temporary. It should only b
    [all...]
DeclarationName.h 136 // destructor, or conversion function.
246 /// constructor, destructor, or conversion function), return the
358 /// getCXXDestructorName - Returns the name of a C++ destructor
367 /// of C++ name, e.g., for a constructor, destructor, or conversion
389 // Locations (if any) for the tilde (destructor) or operator keyword
459 /// the name. Assumes it is a constructor, destructor or conversion.
467 /// the name. Assumes it is a constructor, destructor or conversion.
  /frameworks/av/services/camera/libcameraservice/
CameraService.cpp 135 ALOGE("camera %d is still in use in destructor!", i);
339 mBusy is set to false as the last step of the Client destructor,
340 after which it is guaranteed that the Client destructor has finished (
431 // into the service from its destructor (can be at the end of the call)
507 // into the service from its destructor (can be at the end of the call)
565 // destructor won't be called with the lock held.
668 // destructor won't be called with the lock held.
704 // may come in while the previous Client's destructor has not been run or is
706 // but the destructor has not been finished, we should not allow the new Client
912 // last strong reference is gone, but the destructor hasn't finishe
    [all...]
  /external/ceres-solver/include/ceres/
problem.h 131 // destruction. The destructor is careful to delete the pointers
168 // them in another residual block. The destructor takes care to call
256 // parameters; the destructor is careful to delete local
  /external/chromium/chrome/browser/ui/gtk/
gtk_theme_service.h 193 // Split out from FreePlatformCaches so it can be called in our destructor;
194 // FreePlatformCaches() is called from the ThemeService's destructor,
239 // A notification from the GtkChromeButton GObject destructor that we should
  /external/chromium/chrome/common/deprecated/
event_sys-inl.h 32 // Delete the channel ordinarily in Bob's destructor, or whenever you want.
48 // 4. Delete hookup_ in Lisa's destructor, or anytime sooner to stop receiving
107 // The shutdown event gets send in the EventChannel's destructor.

Completed in 1349 milliseconds

<<11121314151617181920>>