Home
last modified time | relevance | path

Searched refs:errorId (Results 1 – 8 of 8) sorted by relevance

/external/apache-http/android/src/android/net/http/
DConnection.java424 private boolean httpFailure(Request req, int errorId, Exception e) { in httpFailure() argument
435 if (errorId < 0) { in httpFailure()
436 error = getEventHandlerErrorString(errorId); in httpFailure()
441 req.mEventHandler.error(errorId, error); in httpFailure()
451 private static String getEventHandlerErrorString(int errorId) { in getEventHandlerErrorString() argument
452 switch (errorId) { in getEventHandlerErrorString()
DRequest.java517 void error(int errorId, String errorMessage) { in error() argument
518 mEventHandler.error(errorId, errorMessage); in error()
/external/glide/library/src/main/java/com/bumptech/glide/
DGenericRequestBuilder.java64 private int errorId; field in GenericRequestBuilder
453 this.errorId = resourceId; in error()
769 errorId, in obtainRequest()
/external/tinyxml/
Dtinyxml.h1290 int ErrorId() const { return errorId; } in ErrorId()
1334 errorId = 0; in ClearError()
1360 int errorId; variable
Dtinyxmlparser.cpp783 errorId = err; in SetError()
784 errorDesc = errorString[ errorId ]; in SetError()
/external/sfntly/cpp/src/test/tinyxml/
Dtinyxml.h1468 int ErrorId() const { return errorId; } in ErrorId()
1512 errorId = 0; in ClearError()
1550 int errorId; variable
Dtinyxmlparser.cpp806 errorId = err; in SetError()
807 errorDesc = errorString[ errorId ]; in SetError()
Dtinyxml.cpp1120 target->errorId = errorId; in CopyTo()