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

  /ndk/tests/device/test-stlport_shared-exception/jni/
eh44.cpp 5 static unsigned int iCounter = 0;
12 if (iCounter++ == iMax)
13 throw (const char*)"iCounter";
  /ndk/tests/device/test-stlport_static-exception/jni/
eh44.cpp 5 static unsigned int iCounter = 0;
12 if (iCounter++ == iMax)
13 throw (const char*)"iCounter";

Completed in 75 milliseconds