HomeSort by relevance Sort by last modified time
    Searched refs:Error (Results 51 - 75 of 406) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium/net/flip/
flip_session.h 45 // Returns net::Error::OK on success.
48 net::Error Connect(const std::string& group_name,
99 void CloseAllStreams(net::Error code);
147 // error.
148 void CloseSessionOnError(net::Error err);
220 // If an error has occurred on the session, the session is effectively
221 // dead. Record this error here. When no error has occurred, |error_| will
223 net::Error error_;
  /external/webkit/JavaScriptCore/runtime/
Error.h 52 class Error {
ExceptionHelpers.cpp 61 return Error::create(exec, e, msg, -1, -1, UString());
80 JSObject* exception = Error::create(exec, ReferenceError, makeString("Can't find variable: ", ident.ustring()), line, codeBlock->ownerExecutable()->sourceID(), codeBlock->ownerExecutable()->sourceURL());
87 static UString createErrorMessage(ExecState* exec, CodeBlock* codeBlock, int, int expressionStart, int expressionStop, JSValue value, UString error)
90 return makeString(value.toString(exec), " is ", error);
92 return makeString("Result of expression '", codeBlock->source()->getRange(expressionStart, expressionStop), "' [", value.toString(exec), "] is ", error, ".");
109 return makeString("Result of expression near '...", codeBlock->source()->getRange(start, stop), "...' [", value.toString(exec), "] is ", error, ".");
119 JSObject* exception = Error::create(exec, TypeError, errorMessage, line, codeBlock->ownerExecutable()->sourceID(), codeBlock->ownerExecutable()->sourceURL());
140 JSObject* exception = Error::create(exec, TypeError, errorMessage, line, codeBlock->ownerExecutable()->sourceID(), codeBlock->ownerExecutable()->sourceURL());
154 JSObject* exception = Error::create(exec, TypeError, errorMessage, line, codeBlock->ownerExecutable()->sourceID(), codeBlock->ownerExecutable()->sourceURL());
166 JSObject* createNotAnObjectError(ExecState* exec, JSNotAnObjectErrorStub* error, unsigned bytecodeOffset, CodeBlock* codeBlock
    [all...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
callback-exception.js 1 description("Tests that when an exception is thrown in the success callback, the error callback is not invoked. Note that this test throws an exception which is not caught.");
19 // Yield to allow for the error callback to be invoked. The timer
22 throw new Error('Exception in success callback');
24 testFailed('Error callback invoked unexpectedly');
reentrant-success.js 28 testFailed('Error callback invoked unexpectedly');
45 testFailed('Error callback invoked unexpectedly');
success.js 21 testFailed('Error callback invoked unexpectedly');
timeout.js 21 testFailed('Error callback invoked unexpectedly');
maximum-age.js 11 var error; variable
23 error = e;
24 shouldBe('error.code', 'mockCode');
25 shouldBe('error.message', 'mockMessage');
36 testFailed('Error callback invoked unexpectedly');
48 testFailed('Error callback invoked unexpectedly');
54 // Update the mock service to report an error.
56 // The maximumAge is non-zero, so we expect the cached position, not the error from the service.
61 testFailed('Error callback invoked unexpectedly');
67 // The default maximumAge is zero, so we expect the error from the service
    [all...]
  /external/webkit/WebCore/bindings/js/
JSMessageChannelConstructor.cpp 33 #include <runtime/Error.h>
JSXMLHttpRequestConstructor.cpp 26 #include <runtime/Error.h>
  /external/webkit/WebCore/bridge/objc/
objc_utility.h 32 #include <runtime/Error.h>
  /external/webkit/WebKit/android/jni/
WebCoreResourceLoader.h 67 static void Error(JNIEnv*, jobject, jint, jstring, jstring);
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
AddressListParser.jj 136 throw (Error)jjte000;
173 throw (Error)jjte000;
210 throw (Error)jjte000;
244 throw (Error)jjte000;
284 throw (Error)jjte000;
318 throw (Error)jjte000;
352 throw (Error)jjte000;
408 throw (Error)jjte000;
586 // ERROR!
  /cts/tools/dx-tests/src/dxc/junit/opcodes/opc_new/
Test_opc_new.java 41 * @title expected Error (exception during class loading)
46 fail("expected Error");
47 } catch (Error e) {
113 fail("expected Error");
114 } catch (Error iae) {
  /cts/tools/vm-tests/src/dot/junit/opcodes/new_instance/
Test_new_instance.java 47 fail("expected Error");
48 } catch (Error e) {
80 fail("expected Error");
81 } catch (Error iae) {
  /external/webkit/LayoutTests/storage/
sql-data-types.js 54 function(tx,error) {
55 notifyDone("FAIL: Error fetching values from the db.")
63 function(tx, error) {
64 notifyDone("FAIL: Error inserting values to the db.");
72 function(tx, error) {
73 notifyDone("FAIL: Error creating the db.");
86 notifyDone("FAIL: Error opening the db");
  /libcore/luni/src/test/java/libcore/java/net/
OldURLStreamHandlerFactoryTest.java 60 fail("java.lang.Error was not thrown.");
61 } catch(java.lang.Error e) {
67 fail("java.lang.Error was not thrown.");
68 } catch(java.lang.Error e) {
  /external/libvpx/examples/includes/geshi/geshi/
ruby.php 89 'Logger::Error', 'Logger::Formatter', 'Logger::LogDevice',
95 'ObjectSpace', 'Observable', 'PStore', 'PStore::Error',
103 'StringScanner', 'StringScanner::Error', 'Struct', 'Symbol',
109 'URI::BadURIError', 'URI::Error', 'URI::Escape', 'URI::FTP',
116 'Zlib::Error', 'Zlib::GzipFile', 'Zlib::GzipFile::CRCError',
117 'Zlib::GzipFile::Error', 'Zlib::GzipFile::LengthError',
  /external/webkit/LayoutTests/fast/js/resources/
string-concatenate-outofmemory.js 5 shouldThrow('s = "a"; while (1) { s += s; }', '"Error: Out of memory"'); // Expand at end of string
6 shouldThrow('s = "a"; while (1) { s += ("a" + s); }', '"Error: Out of memory"'); // Expand at beginning of string
7 shouldThrow('s = "a"; while (1) { s = [s, s].join(); }', '"Error: Out of memory"'); // Expand using UString::append.
  /hardware/msm7k/libaudio-qdsp5v2/
AudioHardware.cpp 156 // We return an error code here to let the audioflinger do in-software
158 // return error - software mixer will handle it
227 goto Error;
237 goto Error;
249 goto Error;
261 goto Error;
267 goto Error;
287 Error:
292 // Simulate audio output timing in case of error
  /libcore/luni/src/main/java/java/lang/
ClassCache.java 580 throw new Error(ex);
585 } else if (te instanceof Error) {
586 throw (Error) te;
588 throw new Error(te);
620 throw new Error(ex);
623 throw new Error(ex);
625 throw new Error(ex);
  /external/webkit/JavaScriptCore/wrec/
WRECParser.cpp 38 // These error messages match the error messages used by PCRE.
43 const char* Parser::ParenthesesNotSupported = ""; // Not a user-visible syntax error -- just signals a syntax that WREC doesn't support yet.
83 case Quantifier::Error:
153 return Quantifier(Quantifier::Error);
198 case Quantifier::Error:
220 case Quantifier::Error:
309 case Escape::Error:
355 case Escape::Error:
368 return Escape(Escape::Error);
    [all...]
  /external/skia/src/animator/
SkScript.h 30 enum Error {
88 Error getError() const { return fError; }
222 Error opError();
225 bool setError(Error , const char* pos);
252 Error fError;
SkBase64.cpp 45 SkBase64::Error SkBase64::decode(const void* srcPtr, size_t size, bool writeDestination) {
157 SkBase64::Error SkBase64::decode(const char* src, size_t len) {
158 Error err = decode(src, len, false);
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Exceptions/
errstack-001.js 38 * SUMMARY: Testing that Error.stack distinguishes between:
54 * NOTE: At present Rhino does not have an Error.stack property. It is an
60 var summary = 'Testing Error.stack';
90 throw new Error('meep!');
207 * Make a user-defined error via the Error() function -
210 myErr = Error(message, fileName, lineNumber);
221 myErr = new Error(message, fileName, lineNumber);

Completed in 715 milliseconds

1 23 4 5 6 7 8 91011>>