Searched defs:hasError (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/content/
H A DSyncResult.java194 public boolean hasError() { method in class:SyncResult
/frameworks/base/core/java/android/net/http/
H A DSslError.java190 public boolean hasError(int error) { method in class:SslError
/frameworks/compile/libbcc/lib/
H A DFileBase.h123 inline bool hasError() const function in class:bcc::FileBase
/frameworks/base/tools/aapt/
H A DResource.cpp1796 bool hasError = false; local
1818 hasError = true;
1840 if (hasError) {
H A DResourceTable.cpp4032 bool hasError = false; local
4076 hasError = true;
4084 hasError = true;
4106 return hasError ? STATUST(UNKNOWN_ERROR) : NO_ERROR;

Completed in 169 milliseconds