Searched refs:error (Results 126 - 150 of 3763) sorted by relevance

1234567891011>>

/external/skia/src/ports/
H A DSkXMLParser_empty.cpp20 void SkXMLParser::GetNativeErrorString(int error, SkString* str) argument
/external/stlport/stlport/
H A Drlocks.h8 # error "This file is for SUN CC only. Please remove it if it causes any harm for other compilers."
H A Dstdiostream.h8 # error "This file is for SUN CC only. Please remove it if it causes any harm for other compilers."
/external/v8/src/
H A Dsimulator.h40 #error Unsupported target architecture.
/external/webkit/LayoutTests/fast/dom/Geolocation/script-tests/
H A Dpermission-denied.js9 var error;
14 error = e;
15 shouldBe('error.code', 'error.PERMISSION_DENIED');
16 shouldBe('error.message', '"User denied Geolocation"');
H A Dtimeout-zero.js1 description("Tests that when timeout is zero (and maximumAge is too), the error callback is called immediately with code TIMEOUT.");
6 var error;
11 error = e;
12 shouldBe('error.code', 'error.TIMEOUT');
13 shouldBe('error.message', '"Timeout expired"');
/external/webkit/LayoutTests/storage/
H A Dchange-version-handle-reuse.js17 }, function(error) {
18 log("changeVersion: error callback: " + error.message);
37 }, function(tx, error) {
38 log("transaction: statement error callback: " + error.message);
/external/webkit/Source/WebCore/platform/gtk/
H A DSharedBufferGtk.cpp38 GError* error = 0; local
39 if (!g_file_get_contents(filename.data(), &contents, &size, &error)) {
40 LOG_ERROR("Failed to fully read contents of file %s - %s", filenameForDisplay(filePath).utf8().data(), error->message);
41 g_error_free(error);
/external/webkit/Source/WebCore/storage/
H A DIDBFactoryBackendInterface.cpp34 #error "Chromium should not compile this file and instead define its own version of this factory that navigates the multi-process boundry."
/external/webkit/Source/WebKit/chromium/src/
H A DWebGeolocationError.cpp51 WebGeolocationError::WebGeolocationError(PassRefPtr<GeolocationError> error) argument
53 m_private = error;
56 WebGeolocationError& WebGeolocationError::operator=(PassRefPtr<GeolocationError> error) argument
58 m_private = error;
/external/webkit/Source/WebKit2/Shared/API/c/
H A DWKError.h52 WK_EXPORT WKStringRef WKErrorCopyDomain(WKErrorRef error);
53 WK_EXPORT int WKErrorGetErrorCode(WKErrorRef error);
54 WK_EXPORT WKURLRef WKErrorCopyFailingURL(WKErrorRef error);
55 WK_EXPORT WKStringRef WKErrorCopyLocalizedDescription(WKErrorRef error);
/external/webkit/Source/WebKit2/Shared/API/c/win/
H A DWKBaseWin.h30 #error "Please #include \"WKBase.h\" instead of this file directly."
/external/webkit/Source/WebKit2/UIProcess/API/C/gtk/
H A DWKAPICastGtk.h31 #error "Please #include \"WKAPICast.h\" instead of this file directly."
/external/webkit/Tools/android/flex-2.5.4a/MISC/Macintosh/
H A Dxmalloc.c27 #define error(x, y, z) perror(z) /* Throw out meaningless arguments */ macro
29 void error ();
32 /* Allocate N bytes of memory dynamically, with error checking. */
43 error (2, 0, "virtual memory exhausted");
48 with error checking.
67 error (2, 0, "virtual memory exhausted");
/external/dropbear/libtomcrypt/src/pk/ecc/
H A Decc_verify_hash.c79 goto error;
87 goto error;
91 if ((err = mp_read_radix(p, (char *)key->dp->order, 16)) != CRYPT_OK) { goto error; }
94 if ((err = mp_read_radix(m, (char *)key->dp->prime, 16)) != CRYPT_OK) { goto error; }
99 goto error;
103 if ((err = mp_read_unsigned_bin(e, (unsigned char *)hash, (int)hashlen)) != CRYPT_OK) { goto error; }
106 if ((err = mp_invmod(s, p, w)) != CRYPT_OK) { goto error; }
109 if ((err = mp_mulmod(e, w, p, u1)) != CRYPT_OK) { goto error; }
112 if ((err = mp_mulmod(r, w, p, u2)) != CRYPT_OK) { goto error; }
115 if ((err = mp_read_radix(mG->x, (char *)key->dp->Gx, 16)) != CRYPT_OK) { goto error; }
[all...]
/external/chromium/chrome/browser/ui/gtk/
H A Dgconf_titlebar_listener.cc62 GError* error = NULL; local
64 &error);
65 if (HandleGError(error, kButtonLayoutKey))
73 GCONF_CLIENT_PRELOAD_ONELEVEL, &error);
74 if (HandleGError(error, kMetacityGeneral))
82 this, NULL, &error);
83 if (HandleGError(error, kButtonLayoutKey))
104 bool GConfTitlebarListener::HandleGError(GError* error, const char* key) { argument
105 if (error != NULL) {
106 LOG(ERROR) << "Error with gconf key '" << key << "': " << error
[all...]
/external/stressapptest/src/
H A Derror_diag.cc80 // Atomically add error instance to device.
120 // Returns true of any error associated with this device is fatal.
149 // Returns false on error. true otherwise.
156 // Returns false on error. true otherwise.
165 // Returns -1 on error, 1 if diagnoser reports error externally; 0 otherwise.
168 ECCErrorInstance *error = new ECCErrorInstance; local
169 if (!error)
171 error->severity_ = SAT_ERROR_CORRECTABLE;
172 dimm_device->AddErrorInstance(error);
180 ECCErrorInstance *error = new ECCErrorInstance; local
192 MiscompareErrorInstance *error = new MiscompareErrorInstance; local
218 HDDMiscompareErrorInstance *error = new HDDMiscompareErrorInstance; local
272 HDDSectorTagErrorInstance *error = new HDDSectorTagErrorInstance; local
[all...]
/external/webkit/Source/WebKit/mac/Misc/
H A DWebNSFileManagerExtras.m41 OSStatus error;
48 error = FSPathMakeRef((const UInt8 *)[posixPath fileSystemRepresentation], &ref, NULL);
49 if (error != noErr) {
54 error = FSGetCatalogInfo(&ref, kFSCatInfoVolume, &info, NULL, NULL, NULL);
55 if (error != noErr) {
60 error = FSGetVolumeInfo(info.volume, 0, NULL, kFSVolInfoNone, NULL, NULL, &rootRef);
61 if (error != noErr) {
68 error = FSGetCatalogInfo(&ref, kFSCatInfoNone, NULL, &nameString, NULL, &parentRef);
69 if (error != noErr) {
193 - (NSArray *)contentsOfDirectoryAtPath:(NSString *)path error
[all...]
/external/ceres-solver/internal/ceres/
H A Dsolver_impl.h67 string* error);
75 string* error);
79 // error was encountered whose cause is logged to LOG(ERROR).
83 string* error);
93 string* error);
100 string* error);
120 string* error);
124 string* error);
134 string* error);
/external/chromium/base/i18n/
H A Dbidi_line_iterator.cc26 UErrorCode error = U_ZERO_ERROR; local
27 bidi_ = ubidi_openSized(static_cast<int>(text.length()), 0, &error);
28 if (U_FAILURE(error))
34 NULL, &error);
35 return U_SUCCESS(error) ? true : false;
40 UErrorCode error = U_ZERO_ERROR; local
41 const int runs = ubidi_countRuns(bidi_, &error);
42 return U_SUCCESS(error) ? runs : 0;
/external/chromium/chrome/browser/debugger/manual_tests/resources/
H A Dscript-console-calls.js4 console.error("Test console.error");
/external/chromium/chrome/common/net/gaia/
H A Dgoogle_service_auth_error_unittest.cc22 GoogleServiceAuthError error(state);
23 scoped_ptr<DictionaryValue> value(error.ToValue());
40 GoogleServiceAuthError error(GoogleServiceAuthError::None());
41 scoped_ptr<DictionaryValue> value(error.ToValue());
47 GoogleServiceAuthError error(
49 scoped_ptr<DictionaryValue> value(error.ToValue());
56 GoogleServiceAuthError error(
60 scoped_ptr<DictionaryValue> value(error.ToValue());
/external/chromium/net/url_request/
H A Durl_request_error_job.cc14 URLRequestErrorJob::URLRequestErrorJob(URLRequest* request, int error) argument
16 error_(error),
/external/chromium/third_party/libevent/
H A Devent-config.h17 #error generate event-config.h for your platform
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
H A Derroraccumulator.py17 """Linter error handler class that accumulates an array of errors."""
32 def HandleError(self, error):
33 """Append the error to the list.
36 error: The error object
38 self._errors.append(error)

Completed in 2355 milliseconds

1234567891011>>