OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isNotFound
(Results
1 - 5
of
5
) 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; }
/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 271 milliseconds