Searched defs:error (Results 1 - 25 of 779) sorted by relevance

1234567891011>>

/external/webkit/WebKit/mac/Plugins/
H A DWebNullPluginView.h35 NSError *error; variable
39 - (id)initWithFrame:(NSRect)frame error:(NSError *)error DOMElement:(DOMElement *)element;
/external/freetype/src/base/
H A Dftpic.c32 FT_Error error = FT_Err_Ok; local
36 error = ft_base_pic_init( library );
37 if(error)
38 return error;
H A Dftwinfnt.c32 FT_Error error; local
35 error = FT_Err_Invalid_Argument;
43 error = service->get_header( face, header );
47 return error;
H A Dbasepic.c54 FT_Error error = FT_Err_Ok; local
60 return error;
65 error = ft_create_default_module_classes( library );
66 if ( error )
74 if(error)
76 return error;
H A Dftmm.c39 FT_Error error; local
47 error = FT_Err_Invalid_Argument;
56 error = FT_Err_Ok;
59 return error;
69 FT_Error error; local
73 error = ft_face_get_mm_service( face, &service );
74 if ( !error )
76 error = FT_Err_Invalid_Argument;
78 error = service->get_mm( face, amaster );
81 return error;
91 FT_Error error; local
114 FT_Error error; local
137 FT_Error error; local
160 FT_Error error; local
186 FT_Error error; local
[all...]
/external/webkit/LayoutTests/fast/dom/Geolocation/resources/
H A Dpermission-denied-already-error.js1 description("Tests that when Geolocation permission has been denied prior to a call to a Geolocation method, the error callback is invoked with code PERMISSION_DENIED, when the Geolocation service encounters an error.");
7 var error; variable
12 error = e
13 shouldBe('error.code', 'error.PERMISSION_DENIED');
14 shouldBe('error.message', '"User denied Geolocation"');
28 error = e
29 shouldBe('error.code', 'error
[all...]
H A Dpermission-denied-already-success.js1 description("Tests that when Geolocation permission has been denied prior to a call to a Geolocation method, the error callback is invoked with code PERMISSION_DENIED, when the Geolocation service has a good position.");
7 var error; variable
12 error = e
13 shouldBe('error.code', 'error.PERMISSION_DENIED');
14 shouldBe('error.message', '"User denied Geolocation"');
26 error = e
27 shouldBe('error.code', 'error.PERMISSION_DENIED');
28 shouldBe('error
[all...]
H A Dpermission-denied.js6 var error; variable
11 error = e
12 shouldBe('error.code', 'error.PERMISSION_DENIED');
13 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.");
5 var error; variable
10 error = e
11 shouldBe('error.code', 'error.TIMEOUT');
12 shouldBe('error.message', '"Timeout expired"');
H A Derror.js1 description("Tests Geolocation error callback using the mock service.");
8 var error; variable
14 error = e
15 shouldBe('error.code', 'mockCode');
16 shouldBe('error.message', 'mockMessage');
17 shouldBe('error.UNKNOWN_ERROR', 'undefined');
18 shouldBe('error.PERMISSION_DENIED', '1');
19 shouldBe('error.POSITION_UNAVAILABLE', '2');
20 shouldBe('error.TIMEOUT', '3');
H A Dpermission-denied-already-clear-watch.js1 description("Tests that when Geolocation permission has been denied prior to a call to watchPosition, and the watch is cleared in the error callback, there is no crash. This a regression test for https://bugs.webkit.org/show_bug.cgi?id=32111.");
7 var error; variable
12 error = e
13 shouldBe('error.code', 'error.PERMISSION_DENIED');
14 shouldBe('error.message', '"User denied Geolocation"');
26 error = e
27 shouldBe('error.code', 'error.PERMISSION_DENIED');
28 shouldBe('error
[all...]
H A Dpermission-denied-stops-watches.js8 var error; variable
15 testFailed('Error callback invoked unexpectedly : ' + error.message);
20 error = e
21 shouldBe('error.code', 'error.PERMISSION_DENIED');
22 shouldBe('error.message', '"User denied Geolocation"');
H A Dtimeout-clear-watch.js1 description("Tests that when a watch times out and is cleared from the error callback, there is no crash. This a regression test for https://bugs.webkit.org/show_bug.cgi?id=32111.");
5 var error; variable
10 error = e
11 shouldBe('error.code', 'error.TIMEOUT');
12 shouldBe('error.message', '"Timeout expired"');
/external/webkit/WebCore/platform/graphics/openvg/
H A DEGLUtils.h26 static inline const char* toEGLErrorConstant(EGLint error) argument
28 switch (error) {
/external/webkit/WebKitTools/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/chromium/net/base/
H A Dcert_status_flags.cc12 int MapNetErrorToCertStatus(int error) { argument
13 switch (error) {
26 // We added the ERR_CERT_CONTAINS_ERRORS error code when we were using
43 // serious error.
H A Dnet_errors.cc15 const char* ErrorToString(int error) { argument
16 if (error == 0)
19 switch (error) {
/external/chromium/net/url_request/
H A Durl_request_error_job.cc11 URLRequestErrorJob::URLRequestErrorJob(URLRequest* request, int error) argument
12 : URLRequestJob(request), error_(error) {
/external/chromium/third_party/icu/source/common/
H A Dresbund_cnv.cpp27 UErrorCode& error)
30 constructForLocale(path, locale, error);
34 UErrorCode& error)
37 constructForLocale(path, Locale::getDefault(), error);
43 UErrorCode& error)
46 fResource = ures_open(NULL, locale.getName(), &error);
51 fResource = ures_openU(nullTerminatedPath.getBuffer(), locale.getName(), &error);
25 ResourceBundle( const UnicodeString& path, const Locale& locale, UErrorCode& error) argument
33 ResourceBundle( const UnicodeString& path, UErrorCode& error) argument
41 constructForLocale(const UnicodeString& path, const Locale& locale, UErrorCode& error) argument
/external/icu4c/common/
H A Dresbund_cnv.cpp27 UErrorCode& error)
30 constructForLocale(path, locale, error);
34 UErrorCode& error)
37 constructForLocale(path, Locale::getDefault(), error);
43 UErrorCode& error)
46 fResource = ures_open(NULL, locale.getName(), &error);
51 fResource = ures_openU(nullTerminatedPath.getBuffer(), locale.getName(), &error);
25 ResourceBundle( const UnicodeString& path, const Locale& locale, UErrorCode& error) argument
33 ResourceBundle( const UnicodeString& path, UErrorCode& error) argument
41 constructForLocale(const UnicodeString& path, const Locale& locale, UErrorCode& error) argument
/external/icu4c/samples/layout/
H A DGnomeGUISupport.cpp26 GtkWidget *error; local
29 error = gnome_error_dialog(s);
30 gtk_widget_show(error);
/external/webkit/WebCore/platform/text/mac/
H A Dmake-charset-table.pl36 my $error = 0;
38 sub error ($) subroutine
41 $error = 1;
48 error "$name shows up twice in output" if $namesWritten{$name};
78 error "Platform encoding name $PlatformName is mentioned twice in $baseFilename" if $seenPlatformNames{$PlatformNameWithFlags};
90 error "$name, in $baseFilename, has illegal characters in it";
96 error "$name, in $baseFilename, has illegal characters in it (must be all lowercase alphanumeric)";
100 error "$name comes after $prevName in $baseFilename, but everything must be in alphabetical order";
110 error "$name is mentioned twice in $baseFilename" if $seenIANANames{$canonicalName};
123 error "
[all...]
/external/bluetooth/glib/gio/
H A Dgasynchelper.h33 GError * error; member in struct:__anon385
43 GError *error,
/external/easymock/src/org/easymock/internal/
H A DAssertionErrorWrapper.java22 private final AssertionError error; field in class:AssertionErrorWrapper
24 public AssertionErrorWrapper(AssertionError error) { argument
25 this.error = error;
29 return error;
/external/freetype/src/autofit/
H A Dafpic.c54 FT_Error error = AF_Err_Ok; local
61 return error;
85 if(error)
87 return error;

Completed in 348 milliseconds

1234567891011>>