/external/webkit/LayoutTests/fast/dom/Geolocation/ |
timeout-zero-expected.txt | 1 Tests that when timeout is zero (and maximumAge is too), the error callback is called immediately with code TIMEOUT. 7 PASS error.code is error.TIMEOUT 8 PASS error.message is "Timeout expired"
|
permission-denied-already-clear-watch-expected.txt | 1 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 PASS error.code is error.PERMISSION_DENIED 8 PASS error.message is "User denied Geolocation" 10 PASS error.code is error.PERMISSION_DENIED 11 PASS error.message is "User denied Geolocation"
|
permission-denied-already-success-expected.txt | 1 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 PASS error.code is error.PERMISSION_DENIED 8 PASS error.message is "User denied Geolocation" 10 PASS error.code is error.PERMISSION_DENIED 11 PASS error.message is "User denied Geolocation"
|
timeout-clear-watch-expected.txt | 1 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. 7 PASS error.code is error.TIMEOUT 8 PASS error.message is "Timeout expired"
|
permission-denied-expected.txt | 7 PASS error.code is error.PERMISSION_DENIED 8 PASS error.message is "User denied Geolocation"
|
permission-denied-stops-watches-expected.txt | 7 PASS error.code is error.PERMISSION_DENIED 8 PASS error.message is "User denied Geolocation"
|
/frameworks/base/core/java/android/net/http/ |
SslError.java | 49 * The number of different SSL errors (update if you add a new SSL error!!!) 54 * The SSL error set bitfield (each individual error is an bit index; 60 * The SSL certificate associated with the error set 65 * Creates a new SSL error set object 66 * @param error The SSL error 69 public SslError(int error, SslCertificate certificate) { 70 addError(error); 75 * Creates a new SSL error set objec [all...] |
/external/webkit/LayoutTests/platform/android-v8/storage/ |
statement-error-callback-expected.txt | 1 CONSOLE MESSAGE: line 54: Uncaught Exception in Statement error callback 2 This test confirms that if the statement error callback returns true or throws an exception we do not execute any further statements in that transaction and instead execute the transaction error callback immediately. 3 PASS - the transaction error callback was invoked. 4 PASS - the transaction error callback was invoked.
|
/external/webkit/LayoutTests/storage/ |
statement-error-callback-expected.txt | 1 CONSOLE MESSAGE: line 0: Exception in Statement error callback 2 This test confirms that if the statement error callback returns true or throws an exception we do not execute any further statements in that transaction and instead execute the transaction error callback immediately. 3 PASS - the transaction error callback was invoked. 4 PASS - the transaction error callback was invoked.
|
private-browsing-readonly-expected.txt | 4 Private browsing statement 1 completed with an error 6 Private browsing statement 2 completed with an error 8 Private browsing statement 3 completed with an error 10 Private browsing statement 4 completed with an error
|
/external/dbus/test/ |
test-names.c | 16 DBusError error; local 17 dbus_error_init (&error); 19 (void) dbus_bus_request_name (connection, name, 0, &error); 20 if (dbus_error_is_set (&error)) 23 fprintf (stderr, "Error acquiring name '%s': %s\n", name, error.message); 25 fprintf (stdout, "Expected Error acquiring name '%s': %s\n", name, error.message); 27 error.message); 28 dbus_error_free (&error); 48 DBusError error; local [all...] |
/external/icu4c/samples/uresb/ |
en.txt | 6 "No error", 10 "File access error", 11 "Internal program error", 12 "Message parse error", 13 "Memory allocation error", 14 "Index out of bounds error", 15 "Parse error", 21 "Buffer overflow error", 22 "Unsupported error",
|
/external/webkit/LayoutTests/fast/dom/Geolocation/resources/ |
error.js | 1 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');
|
reentrant-error.js | 1 description("Tests that reentrant calls to Geolocation methods from the error callback are OK."); 8 var error; variable 15 testFailed('Error callback invoked unexpectedly'); 20 error = e; 21 shouldBe('error.code', 'mockCode'); 22 shouldBe('error.message', 'mockMessage'); 37 error = e; 38 shouldBe('error.code', 'mockCode'); 39 shouldBe('error.message', 'mockMessage');
|
timeout-zero.js | 1 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"');
|
/build/core/tasks/ |
apicheck.mk | 58 -error 7 -error 8 -error 9 -error 10 -error 11 -error 12 -error 13 -error 14 -error 15 \ 59 -error 16 -error 17 -error 18 , [all...] |
/external/webkit/JavaScriptCore/runtime/ |
Error.cpp | 25 #include "Error.h" 41 JSObject* Error::create(ExecState* exec, ErrorType type, const UString& message, int lineNumber, intptr_t sourceID, const UString& sourceURL) 48 name = "Evaluation error"; 52 name = "Range error"; 56 name = "Reference error"; 60 name = "Syntax error"; 64 name = "Type error"; 68 name = "URI error"; 72 name = "Error"; 83 JSObject* error = construct(exec, constructor, constructType, constructData, args) local 108 JSObject* error = Error::create(exec, type, UString(), -1, -1, UString()); local 115 JSObject* error = Error::create(exec, type, message, -1, -1, UString()); local 122 JSObject* error = Error::create(exec, type, message, -1, -1, UString()); local 129 JSObject* error = Error::create(exec, type, message, line, sourceID, sourceURL); local [all...] |
/external/opencore/nodes/pvamrffparsernode/include/ |
pvmf_amrffparser_events.h | 22 UUID for PV AMR FF parser node error and information event type codes 27 * An enumeration of error types from PV AMR FF parser node 32 When AMR FF reports error READ_BITRATE_MUTUAL_EXCLUSION_OBJECT_FAILED 37 When AMR FF reports error READ_BITRATE_RECORD_FAILED 42 When AMR FF reports error READ_CODEC_ENTRY_FAILED 47 When AMR FF reports error READ_CODEC_LIST_OBJECT_FAILED 52 When AMR FF reports error READ_CONTENT_DESCRIPTION_OBJECT_FAILED 57 When AMR FF reports error READ_CONTENT_DESCRIPTOR_FAILED 62 When AMR FF reports error READ_DATA_OBJECT_FAILED 67 When AMR FF reports error READ_DATA_PACKET_FAILE [all...] |
/external/bluetooth/glib/ |
msvc_recommended_pragmas.h | 2 #pragma error "This header is for Microsoft VC only." 8 #pragma warning(error:4002) /* too many actual parameters for macro */ 9 #pragma warning(error:4003) /* not enough actual parameters for macro */ 11 #pragma warning(error:4013) /* 'function' undefined; assuming extern returning int */ 13 #pragma warning(error:4020) /* too many actual parameters */ 14 #pragma warning(error:4021) /* too few actual parameters */ 15 #pragma warning(error:4027) /* function declared without formal parameter list */ 16 #pragma warning(error:4029) /* declared formal parameter list different from definition */ 17 #pragma warning(error:4033) /* 'function' must return a value */ 18 #pragma warning(error:4035) /* 'function' : no return value * [all...] |
/external/clearsilver/man/man3/ |
nerr_pass.3 | 26 automagically recorded. Just pass the error. 29 this function is used to pass an error up a level in the 30 call chain (ie, if the error isn't handled at the 32 of the error.
|
nerr_error_string.3 | 25 err - error 30 returns the string associated with an error (the bottom 31 level of the error chain)
|
/external/dbus/test/data/auth/ |
invalid-hex-encoding.auth-script | 5 EXPECT_COMMAND ERROR
|
/external/e2fsprogs/debian/attic/ |
comerrg-dev.info | 1 DESCR="The Common Error Description library."
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
CommandException.java | 27 private Error e; 29 public enum Error { 43 public CommandException(Error e) { 53 return new CommandException(Error.INVALID_RESPONSE); 55 return new CommandException(Error.RADIO_NOT_AVAILABLE); 57 return new CommandException(Error.GENERIC_FAILURE); 59 return new CommandException(Error.PASSWORD_INCORRECT); 61 return new CommandException(Error.SIM_PIN2); 63 return new CommandException(Error.SIM_PUK2); 65 return new CommandException(Error.REQUEST_NOT_SUPPORTED) [all...] |
/external/e2fsprogs/lib/et/test_cases/ |
heimdal.et | 20 ec KDC_BYTE_ORDER, "Kerberos error: byte order unknown" 25 ec KDC_GEN_ERR, "Generic error from Kerberos KDC" 31 ec RD_AP_UNDEC, "Kerberos error: Can't decode authenticator" 34 ec RD_AP_REPEAT, "Kerberos error: Repeated request" 37 ec RD_AP_TIME, "Kerberos error: delta_t too big" 38 ec RD_AP_BADD, "Kerberos error: incorrect net address" 40 ec RD_AP_MSG_TYPE, "Kerberos error: invalid msg type" 41 ec RD_AP_MODIFIED, "Kerberos error: message stream modified" 42 ec RD_AP_ORDER, "Kerberos error: message out of order" 43 ec RD_AP_UNAUTHOR, "Kerberos error: unauthorized request [all...] |