Home
last modified time | relevance | path

Searched defs:event (Results 351 - 375 of 2944) sorted by relevance

1...<<11121314151617181920>>...118

/third_party/node/deps/v8/src/logging/
H A Dmetrics.cc51 void Recorder::Delay(std::unique_ptr<Recorder::DelayedEventBase>&& event) { in Delay() argument
/third_party/skia/third_party/externals/angle2/samples/WindowTest/
H A DWindowTest.cpp33 Event event; in main() local
/third_party/skia/src/gpu/mtl/
H A DGrMtlSemaphore.h58 sk_sp<GrMtlEvent> event = GrMtlEvent::Make(gpu); in Make() local
66 sk_sp<GrMtlEvent> event = GrMtlEvent::MakeWrapped(mtlEvent); in MakeWrapped() local
75 sk_sp<GrMtlEvent> event() { return fEvent; } in event() function in GrMtlSemaphore
81 GrMtlSemaphore(sk_sp<GrMtlEvent> event, uint64_t value) in GrMtlSemaphore() argument
[all...]
/third_party/skia/third_party/externals/imgui/examples/example_sdl_sdlrenderer/
H A Dmain.cpp91 SDL_Event event; in main() local
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_opengl3/
H A Dmain.cpp117 SDL_Event event; in main_loop() local
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl2/
H A Dmain.cpp85 SDL_Event event; in main() local
/third_party/skia/third_party/externals/imgui/examples/example_sdl_opengl3/
H A Dmain.cpp107 SDL_Event event; in main() local
/third_party/pulseaudio/src/pulsecore/
H A Dclient.c142 void pa_client_send_event(pa_client *c, const char *event, pa_proplist *data) { in pa_client_send_event() argument
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Devent_test.cpp34 auto event = marl::Event(mode); in TEST_P() local
45 auto event = marl::Event(marl::Event::Mode::Auto); in TEST_P() local
53 auto event = marl::Event(marl::Event::Mode::Manual); TEST_P() local
62 auto event = marl::Event(marl::Event::Mode::Auto); TEST_P() local
87 auto event = marl::Event(marl::Event::Mode::Manual); TEST_P() local
131 auto event = marl::Event(marl::Event::Mode::Manual); TEST_P() local
145 auto event = marl::Event(marl::Event::Mode::Auto); TEST_P() local
162 auto event = marl::Event(marl::Event::Mode::Manual); TEST_P() local
177 auto event = marl::Event(marl::Event::Mode::Auto); TEST_P() local
200 auto event = marl::Event(marl::Event::Mode::Manual); TEST_P() local
[all...]
H A Dscheduler_test.cpp195 marl::Event event; in TEST_F() local
/third_party/skia/tools/sk_app/unix/
H A Dmain_unix.cpp49 XEvent event; in main() local
/third_party/toybox/toys/other/
H A Dinotifyd.c74 struct inotify_event *event; in inotifyd_main() local
[all...]
/third_party/rust/crates/nix/src/sys/
H A Depoll.rs97 let mut event: Option<&mut EpollEvent> = event.into(); in epoll_ctl() variables
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/fst/
H A Dfst_ctrl_aux.c53 const char * fst_session_event_type_name(enum fst_event_type event) in fst_session_event_type_name() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/fst/
H A Dfst_ctrl_aux.c53 const char * fst_session_event_type_name(enum fst_event_type event) in fst_session_event_type_name() argument
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/
H A Dhiappevent_write.cpp53 bool WriteEventToFile(const std::string& filePath, const std::string& event) in WriteEventToFile() argument
74 std::string event = appEventPack->GetEventStr(); in WriteEvent() local
/base/hiviewdfx/hiview/base/
H A Dplugin_proxy.cpp22 bool PluginProxy::OnEvent(std::shared_ptr<Event>& event) in OnEvent() argument
33 bool PluginProxy::CanProcessEvent(std::shared_ptr<Event> event) in CanProcessEvent() argument
/base/hiviewdfx/hiview/base/test/unittest/common/
H A Dpipeline_test.cpp77 auto event = std::make_shared<PipelineEvent>(name, producer.get()); in DoTest() local
194 auto event = std::make_shared<PipelineEvent>("event1", std::make_shared<PipelineEventProducerTest>().get()); HWTEST_F() local
[all...]
H A Dplugin_test.cpp55 auto event = plugin.GetEvent(Event::SYS_EVENT); in HWTEST_F() local
/base/hiviewdfx/hiview/plugins/performance/monitor/
H A DJankAnimatorMonitor.cpp57 std::shared_ptr<XperfEvt> event = evt; in HandleMainThrEvt() local
93 JankAnimatorReportEvent event = JankAnimatorMonitorConverter::ConverterReportData(metrics); in ReportNormal() local
104 JankAnimatorReportEvent event = JankAnimatorMonitorConverter::ConverterReportData(metrics, traceFileName, in ReportCritical() local
/base/hiviewdfx/hiview/base/event_report/
H A Dhiview_event_report.cpp32 auto event = factory->Create(); in ReportPluginLoad() local
43 auto event = factory->Create(); in ReportPluginUnload() local
53 auto event = factory->Create(); ReportPluginFault() local
[all...]
/base/location/frameworks/location_common/common/source/
H A Dcommon_hisysevent.cpp54 void WriteLocationInnerEvent(const int event, std::initializer_list<std::string> params) in WriteLocationInnerEvent() argument
70 void WriteLocationInnerEvent(const int event, std::vector<std::string> names, std::vector<std::string>& values) in WriteLocationInnerEvent() argument
/base/hiviewdfx/hiview/core/test/unittest/common/
H A Devent_dispatch_queue_test.cpp41 auto event = std::make_shared<Event>(name); in CreateEvent() local
80 auto event = CreateEvent(TEST_EVENT_NAME, 0, TEST_MESSAGE, Event::MessageType::SYS_EVENT); in HWTEST_F() local
103 auto event = CreateEvent(TEST_EVENT_NAME, 0, TEST_MESSAGE, Event::MessageType::SYS_EVENT); HWTEST_F() local
[all...]
/base/hiviewdfx/hiview/base/event_store/dao/
H A Dsys_event_dao.cpp53 void SysEventDao::CheckRepeat(std::shared_ptr<SysEvent> event) in CheckRepeat() argument
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_dao.cpp79 int64_t AppEventDao::Insert(std::shared_ptr<AppEventPack> event) in Insert() argument
[all...]

Completed in 9 milliseconds

1...<<11121314151617181920>>...118