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

1 2 3 4 5 6 78 91011>>

  /external/jemalloc/test/unit/
rb.c 224 assert_u_gt(*nnodes, 0, "Destruction removed too many nodes");
333 "Destruction terminated early");
  /external/libchrome/base/memory/
scoped_vector_unittest.cc 17 // The LifeCycleObject notifies its Observer upon construction & destruction.
63 // construction & destruction. Since we also may be testing assumptions about
  /external/libchrome/base/strings/
string16.h 147 // as assignment or destruction is performed on a string, causing its existing
158 // are passed across a library boundary for alteration or destruction, memory
  /external/libchrome/base/synchronization/
waitable_event.h 74 // WaitableEvent to synchronise its own destruction, like this:
86 // TimedWait can synchronise its own destruction like |Wait|.
  /external/libchrome/base/threading/
thread_unittest.cc 101 // Task that adds a destruction observer to the current message loop.
255 // Make sure that the destruction sequence is:
  /external/libnfc-nci/halimpl/pn54x/utils/
phNxpNciHal_utils.c 58 ** Description List destruction
73 NXPLOG_NCIHAL_E("Mutex destruction failed (errno=0x%08x)", errno);
  /external/valgrind/drd/tests/
bar_bad_xml.stderr.exp 162 <what>Destruction of a barrier with active waiters: barrier 0x........</what>
236 <what>Destruction of barrier that is being waited upon: barrier 0x........</what>
  /external/webrtc/webrtc/system_wrappers/source/
scoped_vector_unittest.cc 21 // The LifeCycleObject notifies its Observer upon construction & destruction.
62 // construction & destruction. Since we also may be testing assumptions about
  /system/connectivity/shill/cellular/
modem_unittest.cc 165 // Add expectations for the eventual |modem_| destruction.
247 // Add expectations for the eventual |modem_| destruction.
  /packages/apps/Bluetooth/src/com/android/bluetooth/sdp/
SdpManager.java 521 * creation/destruction of BluetoothSockets, hence SDP record cleanup
551 * creation/destruction of BluetoothSockets, hence SDP record cleanup
582 * creation/destruction of BluetoothSockets, hence SDP record cleanup
611 * creation/destruction of BluetoothSockets, hence SDP record cleanup
635 * creation/destruction of BluetoothSockets, hence SDP record cleanup
  /external/libbrillo/brillo/glib/
object.h 26 // on destruction.
308 // \brief ScopedError holds a ::GError* and deletes it on destruction.
320 // segment containing the elements on destruction.
  /external/llvm/include/llvm/IR/
ValueHandle.h 295 // unnecessarily careful w.r.t. destruction.
337 /// \brief Value handle with callbacks on RAUW and destruction.
363 /// \brief Callback for Value destruction.
  /external/mesa3d/src/glx/apple/
apple_glx_context.c 61 * This should be locked on creation and destruction of the
384 * destruction. The problem is that the surface gets destroyed in
386 * we then lose the surface contents. Wait for destruction of a
  /external/valgrind/drd/
drd_barrier.c 162 "Destruction of barrier that is being waited"
320 "Destruction of a barrier with active waiters",
537 "Destruction of barrier not synchronized with"
  /frameworks/base/services/core/java/com/android/server/wm/
AppWindowAnimator.java 84 // This flag indicates that the destruction of the thumbnail surface is synchronized with
85 // another animation, so defer the destruction of this thumbnail surface for a single frame
318 // We are deferring the thumbnail destruction, so extend the animation for one more
  /art/runtime/base/unix_file/
fd_file.cc 59 LOG(::art::ERROR) << "File " << file_path_ << " wasn't explicitly flushed before destruction.";
62 LOG(::art::ERROR) << "File " << file_path_ << " wasn't explicitly closed before destruction.";
  /external/clang/docs/
MemorySanitizer.rst 153 Use-after-destruction detection
156 You can enable experimental use-after-destruction detection in MemorySanitizer.
  /external/clang/test/CodeGenCXX/
partial-destruction.cpp 3 // Test IR generation for partial destruction of aggregates.
149 // Partial destruction landing pad.
  /external/clang/test/SemaCXX/
destructor.cpp 381 b.~A(); // expected-error{{destructor type 'PR7900::A' in object destruction expression does not match the type 'PR7900::B' of the object being destroyed}}
382 (&b)->~A(); // expected-error{{destructor type 'PR7900::A' in object destruction expression does not match the type 'PR7900::B' of the object being destroyed}}
  /external/deqp/modules/egl/
teglGLES2SharingTests.cpp     [all...]
  /external/libbrillo/brillo/
process.h 23 // process by pid or pid file, and kill the process. Upon destruction
149 // Releases the process so that on destruction, the process is not killed.
  /external/libchrome/base/task/
cancelable_task_tracker_unittest.cc 54 // before destruction.
73 // Returns a closure that fails on destruction if it hasn't been run.
  /external/ltrace/
prototype.h 114 * value on failure. NAME is owned and released on PLIB destruction
121 * value on failure. NAME is owned and released on PLIB destruction
  /external/pdfium/build/
standalone.gypi 256 # C4611: interaction between 'function' and C++ object destruction is
263 # object destruction happens in such cases).
  /system/tpm/attestation/server/
attestation_service.h 62 // process a task after destruction). Weak pointers are used to post replies
283 // Other than initialization and destruction, these are used only by the

Completed in 1511 milliseconds

1 2 3 4 5 6 78 91011>>