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

  /external/stlport/test/unit/
exception_test.cpp 53 bool g_unexpected_called = false; variable
55 g_unexpected_called = true;
94 CPPUNIT_ASSERT( g_unexpected_called );
  /ndk/tests/device/test-gnustl-full/unit/
exception_test.cpp 53 bool g_unexpected_called = false; variable
55 g_unexpected_called = true;
94 CPPUNIT_ASSERT( g_unexpected_called );
  /ndk/tests/device/test-stlport/unit/
exception_test.cpp 53 bool g_unexpected_called = false; variable
55 g_unexpected_called = true;
94 CPPUNIT_ASSERT( g_unexpected_called );

Completed in 62 milliseconds