/external/adhd/cras/src/tests/ |
D | sbc_codec_stub.cc | 17 static int destroy_called; variable 38 destroy_called = 0; in sbc_codec_stub_reset() 93 return destroy_called; in get_sbc_codec_destroy_called() 164 destroy_called++; in cras_sbc_codec_destroy()
|
D | stream_list_unittest.cc | 48 static unsigned int destroy_called; variable 51 destroy_called++; in destroy_rstream_cb() 60 destroy_called = 0; in reset_test_data() 82 EXPECT_EQ(1, destroy_called); in TEST()
|
/external/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/ |
D | destroy.pass.cpp | 58 assert(!A3<S>::destroy_called); in main() 62 assert(!A3<S>::destroy_called); in main() 66 assert(A3<S>::destroy_called); in main()
|
/external/llvm-project/libcxx/test/std/utilities/allocator.adaptor/allocator.adaptor.members/ |
D | destroy.pass.cpp | 58 assert(!A3<S>::destroy_called); in main() 62 assert(!A3<S>::destroy_called); in main() 66 assert(A3<S>::destroy_called); in main()
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | socket_windows.cc | 101 return winsocket->destroy_called == true && in check_destroyable() 108 GPR_ASSERT(!winsocket->destroy_called); in grpc_winsocket_destroy() 109 winsocket->destroy_called = true; in grpc_winsocket_destroy()
|
D | socket_windows.h | 73 bool destroy_called; member
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | socket_windows.cc | 102 return winsocket->destroy_called == true && in check_destroyable() 109 GPR_ASSERT(!winsocket->destroy_called); in grpc_winsocket_destroy() 110 winsocket->destroy_called = true; in grpc_winsocket_destroy()
|
D | socket_windows.h | 77 bool destroy_called; member
|
/external/libcxx/test/support/ |
D | allocators.h | 146 static bool destroy_called; variable 164 destroy_called = true; in destroy() 173 template <class T> bool A3<T>::destroy_called = false;
|
D | controlled_allocators.hpp | 92 int destroy_called = 0; member 130 ++destroy_called; in countDestroy() 141 destroy_called = 0; in resetConstructDestroy()
|
D | container_test_types.h | 283 int destroy_called; variable
|
/external/llvm-project/libcxx/test/support/ |
D | allocators.h | 145 static bool destroy_called; variable 163 destroy_called = true; in destroy() 172 template <class T> bool A3<T>::destroy_called = false;
|
D | controlled_allocators.h | 91 int destroy_called = 0; member 129 ++destroy_called; in countDestroy() 140 destroy_called = 0; in resetConstructDestroy()
|
D | container_test_types.h | 282 int destroy_called; variable
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/ |
D | call.cc | 170 bool destroy_called = false; member 603 GPR_ASSERT(!c->destroy_called); in grpc_call_unref() 604 c->destroy_called = true; in grpc_call_unref()
|
/external/grpc-grpc/src/core/lib/surface/ |
D | call.cc | 134 bool destroy_called; member 563 GPR_ASSERT(!c->destroy_called); in grpc_call_unref() 564 c->destroy_called = 1; in grpc_call_unref()
|
/external/webrtc/p2p/base/ |
D | p2p_transport_channel_unittest.cc | 4750 bool destroy_called = false; in TEST() local 4752 .WillOnce(Assign(&destroy_called, true)); in TEST() 4768 WAIT(destroy_called, kShortTimeout); in TEST() 4829 bool destroy_called = false; in TEST_F() local 4831 .WillOnce(Assign(&destroy_called, true)); in TEST_F() 4839 WAIT(destroy_called, kShortTimeout); in TEST_F()
|