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

  /external/chromium_org/third_party/icu/source/common/
errorcode.cpp 32 handleFailure();
  /external/icu/icu4c/source/common/
errorcode.cpp 32 handleFailure();
  /external/chromium_org/third_party/icu/source/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/chromium_org/third_party/icu/source/tools/ctestfw/unicode/
testlog.h 40 virtual void handleFailure() const;
  /external/icu/icu4c/source/common/unicode/
errorcode.h 35 * 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 {}
  /external/icu/icu4c/source/tools/ctestfw/unicode/
testlog.h 40 virtual void handleFailure() const;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/servers/data/rebaselineserver/
queue.js 172 function handleFailure() {
180 handleFailure();
183 xhr.addEventListener('error', handleFailure);
  /external/chromium_org/third_party/icu/source/tools/toolutil/
toolutil.h 33 * The destructor calls handleFailure() which calls exit(errorCode) when isFailure().
43 virtual void handleFailure() const;
toolutil.cpp 70 // Safe because our handleFailure() does not throw exceptions.
71 if(isFailure()) { handleFailure(); }
74 void IcuToolErrorCode::handleFailure() const {
  /external/icu/icu4c/source/tools/toolutil/
toolutil.h 33 * The destructor calls handleFailure() which calls exit(errorCode) when isFailure().
43 virtual void handleFailure() const;
toolutil.cpp 71 // Safe because our handleFailure() does not throw exceptions.
72 if(isFailure()) { handleFailure(); }
75 void IcuToolErrorCode::handleFailure() const {
  /external/chromium_org/third_party/icu/source/tools/ctestfw/
tstdtmod.cpp 18 // Safe because our handleFailure() does not throw exceptions.
19 if(isFailure()) { handleFailure(); }
60 void IcuTestErrorCode::handleFailure() const {
  /external/icu/icu4c/source/tools/ctestfw/
tstdtmod.cpp 18 // Safe because our handleFailure() does not throw exceptions.
19 if(isFailure()) { handleFailure(); }
60 void IcuTestErrorCode::handleFailure() const {
  /external/chromium_org/third_party/icu/source/test/intltest/
itutil.cpp 153 virtual void handleFailure() const {
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/
itutil.cpp 171 virtual void handleFailure() const {
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 348 milliseconds