Home
last modified time | relevance | path

Searched refs:helloworld (Results 1 – 25 of 45) sorted by relevance

12

/openbmc/openbmc/poky/meta-skeleton/recipes-skeleton/hello-single/
H A Dhello_1.0.bb1 DESCRIPTION = "Simple helloworld application"
6 SRC_URI = "file://helloworld.c"
11 ${CC} ${LDFLAGS} helloworld.c -o helloworld
16 install -m 0755 helloworld ${D}${bindir}
/openbmc/openbmc/poky/meta-selftest/recipes-test/selftest-hello/
H A Dselftest-hello_1.0.bb1 DESCRIPTION = "Simple helloworld application -- selftest variant"
6 SRC_URI = "file://helloworld.c"
11 ${CC} ${CFLAGS} ${LDFLAGS} helloworld.c -o helloworld
16 install -m 0755 helloworld ${D}${bindir}
/openbmc/openbmc/poky/meta/lib/patchtest/selftest/files/
H A DTestMetadata.test_src_uri_left_files.pass4 Subject: [PATCH] selftest-hello: remove helloworld.c
10 .../recipes-test/selftest-hello/files/helloworld.c | 8 --------
13 delete mode 100644 meta-selftest/recipes-test/selftest-hello/files/helloworld.c
15 …ftest/recipes-test/selftest-hello/files/helloworld.c b/meta-selftest/recipes-test/selftest-hello/f…
18 --- a/meta-selftest/recipes-test/selftest-hello/files/helloworld.c
37 -SRC_URI = "file://helloworld.c"
43 install -m 0755 helloworld ${D}${bindir}
H A DTestMetadata.test_src_uri_left_files.fail4 Subject: [PATCH] selftest-hello: remove helloworld.c
21 -SRC_URI = "file://helloworld.c"
27 install -m 0755 helloworld ${D}${bindir}
H A DTestMetadata.test_lic_files_chksum_modified_not_mentioned.fail20 DESCRIPTION = "Simple helloworld application -- selftest variant"
26 SRC_URI = "file://helloworld.c"
29 install -m 0755 helloworld ${D}${bindir}
H A DTestMetadata.test_lic_files_chksum_modified_not_mentioned.pass22 DESCRIPTION = "Simple helloworld application -- selftest variant"
28 SRC_URI = "file://helloworld.c"
31 install -m 0755 helloworld ${D}${bindir}
H A DTestPatch.test_signed_off_by_presence.fail55 -SRC_URI = "file://helloworld.c"
56 +SRC_URI = "file://helloworld.c \
63 install -m 0755 helloworld ${D}${bindir}
H A DTestMbox.test_signed_off_by_presence.1.fail55 -SRC_URI = "file://helloworld.c"
56 +SRC_URI = "file://helloworld.c \
63 install -m 0755 helloworld ${D}${bindir}
H A DTestPatch.test_signed_off_by_presence.pass56 -SRC_URI = "file://helloworld.c"
57 +SRC_URI = "file://helloworld.c \
64 install -m 0755 helloworld ${D}${bindir}
H A DTestMbox.test_shortlog_length.pass57 -SRC_URI = "file://helloworld.c"
58 +SRC_URI = "file://helloworld.c \
65 install -m 0755 helloworld ${D}${bindir}
H A DTestMbox.test_signed_off_by_presence.2.fail56 -SRC_URI = "file://helloworld.c"
57 +SRC_URI = "file://helloworld.c \
64 install -m 0755 helloworld ${D}${bindir}
H A DTestMbox.test_signed_off_by_presence.pass56 -SRC_URI = "file://helloworld.c"
57 +SRC_URI = "file://helloworld.c \
64 install -m 0755 helloworld ${D}${bindir}
H A DTestPatch.test_cve_tag_format.pass57 -SRC_URI = "file://helloworld.c"
58 +SRC_URI = "file://helloworld.c \
65 install -m 0755 helloworld ${D}${bindir}
H A DTestPatch.test_cve_tag_format.fail57 -SRC_URI = "file://helloworld.c"
58 +SRC_URI = "file://helloworld.c \
65 install -m 0755 helloworld ${D}${bindir}
H A DTestMbox.test_shortlog_format.fail57 -SRC_URI = "file://helloworld.c"
58 +SRC_URI = "file://helloworld.c \
65 install -m 0755 helloworld ${D}${bindir}
H A DTestMbox.test_shortlog_format.pass57 -SRC_URI = "file://helloworld.c"
58 +SRC_URI = "file://helloworld.c \
65 install -m 0755 helloworld ${D}${bindir}
H A DTestMbox.test_shortlog_length.fail57 -SRC_URI = "file://helloworld.c"
58 +SRC_URI = "file://helloworld.c \
65 install -m 0755 helloworld ${D}${bindir}
H A DTestMbox.test_author_valid.2.pass19 DESCRIPTION = "Simple helloworld application -- selftest variant"
23 install -m 0755 helloworld ${D}${bindir}
H A DTestMbox.test_author_valid.1.pass19 DESCRIPTION = "Simple helloworld application -- selftest variant"
23 install -m 0755 helloworld ${D}${bindir}
H A DTestMbox.test_author_valid.1.fail20 DESCRIPTION = "Simple helloworld application -- selftest variant"
24 install -m 0755 helloworld ${D}${bindir}
H A DTestMbox.test_author_valid.2.fail19 DESCRIPTION = "Simple helloworld application -- selftest variant"
23 install -m 0755 helloworld ${D}${bindir}
H A DTestMbox.test_mbox_format.pass21 DESCRIPTION = "Simple helloworld application -- selftest variant"
25 install -m 0755 helloworld ${D}${bindir}
H A DTestMbox.test_mbox_format.2.fail23 DESCRIPTION = "Simple helloworld application -- selftest variant"
27 install -m 0755 helloworld ${D}${bindir}
H A DTestMbox.test_series_merge_on_head.1.skip23 DESCRIPTION = "Simple helloworld application -- selftest variant"
27 install -m 0755 helloworld ${D}${bindir}
/openbmc/qemu/tests/unit/
H A Dtest-qga.c415 enc = g_base64_encode(helloworld, sizeof(helloworld)); in test_qga_file_ops()
427 g_assert_cmpint(count, ==, sizeof(helloworld)); in test_qga_file_ops()
451 g_assert_cmpint(count, ==, sizeof(helloworld)); in test_qga_file_ops()
453 g_assert_cmpstr(tmp, ==, (char *)helloworld); in test_qga_file_ops()
473 g_assert_cmpint(count, ==, sizeof(helloworld)); in test_qga_file_ops()
517 g_assert_cmpint(count, ==, sizeof(helloworld) - 6); in test_qga_file_ops()
520 g_assert_cmpint(count, ==, sizeof(helloworld) - 6); in test_qga_file_ops()
521 g_assert_cmpmem(dec, count, helloworld + 6, sizeof(helloworld) - 6); in test_qga_file_ops()
552 enc = g_base64_encode(helloworld, sizeof(helloworld)); in test_qga_file_write_read()
564 g_assert_cmpint(count, ==, sizeof(helloworld)); in test_qga_file_write_read()
[all …]

12