Home
last modified time | relevance | path

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

/ndk/tests/device/test-stlport_static-exception/jni/
Dnew1_3.cpp35 int delete_done; variable
42 new_done = ctor_done = func_done = dtor_done = delete_done = count = 0; in init()
76 delete_done = ++count; in operator delete()
97 CHECK(delete_done==0); in test1()
103 CHECK(delete_done==0); in test1()
122 CHECK(delete_done==0); in test2()
128 CHECK(delete_done==0); in test2()
147 CHECK(delete_done==3); in test3()
153 CHECK(delete_done==0); in test3()
/ndk/tests/device/test-stlport_shared-exception/jni/
Dnew1_3.cpp35 int delete_done; variable
42 new_done = ctor_done = func_done = dtor_done = delete_done = count = 0; in init()
76 delete_done = ++count; in operator delete()
97 CHECK(delete_done==0); in test1()
103 CHECK(delete_done==0); in test1()
122 CHECK(delete_done==0); in test2()
128 CHECK(delete_done==0); in test2()
147 CHECK(delete_done==3); in test3()
153 CHECK(delete_done==0); in test3()