Home
last modified time | relevance | path

Searched refs:launched (Results 1 – 25 of 45) sorted by relevance

12

/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dutils.py304 launched = []
308 while (items and not errors) or launched:
309 if not errors and items and len(launched) < max_process:
315 launched.append(p)
316 for q in launched:
327 launched.remove(q)
329 for p in launched:
/OK3568_Linux_fs/kernel/Documentation/x86/
H A Dintel_txt.rst15 - Measurement and verification of launched environment
84 protection is provided to all launched components, a large number
97 - Tboot is an executable that is launched by the bootloader as
133 then any kernel will be launched.
155 launched with tboot and use this copy instead of the one in the
/OK3568_Linux_fs/u-boot/board/coreboot/
H A DKconfig21 Pixel when launched.
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_111.0.5563/
H A D0014-HACK-media-Disable-chromeos-direct-video-decoder-by-.patch19 // TODO(b/159825227): remove when the direct video decoder is fully launched.
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_109.0.5414/
H A D0014-HACK-media-Disable-chromeos-direct-video-decoder-by-.patch19 // TODO(b/159825227): remove when the direct video decoder is fully launched.
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dpage_owner.rst20 program launched. And, launched program continually dump out the trace
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_105.0.5195/
H A D0013-HACK-media-Disable-chromeos-direct-video-decoder-by-.patch20 // TODO(b/159825227): remove when the direct video decoder is fully launched.
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_103.0.5060/
H A D0013-HACK-media-Disable-chromeos-direct-video-decoder-by-.patch20 // TODO(b/159825227): remove when the direct video decoder is fully launched.
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_98.0.4758/
H A D0016-HACK-media-Disable-chromeos-direct-video-decoder-by-.patch20 // TODO(b/159825227): remove when the direct video decoder is fully launched.
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_100.0.4896/
H A D0014-HACK-media-Disable-chromeos-direct-video-decoder-by-.patch20 // TODO(b/159825227): remove when the direct video decoder is fully launched.
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_104.0.5112/
H A D0013-HACK-media-Disable-chromeos-direct-video-decoder-by-.patch20 // TODO(b/159825227): remove when the direct video decoder is fully launched.
/OK3568_Linux_fs/yocto/meta-rockchip/dynamic-layers/recipes-browser/chromium/chromium_101.0.4951/
H A D0014-HACK-media-Disable-chromeos-direct-video-decoder-by-.patch20 // TODO(b/159825227): remove when the direct video decoder is fully launched.
/OK3568_Linux_fs/kernel/Documentation/virt/kvm/
H A Damd-memory-encryption.rst196 SEV_STATE_LAUNCHING, /* guest is currently being launched */
197 … SEV_STATE_SECRET, /* guest is being launched and ready to accept the ciphertext data */
198 SEV_STATE_RUNNING, /* guest is fully launched and running */
/OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/
H A Dvmcs.h62 bool launched; member
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/images/build-appliance-image/
H A DREADME_VirtualBox_Toaster.txt5 Toaster is launched via the command in VM:
/OK3568_Linux_fs/buildroot/package/cog/
H A DConfig.in26 Default URI to open when "cog" is launched. If an empty
/OK3568_Linux_fs/buildroot/package/nvidia-driver/
H A DConfig.in74 launched automatically when needed.
/OK3568_Linux_fs/buildroot/board/rockchip/rk3566_rk3568/fs-overlay/usr/share/matrix-gui-2.0/patches/
H A D0001-execute_command-workaround-for-GUI-apps-with-weston.patch7 - This is needed since matrix is launched fullscreen, and another
/OK3568_Linux_fs/buildroot/board/forlinx/ok3568/fs-overlay/usr/share/matrix-gui-2.0/patches/
H A D0001-execute_command-workaround-for-GUI-apps-with-weston.patch7 - This is needed since matrix is launched fullscreen, and another
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DAAL21 executable program or a program dependent thereon is launched, a
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/bootchart2/
H A Dbootchart2_0.14.9.bb20 # is launched before stopping itself, to collect additional data.
30 # You might set this command to be launched by the desktop environment shipped
/OK3568_Linux_fs/kernel/Documentation/security/
H A Dsak.rst86 These commands cause **all** daemons which are launched by the
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/opensaf/
H A Dopensaf_5.22.01.bb8 The OpenSAF project was launched in mid 2007 and has been under development by \
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.xtensa52 To support standalone applications launched with the "go" command,
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Drunqueue.py1631 launched = []
1633 if len(launched) < max_process:
1636 launched.append(p)
1637 for q in launched:
1640 launched.remove(q)
1641 for p in launched:

12