/frameworks/compile/libbcc/lib/Support/ |
D | FileBase.cpp | 142 if ((mFD < 0) || hasError()) { in lock() 173 if (hasError() || !reopen()) { in lock() 227 if (mFD < 0 || hasError()) { in createMap() 247 if (mFD < 0 || hasError()) { in getSize() 265 if ((mFD < 0) || hasError()) { in seek() 281 if ((mFD < 0) || hasError()) { in tell()
|
D | InputFile.cpp | 27 if ((mFD < 0) || hasError()) { in read()
|
D | OutputFile.cpp | 31 if ((mFD < 0) || hasError()) { in write()
|
D | Disassembler.cpp | 190 if (pOutput.hasError()) { in Disassemble()
|
/frameworks/base/tools/aapt2/link/ |
D | XmlReferenceLinker.cpp | 52 bool hasError() const { in hasError() function in aapt::__anone12d5d940111::ReferenceVisitor 145 bool hasError() { in hasError() function in aapt::__anone12d5d940111::XmlVisitor 146 return mError || mReferenceVisitor.hasError(); in hasError() 168 return !visitor.hasError(); in consume()
|
D | ReferenceLinker.cpp | 121 bool hasError() { in hasError() function in aapt::__anon0c3c69230111::ReferenceLinkerVisitor 325 if (visitor.hasError()) { in consume()
|
/frameworks/compile/libbcc/include/bcc/Support/ |
D | FileBase.h | 134 inline bool hasError() const in hasError() function
|
/frameworks/base/core/java/android/net/http/ |
D | SslError.java | 190 public boolean hasError(int error) { in hasError() method in SslError
|
/frameworks/compile/libbcc/lib/Renderscript/ |
D | RSCompilerDriver.cpp | 161 if (write_output_mutex.hasError() || !write_output_mutex.lock()) { in compileScript() 172 if (output_file.hasError()) { in compileScript()
|
/frameworks/base/core/java/android/content/ |
D | SyncResult.java | 194 public boolean hasError() { in hasError() method in SyncResult
|
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/metrics/ |
D | TelephonyMetricsTest.java | 373 assertTrue(log.events[0].hasError()); in testWriteOnDeactivateDataCallResponse() 423 assertTrue(events[2].hasError()); in testWriteRilSendSms() 432 assertTrue(events[3].hasError()); in testWriteRilSendSms()
|
/frameworks/compile/libbcc/lib/Core/ |
D | Compiler.cpp | 299 if (pResult.hasError()) { in compile()
|
/frameworks/base/tools/aapt/ |
D | Resource.cpp | 1678 bool hasError = false; in buildResources() local 1700 hasError = true; in buildResources() 1722 if (hasError) { in buildResources()
|
D | ResourceTable.cpp | 4019 bool hasError = false; in applyPublicEntryOrder() local 4063 hasError = true; in applyPublicEntryOrder() 4071 hasError = true; in applyPublicEntryOrder() 4093 return hasError ? STATUST(UNKNOWN_ERROR) : NO_ERROR; in applyPublicEntryOrder()
|
/frameworks/base/docs/html/training/location/ |
D | geofencing.jd | 258 if (geofencingEvent.hasError()) {
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | SyncManager.java | 3112 if (!syncResult.hasError()) { in runSyncFinishedOrCanceledH()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 8213 method public boolean hasError(); 17553 method public boolean hasError(int);
|
/frameworks/base/api/ |
D | current.txt | 9194 method public boolean hasError(); 24106 method public boolean hasError(int);
|
D | system-current.txt | 9545 method public boolean hasError(); 26007 method public boolean hasError(int);
|
D | test-current.txt | 9206 method public boolean hasError(); 24180 method public boolean hasError(int);
|