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

12

/external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/
H A Dnullopt_t.pass.cpp44 assert(TT::destroyed == 0);
48 assert(TT::destroyed == 0);
52 assert(TT::destroyed == 0);
56 assert(TT::destroyed == 0);
61 assert(TT::destroyed == 1);
65 assert(TT::destroyed == 1);
H A Demplace.pass.cpp116 assert(T::destroyed == 0);
126 assert(T::destroyed == 1);
136 assert(T::destroyed == 1);
146 assert(T::destroyed == 1);
156 assert(T::destroyed == 1);
166 assert(T::destroyed == 1);
176 assert(T::destroyed == 1);
H A Dassign_value.pass.cpp96 assert(T::destroyed == 0);
108 assert(T::destroyed == 0);
121 assert(T::destroyed == 1);
134 assert(T::destroyed == 1);
147 assert(T::destroyed == 1);
159 assert(T::destroyed == 1);
H A Dconst_optional_U.pass.cpp96 assert(T::destroyed == 0);
112 assert(T::destroyed == 0);
127 assert(T::destroyed == 1);
140 assert(T::destroyed == 0);
H A Doptional_U.pass.cpp100 assert(T::destroyed == 0);
116 assert(T::destroyed == 0);
131 assert(T::destroyed == 1);
144 assert(T::destroyed == 0);
/external/skia/tests/
H A DArenaAllocTest.cpp14 static int created, destroyed; member in namespace:__anon17206
19 ~Foo() { destroyed++; }
33 destroyed++;
53 ~FooRefCnt() { destroyed++; }
69 destroyed = 0;
77 REPORTER_ASSERT(r, destroyed == 0);
87 REPORTER_ASSERT(r, destroyed == 0);
91 REPORTER_ASSERT(r, destroyed == 11);
95 destroyed = 0;
104 REPORTER_ASSERT(r, destroyed
[all...]
/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dsync_handle_watcher.cc44 // This object may be destroyed during the WatchAllHandles() call. So we have
46 auto destroyed = destroyed_; local
47 const bool* should_stop_array[] = {should_stop, &destroyed->data};
50 // This object has been destroyed.
51 if (destroyed->data)
/external/webrtc/webrtc/base/
H A Dwin32window_unittest.cc22 bool destroyed() const { return destroyed_; } function in class:TestWindow
44 EXPECT_FALSE(wnd.destroyed());
53 EXPECT_TRUE(wnd.destroyed());
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/
H A Dmove.pass.cpp83 assert(T::destroyed == 0);
85 assert(T::destroyed == 1);
97 assert(T::destroyed == 0);
100 assert(T::destroyed == 1);
109 assert(T::destroyed == 0);
112 assert(T::destroyed == 1);
123 assert(T::destroyed == 0);
126 assert(T::destroyed == 1);
H A Dcopy.pass.cpp82 assert(T::destroyed == 0);
84 assert(T::destroyed == 1);
96 assert(T::destroyed == 0);
99 assert(T::destroyed == 1);
/external/llvm/bindings/ocaml/linker/
H A Dllvm_linker.mli18 if the linking fails. The src module is destroyed. *)
/external/vogar/src/vogar/commands/
H A DCommand.java57 private volatile boolean destroyed; field in class:Command
132 destroyed = true;
153 * complete normally before the timeout has elapsed, it will be destroyed.
175 if (destroyed) {
179 destroyed = true;
184 log.verbose("received exit value " + exitValue + " from destroyed command " + this);
331 // don't destroy commands that have already been destroyed
333 if (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/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.h100 bool destroyed; member in struct:__tsan::ReportMutex
H A Dtsan_debugging.cc129 int *destroyed, void **trace, uptr trace_size) {
135 *destroyed = mutex->destroyed;
128 __tsan_get_report_mutex(void *report, uptr idx, uptr *mutex_id, void **addr, int *destroyed, void **trace, uptr trace_size) argument
/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dinterface_ptr_unittest.cc484 bool* destroyed,
487 destroyed_(destroyed),
521 bool destroyed = false; local
525 &destroyed, run_loop.QuitClosure()); local
543 EXPECT_FALSE(destroyed);
551 EXPECT_TRUE(destroyed);
558 bool* destroyed,
561 destroyed_(destroyed),
594 bool destroyed = false; local
598 &destroyed, run_loo local
482 StrongMathCalculatorImpl(ScopedMessagePipeHandle handle, bool* error_received, bool* destroyed, const base::Closure& closure) argument
556 WeakMathCalculatorImpl(ScopedMessagePipeHandle handle, bool* error_received, bool* destroyed, const base::Closure& closure) argument
[all...]
/external/libcxx/test/support/
H A Darchetypes.hpp37 static int destroyed; member in struct:ArchetypeBases::TestBase
48 assigned = value_assigned = copy_assigned = move_assigned = destroyed = 0;
87 --alive; ++destroyed; value = -999;
125 template <class D, bool E> int TestBase<D, E>::destroyed = 0; member in class:TestBase
/external/libunwind/doc/
H A Dunw_get_accessors.tex23 guaranteed to remain valid until address space \Var{as} is destroyed
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_malloc_mac.inc224 // A no-op -- we will not be destroyed!
/external/mesa3d/src/gallium/auxiliary/pipebuffer/
H A Dpb_buffer_fenced.c372 boolean destroyed; local
374 destroyed = fenced_buffer_remove_locked(fenced_mgr, fenced_buf);
378 assert(!destroyed);
848 boolean destroyed; local
849 destroyed = fenced_buffer_remove_locked(fenced_mgr, fenced_buf);
850 assert(!destroyed);
/external/swiftshader/third_party/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/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli44 engine is not garbage collected and must be destroyed with [dispose ee].
/external/mesa3d/docs/
H A DMESA_multithread_makecurrent.spec122 As with GLX context destruction previously, the XID is destroyed
/external/syslinux/dosutil/
H A Deltorito.asm599 ; Registers destroyed: None
627 ; Registers destroyed: None
655 ; Registers destroyed: None
682 ; Registers destroyed: None
709 ; Registers destroyed: None
738 ; Registers destroyed: None
/external/v8/src/
H A Dglobal-handles.cc1185 int destroyed = 0;
1192 if (it.node()->state() == Node::FREE) destroyed++;
1200 PrintF(" # free = %d\n", destroyed);

Completed in 3677 milliseconds

12