HomeSort by relevance Sort by last modified time
    Searched refs:handleFailure (Results 1 - 8 of 8) sorted by null

  /external/icu4c/common/
errorcode.cpp 30 handleFailure();
  /external/icu4c/common/unicode/
errorcode.h 35 * 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 {}
  /external/icu4c/tools/ctestfw/unicode/
testlog.h 40 virtual void handleFailure() const;
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/data/rebaselineserver/
queue.js 172 function handleFailure() {
180 handleFailure();
183 xhr.addEventListener('error', handleFailure);
  /external/icu4c/tools/toolutil/
toolutil.h 32 * The destructor calls handleFailure() which calls exit(errorCode) when isFailure().
42 virtual void handleFailure() const;
toolutil.cpp 56 // Safe because our handleFailure() does not throw exceptions.
57 if(isFailure()) { handleFailure(); }
60 void IcuToolErrorCode::handleFailure() const {
  /external/icu4c/tools/ctestfw/
tstdtmod.cpp 18 // Safe because our handleFailure() does not throw exceptions.
19 if(isFailure()) { handleFailure(); }
60 void IcuTestErrorCode::handleFailure() const {
  /external/icu4c/test/intltest/
itutil.cpp 126 virtual void handleFailure() const {
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 596 milliseconds