OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:object_count
(Results
1 - 4
of
4
) sorted by null
/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
);
/external/stlport/test/eh/
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;
/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 198 milliseconds