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

  /external/chromium/net/data/proxy_resolver_v8_unittest/
side_effects.js 1 if (!gCounter) {
3 // gCounter remains dirty.
4 var gCounter = 0;
8 return "PROXY sideffect_" + gCounter++;
  /external/chromium-libpac/test/js-unittest/
side_effects.js 1 if (!gCounter) {
3 // gCounter remains dirty.
4 var gCounter = 0;
8 return "PROXY sideffect_" + gCounter++;
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
side_effects.js 1 if (!gCounter) {
3 // gCounter remains dirty.
4 var gCounter = 0;
8 return "PROXY sideffect_" + gCounter++;
  /external/skia/tests/
TLSTest.cpp 56 static int32_t gCounter;
59 sk_atomic_inc(&gCounter);
64 sk_atomic_dec(&gCounter);
80 REPORTER_ASSERT(reporter, 0 == gCounter);
  /ndk/sources/cxx-stl/gabi++/tests/
test_vector2.cpp 52 int gCounter;
53 CTOR_RETURN_TYPE count_construct ( void *p ) { ++gCounter; CTOR_RETURN(p); }
54 CTOR_RETURN_TYPE count_destruct ( void *p ) { --gCounter; CTOR_RETURN(p); }
test_vector1.cpp 50 int gCounter;
51 CTOR_RETURN_TYPE count_construct ( void *p ) { ++gCounter; CTOR_RETURN(p); }
52 CTOR_RETURN_TYPE count_destruct ( void *p ) { --gCounter; CTOR_RETURN(p); }
133 gCounter = 0;
144 if ( gCounter != 30 ) {
146 fprintf(stderr, " Expected 30, got %d\n", gCounter);
150 gCounter = 0;
159 if ( gCounter != 0 ) {
161 fprintf(stderr, " Expected 0, got %d\n", gCounter);
  /external/chromium_org/third_party/skia/src/core/
SkPackBits.cpp 85 static int gCounter;
90 gCounter += 1;
92 if ((gCounter & 0xFF) == 0) {
104 gCounter += 1;
106 if ((gCounter & 0x1FF) == 0) {
  /external/skia/src/core/
SkPackBits.cpp 85 static int gCounter;
90 gCounter += 1;
92 if ((gCounter & 0xFF) == 0) {
104 gCounter += 1;
106 if ((gCounter & 0x1FF) == 0) {
  /external/chromium_org/third_party/skia/src/gpu/
GrAtlas.cpp 41 static int gCounter;
242 // GrPrintf(" GrPlot %p [%d %d] %d\n", this, alloc->fOffset.fX, alloc->fOffset.fY, gCounter);
243 gCounter += 1;
258 --gCounter;
259 // GrPrintf("~GrPlot %p [%d %d] %d\n", this, plot->fOffset.fX, plot->fOffset.fY, gCounter);
GrTextStrike.cpp 206 static int gCounter;
234 // GrPrintf(" GrTextStrike %p %d\n", this, gCounter);
235 gCounter += 1;
254 gCounter -= 1;
255 // GrPrintf("~GrTextStrike %p %d\n", this, gCounter);
289 static int gCounter;
290 if ((++gCounter % 10) == 0) return false;
  /external/skia/src/gpu/
GrAtlas.cpp 41 static int gCounter;
242 // GrPrintf(" GrPlot %p [%d %d] %d\n", this, alloc->fOffset.fX, alloc->fOffset.fY, gCounter);
243 gCounter += 1;
258 --gCounter;
259 // GrPrintf("~GrPlot %p [%d %d] %d\n", this, plot->fOffset.fX, plot->fOffset.fY, gCounter);
GrTextStrike.cpp 206 static int gCounter;
234 // GrPrintf(" GrTextStrike %p %d\n", this, gCounter);
235 gCounter += 1;
254 gCounter -= 1;
255 // GrPrintf("~GrTextStrike %p %d\n", this, gCounter);
289 static int gCounter;
290 if ((++gCounter % 10) == 0) return false;

Completed in 260 milliseconds