Home
last modified time | relevance | path

Searched refs:has_events (Results 1 – 25 of 121) sorted by relevance

12345

/dports/emulators/bochs/bochs-2.7/iodev/usb/
H A Dusb_hid.cc803 BXRS_PARAM_BOOL(list, has_events, s.has_events); in register_state_specific()
1015 if (!s.has_events) { in mouse_poll()
1019 if (s.has_events || force) { in mouse_poll()
1029 if (s.has_events || force) { in mouse_poll()
1149 s.has_events = 1; in mouse_enq()
1174 s.has_events = 1; in mouse_enq()
1188 s.has_events = 0; in keyboard_poll()
1221 if (s.has_events) { in gen_scancode()
1237 s.has_events = 1; in gen_scancode()
1241 s.has_events = 1; in gen_scancode()
[all …]
H A Dusb_hid.h50 bool has_events; member
/dports/devel/simdjson/simdjson-0.9.6/benchmark/
H A Dbenchfeatures.cpp188 bool has_events() const { in has_events() function
189 return empty.collector.has_events(); in has_events()
207 if (!has_events()) { return 1; } in struct1_7_miss_rate()
221 if (!has_events()) { return 1; } in struct8_15_miss_rate()
235 if (!has_events()) { return 1; } in struct16_miss_rate()
249 if (!has_events()) { return 1; } in utf8_miss_rate()
263 if (!has_events()) { return 1; } in escape_miss_rate()
344 if (has_events()) { in print()
376 if (features.has_events()) { in print_file_effectiveness()
441 if (features.has_events()) { in main()
[all …]
H A Dbenchmark.h34 if (collector.has_events()) { \
81 if (collector.has_events()) { \
H A Devent_counter.h126 bool has_events() { in has_events() function
131 bool has_events() { in has_events() function
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/benchmark/
H A Dbenchfeatures.cpp188 bool has_events() const { in has_events() function
189 return empty.collector.has_events(); in has_events()
207 if (!has_events()) { return 1; } in struct1_7_miss_rate()
221 if (!has_events()) { return 1; } in struct8_15_miss_rate()
235 if (!has_events()) { return 1; } in struct16_miss_rate()
249 if (!has_events()) { return 1; } in utf8_miss_rate()
263 if (!has_events()) { return 1; } in escape_miss_rate()
344 if (has_events()) { in print()
376 if (features.has_events()) { in print_file_effectiveness()
441 if (features.has_events()) { in main()
[all …]
H A Dbenchmark.h34 if (collector.has_events()) { \
81 if (collector.has_events()) { \
H A Devent_counter.h126 bool has_events() { in has_events() function
131 bool has_events() { in has_events() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/rlz/lib/
H A Dfinancial_ping.cc130 bool has_events = GetProductEventsAsCgi(product, cgi, base::size(cgi)); in FormRequest() local
131 if (has_events) in FormRequest()
138 if (!has_events) { in FormRequest()
153 if (GetPingParams(product, has_events ? access_points : all_points, cgi, in FormRequest()
157 if (has_events && !exclude_machine_id) { in FormRequest()
442 bool has_events = GetProductEventsAsCgi(product, cgi, base::size(cgi)); in IsPingTime() local
443 if (no_delay && has_events) in IsPingTime()
446 return interval >= (has_events ? kEventsPingInterval : kNoEventsPingInterval); in IsPingTime()
/dports/x11/polybar/polybar-3.5.7/lib/xpp/generators/
H A Dcppevent.py75 def _event_dispatcher_class(typedef, ctors, switch, members, has_events): argument
79 , " handler" if has_events else ""
80 , " event" if has_events else ""
81 , switch if has_events else ""
/dports/biology/sigviewer/sigviewer-0.6.4-13-gf62f8d9/src/gui_impl/commands/
H A Dsave_gui_command.cpp346 bool has_events = false; in evaluateEnabledness() local
352has_events = applicationContext()->getCurrentFileContext()->getEventManager()->getNumberOfEvents()… in evaluateEnabledness()
361 getQAction (EXPORT_EVENTS_CSV_)->setEnabled (has_events); in evaluateEnabledness()
362 getQAction (EXPORT_EVENTS_EVT_)->setEnabled (has_events); in evaluateEnabledness()
/dports/print/py-frescobaldi/frescobaldi-3.1.3/frescobaldi_app/midifile/
H A Dplayer.py120 if self.has_events():
192 def has_events(self): member in Player
206 if self.has_events():
/dports/www/ilias/ILIAS-5.4.25/Services/Calendar/classes/
H A Dclass.ilCalendarMonthGUI.php186 $has_events = (bool) $this->showEvents($date);
188 if (!$this->view_with_appointments && $has_events) {
230 (!$disable_empty || $has_events)) {
/dports/www/ilias6/ILIAS-6.14/Services/Calendar/classes/
H A Dclass.ilCalendarMonthGUI.php186 $has_events = (bool) $this->showEvents($date);
188 if (!$this->view_with_appointments && $has_events) {
230 (!$disable_empty || $has_events)) {
/dports/devel/simdjson/simdjson-0.9.6/benchmark/json_benchmark/
H A Drun_json_benchmark.h58 if (collector.has_events()) { in run_json_benchmark()
92 if (collector.has_events()) { in run_json_benchmark()
/dports/databases/redisdesktopmanager/RedisDesktopManager-2021.8/3rdparty/simdjson/benchmark/json_benchmark/
H A Drun_json_benchmark.h58 if (collector.has_events()) { in run_json_benchmark()
92 if (collector.has_events()) { in run_json_benchmark()
/dports/www/firefox/firefox-99.0/third_party/rust/neqo-common/src/
H A Devent.rs20 fn has_events(&self) -> bool; in has_events() method
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/neqo-common/src/
H A Devent.rs20 fn has_events(&self) -> bool; in has_events() method
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/neqo-common/src/
H A Devent.rs20 fn has_events(&self) -> bool; in has_events() method
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/ndk-0.1.0/src/
H A Dinput_queue.rs47 pub fn has_events(&self) -> Result<bool, InputQueueError> { in has_events() method
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/ndk-0.2.1/src/
H A Dinput_queue.rs47 pub fn has_events(&self) -> Result<bool, InputQueueError> { in has_events() method
/dports/sysutils/tealdeer/tealdeer-1.4.1/cargo-crates/ndk-0.1.0/src/
H A Dinput_queue.rs47 pub fn has_events(&self) -> Result<bool, InputQueueError> { in has_events() method
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/ndk-0.3.0/src/
H A Dinput_queue.rs47 pub fn has_events(&self) -> Result<bool, InputQueueError> { in has_events() method
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/ndk-0.4.0/src/
H A Dinput_queue.rs47 pub fn has_events(&self) -> Result<bool, InputQueueError> { in has_events() method
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/ndk-0.4.0/src/
H A Dinput_queue.rs47 pub fn has_events(&self) -> Result<bool, InputQueueError> { in has_events() method

12345