Searched defs:hasError (Results 1 - 6 of 6) 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/ExecutionEngine/
H A DSymbolResolvers.h44 inline bool hasError() const function in class:bcc::DyldSymbolResolver
/frameworks/compile/libbcc/include/bcc/Support/
H A DFileBase.h134 inline bool hasError() const function in class:bcc::FileBase
/frameworks/base/tools/aapt/
H A DResource.cpp1619 bool hasError = false; local
1641 hasError = true;
1663 if (hasError) {
H A DResourceTable.cpp3897 bool hasError = false; local
3941 hasError = true;
3949 hasError = true;
3971 return hasError ? UNKNOWN_ERROR : NO_ERROR;

Completed in 209 milliseconds