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

/external/chromium_org/third_party/icu/source/common/
H A Derrorcode.cpp32 handleFailure();
/external/icu/icu4c/source/common/
H A Derrorcode.cpp32 handleFailure();
/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/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
H A Dtestlog.h40 virtual void handleFailure() const;
/external/icu/icu4c/source/common/unicode/
H A Derrorcode.h35 * the handleFailure() function so that it throws an exception,
51 * destructor cannot call a subclass function (like handleFailure()).
56 * and the handleFailure() function may need to take different actions.
63 * // Safe because our handleFailure() does not throw exceptions.
64 * if(isFailure()) { handleFailure(); }
67 * virtual void handleFailure() const {
109 * if(isFailure()) { handleFailure(); }
135 virtual void handleFailure() const {} function in class:ErrorCode
/external/icu/icu4c/source/tools/ctestfw/unicode/
H A Dtestlog.h40 virtual void handleFailure() const;
/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/tools/toolutil/
H A Dtoolutil.h33 * The destructor calls handleFailure() which calls exit(errorCode) when isFailure().
43 virtual void handleFailure() const;
H A Dtoolutil.cpp70 // Safe because our handleFailure() does not throw exceptions.
71 if(isFailure()) { handleFailure(); }
74 void IcuToolErrorCode::handleFailure() const { function in class:IcuToolErrorCode
/external/icu/icu4c/source/tools/toolutil/
H A Dtoolutil.h33 * The destructor calls handleFailure() which calls exit(errorCode) when isFailure().
43 virtual void handleFailure() const;
H A Dtoolutil.cpp71 // Safe because our handleFailure() does not throw exceptions.
72 if(isFailure()) { handleFailure(); }
75 void IcuToolErrorCode::handleFailure() const { function in class:IcuToolErrorCode
/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/icu/icu4c/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/chromium_org/third_party/icu/source/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/icu/icu4c/source/test/intltest/
H A Ditutil.cpp171 virtual void handleFailure() const { function in class:MyErrorCode
191 errln("ErrorCode.assertSuccess() called handleFailure() despite success");
199 errln("ErrorCode.assertSuccess() did not handleFailure()");
207 errln("ErrorCode.assertSuccess() did not handleFailure()");
220 errln("ErrorCode.assertSuccess() called handleFailure() despite success");

Completed in 415 milliseconds