Home
last modified time | relevance | path

Searched refs:infinite (Results 1 – 25 of 90) sorted by relevance

1234

/openbmc/phosphor-webui/app/common/styles/base/
H A Dmixins.scss112 -webkit-animation: progress 2s linear infinite;
113 -moz-animation: progress 2s linear infinite;
114 animation: progress 2s linear infinite;
188 -webkit-animation: row-flash 1s infinite; /* Safari 4+ */
189 -moz-animation: row-flash 1s infinite; /* Fx 5+ */
190 -o-animation: row-flash 1s infinite; /* Opera 12+ */
191 animation: row-flash 1s infinite; /* IE 10+ */
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/
H A Dpython3-blivet_3.9.2.bb13 file://0007-invoking-mount-with-infinite-timeout.patch \
15 file://0009-invoking-fsck-with-infinite-timeout.patch \
16 file://0010-invoking-mkfs-with-infinite-timeout.patch \
17 file://0011-invoking-dd-with-infinite-timeout.patch \
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A DCVE-2015-7697.patch8 Subject: [PATCH 2/2] fix infinite loop when extracting empty bzip2 data
23 + /* avoid an infinite loop */
/openbmc/qemu/tests/qemu-iotests/
H A D043.out5 qemu-img: Backing file 'TEST_DIR/t.IMGFMT' creates an infinite loop.
10 qemu-img: Backing file 'TEST_DIR/t.IMGFMT' creates an infinite loop.
17 qemu-img: Backing file 'TEST_DIR/t.IMGFMT.2.base' creates an infinite loop.
/openbmc/openbmc/poky/meta/recipes-connectivity/avahi/files/
H A Dhandle-hup.patch8 Subject: [PATCH] Avoid infinite-loop in avahi-daemon by handling HUP event in
19 without nothing being done, thus entering an infinite loop.
/openbmc/openbmc/meta-openembedded/meta-python/recipes-extended/python-blivet/python3-blivet/
H A D0003-support-infinit-timeout.patch21 +# timeout = -1 means infinite timeout, always wait.
51 + program_log.info("Running... %s ...infinite timeout", " ".join(argv))
H A D0007-invoking-mount-with-infinite-timeout.patch4 Subject: [PATCH 07/11] invoking mount with infinite timeout
H A D0009-invoking-fsck-with-infinite-timeout.patch4 Subject: [PATCH 09/11] invoking fsck with infinite timeout
H A D0011-invoking-dd-with-infinite-timeout.patch4 Subject: [PATCH] invoking dd with infinite timeout
H A D0010-invoking-mkfs-with-infinite-timeout.patch4 Subject: [PATCH 10/11] invoking mkfs with infinite timeout
/openbmc/openbmc/poky/meta/recipes-graphics/mesa/mesa-demos/
H A D0001-mesa-demos-Add-missing-data-files.patch16 src/fpglsl/infinite-loop.glsl | 7 +
27 src/vpglsl/infinite-loop.glsl | 8 ++
30 create mode 100644 src/fpglsl/infinite-loop.glsl
41 create mode 100644 src/vpglsl/infinite-loop.glsl
53 diff --git a/src/fpglsl/infinite-loop.glsl b/src/fpglsl/infinite-loop.glsl
57 +++ b/src/fpglsl/infinite-loop.glsl
608 diff --git a/src/vpglsl/infinite-loop.glsl b/src/vpglsl/infinite-loop.glsl
612 +++ b/src/vpglsl/infinite-loop.glsl
/openbmc/linux/drivers/accel/ivpu/
H A DTODO1 - Move to threaded_irqs to mitigate potential infinite loop in ivpu_ipc_irq_handler()
/openbmc/phosphor-webui/app/common/styles/elements/
H A Dloader.scss25 animation: rotate 1s linear infinite;
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-fix-msgsndnotify-loop.patch21 + /* Don't reenter this function. There is a nasty infinite recursion
/openbmc/linux/drivers/mtd/tests/
H A Dtorturetest.c171 int err = 0, i, infinite = !cycles_count; in tort_init() local
330 if (!infinite && --cycles_count == 0) in tort_init()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Ddefault.css336 -webkit-animation: fa-spin 2s infinite linear;
337 animation: fa-spin 2s infinite linear;
341 -webkit-animation: fa-spin 1s infinite steps(8);
342 animation: fa-spin 1s infinite steps(8);
391 animation: spin 1s linear infinite;
H A Dfont-awesome.min.css33 …imation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s inf…
/openbmc/openbmc/poky/meta/recipes-core/ncurses/files/
H A D0001-tic-hang.patch8 'tic' of some linux distributions (e.g. fedora 11) hang in an infinite
/openbmc/openbmc/poky/meta/recipes-devtools/qemu/qemu/
H A D0005-qemu-Add-some-user-space-mmap-tweaks-to-address-musl.patch7 infinite loop of mremap calls of ever decreasing/increasing addresses.
/openbmc/openbmc/poky/meta/classes/
H A Dextrausers.bbclass65 # Avoid infinite loop if the last parameter doesn't end with ';'
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/yajl/yajl/
H A DCVE-2022-24795.patch10 infinite loop without a return from yajl_buf_ensure_available().
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libtest/
H A Dlibtest-deep-perl_1.204.bb11 caught in an infinite loop. \
/openbmc/webui-vue/src/env/assets/styles/
H A D_ibm.scss73 animation: gradient 3s $standard-easing--productive infinite;
/openbmc/linux/Documentation/filesystems/
H A Ddirectory-locking.rst113 Otherwise the set of contended objects would be infinite - each of them
120 would again have an infinite set of contended objects). But that
/openbmc/entity-manager/docs/
H A Dentity_manager_dbus_api.md98 dictionary. It is possible to extend in the future to allow nearly infinite

1234