Lines Matching refs:helloworld
413 const unsigned char helloworld[] = "Hello World!\n"; in test_qga_file_ops() local
431 enc = g_base64_encode(helloworld, sizeof(helloworld)); in test_qga_file_ops()
443 g_assert_cmpint(count, ==, sizeof(helloworld)); in test_qga_file_ops()
467 g_assert_cmpint(count, ==, sizeof(helloworld)); in test_qga_file_ops()
469 g_assert_cmpstr(tmp, ==, (char *)helloworld); in test_qga_file_ops()
489 g_assert_cmpint(count, ==, sizeof(helloworld)); in test_qga_file_ops()
533 g_assert_cmpint(count, ==, sizeof(helloworld) - 6); in test_qga_file_ops()
536 g_assert_cmpint(count, ==, sizeof(helloworld) - 6); in test_qga_file_ops()
537 g_assert_cmpmem(dec, count, helloworld + 6, sizeof(helloworld) - 6); in test_qga_file_ops()
553 const unsigned char helloworld[] = "Hello World!\n"; in test_qga_file_write_read() local
568 enc = g_base64_encode(helloworld, sizeof(helloworld)); in test_qga_file_write_read()
580 g_assert_cmpint(count, ==, sizeof(helloworld)); in test_qga_file_write_read()
621 g_assert_cmpint(count, ==, sizeof(helloworld)); in test_qga_file_write_read()