Searched defs:gCounter (Results 1 - 5 of 5) sorted by relevance

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

Completed in 130 milliseconds