Home
last modified time | relevance | path

Searched refs:destroyed (Results 1 – 25 of 110) sorted by relevance

12345

/external/valgrind/main/docs/internals/
Dtm-mutexstates.dot14 free -> dead [ label="destroyed" ];
21 locked -> dead [ style=dotted, label="destroyed\nwhile locked" ];
/external/webkit/LayoutTests/http/tests/appcache/
Ddestroyed-frame-expected.txt1 Test for bug 33813: Crash when using DOMApplicationCache from a destroyed frame.
/external/webkit/LayoutTests/fast/encoding/GBK/
Dclose-gbk-converter-expected.txt1 …rms a sequence of actions that result in a GBK converter with substitution enabled being destroyed.
/external/webkit/LayoutTests/fast/dom/Geolocation/
Dwindow-close-crash-expected.txt2 when the GeolocationController is destroyed.
/external/webkit/LayoutTests/fast/dom/Attr/
Daccess-after-element-destruction-expected.txt1 Tests that accessing Attr after its Element has been destroyed works without crashing.
/external/webkit/Source/WebKit/win/Interfaces/
DIWebDesktopNotificationsDelegate.idl94 @abstract Notify the presenter that the object has been destroyed. The
96 @param notification The Notification that was destroyed.
/external/v8/src/
Dglobal-handles.cc525 int destroyed = 0; in PrintStats() local
532 if (current->state_ == Node::DESTROYED) destroyed++; in PrintStats()
540 PrintF(" # destroyed = %d\n", destroyed); in PrintStats()
/external/webkit/Source/WebCore/bridge/objc/
Dobjc_class.mm131 …Method = new ObjcMethod(thisClass, objcMethodSelector); // deleted when the dictionary is destroyed
184 … aField = new ObjcField((CFStringRef)keyName); // deleted when the dictionary is destroyed
224 … aField = new ObjcField(objcIVar); // deleted when the dictionary is destroyed
/external/llvm/bindings/ocaml/executionengine/
Dllvm_executionengine.mli92 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/webkit/LayoutTests/fast/leaks/
D003.html-disabled49 // the frame was not destroyed; the frame destruction did not trigger GC; or
/external/chromium/chrome/browser/ui/cocoa/
Dview_id_util.mm61 // As tabs can be created, destroyed or rearranged dynamically, we handle them
Dhtml_dialog_window_controller_unittest.mm71 // destroyed before delegate_, so we specify our own autorelease pool.
Djs_modal_dialog_cocoa.mm84 // JavaScriptAppModalDialog knows that the TabContents was destroyed.
/external/bluetooth/glib/gobject/
Dgsignal.c204 guint destroyed : 1; member
797 if (node->destroyed) in _g_signals_destroy()
908 if (!node || node->destroyed) in g_signal_add_emission_hook()
965 if (!node || node->destroyed) in g_signal_remove_emission_hook()
1048 if (!node || node->destroyed || in g_signal_parse_name()
1263 if (!node || node->destroyed) in g_signal_query()
1539 if (node && !node->destroyed) in g_signal_newv()
1607 node->destroyed = FALSE; in g_signal_newv()
1703 signal_node->destroyed = TRUE; in signal_destroy_R()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_unittest.cc1043 bool destroyed = false; in TEST_F() local
1044 channel->destroyed_ = &destroyed; in TEST_F()
1049 EXPECT_FALSE(destroyed); in TEST_F()
1052 EXPECT_TRUE(destroyed); in TEST_F()
/external/mesa3d/docs/
DREADME.CYGWIN220 X window has been destroyed in order to free the ancillary buffers.
222 The best it can do is to check for recently destroyed windows whenever
228 just before an X window is destroyed. For example:
DREADME.WINDML87 5. Before the UGL is destroyed, call MesaDestroyContext().
DRELNOTES-3.164 If your top-level Makefile get's overwritten/destroyed you can restore
/external/dnsmasq/contrib/wrt/
DREADME55 only when a lease is created or destroyed; without it, a write occurs
/external/chromium/chrome/browser/ui/cocoa/download/
Ddownload_started_animation_mac.mm61 // Runs when a tab is hidden or destroyed. Let our owner know we should end
/external/chromium/chrome/browser/ui/cocoa/notifications/
Dballoon_controller.mm167 // will be destroyed while user select a menu command.
/external/dnsmasq/contrib/lease-access/
Dlease.access.patch564 Whenever a new DHCP lease is created, or an old one destroyed, the
570 been destroyed, "old" is a notification of an existing lease when
/external/webkit/Source/WebCore/platform/graphics/chromium/
DCrossProcessFontLoading.mm159 // Make sure the CGFont is destroyed before its font container.
/external/webkit/Source/WebKit/mac/Plugins/
DWebPluginController.mm379 LOG_ERROR("could not load URL %@ because plug-in has already been destroyed", request);
540 // instance is destroyed before the TSUpdateCheck instance as the TSUpdateCheck instance will be le…
/external/chromium/chrome/browser/ui/cocoa/location_bar/
Dpage_action_decoration.mm133 // destroyed again and new ones recreated (causing an infinite loop).

12345