Searched refs:object_count (Results 1 – 10 of 10) sorted by relevance
/external/eigen/test/ |
D | ctorleak.cpp | 7 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/ |
D | range_map_unittest.cc | 274 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()
|
D | static_range_map_unittest.cc | 316 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/ |
D | drm_mode.h | 792 __u32 object_count; member
|
/external/libdrm/include/drm/ |
D | drm_mode.h | 812 __u32 object_count; member
|
/external/kernel-headers/original/uapi/drm/ |
D | drm_mode.h | 832 __u32 object_count; member
|
/external/openssh/ |
D | pkcs11.h | 816 unsigned long *object_count));
|
/external/libdrm/ |
D | xf86drmMode.c | 1505 create.object_count = num_objects; in drmModeCreateLease()
|
/external/v8/src/ |
D | api.cc | 8535 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/ |
D | v8.h | 6846 size_t object_count() { return object_count_; }
|