Home
last modified time | relevance | path

Searched refs:object_count (Results 1 – 10 of 10) sorted by relevance

/external/eigen/test/
Dctorleak.cpp7 static Index object_count; member
15 if (Foo::object_count > Foo::object_limit) { std::cout << "\nThrow!\n"; throw Foo::Fail(); } in Foo()
18 ++Foo::object_count; in Foo()
24 --Foo::object_count; in ~Foo()
30 Index Foo::object_count = 0; member in Foo
40 Foo::object_count = 0; in test_ctorleak()
56 VERIFY_IS_EQUAL(Index(0), Foo::object_count); in test_ctorleak()
61 VERIFY_IS_EQUAL(Foo::object_count, rows*cols); in test_ctorleak()
63 VERIFY_IS_EQUAL(Foo::object_count, (rows+1)*cols); in test_ctorleak()
65 VERIFY_IS_EQUAL(Foo::object_count, rows*(cols+1)); in test_ctorleak()
[all …]
/external/google-breakpad/src/processor/
Drange_map_unittest.cc274 int object_count = range_map->GetCount(); in RetrieveIndexTest() local
275 for (int object_index = 0; object_index < object_count; ++object_index) { in RetrieveIndexTest()
317 if (range_map->RetrieveRangeAtIndex(object_count, &object, NULL, NULL)) { in RetrieveIndexTest()
320 set, object_count); in RetrieveIndexTest()
343 int object_count = range_map->GetCount(); in RetriveAtIndexTest2() local
344 for (int object_index = 0; object_index < object_count; ++object_index) { in RetriveAtIndexTest2()
Dstatic_range_map_unittest.cc316 int object_count = range_map->GetCount(); in RetrieveIndexTest() local
317 for (int object_index = 0; object_index < object_count; ++object_index) { in RetrieveIndexTest()
346 object_count, entry, NULL, NULL)) << "FAILED: RetrieveRangeAtIndex set " in RetrieveIndexTest()
347 << set << " index " << object_count in RetrieveIndexTest()
/external/mesa3d/include/drm-uapi/
Ddrm_mode.h792 __u32 object_count; member
/external/libdrm/include/drm/
Ddrm_mode.h812 __u32 object_count; member
/external/kernel-headers/original/uapi/drm/
Ddrm_mode.h832 __u32 object_count; member
/external/openssh/
Dpkcs11.h816 unsigned long *object_count));
/external/libdrm/
Dxf86drmMode.c1505 create.object_count = num_objects; in drmModeCreateLease()
/external/v8/src/
Dapi.cc8535 size_t object_count = heap->ObjectCountAtLastGC(type_index); in GetHeapObjectStatisticsAtLastGC() local
8539 DCHECK_EQ(object_count, 0U); in GetHeapObjectStatisticsAtLastGC()
8546 object_statistics->object_count_ = object_count; in GetHeapObjectStatisticsAtLastGC()
/external/v8/include/
Dv8.h6846 size_t object_count() { return object_count_; }