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

/external/linux-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,
/external/clang/test/CXX/special/class.dtor/
H A Dp10-0x.cpp9 x->~decltype(*x)(); // expected-error{{the type of object expression ('const int') does not match the type being destroyed ('decltype(*x)' (aka 'const int &')) in pseudo-destructor expression}} \
13 y->~decltype(*y)(); // expected-error{{destructor type 'decltype(*y)' (aka 'const A &') in object destruction expression does not match the type 'const A' of the object being destroyed}}
14 y->~decltype(T())(); // expected-error{{destructor type 'decltype(T())' in object destruction expression does not match the type 'const A' of the object being destroyed}}
21 x->~decltype(*x)(); // expected-error{{destructor type 'decltype(*x)' (aka 'const A &') in object destruction expression does not match the type 'const A' of the object being destroyed}}
23 x->~decltype(B())(); // expected-error{{destructor type 'decltype(B())' (aka 'B') in object destruction expression does not match the type 'const A' of the object being destroyed}}
24 x->~decltype(x)(); // expected-error{{destructor type 'decltype(x)' (aka 'const A *') in object destruction expression does not match the type 'const A' of the object being destroyed}}
33 expected-error{{the type of object expression ('int') does not match the type being destroyed ('decltype(intp())' (aka 'int *')) in pseudo-destructor expression}}
34 i.~decltype(intp())(); // expected-error{{the type of object expression ('int') does not match the type being destroyed ('decltype(intp())' (aka 'int *')) in pseudo-destructor expression}}
36 pi.~decltype(int())(); // expected-error{{the type of object expression ('int *') does not match the type being destroyed ('decltype(int())' (aka 'int')) in pseudo-destructor expression}}
38 pi->~decltype(intp())(); // expected-error{{the type of object expression ('int') does not match the type being destroyed ('decltyp
[all...]
/external/kernel-headers/original/linux/
H A Dsync.h84 * @destoryed: set when sync_timeline is destroyed
86 * @child_list_lock: lock protecting @child_list_head, destroyed, and
96 bool destroyed; member in struct:sync_timeline
/external/llvm/bindings/ocaml/executionengine/
H A 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/v8/src/
H A Dglobal-handles.cc640 int destroyed = 0;
647 if (it.node()->state() == Node::FREE) destroyed++;
655 PrintF(" # free = %d\n", destroyed);
/external/bluetooth/glib/gobject/
H A Dgsignal.c204 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 ||
1263 if (!node || node->destroyed)
1539 if (node && !node->destroyed)
1607 node->destroyed = FALSE;
1703 signal_node->destroyed
[all...]
/external/skia/third_party/glu/libtess/
H A DREADME35 These are allocated and destroyed using
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_unittest.cc1043 bool destroyed = false; local
1044 channel->destroyed_ = &destroyed;
1049 EXPECT_FALSE(destroyed);
1052 EXPECT_TRUE(destroyed);
/external/webkit/Source/WebKit/qt/Api/
H A Dqgraphicswebview.cpp536 connect(d->page, SIGNAL(destroyed()),
H A Dqwebview.cpp415 connect(d->page, SIGNAL(destroyed()),
/external/zlib/contrib/delphi/
H A DZLib.pas67 when the stream is destroyed.
/external/webkit/Tools/QtTestBrowser/
H A Dlauncherwindow.cpp79 connect(this, SIGNAL(destroyed()), m_inspector, SLOT(deleteLater()));
/external/iproute2/doc/
H A Dapi-ip6-flowlabels.tex327 for this time, but it will not be destroyed before user released it explicitly
H A Dip-tunnels.tex383 destroyed, when mrouted exits.
H A Dip-cref.tex443 dynamically created and destroyed.
931 client releases it. Otherwise it will be destroyed during
/external/qemu-pc-bios/vgabios/
H A Dclext.c1274 ;; in - al:mode, out - cflag:result, si:table, ax:destroyed
/external/libvpx/examples/includes/geshi/
H A Dgeshi.php4248 // (<ol>s have margins that should be destroyed so all layout is

Completed in 441 milliseconds