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

  /external/chromium_org/tools/perf/benchmarks/
scirra.py 24 object_count = '$objectcount$'
30 object_count = '$d'
40 window.sprites = window.cr_getC2Runtime().%(object_count)s;
47 """ % {'tickcount': tickcount, 'fps': fps, 'object_count': object_count}
  /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.15/src/thread/symbian/
SDL_systhread.cpp 49 static int object_count; variable
76 object_count++;
77 name.Format(_L("SDL_%x"), object_count);
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 1882 size_t object_count = 0, stack_note_count = 0; local
    [all...]
  /art/runtime/jdwp/
jdwp_handler.cc 341 size_t object_count = request.ReadUnsigned32("object_count"); local
342 for (size_t i = 0; i < object_count; ++i) {
    [all...]
  /external/openssh/
pkcs11.h 816 unsigned long *object_count));
    [all...]

Completed in 297 milliseconds