OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:handleFailure
(Results
1 - 10
of
10
) sorted by null
/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/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/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/ctestfw/
tstdtmod.cpp
18
// Safe because our
handleFailure
() does not throw exceptions.
19
if(isFailure()) {
handleFailure
(); }
60
void IcuTestErrorCode::
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/chromium_org/third_party/icu/source/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");
/external/icu4c/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/chromium_org/third_party/icu/source/tools/toolutil/
toolutil.cpp
56
// Safe because our
handleFailure
() does not throw exceptions.
57
if(isFailure()) {
handleFailure
(); }
60
void IcuToolErrorCode::
handleFailure
() const {
/external/icu4c/tools/toolutil/
toolutil.cpp
60
// Safe because our
handleFailure
() does not throw exceptions.
61
if(isFailure()) {
handleFailure
(); }
64
void IcuToolErrorCode::
handleFailure
() const {
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpURLConnectionImpl.java
352
if (
handleFailure
(e)) {
365
private boolean
handleFailure
(IOException e) throws IOException {
Completed in 586 milliseconds