HomeSort by relevance Sort by last modified time
    Searched refs:gCounter (Results 1 - 16 of 16) 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/libcxxabi/test/
noexception1.pass.cpp 22 unsigned gCounter = 0;
34 __cxxabiv1::__cxa_increment_exception_refcount((void*) &gCounter);
noexception2.pass.cpp 22 unsigned gCounter = 0;
34 __cxxabiv1::__cxa_decrement_exception_refcount((void*) &gCounter);
noexception3.pass.cpp 22 unsigned gCounter = 0;
34 __cxxabiv1::__cxa_rethrow_primary_exception((void*) &gCounter);
test_vector2.pass.cpp 44 int gCounter;
45 void count_construct ( void * ) { ++gCounter; }
46 void count_destruct ( void * ) { --gCounter; }
test_vector1.pass.cpp 41 int gCounter;
42 void count_construct ( void * ) { ++gCounter; }
43 void count_destruct ( void * ) { --gCounter; }
125 gCounter = 0;
136 if ( gCounter != 30 ) {
138 std::cerr << " Expected 30, got " << gCounter << std::endl;
142 gCounter = 0;
151 if ( gCounter != 0 ) {
153 std::cerr << " Expected 0, got " << gCounter << std::endl;
  /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);
  /external/skia/src/core/
SkMask.cpp 38 static int gCounter;
46 SkDebugf("SkMask::AllocImage %d\n", gCounter++);
57 SkDebugf("SkMask::FreeImage %d\n", --gCounter);
  /prebuilts/ndk/r11/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);
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++abi/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;
  /prebuilts/ndk/r13/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);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++abi/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;

Completed in 3926 milliseconds