HomeSort by relevance Sort by last modified time
    Searched refs:lastError (Results 1 - 25 of 121) sorted by null

1 2 3 4 5

  /frameworks/av/media/libmediaplayerservice/
SharedLibrary.h 32 const char *lastError() const;
SharedLibrary.cpp 50 const char *SharedLibrary::lastError() const {
  /external/pdfium/core/src/fxge/Microsoft SDK/include/
GdiPlusStringFormat.h 32 lastError = DllExports::GdipCreateStringFormat(
49 lastError = DllExports::GdipCloneStringFormat(
59 lastError = DllExports::GdipCloneStringFormat(
64 if (lastError == Ok)
65 return new StringFormat(clonedStringFormat, lastError);
280 Status lastStatus = lastError;
281 lastError = Ok;
296 return lastError = newStatus;
305 lastError = DllExports::GdipCloneStringFormat(
314 lastError = DllExports::GdipCloneStringFormat(
    [all...]
  /external/chromium_org/extensions/renderer/resources/
last_error.js 8 // Utility for setting chrome.*.lastError.
11 // 1. For backwards compatibility we need to set chrome.extension.lastError,
13 // 2. When calling across contexts, the global object that gets lastError set
31 if (GetAvailability('extension.lastError').is_available)
32 targetChrome.extension.lastError = errorObject;
36 // We check to see if developers access runtime.lastError in order to decide
39 $Object.defineProperty(targetChrome.runtime, 'lastError', {
51 * Check if anyone has checked chrome.runtime.lastError since it was set.
53 * @return boolean True if the lastError property was set.
64 * @return boolean Whether lastError has been set
    [all...]
send_request.js 6 var lastError = require('lastError');
29 // The chrome objects we will set lastError on. Really we should only be
38 // lastError needs to be set on the caller's chrome object no matter what,
44 lastError.clear(chrome);
46 lastError.clear(callerChrome);
51 lastError.set(name, error, request.stack, chrome);
53 lastError.set(name, error, request.stack, callerChrome);
77 !lastError.hasAccessed(chrome) &&
78 !lastError.hasAccessed(callerChrome))
    [all...]
context_menus_custom_bindings.js 59 if (chrome.runtime.lastError) {
74 if (chrome.runtime.lastError) {
82 if (chrome.runtime.lastError) {
93 if (chrome.runtime.lastError) {
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
echo_cancellation.c 158 aecpc->lastError = 0;
203 aecpc->lastError = AEC_BAD_PARAMETER_ERROR;
209 aecpc->lastError = AEC_BAD_PARAMETER_ERROR;
216 aecpc->lastError = AEC_UNSPECIFIED_ERROR;
221 aecpc->lastError = AEC_UNSPECIFIED_ERROR;
226 aecpc->lastError = AEC_UNSPECIFIED_ERROR;
272 aecpc->lastError = AEC_UNSPECIFIED_ERROR;
289 aecpc->lastError = AEC_NULL_POINTER_ERROR;
294 aecpc->lastError = AEC_UNINITIALIZED_ERROR;
300 aecpc->lastError = AEC_BAD_PARAMETER_ERROR
    [all...]
echo_cancellation_internal.h 60 int lastError;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/live-headers/
background.js 13 if (chrome.runtime.lastError) {
14 alert(chrome.runtime.lastError.message);
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
echo_control_mobile.c 71 int lastError;
117 aecm->lastError = 0;
172 aecm->lastError = AECM_BAD_PARAMETER_ERROR;
180 aecm->lastError = AECM_UNSPECIFIED_ERROR;
187 aecm->lastError = AECM_UNSPECIFIED_ERROR;
216 aecm->lastError = AECM_UNSPECIFIED_ERROR;
236 aecm->lastError = AECM_NULL_POINTER_ERROR;
242 aecm->lastError = AECM_UNINITIALIZED_ERROR;
248 aecm->lastError = AECM_BAD_PARAMETER_ERROR;
284 aecm->lastError = AECM_NULL_POINTER_ERROR
    [all...]
  /external/webrtc/src/modules/audio_processing/aecm/
echo_control_mobile.c 77 int lastError;
120 aecm->lastError = 0;
175 aecm->lastError = AECM_BAD_PARAMETER_ERROR;
183 aecm->lastError = AECM_UNSPECIFIED_ERROR;
190 aecm->lastError = AECM_UNSPECIFIED_ERROR;
219 aecm->lastError = AECM_UNSPECIFIED_ERROR;
239 aecm->lastError = AECM_NULL_POINTER_ERROR;
245 aecm->lastError = AECM_UNINITIALIZED_ERROR;
251 aecm->lastError = AECM_BAD_PARAMETER_ERROR;
299 aecm->lastError = AECM_NULL_POINTER_ERROR
    [all...]
  /external/chromium_org/native_client_sdk/src/examples/tutorial/load_progress/
example.js 52 // the error, you have to check lastError on the <EMBED> element to find
55 common.logMessage('error: ' + common.naclModule.lastError);
77 var lastError = event.target.lastError;
78 if (lastError == undefined || lastError.length == 0) {
79 lastError = '<none>';
81 common.logMessage('lastError: ' + lastError);
  /external/chromium_org/extensions/test/data/
api_test_base_unittest.js 21 test.assertEq(undefined, chrome.runtime.lastError);
22 test.assertEq(undefined, chrome.extension.lastError);
31 var lastError = require('lastError');
34 test.assertTrue(!!lastError);
  /external/webrtc/src/modules/audio_processing/aec/
echo_cancellation.c 93 int lastError;
138 aecpc->lastError = 0;
209 aecpc->lastError = AEC_BAD_PARAMETER_ERROR;
215 aecpc->lastError = AEC_BAD_PARAMETER_ERROR;
222 aecpc->lastError = AEC_UNSPECIFIED_ERROR;
227 aecpc->lastError = AEC_UNSPECIFIED_ERROR;
232 aecpc->lastError = AEC_UNSPECIFIED_ERROR;
276 aecpc->lastError = AEC_UNSPECIFIED_ERROR;
282 aecpc->lastError = AEC_UNSPECIFIED_ERROR;
310 aecpc->lastError = AEC_NULL_POINTER_ERROR
    [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContext.cpp 93 GLenum lastError;
119 , lastError (GL_NO_ERROR)
202 const GLenum lastErr = ctx->lastError;
204 ctx->lastError = GL_NO_ERROR;
325 ctx->lastError = GL_INVALID_ENUM;
340 ctx->lastError = GL_INVALID_VALUE;
346 ctx->lastError = GL_INVALID_ENUM;
488 if (ctx->lastError == GL_NO_ERROR)
489 ctx->lastError = GL_INVALID_OPERATION;
512 if (ctx->lastError == GL_NO_ERROR
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
ChangeVersionWrapper.cpp 52 int sqliteError = database->sqliteDatabase().lastError();
75 int sqliteError = database->sqliteDatabase().lastError();
SQLTransactionBackend.cpp 579 m_database->reportStartTransactionResult(2, SQLError::DATABASE_ERR, m_database->sqliteDatabase().lastError());
581 m_database->sqliteDatabase().lastError(), m_database->sqliteDatabase().lastErrorMsg());
591 m_database->reportStartTransactionResult(3, SQLError::DATABASE_ERR, m_database->sqliteDatabase().lastError());
593 m_database->sqliteDatabase().lastError(), m_database->sqliteDatabase().lastErrorMsg());
    [all...]
  /external/chromium_org/chrome/test/chromedriver/extension/
background.js 13 if (typeof(chrome.extension.lastError) != 'undefined') {
14 var error = new Error(chrome.extension.lastError.message);
30 if (chrome.extension.lastError &&
31 chrome.extension.lastError.message.indexOf('permission') != -1) {
32 var error = new Error(chrome.extension.lastError.message);
  /external/deqp/framework/delibs/deutil/
deProcess.c 53 char* lastError;
173 deFree(process->lastError);
179 return process->lastError ? process->lastError : "No error";
189 if (process->lastError)
191 deFree(process->lastError);
192 process->lastError = DE_NULL;
195 process->lastError = deStrdup(error);
196 return process->lastError != DE_NULL;
519 char* lastError;
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/zoom/
popup.js 77 if (chrome.runtime.lastError)
78 console.log('[ZoomDemoExtension] ' + chrome.runtime.lastError.message);
96 if (chrome.runtime.lastError)
97 console.log('[ZoomDemoExtension] ' + chrome.runtime.lastError.message);
127 if (chrome.runtime.lastError) {
129 chrome.runtime.lastError.message);
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/catifier/
event_page.js 50 if (chrome.runtime.lastError) {
51 console.error('Error adding rules: ' + chrome.runtime.lastError);
73 if (chrome.runtime.lastError) {
74 console.error('Error clearing rules: ' + chrome.runtime.lastError);
  /external/chromium_org/chrome/browser/resources/cryptotoken/
usbgnubbydevice.js 80 if (chrome.runtime.lastError) {
83 console.warn(chrome.runtime.lastError);
88 if (chrome.runtime.lastError) {
91 console.warn(chrome.runtime.lastError);
149 if (chrome.runtime.lastError) {
150 console.warn(UTIL_fmt('lastError: ' + chrome.runtime.lastError));
151 console.log(chrome.runtime.lastError);
246 if (chrome.runtime.lastError) {
247 console.warn(UTIL_fmt('lastError: ' + chrome.runtime.lastError))
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
SQLiteDatabase.cpp 219 return lastError();
231 return lastError();
257 int SQLiteDatabase::lastError()
377 int error = lastError();
398 error = lastError();
  /external/chromium_org/chrome/browser/resources/chromeos/network/
network_config.js 77 this.lastError = '';
85 * Error Callback invoked by Chrome. Sets lastError and logs to the console.
90 lastError: '',
93 this.lastError = args.shift();
94 console.error('Callback error: "' + this.lastError);
96 // check this.lastError and handle that.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/ttsdemo/
ttsdemo.js 89 if (chrome.runtime.lastError) {
90 console.log('TTS Error: ' + chrome.runtime.lastError.message);

Completed in 585 milliseconds

1 2 3 4 5