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

  /ndk/tests/device/test-stlport_shared-exception/jni/
p9706.cpp 7 int count, acount; variable
14 A() { ++acount; }
15 A(const A&) { ++acount; }
16 ~A() { --acount; }
33 if (acount)
  /ndk/tests/device/test-stlport_static-exception/jni/
p9706.cpp 7 int count, acount; variable
14 A() { ++acount; }
15 A(const A&) { ++acount; }
16 ~A() { --acount; }
33 if (acount)
  /libcore/ojluni/src/main/java/java/util/jar/
Manifest.java 201 int ecount = 0, acount = 0; local
253 acount += attr.size();
257 asize = Math.max(2, acount / ecount);
  /external/freetype/src/pfr/
pfrload.c 202 FT_Long *acount )
215 *acount = (FT_Long)result;
  /external/freetype/src/smooth/
ftgrays.c     [all...]
  /external/pdfium/third_party/freetype/src/smooth/
ftgrays.c     [all...]
  /external/libxml2/
xmllint.c 3127 int i, acount; local
    [all...]

Completed in 302 milliseconds