OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FAIL_UNLESS
(Results
1 - 25
of
28
) sorted by null
1
2
/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;
/external/astl/tests/
test_limits.cpp
95
FAIL_UNLESS
(testSpecialized);
96
FAIL_UNLESS
(testMin);
97
FAIL_UNLESS
(testMax);
98
FAIL_UNLESS
(testSigned);
99
FAIL_UNLESS
(testIsInteger);
100
FAIL_UNLESS
(testDigits);
test_ios_base.cpp
90
FAIL_UNLESS
(testDefaultPrecision);
91
FAIL_UNLESS
(testSetPrecision);
92
FAIL_UNLESS
(testDefaultWidth);
93
FAIL_UNLESS
(testSetWidth);
94
FAIL_UNLESS
(testInit);
test_streambuf.cpp
78
FAIL_UNLESS
(testSputc);
79
FAIL_UNLESS
(testSputn);
test_char_traits.cpp
50
FAIL_UNLESS
(testCharToInt);
test_algorithm.cpp
156
FAIL_UNLESS
(testSwapInt);
157
FAIL_UNLESS
(testMin);
158
FAIL_UNLESS
(testMax);
159
FAIL_UNLESS
(testFill);
160
FAIL_UNLESS
(testFill_N);
161
FAIL_UNLESS
(testEqual);
162
FAIL_UNLESS
(testCopy);
test_iostream.cpp
112
FAIL_UNLESS
(testStaticInit);
113
FAIL_UNLESS
(testOstream);
114
FAIL_UNLESS
(testCoutCerr);
115
FAIL_UNLESS
(testManip);
116
FAIL_UNLESS
(testOutputFormat);
test_sstream.cpp
112
FAIL_UNLESS
(testConstructor);
113
FAIL_UNLESS
(testInAvail);
114
FAIL_UNLESS
(testNulChar);
115
FAIL_UNLESS
(testPut);
116
FAIL_UNLESS
(testStringStream);
test_iomanip.cpp
70
FAIL_UNLESS
(testSetPrecision);
71
FAIL_UNLESS
(testSetBase);
test_functional.cpp
60
FAIL_UNLESS
(testInteger);
test_ios_pos_types.cpp
104
FAIL_UNLESS
(testConstructor);
105
FAIL_UNLESS
(testComparator);
106
FAIL_UNLESS
(testIncrDecr);
test_type_traits.cpp
126
FAIL_UNLESS
(testTrueFalseType);
127
FAIL_UNLESS
(testIsIntegral);
128
FAIL_UNLESS
(testIsFloatingPoint);
129
FAIL_UNLESS
(testIsPointer);
130
FAIL_UNLESS
(testIsPodOrClass);
test_list.cpp
187
FAIL_UNLESS
(testConstructor);
188
FAIL_UNLESS
(testSize);
189
FAIL_UNLESS
(testClear);
190
FAIL_UNLESS
(testIterator);
191
FAIL_UNLESS
(testErase);
192
FAIL_UNLESS
(testEraseRange);
193
FAIL_UNLESS
(testPushPop);
test_uninitialized.cpp
186
FAIL_UNLESS
(testCopyPod);
187
FAIL_UNLESS
(testCopyPodOverflow);
188
FAIL_UNLESS
(testCopyClass);
189
FAIL_UNLESS
(testCopyArray);
191
FAIL_UNLESS
(testFillChar);
192
FAIL_UNLESS
(testFillPod);
193
FAIL_UNLESS
(testFillClass);
test_set.cpp
135
FAIL_UNLESS
(testConstructor);
136
FAIL_UNLESS
(testInsertPOD);
137
FAIL_UNLESS
(testInsertString);
test_iterator.cpp
126
FAIL_UNLESS
(testCategory);
127
FAIL_UNLESS
(testWrapperIterator);
test_memory.cpp
79
FAIL_UNLESS
(testUnitializedCopyPODRandomIterators);
80
FAIL_UNLESS
(testUnitializedCopyClassRandomIterators);
test_string.cpp
1108
FAIL_UNLESS
(testConstructorCString);
1109
FAIL_UNLESS
(testConstructorString);
1110
FAIL_UNLESS
(testConstructorRepeatChar);
1111
FAIL_UNLESS
(testConstructorPointers);
1112
FAIL_UNLESS
(testConstructorInvalidValues);
1113
FAIL_UNLESS
(testSize);
1114
FAIL_UNLESS
(testCString);
1115
FAIL_UNLESS
(testAppend);
1116
FAIL_UNLESS
(testAppendOperator);
1117
FAIL_UNLESS
(testConcat)
[
all
...]
Completed in 106 milliseconds
1
2