Searched refs:destroyed (Results 1 - 25 of 67) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/perl/
H A Dworkqueue-stats.pl32 $cpus[$common_cpu]{$thread_pid}{destroyed}++;
86 printf("%3s %6s %6s\t%-20s\n", "cpu", "created", "destroyed", "name");
91 my $destroyed = $$wqhash{'destroyed'} || 0;
93 if ($created || $destroyed) {
94 printf("%3u %6u %6u\t%-20s\n", $cpu, $created, $destroyed,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddestroyevt.tex7 %is destroyed. Since it is derived from wxCommandEvent, the event propagates up
11 window is destroyed.
13 When a class derived from wxWindow is destroyed its destructor will have
H A Ddcclipper.tex15 class is typically created on the stack so that it is automatically destroyed
61 The clipping region is automatically unset when this object is destroyed.
H A Dtdelwin.tex18 (\helpref{wxCloseEvent::CanVeto}{wxcloseeventcanveto} returns false), the window should always be destroyed, otherwise there is the option to
31 will be destroyed. Call \helpref{wxWindow::Destroy}{wxwindowdestroy} if you want to be
32 certain that the window is destroyed.
52 In other words, by default, the dialog {\it is not destroyed} (it might have been created
114 (\helpref{wxFrame}{wxframe} or \helpref{wxDialog}{wxdialog}), is destroyed. Put
H A Dmetafile.tex56 used for anything, but the wxMetafile object must still be destroyed by
131 application (so it should be destroyed explicitly).
H A Dtapp.tex18 be destroyed for the application to exit, it is advisable to use parent
94 thus destroyed from MyApp destructor. But MyApp object is deleted after
H A Ddocmdipr.tex60 operation, the frame will be destroyed and the application will exit.
H A Ddocprfrm.tex69 operation, the frame will be destroyed and the application will exit.
H A Dpantabv.tex40 view is likely to be destroyed. This will clear the list of windows, without deleting them.
H A Dstrmbfrd.tex33 destroyed or when calling SeekO().
H A Dstrmmem.tex80 If the buffer is created, it will be destroyed at the destruction of the
H A Dstrtotxt.tex73 When a wxStreamToTextRedirector object is destroyed, the redirection is ended
H A Dtreedata.tex5 destroyed automatically by the tree and, as this class has virtual destructor,
H A Dstream.tex62 which the stream buffer belong is destroyed and the newly cloned stream
63 buffer continues to be used, trying to call functions in the (destroyed)
199 after the stream buffer is destroyed or don't use it anymore.
H A Dhttp.tex46 destroyed. The destructor closes the network connection. The next time you will
H A Dmemorydc.tex91 be destroyed safely.
H A Dcmdproc.tex143 destroyed and command operations may still be performed, or the command
H A Dfsfile.tex58 doesn't free the memory when destroyed and thus passing a memory stream
H A Dmembuf.tex16 is destroyed.
H A Dprevwin.tex149 The print preview object will be destroyed by the frame when it closes.
H A Dtcontain.tex23 removed from the list or the list itself is destroyed) or just store the
H A Dtrefcount.tex46 destroyed. As for all other COW-things, this happens transparently to the class users so
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/fractal/
H A Dfractal.cpp135 static bool destroyed = false; local
136 if (destroyed)
141 destroyed = true;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/infiniband/hw/nes/
H A Dnes_verbs.h169 u16 destroyed:1; member in struct:nes_qp
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/fpsp040/
H A Dx_store.S106 | a0 -> destroyed
107 | a1 -> destroyed
178 | a0 -> destroyed
179 | a1 -> destroyed

Completed in 220 milliseconds

123