/src/tests/dev/audio/ |
audiotest.c | 103 bool xp_fail(int, const char *, ...) __printflike(2, 3); 761 * XP_FAIL() should be called when this test fails. 762 * If caller already count up testcount, call xp_fail() instead. 764 #define XP_FAIL(fmt...) do { \ 766 xp_fail(__LINE__, fmt); \ 768 bool xp_fail(int line, const char *fmt, ...) function in typeref:typename:bool 811 r = xp_fail(line, "%s expects %d but %d", varname, exp, act); 822 r = xp_fail(line, "%s expects \"%s\" but \"%s\"", 835 r = xp_fail(line, "%s expects != %d but %d", varname, exp, act); 848 r = xp_fail(__LINE__, "(%s) is expected but not met", exprname) [all...] |
audiotest.c | 103 bool xp_fail(int, const char *, ...) __printflike(2, 3); 761 * XP_FAIL() should be called when this test fails. 762 * If caller already count up testcount, call xp_fail() instead. 764 #define XP_FAIL(fmt...) do { \ 766 xp_fail(__LINE__, fmt); \ 768 bool xp_fail(int line, const char *fmt, ...) function in typeref:typename:bool 811 r = xp_fail(line, "%s expects %d but %d", varname, exp, act); 822 r = xp_fail(line, "%s expects \"%s\" but \"%s\"", 835 r = xp_fail(line, "%s expects != %d but %d", varname, exp, act); 848 r = xp_fail(__LINE__, "(%s) is expected but not met", exprname) [all...] |
audiotest.c | 103 bool xp_fail(int, const char *, ...) __printflike(2, 3); 761 * XP_FAIL() should be called when this test fails. 762 * If caller already count up testcount, call xp_fail() instead. 764 #define XP_FAIL(fmt...) do { \ 766 xp_fail(__LINE__, fmt); \ 768 bool xp_fail(int line, const char *fmt, ...) function in typeref:typename:bool 811 r = xp_fail(line, "%s expects %d but %d", varname, exp, act); 822 r = xp_fail(line, "%s expects \"%s\" but \"%s\"", 835 r = xp_fail(line, "%s expects != %d but %d", varname, exp, act); 848 r = xp_fail(__LINE__, "(%s) is expected but not met", exprname) [all...] |