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/include/bcc/Support/
H A DFileBase.h137 inline bool hasError() const function in class:bcc::FileBase
/frameworks/compile/libbcc/include/bcc/ExecutionEngine/
H A DSymbolResolvers.h44 inline bool hasError() const function in class:bcc::DyldSymbolResolver
/frameworks/base/tools/aapt/
H A DResourceTable.cpp3546 bool hasError = false; local
3571 hasError = true;
3591 hasError = true;
3599 hasError = true;
3621 return hasError ? UNKNOWN_ERROR : NO_ERROR;

Completed in 44 milliseconds