Home
last modified time | relevance | path

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

123

/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"
12 ${CC} ${LDFLAGS} helloworld.c -o helloworld
17 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"
12 ${CC} ${CFLAGS} ${LDFLAGS} helloworld.c -o helloworld
17 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"
H A DTestMetadata.test_lic_files_chksum_presence.fail21 +DESCRIPTION = "Simple helloworld application -- selftest variant"
25 +SRC_URI = "file://helloworld.c"
31 + ${CC} ${CFLAGS} ${LDFLAGS} helloworld.c -o helloworld
36 + install -m 0755 helloworld ${D}${bindir}
H A DTestMetadata.test_summary_presence.fail20 +DESCRIPTION = "Simple helloworld application -- selftest variant"
25 +SRC_URI = "file://helloworld.c"
31 + ${CC} ${CFLAGS} ${LDFLAGS} helloworld.c -o helloworld
36 + install -m 0755 helloworld ${D}${bindir}
H A DTestMbox.test_author_valid.2.pass21 +DESCRIPTION = "Simple helloworld application -- selftest variant"
26 +SRC_URI = "file://helloworld.c"
32 + ${CC} ${CFLAGS} ${LDFLAGS} helloworld.c -o helloworld
37 + install -m 0755 helloworld ${D}${bindir}
H A DTestMbox.test_author_valid.2.fail21 +DESCRIPTION = "Simple helloworld application -- selftest variant"
26 +SRC_URI = "file://helloworld.c"
32 + ${CC} ${CFLAGS} ${LDFLAGS} helloworld.c -o helloworld
37 + install -m 0755 helloworld ${D}${bindir}
H A DTestMetadata.test_summary_presence.pass21 +DESCRIPTION = "Simple helloworld application -- selftest variant"
26 +SRC_URI = "file://helloworld.c"
32 + ${CC} ${CFLAGS} ${LDFLAGS} helloworld.c -o helloworld
37 + install -m 0755 helloworld ${D}${bindir}
H A DTestMbox.test_author_valid.1.pass21 +DESCRIPTION = "Simple helloworld application -- selftest variant"
26 +SRC_URI = "file://helloworld.c"
32 + ${CC} ${CFLAGS} ${LDFLAGS} helloworld.c -o helloworld
37 + install -m 0755 helloworld ${D}${bindir}
H A DTestMetadata.test_lic_files_chksum_presence.pass21 +DESCRIPTION = "Simple helloworld application -- selftest variant"
26 +SRC_URI = "file://helloworld.c"
32 + ${CC} ${CFLAGS} ${LDFLAGS} helloworld.c -o helloworld
37 + install -m 0755 helloworld ${D}${bindir}
H A DTestMbox.test_author_valid.1.fail21 +DESCRIPTION = "Simple helloworld application -- selftest variant"
26 +SRC_URI = "file://helloworld.c"
32 + ${CC} ${CFLAGS} ${LDFLAGS} helloworld.c -o helloworld
37 + 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"
H A DTestMetadata.test_lic_files_chksum_modified_not_mentioned.fail18 DESCRIPTION = "Simple helloworld application -- selftest variant"
24 SRC_URI = "file://helloworld.c"
H A DTestMetadata.test_lic_files_chksum_modified_not_mentioned.pass20 DESCRIPTION = "Simple helloworld application -- selftest variant"
26 SRC_URI = "file://helloworld.c"
H A DTestMbox.test_series_merge_on_head.1.skip23 DESCRIPTION = "Simple helloworld application -- selftest variant"
27 install -m 0755 helloworld ${D}${bindir}
H A DTestPatch.test_signed_off_by_presence.fail56 -SRC_URI = "file://helloworld.c"
57 +SRC_URI = "file://helloworld.c \
H A DTestMbox.test_commit_message_presence.fail53 -SRC_URI = "file://helloworld.c"
54 +SRC_URI = "file://helloworld.c \
H A DTestMbox.test_signed_off_by_presence.1.fail56 -SRC_URI = "file://helloworld.c"
57 +SRC_URI = "file://helloworld.c \
H A DTestMbox.test_commit_message_presence.pass57 -SRC_URI = "file://helloworld.c"
58 +SRC_URI = "file://helloworld.c \
H A DTestPatch.test_cve_tag_format.fail57 -SRC_URI = "file://helloworld.c"
58 +SRC_URI = "file://helloworld.c \
H A DTestPatch.test_cve_tag_format.pass57 -SRC_URI = "file://helloworld.c"
58 +SRC_URI = "file://helloworld.c \
H A DTestMbox.test_bugzilla_entry_format.pass58 -SRC_URI = "file://helloworld.c"
59 +SRC_URI = "file://helloworld.c \
H A DTestMbox.test_shortlog_format.fail57 -SRC_URI = "file://helloworld.c"
58 +SRC_URI = "file://helloworld.c \
H A DTestPatch.test_signed_off_by_presence.pass57 -SRC_URI = "file://helloworld.c"
58 +SRC_URI = "file://helloworld.c \
/openbmc/qemu/tests/unit/
H A Dtest-qga.c397 const unsigned char helloworld[] = "Hello World!\n"; in test_qga_file_ops() local
415 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()
537 const unsigned char helloworld[] = "Hello World!\n"; in test_qga_file_write_read() local
[all …]

123