HomeSort by relevance Sort by last modified time
    Searched defs:kFailed (Results 1 - 12 of 12) sorted by null

  /system/extras/tests/bionic/libstdc++/
test_cmath.cpp 37 const int kFailed = 1;
38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
test_cstdlib.cpp 37 const int kFailed = 1;
38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
test_csetjmp.cpp 37 const int kFailed = 1;
38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
test_csignal.cpp 36 const int kFailed = 1;
37 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
test_cstring.cpp 36 const int kFailed = 1;
37 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
test_cstdio.cpp 36 const int kFailed = 1;
37 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
test_ctime.cpp 37 const int kFailed = 1;
38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
test_cstddef.cpp 37 const int kFailed = 1;
38 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
test_climits.cpp 38 const int kFailed = 1;
39 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
  /external/chromium/chrome/browser/
media_uitest.cc 47 const std::wstring kFailed = L"FAILED";
52 if (title == kPlaying || title == kFailed ||
  /external/astl/tests/
common.h 38 const int kFailed = 1;
39 #define FAIL_UNLESS(v) if (!android::v()) return kFailed;
  /external/skia/tests/
Test.h 28 kFailed,
30 kLastResult = kFailed
47 this->report(desc, kFailed);
52 this->report(desc, kFailed);
56 this->report(desc, kFailed);
59 this->report(desc.c_str(), kFailed);

Completed in 4639 milliseconds