HomeSort by relevance Sort by last modified time
    Searched full:ccount (Results 1 - 3 of 3) sorted by null

  /libcore/include/
UniquePtr.h 148 static int cCount = 0;
150 C() { ++cCount; }
151 ~C() { --cCount; }
170 assert(cCount == 1);
172 assert(cCount == 0);
177 assert(cCount == 1);
180 assert(cCount == 1);
185 assert(cCount == 1);
187 assert(cCount == 1);
189 assert(cCount == 0)
    [all...]
  /external/emma/core/java12/com/vladium/jcd/cls/
ClassDef.java 383 int ccount = 0, mcount = 0; local
402 cds [ccount ++] = new ConstructorDescriptor (modifiers, method.getDescriptor (this));
416 if (ccount > 0)
418 Arrays.sort (cds, 0, ccount);
420 for (int i = 0; i < ccount; ++ i)
  /external/jpeg/
jquant2.c 323 long ccount; local
410 ccount = 0;
416 ccount++;
419 boxp->colorcount = ccount;
    [all...]

Completed in 2270 milliseconds