| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/ |
| H A D | selenium_helpers_base.py | 61 class Wait(WebDriverWait): class 70 super(Wait, self).__init__(driver, self._TIMEOUT, self._POLL_FREQUENCY) 177 element = Wait(self.driver).until(is_present, msg) 184 Wait(self.driver).until(is_visible, msg) 192 Wait(self.driver).until(is_focused, msg)
|
| H A D | test_most_recent_builds_states.py | 13 from tests.browser.selenium_helpers_base import Wait 80 element = Wait(self.driver).until(recipe_bar_updated, msg) 115 element = Wait(self.driver).until(task_bar_updated, msg) 128 element = Wait(self.driver).until(task_bar_updated, msg)
|
| /OK3568_Linux_fs/kernel/Documentation/locking/ |
| H A D | ww-mutex-design.rst | 2 Wound/Wait Deadlock-Proof Mutex Design 37 and the deadlock handling approach is called Wait-Die. The name is based on 41 and dies. Hence Wait-Die. 42 There is also another algorithm called Wound-Wait: 46 transaction. Hence Wound-Wait. 48 However, the Wound-Wait algorithm is typically stated to generate fewer backoffs 49 compared to Wait-Die, but is, on the other hand, associated with more work than 50 Wait-Die when recovering from a backoff. Wound-Wait is also a preemptive 54 Wound-Wait transaction is considered preempted when it dies (returning 72 class also specifies what algorithm to use, Wound-Wait or Wait-Die. [all …]
|
| /OK3568_Linux_fs/tools/windows/RKDevTool/RKDevTool_Release/Language/ |
| H A D | English.ini | 190 IDS_WAITMSC_START=Wait For MSC Start 191 IDS_WAITMSC_FAIL=Wait For MSC Fail 192 IDS_WAITMSC_PASS=Wait For MSC Success 193 IDS_WAITLOADER_START=Wait For Loader Start 194 IDS_WAITLOADER_FAIL=Wait For Loader Fail 195 IDS_WAITLOADER_PASS=Wait For Loader Success 196 IDS_WAITMASKROM_START=Wait For Maskrom Start 197 IDS_WAITMASKROM_FAIL=Wait For Maskrom Fail 198 IDS_WAITMASKROM_PASS=Wait For Maskrom Success
|
| /OK3568_Linux_fs/kernel/drivers/block/paride/ |
| H A D | pd.c | 360 enum action {Fail = 0, Ok = 1, Hold, Wait}; enumerator 472 case Wait: in run_fsm() 548 return Wait; in do_pd_read_start() 563 return Wait; in do_pd_write_start() 572 return Wait; in do_pd_write_start() 600 return Wait; in do_pd_read_drq() 620 return Wait; in do_pd_write_done()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/nmon/nmon/ |
| H A D | 0001-Fix-a-lot-of-Werror-format-security-errors-with-mvpr.patch | 22 …*mvwprintw(padsmp,2, 0, "CPU User%% Sys%% Wait%% Idle|0 |25 |50 |75 … 35 - mvwprintw(padsmp, 2, 15, " Wait%%"); 36 + mvwprintw(padsmp, 2, 15, "%s", " Wait%%");
|
| /OK3568_Linux_fs/buildroot/package/qt5/qt5base/ |
| H A D | 0013-linuxfb-Use-triple-buffer-by-default.patch | 96 + // Wait flip to make sure last buffer displayed 122 + // Wait flip before accessing new buffer
|
| H A D | 0027-HACK-qmake-Workaround-installation-race-of-qtdeclara.patch | 31 + /* Wait for other installers and retry later */
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/ |
| H A D | 0030-kmssink-Support-setting-prefered-frame-syncing-mode.patch | 68 - /* Wait for the previous frame to complete redraw */ 73 + /* Wait for the previous frame to complete redraw */
|
| H A D | 0033-waylandsink-Wait-10s-for-toplevel-window-s-configure.patch | 4 Subject: [PATCH 33/33] waylandsink: Wait 10s for toplevel window's configure
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-lpc32xx/ |
| H A D | suspend.S | 52 @ Wait for SDRAM busy status to go busy and then idle
|
| /OK3568_Linux_fs/buildroot/board/rockchip/electric/fs-overlay/usr/lib/systemd/system/ |
| H A D | systemd-networkd-wait-online.service | 11 Description=Wait for Network to be Configured
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-terminal/gnome-terminal/ |
| H A D | 0001-Add-W_EXITCODE-macro-for-non-glibc-systems.patch | 29 /* Wait-for-exit helper */
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/openl2tp/openl2tp/ |
| H A D | 0001-Use-1-instead-of-WAIT_ANY.patch | 20 /* Wait for processes in our process group. */
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/ |
| H A D | 0034-waylandsink-Wait-10s-for-toplevel-window-s-configure.patch | 4 Subject: [PATCH 34/41] waylandsink: Wait 10s for toplevel window's configure
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/ |
| H A D | 0034-waylandsink-Wait-10s-for-toplevel-window-s-configure.patch | 4 Subject: [PATCH 34/41] waylandsink: Wait 10s for toplevel window's configure
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/ntopng/files/ |
| H A D | 0001-autogen.sh-generate-configure.ac-only.patch | 30 -echo "Wait please..."
|
| /OK3568_Linux_fs/kernel/arch/arm/common/ |
| H A D | vlock.S | 65 @ Wait for the current round of voting to finish:
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | basics.rst | 39 Wait queues and Wake events
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_111.0.5563/ |
| H A D | 0010-Create-new-fence-when-there-s-no-in-fences.patch | 29 fence->Wait();
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_109.0.5414/ |
| H A D | 0010-Create-new-fence-when-there-s-no-in-fences.patch | 29 fence->Wait();
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_105.0.5195/ |
| H A D | 0009-Create-new-fence-when-there-s-no-in-fences.patch | 29 fence->Wait();
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_96.0.4664/ |
| H A D | 0010-Create-new-fence-when-there-s-no-in-fences.patch | 29 fence->Wait();
|
| /OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_97.0.4692/ |
| H A D | 0010-Create-new-fence-when-there-s-no-in-fences.patch | 29 fence->Wait();
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-omap2/omap5/ |
| H A D | sec_entry_cpu1.S | 97 wfe @ Wait for CPU1 to finish
|