Searched refs:hasError (Results 1 – 12 of 12) sorted by relevance
139 if ((mFD < 0) || hasError()) { in lock()170 if (hasError() || !reopen()) { in lock()
123 inline bool hasError() const in hasError() function
157 if (write_output_mutex.hasError() || !write_output_mutex.lockMutex()) { in compileScript()
196 public boolean hasError(int error) { in hasError() method in SslError
204 public boolean hasError() { in hasError() method in SyncResult
1828 bool hasError = false; in buildResources() local1850 hasError = true; in buildResources()1872 if (hasError) { in buildResources()
4029 bool hasError = false; in applyPublicEntryOrder() local4073 hasError = true; in applyPublicEntryOrder()4081 hasError = true; in applyPublicEntryOrder()4103 return hasError ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in applyPublicEntryOrder()
3659 if (!syncResult.hasError()) { in runSyncFinishedOrCanceledH()
8213 method public boolean hasError();17553 method public boolean hasError(int);
10914 method public boolean hasError();29523 method public boolean hasError(int);
10914 method public boolean hasError();29653 method public boolean hasError(int);
3908 HSPLandroid/content/SyncResult;->hasError()Z