Searched refs:hasError (Results 1 - 18 of 18) sorted by relevance

/frameworks/compile/libbcc/lib/Support/
H A DInputFile.cpp27 if ((mFD < 0) || hasError()) {
H A DFileBase.cpp122 if ((mFD < 0) || hasError()) {
153 if (hasError() || !reopen()) {
207 if (mFD < 0 || hasError()) {
227 if (mFD < 0 || hasError()) {
245 if ((mFD < 0) || hasError()) {
261 if ((mFD < 0) || hasError()) {
H A DSha1Util.cpp32 if (file.hasError()) {
H A DOutputFile.cpp64 if (result->hasError()) {
84 if ((mFD < 0) || hasError()) {
H A DDisassembler.cpp190 if (pOutput.hasError()) {
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DObjectLoader.cpp111 if (pFile.hasError()) {
119 if (pFile.hasError()) {
133 if ((file_map == NULL) || pFile.hasError()) {
/frameworks/compile/libbcc/include/bcc/Support/
H A DFileBase.h137 inline bool hasError() const function in class:bcc::FileBase
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp88 if (read_output_mutex.hasError() || !read_output_mutex.lock()) {
99 if ((output_file == NULL) || output_file->hasError()) {
222 if (write_output_mutex.hasError() || !write_output_mutex.lock()) {
234 if ((output_file == NULL) || output_file->hasError()) {
H A DRSExecutable.cpp135 if (info_file.hasError()) {
164 if (pOutput.hasError()) {
H A DRSInfoWriter.cpp171 if (pOutput.hasError()) {
H A DRSInfoReader.cpp185 if (pInput.hasError()) {
192 if (pInput.hasError()) {
/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/base/core/java/android/content/
H A DSyncResult.java194 public boolean hasError() { method in class:SyncResult
H A DSyncManager.java2278 if (!syncResult.hasError()) {
/frameworks/compile/libbcc/tools/bcc/
H A DMain.cpp270 if (output_file.hasError()) {
356 if (input_exec.hasError()) {
/frameworks/compile/libbcc/lib/Core/
H A DCompiler.cpp365 if (pResult.hasError()) {
/frameworks/base/tools/aapt/
H A DResourceTable.cpp3551 bool hasError = false; local
3576 hasError = true;
3596 hasError = true;
3604 hasError = true;
3626 return hasError ? UNKNOWN_ERROR : NO_ERROR;

Completed in 562 milliseconds