/external/libcxx/test/std/utilities/optional/optional.object/optional.object.assign/ |
H A D | nullopt_t.pass.cpp | 44 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 D | emplace.pass.cpp | 116 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 D | assign_value.pass.cpp | 96 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 D | const_optional_U.pass.cpp | 96 assert(T::destroyed == 0); 112 assert(T::destroyed == 0); 127 assert(T::destroyed == 1); 140 assert(T::destroyed == 0);
|
H A D | optional_U.pass.cpp | 100 assert(T::destroyed == 0); 116 assert(T::destroyed == 0); 131 assert(T::destroyed == 1); 144 assert(T::destroyed == 0);
|
/external/skia/tests/ |
H A D | ArenaAllocTest.cpp | 14 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 D | sync_handle_watcher.cc | 44 // 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 D | win32window_unittest.cc | 22 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 D | move.pass.cpp | 83 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 D | copy.pass.cpp | 82 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 D | llvm_linker.mli | 18 if the linking fails. The src module is destroyed. *)
|
/external/vogar/src/vogar/commands/ |
H A D | Command.java | 57 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 D | p10-0x.cpp | 9 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 D | tsan_report.h | 100 bool destroyed; member in struct:__tsan::ReportMutex
|
H A D | tsan_debugging.cc | 129 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 D | interface_ptr_unittest.cc | 484 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 D | archetypes.hpp | 37 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 D | unw_get_accessors.tex | 23 guaranteed to remain valid until address space \Var{as} is destroyed
|
/external/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_malloc_mac.inc | 224 // A no-op -- we will not be destroyed!
|
/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
H A D | pb_buffer_fenced.c | 372 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 D | 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/llvm/bindings/ocaml/executionengine/ |
H A D | llvm_executionengine.mli | 44 engine is not garbage collected and must be destroyed with [dispose ee].
|
/external/mesa3d/docs/ |
H A D | MESA_multithread_makecurrent.spec | 122 As with GLX context destruction previously, the XID is destroyed
|
/external/syslinux/dosutil/ |
H A D | eltorito.asm | 599 ; 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 D | global-handles.cc | 1185 int destroyed = 0; 1192 if (it.node()->state() == Node::FREE) destroyed++; 1200 PrintF(" # free = %d\n", destroyed);
|