Home
last modified time | relevance | path

Searched refs:gCounter (Results 1 – 6 of 6) sorted by relevance

/external/libcxxabi/test/
Dtest_vector1.pass.cpp41 int gCounter; variable
42 void count_construct ( void *p ) { ++gCounter; } in count_construct()
43 void count_destruct ( void *p ) { --gCounter; } in count_destruct()
114 gCounter = 0; in test_counted()
125 if ( gCounter != 30 ) { in test_counted()
127 std::cerr << " Expected 30, got " << gCounter << std::endl; in test_counted()
131 gCounter = 0; in test_counted()
140 if ( gCounter != 0 ) { in test_counted()
142 std::cerr << " Expected 0, got " << gCounter << std::endl; in test_counted()
Dtest_vector2.pass.cpp42 int gCounter; variable
43 void count_construct ( void *p ) { ++gCounter; } in count_construct()
44 void count_destruct ( void *p ) { --gCounter; } in count_destruct()
/external/chromium-libpac/test/js-unittest/
Dside_effects.js1 if (!gCounter) {
4 var gCounter = 0; variable
8 return "PROXY sideffect_" + gCounter++;
/external/skia/tests/
DTLSTest.cpp55 static int32_t gCounter; variable
58 sk_atomic_inc(&gCounter); in FakeCreateTLS()
63 sk_atomic_dec(&gCounter); in FakeDeleteTLS()
79 REPORTER_ASSERT(reporter, 0 == gCounter); in DEF_TEST()
/external/skia/src/core/
DSkMask.cpp36 static int gCounter; variable
44 SkDebugf("SkMask::AllocImage %d\n", gCounter++); in AllocImage()
55 SkDebugf("SkMask::FreeImage %d\n", --gCounter); in FreeImage()
DSkPackBits.cpp85 static int gCounter; variable
90 gCounter += 1; in register_memset_count()
92 if ((gCounter & 0xFF) == 0) { in register_memset_count()
104 gCounter += 1; in register_memcpy_count()
106 if ((gCounter & 0x1FF) == 0) { in register_memcpy_count()