Searched refs:kFailed (Results 1 - 9 of 9) sorted by last modified time

/system/extras/tests/bionic/libstdc++/
H A Dtest_climits.cpp38 const int kFailed = 1; member in namespace:__anon507
39 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
H A Dtest_cmath.cpp37 const int kFailed = 1; member in namespace:__anon508
38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
H A Dtest_csetjmp.cpp37 const int kFailed = 1; member in namespace:__anon509
38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
H A Dtest_csignal.cpp36 const int kFailed = 1; member in namespace:__anon510
37 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
H A Dtest_cstddef.cpp37 const int kFailed = 1; member in namespace:__anon511
38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
H A Dtest_cstdio.cpp36 const int kFailed = 1; member in namespace:__anon513
37 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
H A Dtest_cstdlib.cpp37 const int kFailed = 1; member in namespace:__anon514
38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
H A Dtest_cstring.cpp36 const int kFailed = 1; member in namespace:__anon515
37 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
H A Dtest_ctime.cpp37 const int kFailed = 1; member in namespace:__anon516
38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;

Completed in 84 milliseconds