Searched refs:KUNIT_SUBSUBTEST_INDENT (Results 1 – 2 of 2) sorted by relevance
/linux-6.3-rc2/lib/kunit/ |
A D | assert.c | 130 string_stream_add(stream, KUNIT_SUBSUBTEST_INDENT "%s == %lld (0x%llx)\n", in kunit_binary_assert_format() 136 string_stream_add(stream, KUNIT_SUBSUBTEST_INDENT "%s == %lld (0x%llx)", in kunit_binary_assert_format() 158 string_stream_add(stream, KUNIT_SUBSUBTEST_INDENT "%s == %px\n", in kunit_binary_ptr_assert_format() 161 string_stream_add(stream, KUNIT_SUBSUBTEST_INDENT "%s == %px", in kunit_binary_ptr_assert_format() 199 string_stream_add(stream, KUNIT_SUBSUBTEST_INDENT "%s == \"%s\"\n", in kunit_binary_str_assert_format() 203 string_stream_add(stream, KUNIT_SUBSUBTEST_INDENT "%s == \"%s\"", in kunit_binary_str_assert_format() 222 string_stream_add(stream, KUNIT_SUBSUBTEST_INDENT); in kunit_assert_hexdump() 226 string_stream_add(stream, "\n" KUNIT_SUBSUBTEST_INDENT); in kunit_assert_hexdump() 259 string_stream_add(stream, KUNIT_SUBSUBTEST_INDENT "%s ==\n", in kunit_mem_assert_format() 266 string_stream_add(stream, KUNIT_SUBSUBTEST_INDENT "%s ==\n", in kunit_mem_assert_format()
|
/linux-6.3-rc2/include/kunit/ |
A D | test.h | 51 #define KUNIT_SUBSUBTEST_INDENT " " macro
|
Completed in 9 milliseconds