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

  /system/extras/tests/bionic/libstdc++/
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_cmath.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;
test_cstddef.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_cstring.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_cstdio.cpp 36 const int kFailed = 1;
37 #define FAIL_UNLESS(f) if (!android::f()) return kFailed;
  /external/skia/tests/
Test.h 29 kFailed,
31 kLastResult = kFailed
48 this->report(desc, kFailed);
53 this->report(desc, kFailed);
57 this->report(desc, kFailed);
60 this->report(desc.c_str(), kFailed);
Test.cpp 47 if (kFailed == result) {
EmptyPathTest.cpp 62 reporter->report(str.c_str(), skiatest::Reporter::kFailed);
  /external/chromium/chrome/browser/
media_uitest.cc 47 const std::wstring kFailed = L"FAILED";
52 if (title == kPlaying || title == kFailed ||

Completed in 91 milliseconds