Searched refs:handleFailure (Results 1 - 8 of 8) sorted by relevance

/external/icu4c/common/
H A Derrorcode.cpp30 handleFailure();
/external/icu4c/common/unicode/
H A Derrorcode.h35 * the handleFailure() function so that it throws an exception,
49 * destructor cannot call a subclass function (like handleFailure()).
54 * and the handleFailure() function may need to take different actions.
61 * // Safe because our handleFailure() does not throw exceptions.
62 * if(isFailure()) { handleFailure(); }
65 * virtual void handleFailure() const {
107 * if(isFailure()) { handleFailure(); }
132 virtual void handleFailure() const {} function in class:ErrorCode
/external/icu4c/tools/ctestfw/unicode/
H A Dtestlog.h40 virtual void handleFailure() const;
/external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
H A Dqueue.js172 function handleFailure() {
180 handleFailure();
183 xhr.addEventListener('error', handleFailure);
/external/icu4c/tools/toolutil/
H A Dtoolutil.h32 * The destructor calls handleFailure() which calls exit(errorCode) when isFailure().
42 virtual void handleFailure() const;
H A Dtoolutil.cpp56 // Safe because our handleFailure() does not throw exceptions.
57 if(isFailure()) { handleFailure(); }
60 void IcuToolErrorCode::handleFailure() const { function in class:IcuToolErrorCode
/external/icu4c/tools/ctestfw/
H A Dtstdtmod.cpp18 // Safe because our handleFailure() does not throw exceptions.
19 if(isFailure()) { handleFailure(); }
60 void IcuTestErrorCode::handleFailure() const { function in class:IcuTestErrorCode
/external/icu4c/test/intltest/
H A Ditutil.cpp126 virtual void handleFailure() const { function in class:MyErrorCode
146 errln("ErrorCode.assertSuccess() called handleFailure() despite success");
154 errln("ErrorCode.assertSuccess() did not handleFailure()");
162 errln("ErrorCode.assertSuccess() did not handleFailure()");
175 errln("ErrorCode.assertSuccess() called handleFailure() despite success");

Completed in 156 milliseconds