OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_fail_unless
(Results
1 - 3
of
3
) sorted by null
/external/expat/tests/
minicheck.h
34
#define fail(msg)
_fail_unless
(0, __FILE__, __LINE__, msg)
75
void
_fail_unless
(int condition, const char *file, int line, char *msg);
minicheck.c
159
_fail_unless
(int condition, const char *file, int line, char *msg)
function
runtests.c
66
_fail_unless
(0, file, line, buffer);
76
/* Hackish use of
_fail_unless
() macro, but let's us report
78
_fail_unless
(0, file, lineno, errorMessage);
[
all
...]
Completed in 49 milliseconds