OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:throw
(Results
151 - 175
of
5185
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tools/dx-tests/src/dxconvext/util/
FileUtils.java
55
throw
new RuntimeException(file + ": file not found");
59
throw
new RuntimeException(file + ": not a file");
63
throw
new RuntimeException(file + ": file not readable");
69
throw
new RuntimeException(file + ": file too long");
80
throw
new RuntimeException(file + ": unexpected EOF");
87
throw
new RuntimeException(file + ": trouble reading", ex);
/dalvik/dx/src/com/android/dx/util/
FileUtils.java
55
throw
new RuntimeException(file + ": file not found");
59
throw
new RuntimeException(file + ": not a file");
63
throw
new RuntimeException(file + ": file not readable");
69
throw
new RuntimeException(file + ": file too long");
80
throw
new RuntimeException(file + ": unexpected EOF");
87
throw
new RuntimeException(file + ": trouble reading", ex);
/dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/interfaces/
DSAKeyPairGeneratorImpl.java
49
throw
new InvalidParameterException("Incorrect random");
52
throw
new InvalidParameterException("Incorrect params");
69
throw
new InvalidParameterException("Incorrect modlen");
74
throw
new InvalidParameterException("Incorrect modlen");
77
throw
new InvalidParameterException("Incorrect random");
80
throw
new InvalidParameterException("there are not precomputed parameters");
/external/clearsilver/java-jni/
CS.java
56
throw
new NullPointerException("CS is closed.");
63
throw
new NullPointerException("CS is closed.");
70
throw
new NullPointerException("CS is closed.");
79
throw
new NullPointerException("CS is closed.");
83
throw
new NullPointerException("No fileLoader specified.");
87
throw
new NullPointerException("CSFileLoader.load() returned null");
/dalvik/libcore/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
TimeTest.java
177
fail("Should
throw
IllegalArgumentException");
214
fail("Should
throw
IllegalArgumentException.");
232
fail("Should
throw
IllegalArgumentException.");
250
fail("Should
throw
IllegalArgumentException.");
268
fail("Should
throw
IllegalArgumentException.");
286
fail("Should
throw
IllegalArgumentException.");
304
fail("Should
throw
IllegalArgumentException.");
322
fail("Should
throw
IllegalArgumentException.");
340
fail("should
throw
NumberFormatException");
347
fail("should
throw
IllegalArgumentException")
[
all
...]
/dalvik/libcore/security/src/main/java/java/security/
KeyRep.java
74
throw
new NullPointerException(Messages.getString("security.07")); //$NON-NLS-1$
77
throw
new NullPointerException(Messages.getString("security.08")); //$NON-NLS-1$
80
throw
new NullPointerException(Messages.getString("security.09")); //$NON-NLS-1$
83
throw
new NullPointerException(Messages.getString("security.0A")); //$NON-NLS-1$
115
throw
new NotSerializableException(
119
throw
new NotSerializableException(
127
throw
new NotSerializableException(
131
throw
new NotSerializableException(
135
throw
new NotSerializableException(
143
throw
new NotSerializableException
[
all
...]
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/asn1/
BerOutputStream.java
105
throw
new RuntimeException("Is not implemented yet"); //FIXME
109
throw
new RuntimeException("Is not implemented yet"); //FIXME
173
throw
new RuntimeException("Is not implemented yet"); //FIXME
177
throw
new RuntimeException("Is not implemented yet"); //FIXME
181
throw
new RuntimeException("Is not implemented yet"); //FIXME
185
throw
new RuntimeException("Is not implemented yet"); //FIXME
198
throw
new RuntimeException("Is not implemented yet"); //FIXME
202
throw
new RuntimeException("Is not implemented yet"); //FIXME
206
throw
new RuntimeException("Is not implemented yet"); //FIXME
210
throw
new RuntimeException("Is not implemented yet"); //FIXM
[
all
...]
BerInputStream.java
101
throw
new ASN1Exception(Messages.getString("security.111")); //$NON-NLS-1$
141
throw
new ASN1Exception(Messages.getString("security.112")); //$NON-NLS-1$
204
throw
new ASN1Exception(Messages.getString("security.113", //$NON-NLS-1$
216
throw
new ASN1Exception(Messages.getString("security.113", //$NON-NLS-1$
257
throw
new ASN1Exception(
265
throw
new ASN1Exception(Messages.getString("security.115", //$NON-NLS-1$
270
throw
new ASN1Exception(Messages.getString("security.116", //$NON-NLS-1$
275
throw
new ASN1Exception(Messages.getString("security.117")); //$NON-NLS-1$
277
throw
new ASN1Exception(
291
throw
new ASN1Exception
[
all
...]
/external/apache-http/src/org/apache/http/impl/cookie/
RFC2109DomainHandler.java
50
throw
new IllegalArgumentException("Cookie may not be null");
53
throw
new MalformedCookieException("Missing value for domain attribute");
56
throw
new MalformedCookieException("Blank value for domain attribute");
64
throw
new IllegalArgumentException("Cookie may not be null");
67
throw
new IllegalArgumentException("Cookie origin may not be null");
72
throw
new MalformedCookieException("Cookie domain may not be null");
77
throw
new MalformedCookieException("Domain attribute \""
84
throw
new MalformedCookieException("Domain attribute \""
91
throw
new MalformedCookieException("Domain attribute \""
97
throw
new MalformedCookieException
[
all
...]
/frameworks/base/test-runner/src/android/test/mock/
MockContentProvider.java
44
* Mock implementation of ContentProvider. All methods are non-functional and
throw
73
throw
new UnsupportedOperationException("Must not come here");
127
throw
new UnsupportedOperationException();
170
throw
new UnsupportedOperationException("unimplemented mock method");
175
throw
new UnsupportedOperationException("unimplemented mock method");
180
throw
new UnsupportedOperationException("unimplemented mock method");
185
throw
new UnsupportedOperationException("unimplemented mock method");
191
throw
new UnsupportedOperationException("unimplemented mock method");
196
throw
new UnsupportedOperationException("unimplemented mock method");
204
throw
new UnsupportedOperationException("unimplemented mock method")
[
all
...]
/dalvik/libcore/xml/src/test/java/tests/api/org/xml/sax/helpers/
XMLFilterImplTest.java
146
throw
new RuntimeException("Unexpected exception", e);
148
throw
new RuntimeException("Unexpected exception", e);
158
throw
new RuntimeException("Unexpected exception", e);
183
throw
new RuntimeException("Unexpected exception", e);
185
throw
new RuntimeException("Unexpected exception", e);
195
throw
new RuntimeException("Unexpected exception", e);
293
throw
new RuntimeException("Unexpected exception", e);
295
throw
new RuntimeException("Unexpected exception", e);
308
throw
new RuntimeException("Unexpected exception", e);
310
throw
new RuntimeException("Unexpected exception", e)
[
all
...]
/cts/tests/tests/permission/src/android/permission/cts/
NoNetworkStatePermissionTest.java
50
fail("ConnectivityManager.getNetworkPreference didn't
throw
SecurityException as"
66
fail("ConnectivityManager.getActiveNetworkInfo didn't
throw
SecurityException as"
82
fail("ConnectivityManager.getNetworkInfo didn't
throw
SecurityException as"
98
fail("ConnectivityManager.getAllNetworkInfo didn't
throw
SecurityException as"
114
fail("ConnectivityManager.setNetworkPreference didn't
throw
SecurityException as"
130
fail("ConnectivityManager.startUsingNetworkFeature didn't
throw
SecurityException as"
146
fail("ConnectivityManager.stopUsingNetworkFeature didn't
throw
SecurityException as"
162
fail("ConnectivityManager.requestRouteToHost didn't
throw
SecurityException as"
/dalvik/dx/tests/055-dex-explicit-throw/
Blort.java
22
throw
theException;
27
throw
theException;
/dalvik/dx/tests/081-dex-throws-list/
Blort.java
21
throw
new RuntimeException();
26
throw
new IllegalArgumentException();
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/support/
MyExemptionMechanismSpi.java
69
throw
new InvalidKeyException("key is null");
72
throw
new ExemptionMechanismException("Incorrect key");
81
throw
new InvalidKeyException("key is null");
84
throw
new ExemptionMechanismException("Incorrect key");
87
throw
new InvalidAlgorithmParameterException("params is null");
96
throw
new InvalidKeyException("key is null");
99
throw
new ExemptionMechanismException("Incorrect key");
102
throw
new InvalidAlgorithmParameterException("params is null");
/dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
JDKKeyFactory.java
109
throw
new RuntimeException("not implemented yet " + key + " " + spec);
177
throw
new InvalidKeyException("key type unknown");
240
throw
new RuntimeException("algorithm identifier " + algOid + " in key not recognised");
297
throw
new RuntimeException("algorithm identifier " + algOid + " in key not recognised");
332
throw
new InvalidKeySpecException(ex.toString());
345
throw
new InvalidKeySpecException("Unknown KeySpec type: " + keySpec.getClass().getName());
361
throw
new InvalidKeySpecException(e.toString());
369
throw
new InvalidKeySpecException("Unknown KeySpec type: " + keySpec.getClass().getName());
393
throw
new InvalidKeySpecException(e.toString());
401
throw
new InvalidKeySpecException("Unknown KeySpec type: " + keySpec.getClass().getName())
[
all
...]
/dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/
ExpatAttributes.java
79
throw
new NullPointerException("uri");
82
throw
new NullPointerException("local name");
93
throw
new NullPointerException("uri");
104
throw
new NullPointerException("uri");
107
throw
new NullPointerException("local name");
118
throw
new NullPointerException("uri");
121
throw
new NullPointerException("local name");
132
throw
new NullPointerException("qName");
/dalvik/tests/059-finalizer-throw/src/
Main.java
5
*
Throw
an exception from a finalizer and make sure it's harmless. Under
45
throw
new InterruptedException("whee");
/dalvik/vm/mterp/armv5te/
OP_MONITOR_EXIT.S
20
FETCH_ADVANCE_INST(1) @ before
throw
: advance rPC, load rINST
25
FETCH_ADVANCE_INST(1) @ advance before
throw
/external/oprofile/libabi/
abi.h
24
~abi_exception()
throw
() {}
32
int need(std::string const key) const
throw
(abi_exception);
/external/proguard/src/proguard/evaluation/value/
Value.java
48
throw
new IllegalArgumentException("Value is not a Category 1 value [" + this.getClass().getName() + "]");
56
throw
new IllegalArgumentException("Value is not a Category 2 value [" + this.getClass().getName() + "]");
65
throw
new IllegalArgumentException("Value is not an integer value [" + this.getClass().getName() + "]");
73
throw
new IllegalArgumentException("Value is not a long value [" + this.getClass().getName() + "]");
81
throw
new IllegalArgumentException("Value is not a float value [" + this.getClass().getName() + "]");
89
throw
new IllegalArgumentException("Value is not a double value [" + this.getClass().getName() + "]");
97
throw
new IllegalArgumentException("Value is not a reference value [" + this.getClass().getName() + "]");
105
throw
new IllegalArgumentException("Value is not an instruction offset value [" + this.getClass().getName() + "]");
/external/stlport/test/compiler/
eh.cc
38
//
throw
bad_alloc();
52
throw
bad_alloc();
/external/webkit/JavaScriptCore/parser/
Keywords.table
32
throw
THROW
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/examples/error/
ErrorTest.java
24
throw
new RuntimeException("Expected");
28
throw
new RuntimeException("Expected");
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
PowerTest.java
71
throw
new RuntimeException(e);
81
throw
new RuntimeException(e);
91
throw
new RuntimeException(e);
101
throw
new RuntimeException(e);
112
throw
new RuntimeException(e);
123
throw
new RuntimeException(e);
133
throw
new RuntimeException(e);
144
throw
new RuntimeException(e);
Completed in 201 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>