Home
last modified time | relevance | path

Searched refs:GetCount (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_util_unittest.cpp98 EXPECT_EQ(1U, v.GetCount()); in TEST()
109 EXPECT_EQ(static_cast<size_t>(kMaxCount), v.GetCount()); in TEST()
146 EXPECT_EQ(kMaxCount + 1, v.GetCount()); in TEST()
147 for (int n = 0; n < v.GetCount(); ++n) { in TEST()
171 EXPECT_EQ(kMaxCount - 1, v.GetCount()); in TEST()
190 EXPECT_EQ(kMaxCount - 1 - n, v.GetCount()); in TEST()
192 EXPECT_EQ(0u, v.GetCount()); in TEST()
199 EXPECT_EQ(0U, s.GetCount()); in TEST()
210 EXPECT_EQ(1U, s.GetCount()); in TEST()
226 EXPECT_EQ(3U, s.GetCount()); in TEST()
Dcrazy_linker_system_mock.cpp42 for (size_t n = 0; n < entries_.GetCount(); ++n) { in Reset()
53 size_t GetCount() const { return entries_.GetCount(); } in GetCount() function in __anonf4e4ae0c0111::List
112 for (size_t n = 0; n < files_.GetCount(); ++n) { in FindFileEntry()
121 for (size_t n = 0; n < environment_.GetCount(); ++n) { in FindEnvEntry()
Dcrazy_linker_library_list.cpp72 for (size_t n = 0; n < known_libraries_.GetCount(); ++n) { in FindLibraryByName()
135 for (size_t n = 0; n < known_libraries_.GetCount(); ++n) { in FindLibraryForAddress()
333 for (size_t n = 0; n < dependencies.GetCount(); ++n) in LoadLibrary()
380 for (size_t n = 0; n < known_libraries_.GetCount(); ++n) { in FindKnownLibrary()
Dcrazy_linker_util.h184 size_t GetCount() const { return count_; } in GetCount() function
264 size_t GetCount() const { return items_.GetCount(); } in GetCount() function
Dcrazy_linker_proc_maps.cpp163 if (index_ >= entries_.GetCount()) in GetNextEntry()
172 for (size_t n = 0; n < entries_.GetCount(); ++n) { in Reset()
Dcrazy_linker_shared_library.cpp108 for (size_t n = 0; n < dependencies_->GetCount(); ++n) { in Lookup()