OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FAIL_UNLESS
(Results
1 - 9
of
9
) sorted by null
/system/extras/tests/bionic/libstdc++/
test_csetjmp.cpp
38
#define
FAIL_UNLESS
(f) if (!android::f()) return kFailed;
63
FAIL_UNLESS
(testJmpbuf);
test_csignal.cpp
37
#define
FAIL_UNLESS
(f) if (!android::f()) return kFailed;
66
FAIL_UNLESS
(testSigAtomicT);
test_cstddef.cpp
38
#define
FAIL_UNLESS
(f) if (!android::f()) return kFailed;
99
FAIL_UNLESS
(testTypesStd);
100
FAIL_UNLESS
(testOffsetOf);
101
FAIL_UNLESS
(testNull);
test_ctime.cpp
38
#define
FAIL_UNLESS
(f) if (!android::f()) return kFailed;
107
FAIL_UNLESS
(testTypesStd);
108
FAIL_UNLESS
(testGetClock);
test_climits.cpp
39
#define
FAIL_UNLESS
(f) if (!android::f()) return kFailed;
86
FAIL_UNLESS
(testLimits);
test_cmath.cpp
38
#define
FAIL_UNLESS
(f) if (!android::f()) return kFailed;
test_cstdlib.cpp
38
#define
FAIL_UNLESS
(f) if (!android::f()) return kFailed;
118
//
FAIL_UNLESS
(testTypesStd);
test_cstring.cpp
37
#define
FAIL_UNLESS
(f) if (!android::f()) return kFailed;
test_cstdio.cpp
37
#define
FAIL_UNLESS
(f) if (!android::f()) return kFailed;
164
FAIL_UNLESS
(testTypesStd);
Completed in 42 milliseconds