Searched refs:Failure (Results 26 - 50 of 124) sorted by relevance

12345

/external/junit/src/org/junit/runner/notification/
H A DRunNotifier.java44 fireTestFailure(new Failure(Description.TEST_MECHANISM, e));
96 public void fireTestFailure(final Failure failure) {
113 public void fireTestAssumptionFailed(final Failure failure) {
/external/chromium_org/content/test/gpu/gpu_tests/
H A Dgpu_process.py34 raise page_test.Failure('No GPU process detected')
H A Dmaps.py34 raise page_test.Failure('Browser does not support screenshot capture')
37 raise page_test.Failure('Could not capture screenshot')
H A Dmemory_test.py77 raise page_test.Failure(self._FormatException('low', mb_used))
80 raise page_test.Failure(self._FormatException('high', mb_used))
H A Dhardware_accelerated_feature.py34 raise page_test.Failure('%s not hardware accelerated' % feature)
H A Dscreenshot_sync.py26 raise page_test.Failure(message)
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTrackElement.h54 enum LoadStatus { Failure, Success }; enumerator in enum:blink::FINAL::LoadStatus
H A DHTMLTrackElement.cpp181 didCompleteLoad(HTMLTrackElement::Failure);
222 if (status == Failure) {
/external/chromium_org/chrome/browser/extensions/api/identity/
H A Dweb_auth_flow.h55 enum Failure { enum in class:extensions::WebAuthFlow
65 virtual void OnAuthFlowFailure(Failure failure) = 0;
/external/chromium_org/testing/android/junit/java/src/org/chromium/testing/local/
H A DGtestLogger.java8 import org.junit.runner.notification.Failure;
35 public void testFailed(Failure f) {
/external/junit/src/junit/framework/
H A DJUnit4TestAdapterCache.java12 import org.junit.runner.notification.Failure;
50 public void testFailure(Failure failure) throws Exception {
/external/junit/src/org/junit/internal/runners/
H A DErrorReportingRunner.java9 import org.junit.runner.notification.Failure;
57 notifier.fireTestFailure(new Failure(description, child));
/external/mockito/src/org/mockito/runners/
H A DConsoleSpammingMockitoJUnitRunner.java14 import org.junit.runner.notification.Failure;
113 @Override public void testFailure(Failure failure) throws Exception {
H A DVerboseMockitoJUnitRunner.java14 import org.junit.runner.notification.Failure;
64 public void testFailure(final Failure failure) throws Exception {
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
H A DRecordedResponse.java34 public final Failure failure;
36 RecordedResponse(Request request, Response response, String body, Failure failure) {
/external/chromium_org/third_party/WebKit/Source/core/html/track/
H A DLoadableTextTrack.cpp115 m_trackElement->didCompleteLoad(HTMLTrackElement::Failure);
146 m_trackElement->didCompleteLoad(loadingFailed ? HTMLTrackElement::Failure : HTMLTrackElement::Success);
/external/chromium_org/tools/telemetry/telemetry/unittest/
H A Dgtest_progress_reporter.py73 self.Failure(test, err)
75 def Failure(self, test, err): member in class:GTestProgressReporter
H A Dprogress_reporter.py36 def Failure(self, test, err): member in class:ProgressReporter
119 progress_reporter.Failure(test, err)
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
H A DOkHttpAsync.java19 import com.squareup.okhttp.Failure;
67 @Override public void onFailure(Failure failure) {
/external/chromium_org/chrome/browser/resources/extensions/
H A Dextension_loader.js21 * Construct a Failure.
34 function Failure(filePath, error, manifest, listElement) {
83 * @type {Array.<Failure>}
119 this.failures_.push(new Failure(failure.path,
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmpplogintask.h80 bool Failure(XmppEngine::Error reason);
/external/chromium_org/v8/test/mjsunit/
H A Ddebug-liveedit-check-stack.js79 if (e instanceof Debug.LiveEdit.Failure) {
/external/jsoncpp/src/test_lib_json/
H A Djsontest.h34 class Failure class in namespace:JsonTest
56 /// Related Failure, set when the PredicateContext is converted
57 /// into a Failure.
58 Failure *failure_;
115 typedef std::deque<Failure> Failures;
120 /// Failure which is the target of the messages added using operator <<
121 Failure *messageTarget_;
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dwallpaper_private_api.h216 void Failure(const std::string& file_name);
249 void Failure(const std::string& file_name);
/external/chromium_org/third_party/brotli/src/woff2/
H A Dbuffer.h50 util::compression::font::Failure(__FILE__, __LINE__, __PRETTY_FUNCTION__)
51 inline bool Failure(const char *f, int l, const char *fn) {

Completed in 530 milliseconds

12345