HomeSort by relevance Sort by last modified time
    Searched full:destruction (Results 1 - 25 of 854) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Analysis/
virtualcall.h 21 foo(); // expected-warning{{Call virtual functions during construction or destruction will never go to a more derived class}}
virtualcall.cpp 11 foo(); // expected-warning{{Call pure virtual functions during construction or destruction may leads undefined behaviour}}
18 foo(); // expected-warning{{Call virtual functions during construction or destruction will never go to a more derived class}}
23 virtual void bar() { foo(); } // expected-warning{{Call virtual functions during construction or destruction will never go to a more derived class}}
33 this->foo(); // expected-warning{{Call virtual functions during construction or destruction will never go to a more derived class}}
46 f(foo()); // expected-warning{{Call virtual functions during construction or destruction will never go to a more derived class}}
  /external/skia/include/utils/win/
SkAutoCoInitialize.h 17 * and closes the COM library on destruction.
  /external/libchrome/base/mac/
scoped_mach_port.h 46 // and then removes a reference to the right on destruction. If the reference
53 // construction and then destroys the right on destruction, turning all
60 // destroys the port set on destruction. Destroying a port set does not destroy
scoped_aedesc.h 16 // it will store a NULL descriptor. On destruction, it will dispose of the
scoped_cffiledescriptorref.h 28 // destruction, it will invalidate the file descriptor.
  /external/libchrome/base/
scoped_clear_errno.h 15 // destruction puts the old value back.
  /external/libchrome/base/test/
scoped_locale.h 15 // on destruction.
sequenced_worker_pool_owner.h 25 // Wrapper around SequencedWorkerPool for testing that blocks destruction
56 // SequencedWorkerPool's destruction has been verified.
  /external/libweave/third_party/chromium/base/
scoped_clear_errno.h 15 // destruction puts the old value back.
  /external/libbrillo/brillo/
unittest_utils.h 13 // will be closed on destruction, unless set to -1.
28 // sockets will be closed on destruction, unless set to -1.
  /external/clang/test/CXX/special/class.dtor/
p10-0x.cpp 13 y->~decltype(*y)(); // expected-error{{destructor type 'decltype(*y)' (aka 'const A &') in object destruction expression does not match the type 'const A' of the object being destroyed}}
14 y->~decltype(T())(); // expected-error{{destructor type 'decltype(T())' in object destruction expression does not match the type 'const A' of the object being destroyed}}
21 x->~decltype(*x)(); // expected-error{{destructor type 'decltype(*x)' (aka 'const A &') in object destruction expression does not match the type 'const A' of the object being destroyed}}
23 x->~decltype(B())(); // expected-error{{destructor type 'decltype(B())' (aka 'B') in object destruction expression does not match the type 'const A' of the object being destroyed}}
24 x->~decltype(x)(); // expected-error{{destructor type 'decltype(x)' (aka 'const A *') in object destruction expression does not match the type 'const A' of the object being destroyed}}
  /frameworks/base/libs/hwui/tests/unit/
FatVectorTests.cpp 98 // push 1 into external allocation, verify destruction happens once
102 EXPECT_EQ(0, count) << "Destruction shouldn't have happened yet";
104 EXPECT_EQ(1, count) << "Destruction should happen exactly once";
116 EXPECT_EQ(0, count) << "Destruction shouldn't have happened yet";
118 EXPECT_EQ(10, count) << "Destruction should happen exactly once";
  /external/llvm/include/llvm/Support/
MutexGuard.h 11 // upon construction and released upon destruction.
22 /// hold that lock until destruction. The intention is to instantiate one of
24 /// destruction of the object will always release the Mutex and thus avoid
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRPtrStack.h 26 // Contruction/Destruction
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/particle/
ParticleType.java 26 /** call b2DestructionListener on destruction */
  /external/llvm/test/Other/
2002-03-11-ConstPropCrash.ll 4 ; destruction of PHI nodes, which invalidates the iterator!
  /external/valgrind/drd/tests/
pth_cond_destroy_busy.stderr.exp 2 destruction of condition variable being waited upon: cond 0x........
  /ndk/tests/device/test-stlport_shared-exception/jni/
array5.cpp 5 // Incorrect construction and destruction of multi-dimensional
  /ndk/tests/device/test-stlport_static-exception/jni/
array5.cpp 5 // Incorrect construction and destruction of multi-dimensional
  /system/core/libutils/
Static.cpp 18 // destruction order in the library.
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/callbacks/
DestructionListener.java 42 * to the destruction of one of its attached bodies.
49 * to the destruction of its parent body.
  /external/libchrome/base/threading/
thread_local.h 11 // TLS slot on destruction. No memory management (creation or destruction) is
17 // destruction, so memory management must be handled elsewhere. The first call
  /external/ImageMagick/Magick++/lib/
Thread.cpp 73 throwExceptionExplicit(MagickCore::OptionError,"mutex destruction failed",
79 throwExceptionExplicit(MagickCore::OptionError,"mutex destruction failed");
  /external/ceres-solver/internal/ceres/
wall_time.h 52 // The information is output to VLOG(3) upon destruction. A
54 // destruction.

Completed in 3459 milliseconds

1 2 3 4 5 6 7 8 91011>>