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

1 2 3 45 6 7 8 91011>>

  /external/webkit/WebCore/bindings/js/
JSWebSocketCustom.cpp 41 #include <runtime/Error.h>
JSWorkerConstructor.cpp 37 #include <runtime/Error.h>
JSXMLHttpRequestUploadCustom.cpp 38 #include <runtime/Error.h>
  /frameworks/base/telephony/java/com/android/internal/telephony/
CallTracker.java 84 == CommandException.Error.RADIO_NOT_AVAILABLE;
  /libcore/luni/src/main/java/java/sql/
SQLWarning.java 31 * null}, the {@code SQLState} string is set to {@code null} and the error
41 * and the error code is set to 0.
53 * {@code SQLState} string and the error code is set to 0.
67 * {@code SQLState} string and the error code is set to the given error code
73 * the X/Open standard specifc error code.
75 * a vendor specific error code.
83 * SQLState string is set to null and the Error Code is set to 0, cause is
94 * SQLState string is set to null and the Error Code is set to 0, cause is
105 * SQLState string is set to given SQLState and the Error Code is set to 0
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/atomic/
AtomicBoolean.java 31 } catch (Exception ex) { throw new Error(ex); }
AtomicReference.java 28 } catch (Exception ex) { throw new Error(ex); }
  /libcore/luni/src/main/java/java/util/concurrent/locks/
LockSupport.java 102 } catch (Exception ex) { throw new Error(ex); }
ReentrantLock.java 75 * {@link Error} throws from locking methods.
116 throw new Error("Maximum lock count exceeded");
220 throw new Error("Maximum lock count exceeded");
  /libcore/luni/src/main/java/org/apache/xalan/extensions/
ObjectFactory.java 118 * A configuration error.
121 extends Error {
147 /** Returns the exception associated to this error. */
  /libcore/support/src/test/java/tests/support/
Support_PortManager.java 75 throw new Error("Unable to get " + num + " ports for UDP: " + ex);
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
TokenMgrError.java 19 public class TokenMgrError extends Error
22 * Ordinals for various reasons why an Error of this type can be thrown.
26 * Lexical error occured.
101 * Returns a detailed message for the Error when it is thrown by the
102 * token manager to indicate a lexical error.
104 * EOFSeen : indicates if EOF caused the lexicl error
105 * curLexState : lexical state in which this error occured
106 * errorLine : line number when the error occured
107 * errorColumn : column number when the error occured
108 * errorAfter : prefix that was seen before this error occure
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/
TokenMgrError.java 19 public class TokenMgrError extends Error
22 * Ordinals for various reasons why an Error of this type can be thrown.
26 * Lexical error occured.
101 * Returns a detailed message for the Error when it is thrown by the
102 * token manager to indicate a lexical error.
104 * EOFSeen : indicates if EOF caused the lexicl error
105 * curLexState : lexical state in which this error occured
106 * errorLine : line number when the error occured
107 * errorColumn : column number when the error occured
108 * errorAfter : prefix that was seen before this error occure
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/
TokenMgrError.java 19 public class TokenMgrError extends Error
22 * Ordinals for various reasons why an Error of this type can be thrown.
26 * Lexical error occured.
101 * Returns a detailed message for the Error when it is thrown by the
102 * token manager to indicate a lexical error.
104 * EOFSeen : indicates if EOF caused the lexicl error
105 * curLexState : lexical state in which this error occured
106 * errorLine : line number when the error occured
107 * errorColumn : column number when the error occured
108 * errorAfter : prefix that was seen before this error occure
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedCommands.java 117 CommandException.Error.PASSWORD_INCORRECT);
148 CommandException.Error.PASSWORD_INCORRECT);
159 CommandException.Error.PASSWORD_INCORRECT);
190 CommandException.Error.PASSWORD_INCORRECT);
201 CommandException.Error.PASSWORD_INCORRECT);
231 CommandException.Error.PASSWORD_INCORRECT);
242 CommandException.Error.PASSWORD_INCORRECT);
272 CommandException.Error.PASSWORD_INCORRECT);
293 CommandException.Error.PASSWORD_INCORRECT);
314 CommandException.Error.PASSWORD_INCORRECT)
    [all...]
  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
permission-denied-stops-watches.js 8 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"');
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');
watch.js 11 var error; variable
22 error = e;
23 shouldBe('error.code', 'mockCode');
24 shouldBe('error.message', 'mockMessage');
58 testFailed('Error callback invoked unexpectedly');
  /hardware/ril/mock-ril/src/cpp/
node_buffer.cpp 68 return ThrowException(Exception::Error( \
72 return ThrowException(Exception::Error( \
385 return ThrowException(Exception::Error(String::New(
391 return ThrowException(Exception::Error(String::New(
397 return ThrowException(Exception::Error(String::New(
403 return ThrowException(Exception::Error(String::New(
547 #define OUT_OF_BOUNDS ThrowException(Exception::Error(String::New("Out of bounds")))
583 return ThrowException(Exception::Error(
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/net/
ContentHandlerFactoryTest.java 41 notes = "Verifies positive case, and java.lang.Error.",
84 fail("java.lang.Error was not thrown.");
85 } catch(java.lang.Error e) {
91 fail("java.lang.Error was not thrown.");
92 } catch(java.lang.Error e) {
  /cts/tools/dx-tests/src/dxc/junit/opcodes/athrow/
Test_athrow.java 64 fail("must throw a Error");
65 } catch (Error e) {
  /cts/tools/vm-tests/src/dot/junit/opcodes/opc_throw/
Test_opc_throw.java 63 fail("must throw a Error");
64 } catch (Error e) {
  /external/clearsilver/python/examples/base/
odb_mysql.py 18 self.SQLError = MySQLdb.Error
  /external/v8/test/mjsunit/
leakcheck.js 39 if (fac(6) != 720) throw "Error";
45 if (result != "123xxx789") throw "Error";
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_3/Exceptions/
regress-181654.js 38 * SUMMARY: Calling toString for an object derived from the Error class
45 var summary = 'Calling toString for an object derived from the Error class should be possible.';
56 // derive MyError from Error
61 MyError.prototype = new Error();
89 // now generate an error -

Completed in 5418 milliseconds

1 2 3 45 6 7 8 91011>>