HomeSort by relevance Sort by last modified time
    Searched refs:isNotFound (Results 1 - 6 of 6) 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/chromium_org/net/test/android/javatests/src/org/chromium/net/test/util/
TestWebServer.java 86 boolean isRedirect, boolean isNotFound, Runnable responseAction) {
88 mIsNotFound = isNotFound;
178 final boolean isNotFound = (status == RESPONSE_STATUS_NOT_FOUND);
182 responseData, responseHeaders, isRedirect, isNotFound, responseAction));
  /external/clang/include/clang/Serialization/
Module.h 96 bool isNotFound() const { return Val.getInt() == NotFound; }
  /packages/apps/ContactsCommon/src/com/android/contacts/common/model/
Contact.java 278 * Note {@link #isNotFound()} and {@link #isError()} are mutually exclusive; If
279 * {@link #isError()} is {@code true}, {@link #isNotFound()} is always {@code false},
292 * Note {@link #isNotFound()} and {@link #isError()} are mutually exclusive; If
293 * {@link #isError()} is {@code true}, {@link #isNotFound()} is always {@code false},
296 public boolean isNotFound() {
302 * 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 140 milliseconds