HomeSort by relevance Sort by last modified time
    Searched defs:kFailed (Results 1 - 19 of 19) 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_org/content/browser/media/
media_browsertest.h 25 static const char kFailed[];
media_browsertest.cc 28 const char MediaBrowserTest::kFailed[] = "FAILED";
66 title_watcher->AlsoWaitForTitle(base::ASCIIToUTF16(kFailed));
  /external/chromium_org/chrome/browser/media/
media_browsertest.h 28 static const char kFailed[];
media_browsertest.cc 21 const char MediaBrowserTest::kFailed[] = "FAILED";
69 title_watcher->AlsoWaitForTitle(base::ASCIIToUTF16(kFailed));
  /external/chromium_org/content/renderer/media/android/
media_info_loader.h 42 kFailed,
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/
test_runner_ppapi.c 120 static const char kFailed[] = "failed";
121 result = g_browser_var->VarFromUtf8(kFailed, strlen(kFailed));
  /external/chromium_org/media/blink/
buffered_resource_loader.h 56 kFailed,
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
mediastreaminterface.h 100 kFailed = 3, // Track negotiation failed.
webrtcsession_unittest.cc 235 kFailed,
246 state_ = kFailed;
    [all...]
  /art/runtime/
jni_internal.cc 408 jni_on_load_result_ = result ? kOkay : kFailed;
446 kFailed,
    [all...]

Completed in 689 milliseconds