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

  /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/skia/tests/
TLSTest.cpp 55 static int32_t gCounter;
58 sk_atomic_inc(&gCounter);
63 sk_atomic_dec(&gCounter);
79 REPORTER_ASSERT(reporter, 0 == gCounter);
  /external/libcxxabi/test/
test_vector2.pass.cpp 42 int gCounter;
43 void count_construct ( void *p ) { ++gCounter; }
44 void count_destruct ( void *p ) { --gCounter; }
test_vector1.pass.cpp 41 int gCounter;
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;
  /external/skia/src/core/
SkMask.cpp 36 static int gCounter;
44 SkDebugf("SkMask::AllocImage %d\n", gCounter++);
55 SkDebugf("SkMask::FreeImage %d\n", --gCounter);
SkPackBits.cpp 85 static int gCounter;
90 gCounter += 1;
92 if ((gCounter & 0xFF) == 0) {
104 gCounter += 1;
106 if ((gCounter & 0x1FF) == 0) {
  /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);
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/
test_vector2.cpp 42 int gCounter;
43 void count_construct ( void *p ) { ++gCounter; }
44 void count_destruct ( void *p ) { --gCounter; }
test_vector1.cpp 40 int gCounter;
41 void count_construct ( void *p ) { ++gCounter; }
42 void count_destruct ( void *p ) { --gCounter; }
113 gCounter = 0;
124 if ( gCounter != 30 ) {
126 std::cerr << " Expected 30, got " << gCounter << std::endl;
130 gCounter = 0;
139 if ( gCounter != 0 ) {
141 std::cerr << " Expected 0, got " << gCounter << std::endl;

Completed in 250 milliseconds