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

/external/chromium/net/data/proxy_resolver_v8_unittest/
H A Dside_effects.js1 if (!gCounter) {
3 // gCounter remains dirty.
4 var gCounter = 0;
8 return "PROXY sideffect_" + gCounter++;
/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/gpu/
H A DGrTextStrike.cpp118 static int gCounter; variable
142 // GrPrintf(" GrTextStrike %p %d\n", this, gCounter);
143 gCounter += 1;
155 gCounter -= 1;
156 // GrPrintf("~GrTextStrike %p %d\n", this, gCounter);
175 static int gCounter;
176 if ((++gCounter % 10) == 0) return false;
H A DGrAtlas.cpp44 static int gCounter; variable
59 // GrPrintf(" GrAtlas %p [%d %d] %d\n", this, plotX, plotY, gCounter);
60 gCounter += 1;
70 --gCounter;
71 // GrPrintf("~GrAtlas %p [%d %d] %d\n", this, fPlot.fX, fPlot.fY, gCounter);
/external/skia/legacy/src/core/
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/skia/src/core/
H A DSkPackBits.cpp85 static int gCounter; variable
90 gCounter += 1;
92 if ((gCounter & 0xFF) == 0) {
104 gCounter += 1;
106 if ((gCounter & 0x1FF) == 0) {

Completed in 148 milliseconds