Searched refs:kFailed (Results 1 - 9 of 9) sorted by relevance

/system/extras/tests/bionic/libstdc++/
H A Dtest_csetjmp.cpp37 const int kFailed = 1; member in namespace:__anon179
38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
H A Dtest_csignal.cpp36 const int kFailed = 1; member in namespace:__anon180
37 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
H A Dtest_cmath.cpp37 const int kFailed = 1; member in namespace:__anon178
38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
H A Dtest_climits.cpp38 const int kFailed = 1; member in namespace:__anon177
39 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
H A Dtest_cstddef.cpp37 const int kFailed = 1; member in namespace:__anon181
38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
H A Dtest_cstdlib.cpp37 const int kFailed = 1; member in namespace:__anon184
38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
H A Dtest_cstring.cpp36 const int kFailed = 1; member in namespace:__anon185
37 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
H A Dtest_ctime.cpp37 const int kFailed = 1; member in namespace:__anon186
38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
H A Dtest_cstdio.cpp36 const int kFailed = 1; member in namespace:__anon183
37 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;

Completed in 84 milliseconds