HomeSort by relevance Sort by last modified time
    Searched refs:GetNextEntry (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_proc_maps.h 22 // GetNextEntry() will return false on the first call.
47 bool GetNextEntry(Entry* entry);
crazy_linker_proc_maps.cpp 162 bool GetNextEntry(ProcMaps::Entry* entry) {
199 bool ProcMaps::GetNextEntry(Entry* entry) {
200 return internal_->GetNextEntry(entry);
207 while (internal_->GetNextEntry(&entry)) {
223 while (self_maps.GetNextEntry(&entry)) {
250 while (self_maps.GetNextEntry(&entry)) {
267 while (self_maps.GetNextEntry(&entry)) {
crazy_linker_proc_maps_unittest.cpp 126 TEST(ProcMaps, GetNextEntry) {
194 EXPECT_TRUE(self_maps.GetNextEntry(&entry));
212 EXPECT_FALSE(self_maps.GetNextEntry(&entry));
crazy_linker_rdebug.cpp 128 while (self_maps->GetNextEntry(&entry)) {
  /ndk/sources/android/crazy_linker/src/
crazy_linker_proc_maps.h 22 // GetNextEntry() will return false on the first call.
47 bool GetNextEntry(Entry* entry);
crazy_linker_proc_maps.cpp 162 bool GetNextEntry(ProcMaps::Entry* entry) {
199 bool ProcMaps::GetNextEntry(Entry* entry) {
200 return internal_->GetNextEntry(entry);
207 while (internal_->GetNextEntry(&entry)) {
223 while (self_maps.GetNextEntry(&entry)) {
250 while (self_maps.GetNextEntry(&entry)) {
267 while (self_maps.GetNextEntry(&entry)) {
crazy_linker_proc_maps_unittest.cpp 126 TEST(ProcMaps, GetNextEntry) {
194 EXPECT_TRUE(self_maps.GetNextEntry(&entry));
212 EXPECT_FALSE(self_maps.GetNextEntry(&entry));
crazy_linker_rdebug.cpp 128 while (self_maps->GetNextEntry(&entry)) {
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/beos/
SDL_syscdrom.cc 213 while(dir.GetNextEntry(&entry) >= 0) {
  /external/chromium_org/components/breakpad/app/
breakpad_linux.cc     [all...]

Completed in 804 milliseconds