/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/linux/tools/testing/selftests/ |
D | kselftest_harness.h |
|
/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/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
|
H A D | vmgenid-test.c | 119 QemuUUID expected, measured; in vmgenid_set_guid_test() local 150 QemuUUID expected, measured; in vmgenid_query_monitor_test() 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/linux/lib/ |
D | globtest.c |
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
D | tc_helpers.h |
|
/openbmc/phosphor-logging/test/openpower-pels/ |
H A D | device_callouts_test.cpp | 486 std::vector<Callout> expected{ in TEST_F() local 522 std::vector<Callout> expected{ in TEST_F() local 546 std::vector<Callout> expected{ in TEST_F() local 572 std::vector<Callout> expected{ in TEST_F() local
|
H A D | additional_data_test.cpp | 44 std::string expected = R"({"KEY1":"VALUE1","KEY2":"VALUE2","KEY3":""})"; in TEST() local 61 std::map<std::string, std::string> expected{{"KEY1", "VALUE1"}, in TEST() local
|
H A D | private_header_test.cpp | 70 char expected[] = {0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x00}; in TEST_F() local 188 char expected[] = {0, 0, 0, 0, 0, 0, 0, 0}; in TEST_F() local
|
/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/linux/tools/testing/selftests/riscv/vector/ |
D | vstate_prctl.c |
|
/openbmc/linux/tools/perf/tests/ |
D | hists_cumulate.c |
|
/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/entity-manager/test/entity_manager/ |
H A D | test_entity-manager.cpp | 22 nlohmann::json expected = 23; in TEST() local 35 nlohmann::json expected = "Test"; in TEST() local 48 nlohmann::json expected = "the Test"; in TEST() local 61 nlohmann::json expected = "the Test worked"; in TEST() local 74 nlohmann::json expected = "the Test 23"; in 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/phosphor-host-ipmid/test/ |
H A D | entitymap_json_unittest.cpp | 99 ContainedEntitiesArray expected = { in TEST() local 210 ContainedEntitiesArray expected = { in TEST() 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/linux/tools/testing/selftests/bpf/ |
D | test_progs.h |
|
/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
|