Searched defs:handleFailure (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/icu/source/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/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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
H A Dqueue.js172 function handleFailure() {
180 handleFailure();
183 xhr.addEventListener('error', handleFailure);
/external/chromium_org/third_party/icu/source/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");
/external/chromium_org/third_party/icu/source/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/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/chromium_org/third_party/icu/source/tools/toolutil/
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/test/intltest/
H A Ditutil.cpp153 virtual void handleFailure() const { function in class:MyErrorCode
173 errln("ErrorCode.assertSuccess() called handleFailure() despite success");
181 errln("ErrorCode.assertSuccess() did not handleFailure()");
189 errln("ErrorCode.assertSuccess() did not handleFailure()");
202 errln("ErrorCode.assertSuccess() called handleFailure() despite success");
/external/icu4c/tools/toolutil/
H A Dtoolutil.cpp60 // Safe because our handleFailure() does not throw exceptions.
61 if(isFailure()) { handleFailure(); }
64 void IcuToolErrorCode::handleFailure() const { function in class:IcuToolErrorCode
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
H A DHttpURLConnectionImpl.java352 if (handleFailure(e)) {
365 private boolean handleFailure(IOException e) throws IOException { method in class:HttpURLConnectionImpl

Completed in 1873 milliseconds