Searched refs:GetInterruptCount (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dprofile-handler_unittest.cc286 uint64 GetInterruptCount() { function in class:__anon15573::ProfileHandlerTest
303 uint64 interrupts_before = GetInterruptCount();
308 uint64 interrupts_after = GetInterruptCount();
354 uint64 interrupts_before = GetInterruptCount();
356 uint64 interrupts_after = GetInterruptCount();
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dprofile-handler_unittest.cc286 uint64 GetInterruptCount() { function in class:__anon15616::ProfileHandlerTest
303 uint64 interrupts_before = GetInterruptCount();
308 uint64 interrupts_after = GetInterruptCount();
354 uint64 interrupts_before = GetInterruptCount();
356 uint64 interrupts_after = GetInterruptCount();
/external/chromium_org/content/browser/download/
H A Ddownload_item_impl_unittest.cc177 int GetInterruptCount() { function in class:content::DownloadItemTest::MockObserver
431 ASSERT_EQ(1, observer.GetInterruptCount());
455 ASSERT_EQ(1, observer.GetInterruptCount());
487 ASSERT_EQ(1, observer.GetInterruptCount());
550 ASSERT_EQ(i + 1, observer.GetInterruptCount());

Completed in 98 milliseconds