Home
last modified time | relevance | path

Searched refs:executed (Results 1 – 25 of 320) sorted by relevance

12345678910>>...13

/openbmc/sdbusplus/test/async/
H A Dtask.cpp32 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 Dcontext.cpp86 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 Dtest_ensure.cpp13 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 D0001-Replace-tclsh-with-tclsh8-in-the-scripts-used-in-the.patch63 # 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 Ddhrystone-c89.patch98 /* 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 Dor.md7 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 Dand.md7 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 Dif.md10 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 DKconfig17 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 Ddot.profile1 # ~/.profile: executed by Bourne-compatible login shells.
H A Ddot.bashrc1 # ~/.bashrc: executed by bash(1) for non-login shells.
/openbmc/u-boot/lib/efi_selftest/
H A DKconfig7 This adds an EFI test application to U-Boot that can be executed
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/ltrace/
H A Dltrace_git.bb4 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 Dicount-common.c86 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 Dpython3-apscheduler_3.10.4.bb1 …uler) is a Python library that lets you schedule your Python code to be executed later, either jus…
/openbmc/qemu/docs/devel/
H A Dtcg.rst36 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 Ddebug.c744 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 Dppp_on_boot7 # with just "#!/bin/sh", the commands below will be executed instead.
/openbmc/qemu/tests/tcg/mips/user/ase/msa/
H A DREADME8 They are to be executed using QEMU user mode, using command line:
/openbmc/u-boot/board/toradex/colibri_imx6/
H A DKconfig39 If executed on already fused modules it doesn't change any fuse setting.
/openbmc/openbmc/poky/meta/recipes-devtools/mtools/mtools/
H A Ddisable-hardcoded-configs.patch26 - /* the old-name configuration files only get executed if none of the
/openbmc/openbmc/poky/meta/recipes-extended/watchdog/
H A Dwatchdog-config.bb3 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 Dtremor-arm-thumb2.patch9 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 Dredfish_request_via_mTLS.md29 - 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 Da44312974bd9084aa568d2e18ce5b2a7e0e45983.patch16 The removed call does not seem to have any effect when the file is executed

12345678910>>...13