HomeSort by relevance Sort by last modified time
    Searched refs:object_count (Results 1 - 6 of 6) 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/chromium_org/tools/perf/benchmarks/
scirra.py 25 object_count = '$objectcount$'
31 object_count = '$d'
41 window.sprites = window.cr_getC2Runtime().%(object_count)s;
48 """ % {'tickcount': tickcount, 'fps': fps, 'object_count': object_count}
  /external/qemu/distrib/sdl-1.2.15/src/thread/symbian/
SDL_systhread.cpp 49 static int object_count; variable
76 object_count++;
77 name.Format(_L("SDL_%x"), object_count);
  /art/runtime/jdwp/
jdwp_handler.cc 350 size_t object_count = request.ReadUnsigned32("object_count"); local
351 for (size_t i = 0; i < object_count; ++i) {
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 2145 size_t object_count = 0, stack_note_count = 0; local
    [all...]

Completed in 100 milliseconds