| /openbmc/u-boot/scripts/kconfig/tests/ |
| H A D | conftest.py | 220 def _read_and_compare(self, compare, expected): argument 230 def _contains(self, attr, expected): argument 235 def _matches(self, attr, expected): argument 239 def config_contains(self, expected): argument 247 def config_matches(self, expected): argument 255 def stdout_contains(self, expected): argument 263 def stdout_matches(self, expected): argument 271 def stderr_contains(self, expected): argument 279 def stderr_matches(self, expected): argument
|
| /openbmc/qemu/util/ |
| H A D | lockcnt.c | 63 int expected = *val; in qemu_lockcnt_cmpxchg_or_wait() local 82 int expected = *val; in qemu_lockcnt_cmpxchg_or_wait() local 120 int expected = val; in qemu_lockcnt_inc() local 163 int expected = val; in qemu_lockcnt_dec_and_lock() local 260 int expected, new, val; in qemu_lockcnt_inc_and_unlock() local 278 int expected, new, val; in qemu_lockcnt_unlock() local
|
| /openbmc/qemu/tests/unit/ |
| H A D | test-resv-mem.c | 39 GList *expected) in compare_ranges() 69 static void reset(GList **in, GList **out, GList **expected) in reset() 80 run_range_inverse_array(const char *prefix, GList **in, GList **expected, in run_range_inverse_array() 91 GList *in = NULL, *expected = NULL; in check_range_reverse_array() local 138 GList *in = NULL, *expected = NULL; in check_range_reverse_array_low_end() local
|
| H A D | test-qht.c | 70 static void check(int a, int b, bool expected) in check() 108 static void check_n(size_t expected) in check_n() 133 static void iter_sum_check(unsigned int expected) in iter_sum_check() 156 unsigned int expected = 0; in iter_rm_mod_check() local
|
| /openbmc/bmcweb/test/http/ |
| H A D | server_sent_event_test.cpp | 50 constexpr std::string_view expected = in TEST() local 72 std::string_view expected = "id: TestEventId\n" in TEST() local 92 constexpr std::string_view expected = in TEST() local
|
| /openbmc/entity-manager/test/ |
| H A D | test_utils.cpp | 60 std::vector<std::string> expected = {"a", "b", "c"}; in TEST() local 67 std::vector<std::string> expected = {"a", "", "b"}; in TEST() local 74 std::vector<std::string> expected = {"", "a", "b"}; in TEST() local 81 std::vector<std::string> expected = {"a", "b", ""}; in TEST() local 88 std::vector<std::string> expected = {"abc"}; in TEST() local 95 std::vector<std::string> expected = {""}; in TEST() local
|
| /openbmc/phosphor-logging/test/openpower-pels/ |
| H A D | additional_data_test.cpp | 32 std::string expected = R"({"KEY1":"VALUE1","KEY2":"VALUE2","KEY3":""})"; in TEST() local 49 std::map<std::string, std::string> expected{{"KEY1", "VALUE1"}, in TEST() local
|
| H A D | device_callouts_test.cpp | 473 std::vector<Callout> expected{ in TEST_F() local 509 std::vector<Callout> expected{ in TEST_F() local 533 std::vector<Callout> expected{ in TEST_F() local 559 std::vector<Callout> expected{ in TEST_F() local
|
| /openbmc/qemu/tests/qtest/ |
| H A D | hd-geo-test.c | 89 static void test_cmos_byte(QTestState *qts, int reg, int expected) in test_cmos_byte() 100 uint8_t expected[]) in test_cmos_bytes() 525 static void read_bootdevices(QFWCFG *fw_cfg, CHSResult expected[]) in read_bootdevices() 695 CHSResult expected[]) in test_override() 726 CHSResult expected[] = { in test_override_ide() local 747 CHSResult expected[] = { in test_override_sata() local 768 CHSResult expected[] = { in test_override_scsi() local 799 CHSResult expected[] = { in test_override_scsi_q35() local 824 CHSResult expected[] = { in test_override_scsi_2_controllers() local 847 CHSResult expected[] = { in test_override_virtio_blk() local [all …]
|
| H A D | acpi-utils.h | 29 #define ACPI_ASSERT_CMP(actual, expected) do { \ argument 35 #define ACPI_ASSERT_CMP64(actual, expected) do { \ argument
|
| /openbmc/openbmc/poky/bitbake/lib/layerindexlib/tests/ |
| H A D | cooker.py | 74 def _check(collection, expected): argument 93 def _check(name, expected): argument
|
| H A D | restapi.py | 130 def _check(collection, expected): argument 150 def _check(name, expected): argument
|
| /openbmc/phosphor-dbus-monitor/src/test/ |
| H A D | propertywatchtest.cpp | 138 static auto& expected(size_t i) in expected() function 160 static auto& expected(size_t i) in expected() function 182 static auto& expected(size_t i) in expected() function 203 static auto& expected(size_t i) in expected() function 224 static auto& expected(size_t i) in expected() function
|
| /openbmc/qemu/tests/tcg/multiarch/gdbstub/ |
| H A D | catch-syscalls.py | 8 def check_state(expected): argument
|
| /openbmc/qemu/tests/tcg/multiarch/ |
| H A D | check-plugin-output.sh | 28 expected() function
|
| /openbmc/phosphor-host-ipmid/test/ |
| H A D | entitymap_json_unittest.cpp | 99 ContainedEntitiesArray expected = { in TEST() local 210 ContainedEntitiesArray expected = { in TEST() local
|
| /openbmc/witherspoon-pfault-analysis/test/ |
| H A D | nvtest.cpp | 24 std::string expected; in TEST() local
|
| /openbmc/phosphor-power/test/ |
| H A D | nvtest.cpp | 24 std::string expected; in TEST() local
|
| /openbmc/qemu/tests/tcg/s390x/ |
| H A D | mvo.c | 8 uint8_t expected[6] = {0xff, 0x01, 0x23, 0x45, 0x6c, 0xff}; in main() local
|
| /openbmc/u-boot/lib/ |
| H A D | fdtdec_test.c | 45 static int checkval(const char *oper_name, int expected, int value) in checkval() 57 #define CHECKVAL(op, expected) \ argument
|
| /openbmc/entity-manager/test/entity_manager/ |
| H A D | test_entity-manager.cpp | 22 EXPECT_EQ(expected, j["foo"]); in TEST() local 35 nlohmann::json expected = "Test"; TEST() local 48 nlohmann::json expected = "the Test"; TEST() local 61 nlohmann::json expected = "the Test worked"; TEST() local 74 nlohmann::json expected = "the Test 23"; TEST() local 87 nlohmann::json expected = "3 plus 1 equals 4"; TEST() local 100 nlohmann::json expected = "3 minus 1 equals 2 !"; TEST() local 113 nlohmann::json expected = "3 mod 2 equals 1"; TEST() local 126 nlohmann::json expected = "3 * 2 equals 6"; TEST() local 139 nlohmann::json expected = "4 / 2 equals 2"; TEST() local 152 nlohmann::json expected = "4 * 2 % 6 equals 2"; TEST() local 166 nlohmann::json expected = "foo bar"; TEST() local 180 nlohmann::json expected = "4 / 2 equals 2 bar"; TEST() local 193 nlohmann::json expected = "4 / 2 equals 2 bar"; TEST() local 211 nlohmann::json expected = {{"Address", 84}, TEST() local 227 nlohmann::json expected = "twelve is 12"; TEST() local 239 nlohmann::json expected = 84; TEST() local [all...] |
| /openbmc/qemu/tests/tcg/aarch64/ |
| H A D | pcalign-a64.c | 8 static void *expected; variable
|
| H A D | test-826.c | 8 static void *expected; variable
|
| /openbmc/qemu/tests/tcg/arm/ |
| H A D | pcalign-a32.c | 12 static void *expected; variable
|
| /openbmc/sdeventplus/test/ |
| H A D | exception.cpp | 18 std::system_error expected(code, std::generic_category(), prefix); in TEST() local
|