Home
last modified time | relevance | path

Searched refs:destroy_called (Results 1 – 17 of 17) sorted by relevance

/external/adhd/cras/src/tests/
Dsbc_codec_stub.cc17 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()
Dstream_list_unittest.cc48 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/
Ddestroy.pass.cpp58 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/
Ddestroy.pass.cpp58 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/
Dsocket_windows.cc101 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()
Dsocket_windows.h73 bool destroy_called; member
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dsocket_windows.cc102 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()
Dsocket_windows.h77 bool destroy_called; member
/external/libcxx/test/support/
Dallocators.h146 static bool destroy_called; variable
164 destroy_called = true; in destroy()
173 template <class T> bool A3<T>::destroy_called = false;
Dcontrolled_allocators.hpp92 int destroy_called = 0; member
130 ++destroy_called; in countDestroy()
141 destroy_called = 0; in resetConstructDestroy()
Dcontainer_test_types.h283 int destroy_called; variable
/external/llvm-project/libcxx/test/support/
Dallocators.h145 static bool destroy_called; variable
163 destroy_called = true; in destroy()
172 template <class T> bool A3<T>::destroy_called = false;
Dcontrolled_allocators.h91 int destroy_called = 0; member
129 ++destroy_called; in countDestroy()
140 destroy_called = 0; in resetConstructDestroy()
Dcontainer_test_types.h282 int destroy_called; variable
/external/rust/crates/grpcio-sys/grpc/src/core/lib/surface/
Dcall.cc170 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/
Dcall.cc134 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/
Dp2p_transport_channel_unittest.cc4750 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()