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

  /cts/libs/testserver/src/android/webkit/cts/
TestWebServer.java 87 boolean isRedirect, boolean isNotFound, Runnable responseAction) {
89 mIsNotFound = isNotFound;
181 final boolean isNotFound = (status == RESPONSE_STATUS_NOT_FOUND);
185 responseData, responseHeaders, isRedirect, isNotFound, responseAction));
  /external/clang/include/clang/Serialization/
Module.h 88 bool isNotFound() const { return Val.getInt() == NotFound; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
Module.h 90 bool isNotFound() const { return Val.getInt() == NotFound; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/Serialization/
Module.h 90 bool isNotFound() const { return Val.getInt() == NotFound; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/Serialization/
Module.h 90 bool isNotFound() const { return Val.getInt() == NotFound; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/Serialization/
Module.h 90 bool isNotFound() const { return Val.getInt() == NotFound; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/Serialization/
Module.h 90 bool isNotFound() const { return Val.getInt() == NotFound; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/Serialization/
Module.h 90 bool isNotFound() const { return Val.getInt() == NotFound; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/Serialization/
Module.h 90 bool isNotFound() const { return Val.getInt() == NotFound; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Serialization/
Module.h 90 bool isNotFound() const { return Val.getInt() == NotFound; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/Serialization/
Module.h 90 bool isNotFound() const { return Val.getInt() == NotFound; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/Serialization/
Module.h 90 bool isNotFound() const { return Val.getInt() == NotFound; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/Serialization/
Module.h 90 bool isNotFound() const { return Val.getInt() == NotFound; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/Serialization/
Module.h 90 bool isNotFound() const { return Val.getInt() == NotFound; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/Serialization/
Module.h 90 bool isNotFound() const { return Val.getInt() == NotFound; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/Serialization/
Module.h 90 bool isNotFound() const { return Val.getInt() == NotFound; }
  /packages/apps/Contacts/src/com/android/contacts/model/
Contact.java 274 * Note {@link #isNotFound()} and {@link #isError()} are mutually exclusive; If
275 * {@link #isError()} is {@code true}, {@link #isNotFound()} is always {@code false},
288 * Note {@link #isNotFound()} and {@link #isError()} are mutually exclusive; If
289 * {@link #isError()} is {@code true}, {@link #isNotFound()} is always {@code false},
292 public boolean isNotFound() {
298 * i.e. neither {@link #isError()} nor {@link #isNotFound()}.
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java     [all...]
  /external/clang/lib/Serialization/
ASTReader.cpp     [all...]

Completed in 142 milliseconds