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

  /external/google-breakpad/src/client/mac/tests/
minidump_generator_test.cc 124 MinidumpThread* main_thread = thread_list->GetThreadAtIndex(0);
215 MinidumpThread* main_thread = thread_list->GetThreadAtIndex(0);
305 MinidumpThread* main_thread = thread_list->GetThreadAtIndex(0);
crash_generation_server_test.cc 264 MinidumpThread* main_thread = thread_list->GetThreadAtIndex(0);
343 MinidumpThread* main_thread = thread_list->GetThreadAtIndex(0);
  /external/google-breakpad/src/processor/
minidump_unittest.cc 262 MinidumpThread *md_thread = thread_list->GetThreadAtIndex(0);
332 MinidumpThread* md_thread = thread_list->GetThreadAtIndex(0);
375 MinidumpThread* md_thread = thread_list->GetThreadAtIndex(0);
580 ASSERT_TRUE(thread_list->GetThreadAtIndex(0)->GetThreadID(&thread_id));
583 thread_list->GetThreadAtIndex(0)->GetMemory()->GetBase());
585 thread_list->GetThreadAtIndex(0)->GetContext()->GetContextX86()
588 ASSERT_TRUE(thread_list->GetThreadAtIndex(1)->GetThreadID(&thread_id));
591 thread_list->GetThreadAtIndex(1)->GetMemory()->GetBase());
593 thread_list->GetThreadAtIndex(1)->GetContext()->GetContextX86()
596 ASSERT_TRUE(thread_list->GetThreadAtIndex(2)->GetThreadID(&thread_id))
    [all...]
minidump_processor_unittest.cc 82 MOCK_CONST_METHOD1(GetThreadAtIndex, MinidumpThread*(unsigned int));
533 EXPECT_CALL(thread_list, GetThreadAtIndex(0)).
626 EXPECT_CALL(thread_list, GetThreadAtIndex(0)).
minidump_processor.cc 167 MinidumpThread *thread = threads->GetThreadAtIndex(thread_index);
    [all...]
minidump.cc     [all...]
  /external/google-breakpad/src/client/linux/minidump_writer/
minidump_writer_unittest.cc 568 MinidumpThread* thread = dump_thread_list->GetThreadAtIndex(i);
661 MinidumpThread* thread = dump_thread_list->GetThreadAtIndex(i);
729 MinidumpThread* thread = dump_thread_list->GetThreadAtIndex(i);
  /external/google-breakpad/src/google_breakpad/processor/
minidump.h 326 virtual MinidumpThread* GetThreadAtIndex(unsigned int index) const;
    [all...]

Completed in 180 milliseconds