Home
last modified time | relevance | path

Searched refs:GetEvents (Results 1 – 25 of 1129) sorted by relevance

12345678910>>...46

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/renderer_host/
H A Ddirect_manipulation_win_unittest.cc326 std::vector<Event> GetEvents() { return event_target_.GetEvents(); } in GetEvents() function in content::DirectManipulationUnitTest
377 events = GetEvents(); in TEST_F()
385 events = GetEvents(); in TEST_F()
406 events = GetEvents(); in TEST_F()
415 events = GetEvents(); in TEST_F()
421 events = GetEvents(); in TEST_F()
428 events = GetEvents(); in TEST_F()
447 events = GetEvents(); in TEST_F()
453 events = GetEvents(); in TEST_F()
470 events = GetEvents(); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/renderer_host/
H A Ddirect_manipulation_win_unittest.cc325 std::vector<Event> GetEvents() { return event_target_.GetEvents(); } in GetEvents() function in content::DirectManipulationUnitTest
376 events = GetEvents(); in TEST_F()
384 events = GetEvents(); in TEST_F()
405 events = GetEvents(); in TEST_F()
414 events = GetEvents(); in TEST_F()
420 events = GetEvents(); in TEST_F()
427 events = GetEvents(); in TEST_F()
446 events = GetEvents(); in TEST_F()
452 events = GetEvents(); in TEST_F()
469 events = GetEvents(); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/crash_report/breadcrumbs/
H A Dbreadcrumb_manager_tab_helper_unittest.mm101 EXPECT_EQ(0ul, breadcrumb_service_->GetEvents(0).size());
111 events = breadcrumb_service_->GetEvents(0);
140 ASSERT_EQ(0ul, breadcrumb_service_->GetEvents(0).size());
154 ASSERT_EQ(0ul, breadcrumb_service_->GetEvents(0).size());
170 ASSERT_EQ(0ul, breadcrumb_service_->GetEvents(0).size());
188 ASSERT_EQ(0ul, breadcrumb_service_->GetEvents(0).size());
206 ASSERT_EQ(0ul, breadcrumb_service_->GetEvents(0).size());
224 ASSERT_EQ(0ul, breadcrumb_service_->GetEvents(0).size());
239 events = breadcrumb_service_->GetEvents(0);
249 ASSERT_EQ(0ul, breadcrumb_service_->GetEvents(0).size());
[all …]
H A Dapplication_breadcrumbs_logger_unittest.mm46 ASSERT_EQ(1U, breadcrumb_manager_.GetEvents(0).size()); // startup event
51 std::list<std::string> events = breadcrumb_manager_.GetEvents(0);
61 ASSERT_EQ(1U, breadcrumb_manager_.GetEvents(0).size()); // startup event
65 EXPECT_EQ(1U, breadcrumb_manager_.GetEvents(0).size());
71 ASSERT_EQ(1U, breadcrumb_manager_.GetEvents(0).size()); // startup event
75 std::list<std::string> events = breadcrumb_manager_.GetEvents(0);
82 ASSERT_EQ(1U, breadcrumb_manager_.GetEvents(0).size()); // startup event
90 std::list<std::string> events = breadcrumb_manager_.GetEvents(0);
101 ASSERT_EQ(1U, breadcrumb_manager_.GetEvents(0).size()); // startup event
107 std::list<std::string> events = breadcrumb_manager_.GetEvents(0);
[all …]
H A Dbreadcrumb_manager_browser_agent_unittest.mm83 ASSERT_EQ(0ul, breadcrumb_service_->GetEvents(0).size());
89 EXPECT_EQ(1ul, breadcrumb_service_->GetEvents(0).size());
96 ASSERT_EQ(0ul, breadcrumb_service_->GetEvents(0).size());
112 std::list<std::string> events = breadcrumb_service_->GetEvents(0);
145 std::list<std::string> events = breadcrumb_service_->GetEvents(0);
158 events = breadcrumb_service_->GetEvents(0);
180 std::list<std::string> events = breadcrumb_service_->GetEvents(0);
205 std::list<std::string> events = breadcrumb_service_->GetEvents(0);
230 std::list<std::string> events = breadcrumb_service_->GetEvents(0);
307 events = breadcrumb_service_->GetEvents(0);
[all …]
H A Dbreadcrumb_manager_unittest.mm29 std::list<std::string> events = breadcrumb_manager_.GetEvents(0);
31 // Events returned from |GetEvents| will have a timestamp prepended.
35 // Tests that returned events returned by |GetEvents| are limited by the
43 std::list<std::string> events = breadcrumb_manager_.GetEvents(2);
67 std::list<std::string> events = breadcrumb_manager_.GetEvents(0);
86 std::list<std::string> events = breadcrumb_manager_.GetEvents(0);
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill_assistant/browser/
H A Devent_handler_unittest.cc37 const std::vector<EventHandler::EventKey>& GetEvents() { in GetEvents() function in autofill_assistant::__anon66aee2870111::TestObserver
66 EXPECT_THAT(receiver1.GetEvents(), SizeIs(1)); in TEST()
67 EXPECT_THAT(receiver2.GetEvents(), SizeIs(1)); in TEST()
82 EXPECT_THAT(receiver1.GetEvents(), SizeIs(1)); in TEST()
83 EXPECT_THAT(receiver2.GetEvents(), SizeIs(0)); in TEST()
99 EXPECT_THAT(receiver1.GetEvents(), SizeIs(1)); in TEST()
100 EXPECT_THAT(receiver2.GetEvents(), SizeIs(2)); in TEST()
115 EXPECT_THAT(receiver1.GetEvents(), SizeIs(2)); in TEST()
118 EXPECT_THAT(receiver2.GetEvents(), in TEST()
132 EXPECT_THAT(receiver.GetEvents(), in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill_assistant/browser/
H A Devent_handler_unittest.cc37 const std::vector<EventHandler::EventKey>& GetEvents() { in GetEvents() function in autofill_assistant::__anonf241d1020111::TestObserver
66 EXPECT_THAT(receiver1.GetEvents(), SizeIs(1)); in TEST()
67 EXPECT_THAT(receiver2.GetEvents(), SizeIs(1)); in TEST()
82 EXPECT_THAT(receiver1.GetEvents(), SizeIs(1)); in TEST()
83 EXPECT_THAT(receiver2.GetEvents(), SizeIs(0)); in TEST()
99 EXPECT_THAT(receiver1.GetEvents(), SizeIs(1)); in TEST()
100 EXPECT_THAT(receiver2.GetEvents(), SizeIs(2)); in TEST()
113 EXPECT_THAT(receiver.GetEvents(), in TEST()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/tests/
H A DCustomTypeDescriptorTests.cs23 Assert.Same(EventDescriptorCollection.Empty, defaultCustomTypeDescriptor.GetEvents()); in ReturnsDefaultValues()
24 …Assert.Same(EventDescriptorCollection.Empty, defaultCustomTypeDescriptor.GetEvents(new Attribute[0… in ReturnsDefaultValues()
43 Assert.Same(parent.GetEvents(), customTypeDescriptor.GetEvents()); in ReturnsParentValues()
44 …Assert.Same(parent.GetEvents(/* any value */ null), customTypeDescriptor.GetEvents(/* any value */… in ReturnsParentValues()
94 public EventDescriptorCollection GetEvents() => _events1; in GetEvents() method in System.ComponentModel.Tests.CustomTypeDescriptorTests.ParentCustomTypeDescriptor
96 public EventDescriptorCollection GetEvents(Attribute[] attributes) => _events2;
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/printing/
H A Dprinter_event_tracker_unittest.cc34 std::vector<metrics::PrinterEventProto> GetEvents() { in GetEvents() function in chromeos::__anonc713d3d10111::PrinterEventTrackerTest
54 auto events = GetEvents(); in TEST_F()
67 auto events = GetEvents(); in TEST_F()
82 auto events = GetEvents(); in TEST_F()
96 auto events = GetEvents(); in TEST_F()
121 auto events = GetEvents(); in TEST_F()
149 auto events = GetEvents(); in TEST_F()
184 auto events = GetEvents(); in TEST_F()
209 auto events = GetEvents(); in TEST_F()
238 auto events = GetEvents(); in TEST_F()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Activities/System/Activities/
H A DDynamicActivity.cs181 EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes) in ICustomTypeDescriptor.GetEvents()
183 return this.typeDescriptor.GetEvents(attributes); in ICustomTypeDescriptor.GetEvents()
186 EventDescriptorCollection ICustomTypeDescriptor.GetEvents() in ICustomTypeDescriptor.GetEvents()
188 return this.typeDescriptor.GetEvents(); in ICustomTypeDescriptor.GetEvents()
369 EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes) in ICustomTypeDescriptor.GetEvents()
371 return this.typeDescriptor.GetEvents(attributes); in ICustomTypeDescriptor.GetEvents()
374 EventDescriptorCollection ICustomTypeDescriptor.GetEvents() in ICustomTypeDescriptor.GetEvents()
376 return this.typeDescriptor.GetEvents(); in ICustomTypeDescriptor.GetEvents()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/common/global/events/
H A Dglobal_events.cpp43 …std::map<std::string, int32_t>::const_iterator event_iter = group_iter->second->GetEvents().find(e… in DoesEventExist()
44 if(event_iter == group_iter->second->GetEvents().end()) in DoesEventExist()
56 …std::map<std::string, int32_t>::const_iterator event_iter = group_iter->second->GetEvents().find(e… in GetEventValue()
57 if(event_iter == group_iter->second->GetEvents().end()) in GetEventValue()
94 … for(auto it = event_group->GetEvents().begin(); it != event_group->GetEvents().end(); ++it) { in SaveEvents()
95 if(it == event_group->GetEvents().begin()) in SaveEvents()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DCustomTypeDescriptor.cs123 public virtual EventDescriptorCollection GetEvents() in GetEvents() method in System.ComponentModel.CustomTypeDescriptor
127 return _parent.GetEvents(); in GetEvents()
140 public virtual EventDescriptorCollection GetEvents(Attribute[] attributes) in GetEvents() method in System.ComponentModel.CustomTypeDescriptor
144 return _parent.GetEvents(attributes); in GetEvents()
H A DTypeDescriptor.cs1047 return GetEvents(component, null, false); in GetEvents()
1065 return GetEvents(component, attributes, false); in GetEvents()
1114 results = typeDesc.GetEvents(attributes); in GetEvents()
1133 results = typeDesc.GetEvents(attributes); in GetEvents()
2746 return _handler.GetEvents(_instance); in ICustomTypeDescriptor.GetEvents()
3059 EventDescriptorCollection events = _primary.GetEvents() ?? _secondary.GetEvents(); in ICustomTypeDescriptor.GetEvents()
3070 …EventDescriptorCollection events = _primary.GetEvents(attributes) ?? _secondary.GetEvents(attribut… in ICustomTypeDescriptor.GetEvents()
3814 events = rp.GetEvents(_objectType); in ICustomTypeDescriptor.GetEvents()
3820 events = desc.GetEvents(); in ICustomTypeDescriptor.GetEvents()
3842 events = rp.GetEvents(_objectType); in ICustomTypeDescriptor.GetEvents()
[all …]
H A DICustomTypeDescriptor.cs51 EventDescriptorCollection GetEvents(); in GetEvents() method
57 EventDescriptorCollection GetEvents(Attribute[] attributes); in GetEvents() method
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DCustomTypeDescriptor.cs155 public virtual EventDescriptorCollection GetEvents() in GetEvents() method in System.ComponentModel.CustomTypeDescriptor
159 return _parent.GetEvents(); in GetEvents()
172 public virtual EventDescriptorCollection GetEvents(Attribute[] attributes) in GetEvents() method in System.ComponentModel.CustomTypeDescriptor
176 return _parent.GetEvents(attributes); in GetEvents()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebControls/
H A DErrorStyle.cs51 EventDescriptorCollection ICustomTypeDescriptor.GetEvents() { in ICustomTypeDescriptor.GetEvents()
52 return TypeDescriptor.GetEvents(this, true); in ICustomTypeDescriptor.GetEvents()
55 EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes) { in ICustomTypeDescriptor.GetEvents()
56 return TypeDescriptor.GetEvents(this, attributes, true); in ICustomTypeDescriptor.GetEvents()
H A DErrorTableItemStyle.cs49 EventDescriptorCollection ICustomTypeDescriptor.GetEvents() { in ICustomTypeDescriptor.GetEvents()
50 return TypeDescriptor.GetEvents(this, true); in ICustomTypeDescriptor.GetEvents()
53 EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes) { in ICustomTypeDescriptor.GetEvents()
54 return TypeDescriptor.GetEvents(this, attributes, true); in ICustomTypeDescriptor.GetEvents()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clang-tidy-vs/ClangTidy/
H A DDynamicPropertyComponent.cs84 public EventDescriptorCollection GetEvents() in GetEvents() method in LLVM.ClangTidy.DynamicPropertyComponent
86 return TypeDescriptor.GetEvents(GetType()); in GetEvents()
89 public EventDescriptorCollection GetEvents(Attribute[] attributes) in GetEvents() method in LLVM.ClangTidy.DynamicPropertyComponent
91 return TypeDescriptor.GetEvents(GetType(), attributes); in GetEvents()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clang-tidy-vs/ClangTidy/
H A DDynamicPropertyComponent.cs84 public EventDescriptorCollection GetEvents() in GetEvents() method in LLVM.ClangTidy.DynamicPropertyComponent
86 return TypeDescriptor.GetEvents(GetType()); in GetEvents()
89 public EventDescriptorCollection GetEvents(Attribute[] attributes) in GetEvents() method in LLVM.ClangTidy.DynamicPropertyComponent
91 return TypeDescriptor.GetEvents(GetType(), attributes); in GetEvents()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/clang-tidy-vs/ClangTidy/
H A DDynamicPropertyComponent.cs84 public EventDescriptorCollection GetEvents()
86 return TypeDescriptor.GetEvents(GetType());
89 public EventDescriptorCollection GetEvents(Attribute[] attributes)
91 return TypeDescriptor.GetEvents(GetType(), attributes);
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/andygrunwald/go-gerrit/go-gerrit-64931d233c2d/
H A Devents_test.go33 events, _, _, err := testClient.EventsLog.GetEvents(options)
83 _, _, _, err := testClient.EventsLog.GetEvents(options)
114 _, _, _, err := testClient.EventsLog.GetEvents(options)
144 _, _, _, err := testClient.EventsLog.GetEvents(options)
161 events, _, failures, err := testClient.EventsLog.GetEvents(options)
/dports/sysutils/sensu-go/sensu-go-5.11.1/backend/store/etcd/
H A Devent_store_test.go53 events, err := s.GetEvents(ctx, pred)
68 events, err = s.GetEvents(ctx, pred)
90 events, err = s.GetEvents(ctx, pred)
97 events, err = s.GetEvents(ctx, pred)
104 events, err = s.GetEvents(ctx, pred)
111 events, err = s.GetEvents(ctx, pred)
338 events, err := s.GetEvents(ctx, pred)
359 events, err := s.GetEvents(ctx, pred)
403 events, err := s.GetEvents(ctx, pred)
433 events, err := etcd.GetEvents(ctx, pred)
[all …]
/dports/multimedia/kodi-addon-pvr.hts/pvr.hts-19.0.4-Matrix/src/tvheadend/entity/
H A DSchedule.cpp24 EventUids& Schedule::GetEvents() in GetEvents() function in Schedule
29 const EventUids& Schedule::GetEvents() const in GetEvents() function in Schedule
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebParts/
H A DWebPartMenuStyle.cs168 EventDescriptorCollection ICustomTypeDescriptor.GetEvents() { in ICustomTypeDescriptor.GetEvents()
169 return TypeDescriptor.GetEvents(this, true); in ICustomTypeDescriptor.GetEvents()
172 EventDescriptorCollection ICustomTypeDescriptor.GetEvents(Attribute[] attributes) { in ICustomTypeDescriptor.GetEvents()
173 return TypeDescriptor.GetEvents(this, attributes, true); in ICustomTypeDescriptor.GetEvents()

12345678910>>...46