Searched refs:test_string (Results 1 – 10 of 10) sorted by relevance
| /openbmc/openbmc/poky/meta-selftest/recipes-test/cpp/files/ |
| H A D | test-cpp-example.cpp | 19 if(0 == ret_string.compare(CppExample::test_string + FAIL_COMPARISON_STR)) { in main() 20 std::cout << "PASS: " << ret_string << " = " << CppExample::test_string << std::endl; in main() 22 std::cout << "FAIL: " << ret_string << " != " << CppExample::test_string << std::endl; in main()
|
| H A D | cpp-example-lib.cpp | 14 return test_string; in get_string() 28 json_object_object_add(jobj, "test_string", json_object_new_string(test_string.c_str())); in print_json()
|
| H A D | cpp-example-lib.hpp | 13 inline static const std::string test_string = "cpp-example-lib Magic: 123456789"; member
|
| /openbmc/u-boot/test/dm/ |
| H A D | video.c | 147 …const char *test_string = "Well\b\b\b\bxhe is\r \n\ta very \amodest \bman\n\t\tand Has much to\b\… in dm_test_video_chars() local 152 vidconsole_put_string(con, test_string); in dm_test_video_chars() 333 …const char *test_string = "Criticism may not be agreeable, but it is necessary. It fulfils the sam… in dm_test_video_truetype() local 337 vidconsole_put_string(con, test_string); in dm_test_video_truetype() 349 …const char *test_string = "Criticism may not be agreeable, but it is necessary. It fulfils the sam… in dm_test_video_truetype_scroll() local 358 vidconsole_put_string(con, test_string); in dm_test_video_truetype_scroll() 370 …const char *test_string = "...Criticism may or may\b\b\b\b\b\bnot be agreeable, but seldom it is n… in dm_test_video_truetype_bs() local 379 vidconsole_put_string(con, test_string); in dm_test_video_truetype_bs()
|
| /openbmc/phosphor-logging/ |
| H A D | logging_test.cpp | 92 const char* test_string = "/tmp/test_string/"; in elog_test() local 99 FILE_PATH(test_string), in elog_test() 125 rc = validate_journal(TestErrorOne::FILE_PATH::str_short, test_string); in elog_test() 170 rc = validate_journal(TestErrorOne::FILE_PATH::str_short, test_string); in elog_test()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/cpprest/cpprest/ |
| H A D | disable-float-tests.patch | 19 std::string test_string;
|
| /openbmc/u-boot/lib/efi_selftest/ |
| H A D | efi_selftest_textoutput.c | 46 ret = con_out->test_string(con_out, in execute()
|
| /openbmc/u-boot/lib/efi_loader/ |
| H A D | efi_console.c | 435 .test_string = efi_cout_test_string,
|
| /openbmc/qemu/tests/tcg/i386/ |
| H A D | test-i386.c | 1561 void test_string(void) in test_string() function 2198 test_string(); in main()
|
| /openbmc/u-boot/include/ |
| H A D | efi_api.h | 568 efi_status_t (EFIAPI *test_string)(
|