Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/tests/
DbinderStabilityTest.cpp275 static bool gDestructed; member in MarksStabilityInConstructor
281 gDestructed = true; in ~MarksStabilityInConstructor()
284 bool MarksStabilityInConstructor::gDestructed = false; member in MarksStabilityInConstructor
287 ASSERT_FALSE(MarksStabilityInConstructor::gDestructed); in TEST()
292 ASSERT_FALSE(MarksStabilityInConstructor::gDestructed); in TEST()
295 ASSERT_FALSE(MarksStabilityInConstructor::gDestructed); in TEST()
298 ASSERT_TRUE(MarksStabilityInConstructor::gDestructed); in TEST()