Home
last modified time | relevance | path

Searched refs:completion_delay (Results 1 – 17 of 17) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/net/nfc/hci/
H A Dhcp.c25 unsigned long completion_delay) in nfc_hci_hcp_message_tx() argument
42 cmd->completion_delay = completion_delay; in nfc_hci_hcp_message_tx()
H A Dhci.h39 unsigned long completion_delay; member
74 unsigned long completion_delay);
H A Dcore.c120 msecs_to_jiffies(hdev->cmd_pending_msg->completion_delay)); in nfc_hci_msg_tx_work()
/dports/multimedia/libv4l/linux-5.13-rc2/net/nfc/hci/
H A Dhcp.c25 unsigned long completion_delay) in nfc_hci_hcp_message_tx() argument
42 cmd->completion_delay = completion_delay; in nfc_hci_hcp_message_tx()
H A Dhci.h39 unsigned long completion_delay; member
74 unsigned long completion_delay);
H A Dcore.c120 msecs_to_jiffies(hdev->cmd_pending_msg->completion_delay)); in nfc_hci_msg_tx_work()
/dports/multimedia/v4l-utils/linux-5.13-rc2/net/nfc/hci/
H A Dhcp.c25 unsigned long completion_delay) in nfc_hci_hcp_message_tx() argument
42 cmd->completion_delay = completion_delay; in nfc_hci_hcp_message_tx()
H A Dhci.h39 unsigned long completion_delay; member
74 unsigned long completion_delay);
H A Dcore.c120 msecs_to_jiffies(hdev->cmd_pending_msg->completion_delay)); in nfc_hci_msg_tx_work()
/dports/emulators/dps8m/dps8m-572f79bb4f0f84a8b16c3892c894c2b9ed64b458/src/simh/
H A Dsim_disk.h65 … uint32 debugbit, const char *drivetype, uint32 pdp11_tracksize, int completion_delay);
H A Dsim_tape.h145 t_stat sim_tape_attach_ex (UNIT *uptr, const char *cptr, uint32 dbit, int completion_delay);
H A Dsim_disk.c836 uint32 dbit, const char *dtype, uint32 pdp11tracksize, int completion_delay) in sim_disk_attach() argument
876 …gbuf, sector_size, xfer_element_size, dontautosize, dbit, dtype, pdp11tracksize, completion_delay); in sim_disk_attach()
895 …cptr, sector_size, xfer_element_size, dontautosize, dbit, dtype, pdp11tracksize, completion_delay); in sim_disk_attach()
1027 …rent, sector_size, xfer_element_size, dontautosize, dbit, dtype, pdp11tracksize, completion_delay); in sim_disk_attach()
H A Dsim_tape.c127 t_stat sim_tape_attach_ex (UNIT *uptr, const char *cptr, uint32 dbit, int completion_delay) in sim_tape_attach_ex() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/password_manager/core/browser/android_affiliation/
H A Dfacet_manager_unittest.cc235 base::TimeDelta completion_delay; member
332 std::min(until_time, SafeAdd(Now(), next_fetch.completion_delay)))); in AdvanceTimeAndVerifyPrefetchWithFetchesAt()
333 if (next_fetch.completion_delay < base::TimeDelta::Max()) in AdvanceTimeAndVerifyPrefetchWithFetchesAt()
1125 expected_fetches[0].completion_delay = in TEST_F()
1130 expected_fetches[1].completion_delay = in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/password_manager/core/browser/android_affiliation/
H A Dfacet_manager_unittest.cc233 base::TimeDelta completion_delay; member
330 std::min(until_time, SafeAdd(Now(), next_fetch.completion_delay)))); in AdvanceTimeAndVerifyPrefetchWithFetchesAt()
331 if (next_fetch.completion_delay < base::TimeDelta::Max()) in AdvanceTimeAndVerifyPrefetchWithFetchesAt()
1123 expected_fetches[0].completion_delay = in TEST_F()
1128 expected_fetches[1].completion_delay = in TEST_F()
/dports/math/qalculate/qalculate-gtk-3.17.0/src/
H A Dinterface.cc206 extern int completion_delay;
2630 …_get_object(preferences_builder, "preferences_spin_completion_delay")), (double) completion_delay); in get_preferences_dialog()
H A Dcallbacks.cc341 int completion_delay = 0; variable
17971 if(gtk_check_menu_item_get_active(w)) completion_delay = 500; in on_popup_menu_item_completion_delay_toggled()
17972 else completion_delay = 0; in on_popup_menu_item_completion_delay_toggled()
18189 …NU_ITEM(_("Delayed completion"), on_popup_menu_item_completion_delay_toggled, completion_delay > 0) in on_expressiontext_populate_popup()
18965 completion_delay = 0; in load_preferences()
19148 completion_delay = v; in load_preferences()
20078 fprintf(file, "completion_delay=%i\n", completion_delay); in save_preferences()
21742 completion_delay = gtk_spin_button_get_value_as_int(spin); in on_preferences_spin_completion_delay_value_changed()
23419 if(matches > 0 && (highest_match != 1 || completion_delay <= 0 || !display_expression_status)) { in do_completion()
23459 if(completion_delay <= 0 || gtk_widget_is_visible(completion_window)) { in on_expressionbuffer_changed()
[all …]