| /openbmc/sdbusplus/test/async/ |
| H A D | task.cpp | 32 static auto two(bool& executed) -> task<> in TEST() 36 executed = true; in TEST() 43 bool executed = false; in TEST() local 44 stdexec::sync_wait(_::two(executed)); in TEST() 45 EXPECT_TRUE(executed); in TEST() 84 static auto one(size_t count, size_t& executed) -> task<size_t> in TEST() 88 ++executed; in TEST() 89 co_return (co_await one(count - 1, executed)) + 1; in TEST() 96 size_t executed = 0; in TEST() local 99 _::one(count, executed) | in TEST() [all …]
|
| H A D | context.cpp | 86 static auto one(size_t count, size_t& executed) in TEST_F() 91 ++executed; in TEST_F() 92 co_return (co_await one(count - 1, executed)) + 1; in TEST_F() 99 size_t executed = 0; in TEST_F() 101 ctx().spawn(_::one(count, executed) | in TEST_F() 106 EXPECT_EQ(executed, count); in TEST_F() 88 size_t executed = 0; TEST_F() local
|
| /openbmc/telemetry/tests/src/ |
| H A D | test_ensure.cpp | 13 size_t executed = 0u; member in TestEnsure 18 sut = [this] { ++executed; }; in TEST_F() 21 EXPECT_THAT(executed, Eq(1u)); in TEST_F() 26 sut = [this] { ++executed; }; in TEST_F() 27 sut = [this] { executed += 10; }; in TEST_F() 30 EXPECT_THAT(executed, Eq(11u)); in TEST_F()
|
| /openbmc/openbmc/poky/meta/recipes-devtools/expect/expect/ |
| H A D | 0001-Replace-tclsh-with-tclsh8-in-the-scripts-used-in-the.patch | 63 # The next line is executed by /bin/sh, but not tcl \ 76 # The next line is executed by /bin/sh, but not tcl \ 89 # The next line is executed by /bin/sh, but not tcl \ 102 # The next line is executed by /bin/sh, but not tcl \ 115 # The next line is executed by /bin/sh, but not tcl \ 128 # The next line is executed by /bin/sh, but not tcl \ 141 # The next line is executed by /bin/sh, but not tcl \ 154 # The next line is executed by /bin/sh, but not tcl \ 167 # The next line is executed by /bin/sh, but not tcl \ 180 # The next line is executed by /bin/sh, but not tcl \ [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-benchmark/dhrystone/dhrystone-2.1/ |
| H A D | dhrystone-c89.patch | 98 /* executed once */ 108 /* executed once */ 122 /* executed once */ 129 /* then, executed */ 137 /* executed once */ 146 /* executed once */ 170 /* executed once */ 185 /* executed three times */ 204 /* executed once */ 221 /* executed once */ [all …]
|
| /openbmc/phosphor-power/phosphor-regulators/docs/config_file/ |
| H A D | or.md | 7 Note: All actions in the array will be executed even if an action before the end 9 executed, such as a register read that clears latched fault bits.
|
| H A D | and.md | 7 Note: All actions in the array will be executed even if an action before the end 9 executed, such as a register read that clears latched fault bits.
|
| H A D | if.md | 10 If the condition is true, the actions within the "then" property are executed. 12 If the condition is false, the actions within the "else" property are executed
|
| /openbmc/u-boot/drivers/demo/ |
| H A D | Kconfig | 17 a message when the 'demo hello' command is executed which targets 26 a shape when the 'demo hello' command is executed which targets
|
| /openbmc/openbmc/poky/meta/recipes-core/base-files/base-files/share/ |
| H A D | dot.profile | 1 # ~/.profile: executed by Bourne-compatible login shells.
|
| H A D | dot.bashrc | 1 # ~/.bashrc: executed by bash(1) for non-login shells.
|
| /openbmc/u-boot/lib/efi_selftest/ |
| H A D | Kconfig | 7 This adds an EFI test application to U-Boot that can be executed
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/ |
| H A D | ltrace_git.bb | 4 which are called by an executed process and the signals received by that process. \ 5 It can also intercept and print the system calls executed by the program.\
|
| /openbmc/qemu/accel/tcg/ |
| H A D | icount-common.c | 86 int64_t executed = icount_get_executed(cpu); in icount_update_locked() local 87 cpu->icount_budget -= executed; in icount_update_locked() 90 timers_state.qemu_icount + executed); in icount_update_locked()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/python/ |
| H A D | python3-apscheduler_3.10.4.bb | 1 …uler) is a Python library that lets you schedule your Python code to be executed later, either jus…
|
| /openbmc/qemu/docs/devel/ |
| H A D | tcg.rst | 36 After each translated basic block is executed, QEMU uses the simulated 92 pointer composed of the last executed TB’s address and the jump slot 95 The first time this whole sequence is executed, step 1 simply jumps 103 patches the previously executed TB by associating one of its jump 107 The next time this previous TB is executed and we get to that same 122 jump slot index, the address of the TB just executed is also returned. 124 different than the one that was directly executed from the main loop
|
| /openbmc/qemu/target/riscv/ |
| H A D | debug.c | 744 int count, executed; in riscv_itrigger_update_count() local 771 executed = current_icount - last_icount; in riscv_itrigger_update_count() 772 itrigger_set_count(env, i, count - executed); in riscv_itrigger_update_count() 773 if (count == executed) { in riscv_itrigger_update_count() 853 int count = itrigger_get_count(env, env->trigger_cur), executed; in itrigger_get_adjust_count() local 855 executed = icount_get_raw() - env->last_icount; in itrigger_get_adjust_count() 856 count += executed; in itrigger_get_adjust_count()
|
| /openbmc/openbmc/poky/meta/recipes-connectivity/ppp/ppp/ |
| H A D | ppp_on_boot | 7 # with just "#!/bin/sh", the commands below will be executed instead.
|
| /openbmc/qemu/tests/tcg/mips/user/ase/msa/ |
| H A D | README | 8 They are to be executed using QEMU user mode, using command line:
|
| /openbmc/u-boot/board/toradex/colibri_imx6/ |
| H A D | Kconfig | 39 If executed on already fused modules it doesn't change any fuse setting.
|
| /openbmc/openbmc/poky/meta/recipes-devtools/mtools/mtools/ |
| H A D | disable-hardcoded-configs.patch | 26 - /* the old-name configuration files only get executed if none of the
|
| /openbmc/openbmc/poky/meta/recipes-extended/watchdog/ |
| H A D | watchdog-config.bb | 3 working. If programs in user space are not longer executed it will reboot \
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/tremor/tremor/ |
| H A D | tremor-arm-thumb2.patch | 9 executed conditionally can be preceded by a special "IT instruction" which 11 executed if the condition is false respectively.
|
| /openbmc/openbmc-test-automation/docs/ |
| H A D | redfish_request_via_mTLS.md | 29 - When a redfish request is executed, it will be executed through the python
|
| /openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-ptyprocess/ |
| H A D | a44312974bd9084aa568d2e18ce5b2a7e0e45983.patch | 16 The removed call does not seem to have any effect when the file is executed
|