OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:throw
(Results
426 - 450
of
5185
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/paddings/
PKCS7Padding.java
63
throw
new InvalidCipherTextException("pad block corrupted");
70
throw
new InvalidCipherTextException("pad block corrupted");
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
DHUtil.java
33
throw
new InvalidKeyException("can't identify DH public key.");
48
throw
new InvalidKeyException("can't identify DH private key.");
DSAUtil.java
32
throw
new InvalidKeyException("can't identify DSA public key: " + key.getClass().getName());
47
throw
new InvalidKeyException("can't identify DSA private key.");
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MyAlgorithmParameterGeneratorSpi.java
41
throw
new IllegalArgumentException("keysize < 0");
48
throw
new IllegalArgumentException("random is null");
tmpCallbackHandler.java
40
throw
new UnsupportedCallbackException(null, "callback is null");
43
throw
new UnsupportedCallbackException(null, "callback is empty");
/dalvik/libcore/text/src/test/java/org/apache/harmony/text/tests/java/text/
NormalizerTest.java
44
fail("Should
throw
NullPointerException");
56
fail("Should
throw
IllegalArgumentException");
63
fail("Should
throw
IllegalArgumentException");
70
fail("Should
throw
IllegalArgumentException");
117
fail("Should
throw
NullPointerException");
124
fail("Should
throw
NullPointerException");
171
fail("Should
throw
NullPointerException");
178
fail("Should
throw
NullPointerException");
/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
InnerNodeImpl.java
88
throw
new DOMException(DOMException.WRONG_DOCUMENT_ERR, null);
92
throw
new DOMException(DOMException.HIERARCHY_REQUEST_ERR, null);
116
throw
new DOMException(DOMException.WRONG_DOCUMENT_ERR, null);
120
throw
new DOMException(DOMException.HIERARCHY_REQUEST_ERR, null);
177
throw
new DOMException(DOMException.WRONG_DOCUMENT_ERR, null);
181
throw
new DOMException(DOMException.HIERARCHY_REQUEST_ERR, null);
198
throw
new DOMException(DOMException.WRONG_DOCUMENT_ERR, null);
202
throw
new DOMException(DOMException.HIERARCHY_REQUEST_ERR, null);
NamedNodeMapImpl.java
99
throw
new DOMException(DOMException.NOT_FOUND_ERR, null);
110
throw
new DOMException(DOMException.NOT_FOUND_ERR, null);
119
throw
new DOMException(DOMException.HIERARCHY_REQUEST_ERR, null);
127
throw
new DOMException(DOMException.HIERARCHY_REQUEST_ERR, null);
133
//
throw
new DOMException(DOMException.INUSE_ATTRIBUTE_ERR, null);
149
throw
new DOMException(DOMException.HIERARCHY_REQUEST_ERR, null);
157
throw
new DOMException(DOMException.HIERARCHY_REQUEST_ERR, null);
163
//
throw
new DOMException(DOMException.INUSE_ATTRIBUTE_ERR, null);
/dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
DOMDocumentBuilderFactory.java
27
throw
new RuntimeException("DocumentBuilderFactory must not be null");
42
throw
new RuntimeException("DocumentBuilder must not be null");
/dalvik/tests/060-reflection-security/src/
Enforcer.java
25
*
Throw
an exception if the instance had been asked to deny a request.
30
throw
new SecurityException("Denied!");
/dalvik/vm/mterp/x86/
OP_INVOKE_VIRTUAL_QUICK.S
18
je common_errNullObject # yep,
throw
exception
21
EXPORT_PC() # might
throw
later - get ready
/external/apache-http/src/org/apache/http/impl/conn/
Wire.java
90
throw
new IllegalArgumentException("Output may not be null");
98
throw
new IllegalArgumentException("Input may not be null");
106
throw
new IllegalArgumentException("Output may not be null");
114
throw
new IllegalArgumentException("Input may not be null");
122
throw
new IllegalArgumentException("Output may not be null");
130
throw
new IllegalArgumentException("Input may not be null");
148
throw
new IllegalArgumentException("Output may not be null");
156
throw
new IllegalArgumentException("Input may not be null");
/external/apache-http/src/org/apache/http/impl/cookie/
RFC2965PortAttributeHandler.java
71
throw
new MalformedCookieException ("Invalid Port attribute.");
76
throw
new MalformedCookieException ("Invalid Port "
108
throw
new IllegalArgumentException("Cookie may not be null");
126
throw
new IllegalArgumentException("Cookie may not be null");
129
throw
new IllegalArgumentException("Cookie origin may not be null");
135
throw
new MalformedCookieException(
149
throw
new IllegalArgumentException("Cookie may not be null");
152
throw
new IllegalArgumentException("Cookie origin may not be null");
/external/guava/src/com/google/common/collect/
UnmodifiableIterator.java
32
* Guaranteed to
throw
an exception and leave the underlying data unmodified.
37
throw
new UnsupportedOperationException();
/external/oprofile/libabi/
abi.cpp
38
int abi::need(string const key) const
throw
(abi_exception)
43
throw
abi_exception(string("missing ABI key: ") + key);
/external/proguard/src/proguard/optimize/info/
ExceptionInstructionChecker.java
33
* This class can tell whether an instruction might
throw
exceptions.
48
* Returns whether the given instruction may
throw
exceptions.
69
// Check for instructions that may
throw
exceptions.
96
// These instructions may
throw
exceptions.
107
// Check for instructions that may
throw
exceptions.
121
// These instructions may
throw
exceptions.
130
// // Check if the invoking the method may
throw
an exception.
145
// // We'll have to assume invoking the unknown method may
throw
an
/external/stlport/stlport/stl/
_range_errors.h
18
// A few places in the STL
throw
range errors, using standard exception
20
// to
throw
those exception objects.
/external/v8/test/message/regress/
regress-73.js
29
throw
'a';
31
throw
'b';
/external/v8/test/message/
try-catch-finally-throw-in-catch.js
29
throw
"foo";
31
throw
"bar";
try-catch-finally-throw-in-finally.js
29
throw
"foo";
33
throw
"baz";
try-finally-throw-in-try-and-finally.js
29
throw
"foo";
31
throw
"bar";
/external/v8/test/mjsunit/
stack-traces.js
97
throw
new CustomError("hep-hey", undefined);
101
throw
new CustomError("hep-hey", CustomError);
123
assertTrue(threw, name + " didn't
throw
");
136
assertTrue(threw, "CallerCensorship didn't
throw
");
153
assertTrue(threw, "UnintendedCallerCensorship didn't
throw
");
160
Nasty.prototype.foo = function () {
throw
new RangeError(); };
171
assertTrue(threw, "ErrorsDuringFormatting didn't
throw
");
183
assertTrue(threw, "ErrorsDuringFormatting didnt'
throw
(2)");
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Exceptions/
exception-010-n.js
29
print ("Null
throw
test.");
32
throw
null;
exception-011-n.js
29
print ("Undefined
throw
test.");
31
throw
(void 0);
/frameworks/base/awt/com/android/internal/awt/
ImageOutputStreamWrapper.java
32
throw
new IllegalArgumentException("ImageOutputStream must not be null");
62
throw
new IOException("Stream already closed");
Completed in 64 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>