Searched refs:lastError (Results 1 - 25 of 30) sorted by relevance

12

/external/webkit/Source/WebCore/platform/win/
H A DSharedBufferWin.cpp55 DWORD lastError = GetLastError(); local
57 if (bytesToRead != INVALID_FILE_SIZE || lastError == NO_ERROR) {
65 LOG_ERROR("Failed to get filesize of file %s, GetLastError() = %u", filePath.ascii().data(), lastError);
/external/webkit/Source/WebCore/platform/efl/
H A DGeolocationServiceEfl.h44 virtual PositionError* lastError() const;
H A DGeolocationServiceEfl.cpp74 PositionError* GeolocationServiceEfl::lastError() const function in class:WebCore::GeolocationServiceEfl
/external/webrtc/src/modules/audio_processing/aec/main/source/
H A Decho_cancellation.c89 int lastError; member in struct:__anon12318
133 aecpc->lastError = 0;
190 aecpc->lastError = AEC_BAD_PARAMETER_ERROR;
196 aecpc->lastError = AEC_BAD_PARAMETER_ERROR;
203 aecpc->lastError = AEC_UNSPECIFIED_ERROR;
209 aecpc->lastError = AEC_UNSPECIFIED_ERROR;
214 aecpc->lastError = AEC_UNSPECIFIED_ERROR;
259 aecpc->lastError = AEC_UNSPECIFIED_ERROR;
281 aecpc->lastError = AEC_NULL_POINTER_ERROR;
286 aecpc->lastError
[all...]
/external/webrtc/src/modules/audio_processing/aecm/main/source/
H A Decho_control_mobile.c77 int lastError; member in struct:__anon12328
119 aecm->lastError = 0;
174 aecm->lastError = AECM_BAD_PARAMETER_ERROR;
181 aecm->lastError = AECM_BAD_PARAMETER_ERROR;
189 aecm->lastError = AECM_UNSPECIFIED_ERROR;
196 aecm->lastError = AECM_UNSPECIFIED_ERROR;
225 aecm->lastError = AECM_UNSPECIFIED_ERROR;
245 aecm->lastError = AECM_NULL_POINTER_ERROR;
251 aecm->lastError = AECM_UNINITIALIZED_ERROR;
257 aecm->lastError
[all...]
/external/chromium/chrome/common/extensions/docs/examples/api/contextMenus/basic/
H A Dsample.js66 if (chrome.extension.lastError) {
67 console.log("Got expected error: " + chrome.extension.lastError.message);
/external/webkit/Source/WebCore/platform/
H A DGeolocationService.h63 virtual PositionError* lastError() const { return 0; } function in class:WebCore::GeolocationService
/external/webkit/Source/WebCore/platform/gtk/
H A DGeolocationServiceGtk.h45 PositionError* lastError() const;
H A DGeolocationServiceGtk.cpp157 PositionError* GeolocationServiceGtk::lastError() const function in class:WebCore::GeolocationServiceGtk
/external/webkit/Source/WebCore/platform/mock/
H A DGeolocationServiceMock.h61 virtual PositionError* lastError() const { return s_lastError->get(); } function in class:WebCore::GeolocationServiceMock
/external/icu4c/test/intltest/
H A Dwinnmtst.cpp190 DWORD lastError = GetLastError(); local
192 if (lastError == ERROR_INSUFFICIENT_BUFFER) {
204 DWORD lastError = GetLastError(); local
206 if (lastError == ERROR_INSUFFICIENT_BUFFER) {
/external/webkit/Source/WebCore/platform/android/
H A DGeolocationServiceAndroid.h54 virtual PositionError* lastError() const { return m_lastError.get(); } function in class:WebCore::GeolocationServiceAndroid
/external/webkit/Source/WebCore/platform/sql/
H A DSQLiteDatabase.h102 int lastError();
H A DSQLiteDatabase.cpp318 int SQLiteDatabase::lastError() function in class:WebCore::SQLiteDatabase
448 int error = lastError();
469 error = lastError();
H A DSQLiteStatement.cpp463 if (m_database.lastError() != SQLITE_DONE) {
483 if (m_database.lastError() != SQLITE_DONE) {
503 if (m_database.lastError() != SQLITE_DONE) {
523 if (m_database.lastError() != SQLITE_DONE) {
/external/webrtc/src/modules/audio_processing/agc/main/source/
H A Danalog_agc.h59 WebRtc_Word16 lastError; member in struct:__anon12332
H A Danalog_agc.c1394 stt->lastError = AGC_UNINITIALIZED_ERROR;
1400 stt->lastError = AGC_BAD_PARAMETER_ERROR;
1407 stt->lastError = AGC_BAD_PARAMETER_ERROR;
1450 stt->lastError = AGC_NULL_POINTER_ERROR;
1456 stt->lastError = AGC_UNINITIALIZED_ERROR;
1489 stt->lastError = 0;
1525 stt->lastError = AGC_UNINITIALIZED_ERROR;
1659 stt->lastError = AGC_UNSPECIFIED_ERROR;
/external/icu4c/i18n/
H A Dwinnmfmt.cpp305 DWORD lastError = GetLastError(); local
307 if (lastError == ERROR_INSUFFICIENT_BUFFER) {
/external/libxml2/
H A DparserInternals.c1745 if (ctxt->lastError.message != NULL)
1746 xmlFree(ctxt->lastError.message);
1747 if (ctxt->lastError.file != NULL)
1748 xmlFree(ctxt->lastError.file);
1749 if (ctxt->lastError.str1 != NULL)
1750 xmlFree(ctxt->lastError.str1);
1751 if (ctxt->lastError.str2 != NULL)
1752 xmlFree(ctxt->lastError.str2);
1753 if (ctxt->lastError.str3 != NULL)
1754 xmlFree(ctxt->lastError
[all...]
H A Derror.c511 to = &ctxt->lastError;
911 if (ctxt->lastError.code == XML_ERR_OK)
913 return (&ctxt->lastError);
930 if (ctxt->lastError.code == XML_ERR_OK)
932 xmlResetError(&ctxt->lastError);
H A Dxpointer.c102 ctxt->context->lastError.domain = XML_FROM_XPOINTER;
103 ctxt->context->lastError.code = error;
104 ctxt->context->lastError.level = XML_ERR_ERROR;
105 ctxt->context->lastError.str1 = (char *) xmlStrdup(ctxt->base);
106 ctxt->context->lastError.int1 = ctxt->cur - ctxt->base;
107 ctxt->context->lastError.node = ctxt->context->debugNode;
110 &ctxt->context->lastError);
/external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/
H A Dproxy_form_controller.js514 * for `lastError`, and then sets incognito settings (if they exist).
519 if (chrome.extension.lastError) {
535 * for `lastError` and sets a success message.
540 if (chrome.extension.lastError) {
/external/libxml2/include/libxml/
H A Dxpath.h343 xmlError lastError; /* the last error */ member in struct:_xmlXPathContext
/external/webkit/Source/WebCore/loader/icon/
H A DIconDatabase.cpp1076 LOG_ERROR("Could not create PageURL table in database (%i) - %s", db.lastError(), db.lastErrorMsg());
1081 LOG_ERROR("Could not create PageURL index in database (%i) - %s", db.lastError(), db.lastErrorMsg());
1086 LOG_ERROR("Could not create IconInfo table in database (%i) - %s", db.lastError(), db.lastErrorMsg());
1091 LOG_ERROR("Could not create PageURL index in database (%i) - %s", db.lastError(), db.lastErrorMsg());
1096 LOG_ERROR("Could not create IconData table in database (%i) - %s", db.lastError(), db.lastErrorMsg());
1101 LOG_ERROR("Could not create PageURL index in database (%i) - %s", db.lastError(), db.lastErrorMsg());
1106 LOG_ERROR("Could not create IconDatabaseInfo table in database (%i) - %s", db.lastError(), db.lastErrorMsg());
1111 LOG_ERROR("Could not insert icon database version into IconDatabaseInfo table (%i) - %s", db.lastError(), db.lastErrorMsg());
/external/webkit/Source/WebCore/page/
H A DGeolocation.cpp691 ASSERT(service->lastError());
696 handleError(service->lastError());

Completed in 589 milliseconds

12