HomeSort by relevance Sort by last modified time
    Searched refs:func_done (Results 1 - 3 of 3) sorted by null

  /ndk/tests/device/test-stlport_shared-exception/jni/
new1_3.cpp 33 int func_done; variable
42 new_done = ctor_done = func_done = dtor_done = delete_done = count = 0;
82 func_done = ++count;
95 CHECK(func_done==3);
101 CHECK(func_done==3);
120 CHECK(func_done==0);
126 CHECK(func_done==0);
145 CHECK(func_done==0);
151 CHECK(func_done==0);
  /ndk/tests/device/test-stlport_static-exception/jni/
new1_3.cpp 33 int func_done; variable
42 new_done = ctor_done = func_done = dtor_done = delete_done = count = 0;
82 func_done = ++count;
95 CHECK(func_done==3);
101 CHECK(func_done==3);
120 CHECK(func_done==0);
126 CHECK(func_done==0);
145 CHECK(func_done==0);
151 CHECK(func_done==0);
  /external/valgrind/main/coregrind/m_demangle/
cplus-dem.c 1413 int func_done = 0; local
    [all...]

Completed in 256 milliseconds