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

  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
profile-handler_unittest.cc 286 uint64 GetInterruptCount() {
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/
profile-handler_unittest.cc 286 uint64 GetInterruptCount() {
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/
download_item_impl_unittest.cc 177 int GetInterruptCount() {
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());
    [all...]

Completed in 249 milliseconds