Home
last modified time | relevance | path

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

/ndk/tests/device/test-stlport_shared-exception/jni/
Dnew1_3.cpp33 int func_done; variable
42 new_done = ctor_done = func_done = dtor_done = delete_done = count = 0; in init()
82 func_done = ++count; in func()
95 CHECK(func_done==3); in test1()
101 CHECK(func_done==3); in test1()
120 CHECK(func_done==0); in test2()
126 CHECK(func_done==0); in test2()
145 CHECK(func_done==0); in test3()
151 CHECK(func_done==0); in test3()
/ndk/tests/device/test-stlport_static-exception/jni/
Dnew1_3.cpp33 int func_done; variable
42 new_done = ctor_done = func_done = dtor_done = delete_done = count = 0; in init()
82 func_done = ++count; in func()
95 CHECK(func_done==3); in test1()
101 CHECK(func_done==3); in test1()
120 CHECK(func_done==0); in test2()
126 CHECK(func_done==0); in test2()
145 CHECK(func_done==0); in test3()
151 CHECK(func_done==0); in test3()