Searched defs:test_string (Results 1 – 9 of 9) sorted by relevance
142 …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() local296 …const char *test_string = "Criticism may not be agreeable, but it is necessary. It fulfils the sam… in dm_test_video_truetype() local314 …const char *test_string = "Criticism may not be agreeable, but it is necessary. It fulfils the sam… in dm_test_video_truetype_scroll() local337 …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
34 struct test_string { struct40 static const struct test_string strings[] __initconst = { argument
117 const char *test_string = "abcdefghijkl"; in strchr_selftest() local145 const char *test_string = "abcdefghijkl"; in strnchr_selftest() local
184 test_string(void) in test_string() function
87 static int do_test_get_char(const char *test_string, size_t buf_size) in do_test_get_char()130 static int do_test_get_hex(const char *test_string, in do_test_get_hex()211 static int do_test_get_dec(const char *test_string, in do_test_get_dec()
375 void *test_string; member380 u32 test_string; member
667 static __always_inline char *test_string(char *str) in test_string() function
144 const char *test_string; member
1188 def test_string(self): member in TestElementObjects