/external/chromium_org/chrome/browser/component_updater/test/ |
D | component_updater_service_unittest.cc | 198 EXPECT_EQ(2, post_interceptor_->GetHitCount()) in TEST_F() 242 EXPECT_EQ(2, post_interceptor_->GetHitCount()) in TEST_F() 343 EXPECT_EQ(3, post_interceptor_->GetHitCount()) in TEST_F() 349 EXPECT_EQ(1, get_interceptor_->GetHitCount()); in TEST_F() 440 EXPECT_EQ(1, post_interceptor_->GetHitCount()) in TEST_F() 446 EXPECT_EQ(0, get_interceptor_->GetHitCount()); in TEST_F() 534 EXPECT_EQ(1, post_interceptor_->GetHitCount()) in TEST_F() 539 EXPECT_EQ(0, get_interceptor_->GetHitCount()); in TEST_F() 559 EXPECT_EQ(2, post_interceptor_->GetHitCount()) in TEST_F() 564 EXPECT_EQ(1, get_interceptor_->GetHitCount()); in TEST_F() [all …]
|
/external/chromium_org/components/component_updater/test/ |
D | request_sender_unittest.cc | 139 EXPECT_EQ(1, post_interceptor_1->GetHitCount()) in TEST_F() 165 EXPECT_EQ(1, post_interceptor_1->GetHitCount()) in TEST_F() 169 EXPECT_EQ(1, post_interceptor_2->GetHitCount()) in TEST_F() 195 EXPECT_EQ(1, post_interceptor_1->GetHitCount()) in TEST_F() 199 EXPECT_EQ(1, post_interceptor_2->GetHitCount()) in TEST_F()
|
D | crx_downloader_unittest.cc | 189 EXPECT_EQ(1, get_interceptor_->GetHitCount()); in TEST_F() 227 EXPECT_EQ(1, get_interceptor_->GetHitCount()); in TEST_F() 257 EXPECT_EQ(0, get_interceptor_->GetHitCount()); in TEST_F() 277 EXPECT_EQ(0, get_interceptor_->GetHitCount()); in TEST_F() 306 EXPECT_EQ(1, get_interceptor_->GetHitCount()); in TEST_F() 338 EXPECT_EQ(1, get_interceptor_->GetHitCount()); in TEST_F() 370 EXPECT_EQ(0, get_interceptor_->GetHitCount()); in TEST_F()
|
D | update_checker_unittest.cc | 181 EXPECT_EQ(1, post_interceptor_->GetHitCount()) in TEST_F() 229 EXPECT_EQ(1, post_interceptor_->GetHitCount()) in TEST_F()
|
D | url_request_post_interceptor.h | 81 int GetHitCount() const;
|
/external/lldb/test/expression_command/test/ |
D | TestExprs.py | 131 self.assertTrue(breakpoint.GetHitCount() == 1, BREAKPOINT_HIT_ONCE) 171 self.assertTrue (callee_break.GetHitCount() == 1) 179 self.assertTrue (callee_break.GetHitCount() == 2)
|
/external/chromium_org/net/url_request/ |
D | test_url_request_interceptor.cc | 85 int GetHitCount() const { in GetHitCount() function in net::TestURLRequestInterceptor::Delegate 186 int TestURLRequestInterceptor::GetHitCount() { in GetHitCount() function in net::TestURLRequestInterceptor 187 return delegate_->GetHitCount(); in GetHitCount()
|
D | test_url_request_interceptor.h | 52 int GetHitCount();
|
/external/lldb/test/functionalities/thread/concurrent_events/ |
D | TestConcurrentEvents.py | 360 reason_str = "%s hit %d times" % (lldbutil.get_description(bp), bp.GetHitCount()) 364 … reason_str = "%s hit %d times" % (lldbutil.get_description(watch), watch.GetHitCount()) 386 return self.finish_breakpoint.GetHitCount() > 0 or \ 491 …self.assertEqual(1, self.finish_breakpoint.GetHitCount(), "Expected main thread (finish) breakpoin… 504 …breakpoint_hit_count = self.thread_breakpoint.GetHitCount() if expected_breakpoint_threads > 0 els… 513 …watchpoint_hit_count = self.thread_watchpoint.GetHitCount() if expected_watchpoint_threads > 0 els…
|
/external/lldb/test/python_api/default-constructor/ |
D | sb_watchpoint.py | 16 obj.GetHitCount()
|
D | sb_breakpoint.py | 17 obj.GetHitCount()
|
/external/lldb/scripts/Python/interface/ |
D | SBWatchpoint.i | 61 GetHitCount ();
|
D | SBBreakpoint.i | 132 GetHitCount () const;
|
/external/lldb/source/API/ |
D | SBWatchpoint.cpp | 176 SBWatchpoint::GetHitCount () in GetHitCount() function in SBWatchpoint 183 count = watchpoint_sp->GetHitCount(); in GetHitCount()
|
/external/lldb/include/lldb/API/ |
D | SBWatchpoint.h | 58 GetHitCount ();
|
D | SBBreakpoint.h | 80 GetHitCount () const;
|
/external/lldb/include/lldb/Breakpoint/ |
D | StoppointLocation.h | 67 GetHitCount () const in GetHitCount() function
|
D | BreakpointLocationList.h | 169 GetHitCount () const;
|
D | WatchpointList.h | 192 GetHitCount () const;
|
/external/lldb/source/Breakpoint/ |
D | BreakpointLocation.cpp | 624 s->Printf ("hit count = %-4u\n", GetHitCount()); in GetDescription() 638 GetHitCount()); in GetDescription() 660 GetHitCount(), in Dump()
|
D | BreakpointLocationList.cpp | 204 BreakpointLocationList::GetHitCount () const in GetHitCount() function in BreakpointLocationList 210 hit_count += (*pos)->GetHitCount(); in GetHitCount()
|
D | Watchpoint.cpp | 193 if (GetHitCount() <= GetIgnoreCount()) in ShouldStop() 267 GetHitCount(), in DumpWithLevel()
|
D | WatchpointList.cpp | 229 WatchpointList::GetHitCount () const in GetHitCount() function in WatchpointList 235 hit_count += (*pos)->GetHitCount(); in GetHitCount()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | ScriptProfile.cpp | 84 .setHitCount(node->GetHitCount()) in buildInspectorObjectFor()
|
/external/lldb/test/python_api/watchpoint/ |
D | TestWatchpointIgnoreCount.py | 96 self.assertTrue(watchpoint.GetHitCount() == 2)
|