OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 1199 milliseconds