Searched defs:entries_count (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/media_galleries/
H A Dmedia_scan_manager.cc250 int seen_count, entries_count; member in struct:__anon4272::ContainerCount
253 ContainerCount() : seen_count(0), entries_count(-1), is_qualified(false) {}
434 count.entries_count = CountDirectoryEntries(parent_directory);
442 parent_it->second.seen_count * 100 / parent_it->second.entries_count <
/external/e2fsprogs/ext2ed/
H A Dext2ed.h168 long entries_count; member in struct:struct_remember_lifo
/external/chromium_org/v8/src/
H A Dheap-snapshot-generator.cc639 uint32_t entries_count = local
641 if (time_interval.count != entries_count ||
645 time_interval.count = entries_count,
/external/chromium_org/v8/test/cctest/
H A Dtest-heap-profiler.cc1054 uint32_t entries_count() const { return entries_count_; } function in class:__anon17404::TestStatsStream
1122 CHECK_EQ(1, stats_update.entries_count());
1147 CHECK_EQ(3, stats_update.entries_count());
1158 CHECK_EQ(1, stats_update.entries_count());
1170 CHECK_EQ(0, stats_update.entries_count());
1181 CHECK_EQ(0, stats_update.entries_count());
1199 CHECK_EQ(2, stats_update.entries_count());
1214 CHECK_EQ(2, stats_update.entries_count());
/external/chromium_org/v8/src/heap/
H A Dheap.cc1378 int entries_count = local
1381 emergency_stack_ = new List<Entry>(2 * entries_count);

Completed in 219 milliseconds