/bionic/libc/arch-arm/bionic/ |
_exit_with_stack_teardown.S | 37 swi #0 @ the stack is destroyed by this call 43 swi # __NR_munmap @ the stack is destroyed by this call
|
/frameworks/base/libs/hwui/ |
ResourceCache.h | 41 ResourceReference() { refCount = 0; recycled = false; destroyed = false;} 43 refCount = 0; recycled = false; destroyed = false; resourceType = type; 48 bool destroyed; member in class:android::uirenderer::ResourceReference
|
ResourceCache.cpp | 34 LOGD(" ResourceCache: mCache(%d): refCount, recycled, destroyed, type = %d, %d, %d, %d", 35 i, ref->refCount, ref->recycled, ref->destroyed, ref->resourceType); 141 ref->destroyed = true; 158 ref->destroyed = true; 172 ref->destroyed = true; 186 ref->destroyed = true; 200 if (ref->destroyed) {
|
/external/webkit/LayoutTests/storage/ |
multiple-databases-garbage-collection.js | 27 persistentDB = openDatabaseWithSuffix("MultipleDatabasesTest1", "1.0", "Test one out of a set of databases being destroyed (1)", 32768); 28 forgottenDB = openDatabaseWithSuffix("MultipleDatabasesTest2", "1.0", "Test one out of a set of databases being destroyed (2)", 32768);
|
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/ |
window-close-crash.js | 2 "when the GeolocationController is destroyed.<br>" +
|
/development/ndk/sources/android/native_app_glue/ |
android_native_app_glue.h | 161 // destroyed and waiting for the app thread to complete. 180 int destroyed; member in struct:android_app 308 * Command from main thread: the app's activity is being destroyed,
|
android_native_app_glue.c | 173 android_app->destroyed = 1; 316 while (!android_app->destroyed) {
|
/external/webkit/LayoutTests/fast/dom/Attr/script-tests/ |
access-after-element-destruction.js | 1 description("Tests that accessing Attr after its Element has been destroyed works without crashing.");
|
/external/v8/src/ |
global-handles.cc | 57 state_ = DESTROYED; 67 if (state_ != DESTROYED) Destroy(Isolate::Current()->global_handles()); 83 state_ = DESTROYED; 93 ASSERT(state_ == DESTROYED); 97 ASSERT(state_ == DESTROYED); 115 ASSERT(state_ != DESTROYED); 130 ASSERT(state_ != DESTROYED); 151 return state_ != DESTROYED && state_ != NEAR_DEATH; 160 ASSERT(state_ != DESTROYED); 164 ASSERT(state_ != DESTROYED); 525 int destroyed = 0; local [all...] |
/external/llvm/bindings/ocaml/executionengine/ |
llvm_executionengine.mli | 92 is not garbage collected and must be destroyed with [dispose ee]. 98 execution engine is not garbage collected and must be destroyed with 106 engine is not garbage collected and must be destroyed with [dispose ee].
|
/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/protobuf/src/google/protobuf/compiler/cpp/ |
cpp_unittest.cc | 1043 bool destroyed = false; local [all...] |
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/ |
sync.h | 329 Bool destroyed; /* True if counter was destroyed */ member in struct:__anon20388
|
syncstr.h | 343 BOOL destroyed; member in struct:_xSyncCounterNotifyEvent
|
/external/webkit/Source/WebKit/qt/Api/ |
qgraphicswebview.cpp | 536 connect(d->page, SIGNAL(destroyed()),
|
qwebview.cpp | 415 connect(d->page, SIGNAL(destroyed()), [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...] |
/external/webkit/Tools/QtTestBrowser/ |
launcherwindow.cpp | 79 connect(this, SIGNAL(destroyed()), m_inspector, SLOT(deleteLater())); [all...] |
/external/qemu-pc-bios/vgabios/ |
clext.c | 1274 ;; in - al:mode, out - cflag:result, si:table, ax:destroyed
|