Home
last modified time | relevance | path

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

1234

/openbmc/sdbusplus/test/async/
H A Dcontext.cpp58 bool ran = false; in TEST_F() local
60 stdexec::then([&ran]() { ran = true; })); in TEST_F()
66 EXPECT_TRUE(ran); in TEST_F()
102 bool ran = false; in TEST_F() local
108 ctx->spawn(m->next() | stdexec::then([&ran](...) { ran = true; })); in TEST_F()
115 EXPECT_FALSE(ran); in TEST_F()
128 static auto fn(decltype(m->next()) snd, bool& ran) in TEST_F()
132 ran = true; in TEST_F()
137 bool ran = false; in TEST_F() local
138 ctx->spawn(_::fn(m->next(), ran)); in TEST_F()
[all …]
H A Dfdio.cpp53 auto testFdEvents(bool& ran, bool sleepBeforeWrite) in testFdEvents() argument
69 ran = true; in testFdEvents()
83 bool ran = false; in TEST_F() local
84 ctx->spawn(testFdEvents(ran, false)); in TEST_F()
89 EXPECT_TRUE(ran); in TEST_F()
94 bool ran = false; in TEST_F() local
95 ctx->spawn(testFdEvents(ran, true)); in TEST_F()
100 EXPECT_TRUE(ran); in TEST_F()
/openbmc/sdbusplus/test/event/
H A Devent.cpp50 bool ran = false; in TEST_F() local
52 auto c = ev.add_condition(run::_, &ran); in TEST_F()
56 EXPECT_TRUE(ran); in TEST_F()
72 bool ran = false; in TEST_F() local
75 auto c = ev.add_oneshot_timer(handler::_, &ran, timeout); in TEST_F()
79 EXPECT_TRUE(ran); in TEST_F()
/openbmc/linux/tools/tracing/rtla/src/
H A Drtla.c50 goto ran; in run_command()
53 goto ran; in run_command()
56 goto ran; in run_command()
60 ran: in run_command()
/openbmc/openbmc/poky/meta-selftest/recipes-test/emptytest/
H A Demptytest.bb3 # Set LICENSE to something so that bitbake -p that is ran at the beginning
/openbmc/phosphor-pid-control/experiments/
H A DREADME1 To determine the fan's ability to change speed we ran several experiments.
/openbmc/linux/Documentation/admin-guide/
H A Dnumastat.rst34 local_node A process ran on this node's CPU,
37 other_node A process ran on a different node's CPU
H A Dmono.rst61 4) Check that ``.exe`` binaries can be ran without the need of a
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/
H A D0008-adb-Allow-adbd-to-be-ran-as-root.patch4 Subject: [PATCH] adb: Allow adbd to be ran as root
/openbmc/linux/Documentation/tools/rtla/
H A Drtla-hwnoise.rst59 *Periods* the tool ran during the session. The *Runtime* is the time
70 For example, *CPU 3* ran *599* periods of *1 second Runtime*. The CPU received
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/tipcutils/tipcutils/
H A D0001-multicast_blast-tipcc-Fix-struct-type-for-TIPC_GROUP.patch8 never ran into the compiler failures since TIPC_GROUP_JOIN
/openbmc/inarp/
H A Dconfigure.ac29 …AS_HELP_STRING([--enable-oe-sdk], [Link testcases absolutely against OE SDK so they can be ran wit…
/openbmc/linux/drivers/gpu/drm/stm/
H A Dltdc.c666 enum drm_color_range ran = state->color_range; in ltdc_set_ycbcr_coeffs() local
675 if (ran != DRM_COLOR_YCBCR_LIMITED_RANGE && ran != DRM_COLOR_YCBCR_FULL_RANGE) { in ltdc_set_ycbcr_coeffs()
676 DRM_ERROR("color range %d not supported, use limited range by default\n", ran); in ltdc_set_ycbcr_coeffs()
678 ran = DRM_COLOR_YCBCR_LIMITED_RANGE; in ltdc_set_ycbcr_coeffs()
681 DRM_DEBUG_DRIVER("Color encoding=%d, range=%d\n", enc, ran); in ltdc_set_ycbcr_coeffs()
683 ltdc_ycbcr2rgb_coeffs[enc][ran][0]); in ltdc_set_ycbcr_coeffs()
685 ltdc_ycbcr2rgb_coeffs[enc][ran][1]); in ltdc_set_ycbcr_coeffs()
/openbmc/phosphor-event/
H A Dconfigure.ac35 …AS_HELP_STRING([--enable-oe-sdk], [Link testcases absolutely against OE SDK so they can be ran wit…
/openbmc/openbmc/poky/meta/recipes-devtools/opkg/
H A Dopkg-keyrings_1.0.bb14 # each name, 'gpg --export $name' will be ran to export the public key to a
/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-numpy/
H A Dfix_reproducibility.patch20 reproducible target ran first and won the race to populate sstate.
/openbmc/btbridge/
H A Dconfigure.ac36 …AS_HELP_STRING([--enable-oe-sdk], [Link testcases absolutely against OE SDK so they can be ran wit…
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-kernel/kpatch/kpatch/
H A D0002-kpatch-build-allow-overriding-of-distro-name.patch8 build when livepatch modules will be ran on the
/openbmc/openbmc-test-automation/systest/
H A Dnetwork_stability_test.robot59 Print Timen HTX Test ran for: ${HTX_DURATION}
/openbmc/linux/Documentation/gpu/
H A Dvc4.rst63 These tests are using a mock driver and can be ran using the
/openbmc/qemu/tests/tcg/multiarch/
H A Dnoexec.c.inc102 /* Trigger SEGV and check that handle_segv() ran. */
/openbmc/qemu/docs/system/devices/
H A Digb.rst60 Avocado test and can be ran with the following command:
/openbmc/linux/drivers/nvme/target/
H A Dfc.c1124 u64 ran; in nvmet_fc_alloc_target_assoc() local
1154 get_random_bytes(&ran, sizeof(ran) - BYTES_FOR_QID); in nvmet_fc_alloc_target_assoc()
1155 ran = ran << BYTES_FOR_QID_SHIFT; in nvmet_fc_alloc_target_assoc()
1160 if (ran == tmpassoc->association_id) { in nvmet_fc_alloc_target_assoc()
1166 assoc->association_id = ran; in nvmet_fc_alloc_target_assoc()
/openbmc/ibm-logging/
H A Dconfigure.ac33 …AS_HELP_STRING([--enable-oe-sdk], [Link testcases absolutely against OE SDK so they can be ran wit…
/openbmc/hiomapd/
H A Dconfigure.ac32 …AS_HELP_STRING([--enable-oe-sdk], [Link testcases absolutely against OE SDK so they can be ran wit…

1234