Home
last modified time | relevance | path

Searched defs:expected (Results 1 – 25 of 230) sorted by relevance

12345678910

/openbmc/u-boot/scripts/kconfig/tests/
H A Dconftest.py220 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/
Dkselftest_harness.h
/openbmc/qemu/util/
H A Dlockcnt.c63 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 Dtest-resv-mem.c39 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 Dtest-qht.c70 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 Dhd-geo-test.c89 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 Dacpi-utils.h29 #define ACPI_ASSERT_CMP(actual, expected) do { \ argument
35 #define ACPI_ASSERT_CMP64(actual, expected) do { \ argument
H A Dvmgenid-test.c119 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 Dserver_sent_event_test.cpp50 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/
Dglobtest.c
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
Dtc_helpers.h
/openbmc/phosphor-logging/test/openpower-pels/
H A Ddevice_callouts_test.cpp486 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 Dadditional_data_test.cpp44 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 Dprivate_header_test.cpp70 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 Dcooker.py74 def _check(collection, expected): argument
93 def _check(name, expected): argument
H A Drestapi.py130 def _check(collection, expected): argument
150 def _check(name, expected): argument
/openbmc/linux/tools/testing/selftests/riscv/vector/
Dvstate_prctl.c
/openbmc/linux/tools/perf/tests/
Dhists_cumulate.c
/openbmc/phosphor-dbus-monitor/src/test/
H A Dpropertywatchtest.cpp138 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 Dtest_entity-manager.cpp22 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 Dentitymap_json_unittest.cpp99 ContainedEntitiesArray expected = { in TEST() local
210 ContainedEntitiesArray expected = { in TEST() local
/openbmc/u-boot/lib/
H A Dfdtdec_test.c45 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/
Dtest_progs.h
/openbmc/qemu/tests/tcg/multiarch/gdbstub/
H A Dcatch-syscalls.py8 def check_state(expected): argument
/openbmc/qemu/tests/tcg/multiarch/
H A Dcheck-plugin-output.sh28 expected() function

12345678910