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

  /external/stlport/test/eh/
nc_alloc.h 32 extern long object_count;
123 ++object_count;
127 --object_count;
149 object_count = 0;
nc_alloc.cpp 37 long object_count = 0; variable
287 if (alloc_count != 0 || object_count != 0) {
292 if (object_count)
293 EH_STD::cerr << "ERROR : " << object_count << " non-destroyed objects.\n"; local
294 alloc_count = object_count = 0;
  /external/qemu/distrib/sdl-1.2.12/src/thread/epoc/
SDL_systhread.cpp 42 static int object_count; variable
66 object_count++;
67 name.Format(_L("SDL_%x"), object_count);
  /external/openssh/
pkcs11.h 816 unsigned long *object_count));
    [all...]

Completed in 1036 milliseconds