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

  /bionic/tests/
uniqueptr_test.cpp 21 static int cCount = 0;
23 C() { ++cCount; }
24 ~C() { --cCount; }
44 ASSERT_TRUE(cCount == 1);
46 ASSERT_TRUE(cCount == 0);
51 ASSERT_TRUE(cCount == 1);
54 ASSERT_TRUE(cCount == 1);
59 ASSERT_TRUE(cCount == 1);
61 ASSERT_TRUE(cCount == 1);
63 ASSERT_TRUE(cCount == 0)
    [all...]
  /external/conscrypt/src/compat/native/
UniquePtr.h 158 static int cCount = 0;
160 C() { ++cCount; }
161 ~C() { --cCount; }
180 assert(cCount == 1);
182 assert(cCount == 0);
187 assert(cCount == 1);
190 assert(cCount == 1);
195 assert(cCount == 1);
197 assert(cCount == 1);
199 assert(cCount == 0)
    [all...]
  /external/conscrypt/src/openjdk/native/
UniquePtr.h 158 static int cCount = 0;
160 C() { ++cCount; }
161 ~C() { --cCount; }
180 assert(cCount == 1);
182 assert(cCount == 0);
187 assert(cCount == 1);
190 assert(cCount == 1);
195 assert(cCount == 1);
197 assert(cCount == 1);
199 assert(cCount == 0)
    [all...]
  /libnativehelper/include/nativehelper/
UniquePtr.h 145 static int cCount = 0;
147 C() { ++cCount; }
148 ~C() { --cCount; }
167 assert(cCount == 1);
169 assert(cCount == 0);
174 assert(cCount == 1);
177 assert(cCount == 1);
182 assert(cCount == 1);
184 assert(cCount == 1);
186 assert(cCount == 0)
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
ThaiStateTable.java 23 ThaiStateTransition[] stateRow = new ThaiStateTransition[ThaiCharacterClasses.cCount];
25 for (int c = 0; c < ThaiCharacterClasses.cCount; c += 1) {
58 for (int c = 0; c < ThaiCharacterClasses.cCount; c += 1) {
76 for (int c = 0; c < ThaiCharacterClasses.cCount; c += 1) {
91 for (int c = 0; c < ThaiCharacterClasses.cCount; c += 1) {
184 for (int c = 0; c < ThaiCharacterClasses.cCount; c += 1) {
187 if (c < ThaiCharacterClasses.cCount - 1) {
ThaiCharacterClasses.java 38 public static final int cCount = 19;
118 if (classID < 0 || classID >= cCount) {
127 if (prevClass < 0 || prevClass >= cCount |
128 currClass < 0 || currClass >= cCount) {
  /external/selinux/libsemanage/src/
policy_components.c 141 const unsigned int CCOUNT = sizeof(components) / sizeof(components[0]);
144 for (i = 0; i < CCOUNT; i++) {
222 const int CCOUNT = sizeof(components) / sizeof(components[0]);
224 for (i = 0; i < CCOUNT; i++) {
236 for (i = 0; i < CCOUNT; i++)
  /external/guice/core/test/com/google/inject/
ProviderInjectionTest.java 132 @Inject void initialize(@Named("c") Count cCount) {
133 count = new Count(cCount.value + 2);
171 @Inject static void initialize(@Named("c") Count cCount) {
172 cCountAtInjectionTime = cCount.value;
  /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)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ilogobj.hxx 84 virtual HRESULT WINAPI LogCustomInformation(DWORD cCount,PCUSTOM_LOG_DATA pCustomLogData,LPSTR szHeaderSuffix) = 0;
wincodec.h     [all...]
  /external/valgrind/VEX/switchback/
test_emfloat.c 1671 int ccount; \/* Character counter *\/ local
    [all...]
  /external/libweave/src/notification/
xmpp_stream_parser_unittest.cc 27 "ccount.com/5A85ED9C\"><push:push channel=\"cloud_devices\" xmlns:push=\"go"
  /external/libjpeg-turbo/
jquant2.c 301 long ccount; local
388 ccount = 0;
394 ccount++;
397 boxp->colorcount = ccount;
    [all...]
  /external/opencv3/3rdparty/libjpeg/
jquant2.c 324 long ccount; local
411 ccount = 0;
417 ccount++;
420 boxp->colorcount = ccount;
    [all...]
  /external/opencv/ml/src/
mltree.cpp 1166 int ccount, total_c_count = 0; local
    [all...]
  /external/opencv3/apps/traincascade/
old_ml_tree.cpp 1452 int ccount, total_c_count = 0; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
xtensa-modules.c 47 { "CCOUNT", 234, 0 },
120 { "CCOUNT", 32, 0 },
    [all...]

Completed in 5798 milliseconds