Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DPtrUseVisitor.h62 bool isAborted() const { return AbortedInfo.getInt(); } in isAborted() function
226 if (PI.isAborted()) in visitPtr()
/external/clang/lib/ARCMigrate/
DInternals.h133 if (!isAborted()) in ~Transaction()
142 bool isAborted() const { return Aborted; } in isAborted() function
/external/apache-http/src/org/apache/http/client/methods/
DHttpUriRequest.java83 boolean isAborted(); in isAborted() method
DHttpRequestBase.java171 public boolean isAborted() { in isAborted() method in HttpRequestBase
/external/apache-http/src/org/apache/http/impl/client/
DRequestWrapper.java155 public boolean isAborted() { in isAborted() method in RequestWrapper
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp990 if (PtrI.isEscaped() || PtrI.isAborted()) { in AllocaSlices()
/external/apache-http/api/
Dapache-http-legacy-current.txt1512 method public boolean isAborted();
1530 method public abstract boolean isAborted();
2714 method public boolean isAborted();
/external/apache-http/art-profile/
Dorg.apache.http.legacy.boot.prof.txt106 HPLorg/apache/http/client/methods/HttpUriRequest;->isAborted()Z