| /openbmc/sdbusplus/test/async/ |
| H A D | task.cpp | 32 static auto two(bool& executed) -> task<> in TEST() 36 executed = true; in TEST() 41 // Add boolean to confirm that co-routine actually executed by the 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 [all …]
|
| H A D | context.cpp | 75 static auto one(size_t count, size_t& executed) in TEST_F() 80 ++executed; in TEST_F() 81 co_return (co_await one(count - 1, executed)) + 1; in TEST_F() 88 size_t executed = 0; in TEST_F() local 90 ctx->spawn(_::one(count, executed) | in TEST_F() 95 EXPECT_EQ(executed, count); in TEST_F()
|
| /openbmc/u-boot/include/ |
| H A D | mpc8xx.h | 316 #define MAMR_RLFA_1X 0x00000100 /* The Read Loop is executed 1 time */ 317 #define MAMR_RLFA_2X 0x00000200 /* The Read Loop is executed 2 times */ 318 #define MAMR_RLFA_3X 0x00000300 /* The Read Loop is executed 3 times */ 319 #define MAMR_RLFA_4X 0x00000400 /* The Read Loop is executed 4 times */ 320 #define MAMR_RLFA_5X 0x00000500 /* The Read Loop is executed 5 times */ 321 #define MAMR_RLFA_6X 0x00000600 /* The Read Loop is executed 6 times */ 322 #define MAMR_RLFA_7X 0x00000700 /* The Read Loop is executed 7 times */ 323 #define MAMR_RLFA_8X 0x00000800 /* The Read Loop is executed 8 times */ 324 #define MAMR_RLFA_9X 0x00000900 /* The Read Loop is executed 9 times */ 325 #define MAMR_RLFA_10X 0x00000A00 /* The Read Loop is executed 10 times */ [all …]
|
| H A D | cli.h | 23 * @return 1 - command executed, repeatable 24 * 0 - command executed but not repeatable, interrupted commands are 26 * -1 - not executed (unrecognized, bootd recursion or too many args) 43 * The commands should be separated by ; or \n and will be executed 116 * node) then we return true, indicating that the command should be executed 119 * @cmdp: On entry, the command that will be executed if the FDT does
|
| H A D | efi_selftest.h | 45 * A test may be setup and executed at boottime, 46 * it may be setup at boottime and executed at runtime, 47 * or it may be setup and executed at runtime. 128 * @phase: specifies when setup and execute are executed 132 * @on_request: test is only executed on request
|
| /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/u-boot/lib/dhry/ |
| H A D | dhry_2.c | 62 /* executed once */ in Proc_6() 67 /* then, not executed */ in Proc_6() 80 case Ident_3: /* executed */ in Proc_6() 95 /* executed three times */ 112 /* executed once */ in Proc_8() 137 /* executed three times */ in Func_1() 148 /* then, executed */ in Func_1() 150 else /* not executed */ in Func_1() 161 /* executed once */ in Func_2() 173 while (Int_Loc <= 2) /* loop body executed once */ [all …]
|
| H A D | dhry_1.c | 195 while (Int_1_Loc < Int_2_Loc) /* loop body executed once */ in dhry() 208 /* loop body executed twice */ in dhry() 211 /* then, not executed */ in dhry() 328 /* executed once */ in Proc_1() 344 /* then, executed */ in Proc_1() 353 else /* not executed */ in Proc_1() 359 /* executed once */ in Proc_2() 368 do /* executed once */ in Proc_2() 370 /* then, executed */ in Proc_2() 381 /* executed once */ in Proc_3() [all …]
|
| /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/phosphor-power/phosphor-regulators/src/actions/ |
| H A D | if_action.hpp | 42 * The condition is a single action. The action is executed to determine if the 45 * If the condition is true, the actions in the "then" clause are executed. 47 * If the condition is false, the actions in the "else" clause are executed (if 80 * will be executed. Returns the return value of the last action in the 84 * will be executed. Returns the return value of the last action in the 88 * successfully executed. 108 * These actions are executed if the condition is true. 120 * These actions are executed if the condition is false. 152 * Actions in the "then" clause. Executed if condition is true. 157 * Actions in the "else" clause. Executed if condition is false. Optional.
|
| H A D | action.hpp | 32 * Actions are executed to perform regulator operations, such as configuring a 50 * successfully executed. 56 * indicate if the action was successfully executed.
|
| /openbmc/phosphor-host-ipmid/include/ipmid/ |
| H A D | api.hpp | 43 * pass in work to be executed in that context 46 * @param work - the callback function to be executed 68 * be executed later in the chain, while the highest priority numbers will cause 69 * the handler to be executed first. 84 * @param handler - the callback function to be executed
|
| /openbmc/openbmc-test-automation/lib/ |
| H A D | jobs_processing.py | 23 keyword_name Keyword name to be executed. 41 num_process Number of times keyword to be executed. 42 keyword_name Keyword name to be executed. 71 keyword_name Keyword name to be executed. 92 keyword_names Keyword name to be executed.
|
| /openbmc/openbmc-test-automation/ffdc/plugins/ |
| H A D | telnet_execution.py | 27 and the command to be executed as arguments. 32 The function returns the output of the executed command as a string. 38 command (str): The command to be executed on the remote host. 43 str: The output of the executed command as a string.
|
| H A D | ssh_execution.py | 30 and SSH port) and the command to be executed as arguments. 35 The function returns the output of the executed command as a string or 43 command (str): The command to be executed on the remote host. 51 str or list: The output of the executed command as a string or a list
|
| /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/sdeventplus/src/sdeventplus/source/ |
| H A D | event.hpp | 35 * @param[in] callback - The function executed on event dispatch 60 * @param[in] callback - The function executed on event dispatch 72 /** @brief Returns a reference to the callback executed for this source 121 * @param[in] callback - The function executed on event dispatch 134 * @param[in] callback - The function executed on event dispatch 147 * @param[in] callback - The function executed on event dispatch
|
| H A D | time.hpp | 43 * @param[in] time - Absolute time when the callback should be executed 45 * @param[in] callback - The function executed on event dispatch 65 * @param[in] callback - The function executed on event dispatch 104 /** @brief Returns a reference to the callback executed for this source 113 * @param[in] time - Absolute time when the callback should be executed
|
| H A D | signal.hpp | 38 * @param[in] callback - The function executed on event dispatch 57 * @param[in] callback - The function executed on event dispatch 75 /** @brief Returns a reference to the callback executed for this source 85 * @param[in] callback - The function executed on event dispatch
|
| /openbmc/u-boot/arch/powerpc/include/asm/ |
| H A D | fsl_lbc.h | 229 #define MxMR_WLFx_1X 0x00000400 /* executed 1 time */ 230 #define MxMR_WLFx_2X 0x00000800 /* executed 2 times */ 231 #define MxMR_WLFx_3X 0x00000c00 /* executed 3 times */ 232 #define MxMR_WLFx_4X 0x00001000 /* executed 4 times */ 233 #define MxMR_WLFx_5X 0x00001400 /* executed 5 times */ 234 #define MxMR_WLFx_6X 0x00001800 /* executed 6 times */ 235 #define MxMR_WLFx_7X 0x00001c00 /* executed 7 times */ 236 #define MxMR_WLFx_8X 0x00002000 /* executed 8 times */ 237 #define MxMR_WLFx_9X 0x00002400 /* executed 9 times */ 238 #define MxMR_WLFx_10X 0x00002800 /* executed 10 times */ [all …]
|
| /openbmc/qemu/docs/devel/ |
| H A D | tcg-icount.rst | 27 At its heart icount is simply a count of executed instructions which 29 executed instructions can then be used to calculate QEMU_CLOCK_VIRTUAL 35 To be able to calculate the number of executed instructions the 37 executed. The budget of instructions is limited by how long it will be 61 - restore un-executed instructions to the icount budget
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/ |
| H A D | task.html | 26 {# executed tasks outcome #} 44 {# not executed tasks outcome #} 78 value tells you if a task had to run (executed) in 81 to run (not executed)"></span> 82 Executed 87 'executed' tasks succeeded or failed. The column also 88 tells you why 'not executed' tasks did not need to 178 Executed 180 title="'Executed' tasks are those that need to run in order to 184 Not Executed [all …]
|
| /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/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.
|