HomeSort by relevance Sort by last modified time
    Searched refs:destroyed (Results 1 - 10 of 10) sorted by null

  /bionic/libc/arch-arm/bionic/
_exit_with_stack_teardown.S 42 swi #0 @ the stack is destroyed by this call
48 swi # __NR_munmap @ the stack is destroyed by this call
  /external/v8/src/
global-handles.cc 48 state_ = DESTROYED;
58 if (state_ != DESTROYED) Destroy();
74 state_ = DESTROYED;
84 ASSERT(state_ == DESTROYED);
88 ASSERT(state_ == DESTROYED);
104 ASSERT(state_ != DESTROYED);
118 ASSERT(state_ != DESTROYED);
140 ASSERT(state_ != DESTROYED);
144 ASSERT(state_ != DESTROYED);
164 // Forbid reuse of destroyed nodes as they might be already deallocated
465 int destroyed = 0; local
    [all...]
  /external/bluetooth/glib/gobject/
gsignal.c 204 guint destroyed : 1; member in struct:_SignalNode
797 if (node->destroyed)
798 g_warning (G_STRLOC ": signal \"%s\" of type `%s' already destroyed",
908 if (!node || node->destroyed)
965 if (!node || node->destroyed)
1048 if (!node || node->destroyed ||
    [all...]
  /external/webkit/WebKit/qt/Api/
qwebview.cpp 396 connect(d->page, SIGNAL(destroyed()),
  /external/webkit/WebKitTools/QtLauncher/
main.cpp 168 connect(this, SIGNAL(destroyed()), inspector, SLOT(deleteLater()));
  /external/webkit/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp     [all...]
  /external/zlib/contrib/delphi/
ZLib.pas 67 when the stream is destroyed.
  /external/iproute2/doc/
api-ip6-flowlabels.tex 327 for this time, but it will not be destroyed before user released it explicitly
ip-tunnels.tex 383 destroyed, when mrouted exits.
ip-cref.tex 443 dynamically created and destroyed.
931 client releases it. Otherwise it will be destroyed during
    [all...]

Completed in 174 milliseconds