Home
last modified time | relevance | path

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

/external/adhd/cras/src/tests/
Dstream_list_unittest.cc41 static unsigned int destroy_called; variable
44 destroy_called++; in destroy_rstream_cb()
52 destroy_called = 0; in reset_test_data()
70 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/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/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/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()