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

  /external/apache-http/src/org/apache/http/client/methods/
HttpUriRequest.java 78 boolean isAborted();
HttpRequestBase.java 166 public boolean isAborted() {
  /external/clang/lib/ARCMigrate/
Internals.h 130 if (!isAborted())
139 bool isAborted() const { return Aborted; }
  /external/llvm/include/llvm/Analysis/
PtrUseVisitor.h 62 bool isAborted() const { return AbortedInfo.getInt(); }
226 if (PI.isAborted())
  /external/apache-http/src/org/apache/http/impl/client/
RequestWrapper.java 150 public boolean isAborted() {
  /frameworks/base/obex/javax/obex/
ServerOperation.java 57 public boolean isAborted;
104 isAborted = false;
416 isAborted = true;
ServerSession.java 203 if (response != ResponseCodes.OBEX_HTTP_OK && !op.isAborted) {
205 } else if (!op.isAborted) {
218 if (!op.isAborted) {
242 if (!op.isAborted) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapVcardManager.java 520 ((ServerOperation)op).isAborted = true;
563 ((ServerOperation)op).isAborted = true;