OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:throw
(Results
776 - 800
of
5185
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
Message.java
62
throw
new AlertException(description, new SSLHandshakeException(reason));
72
throw
new AlertException(description, new SSLException(reason, cause));
/dalvik/libcore/xml/src/main/java/org/apache/xpath/jaxp/
XPathFactoryImpl.java
79
throw
new NullPointerException( fmsg );
86
throw
new IllegalArgumentException( fmsg );
144
throw
new NullPointerException( fmsg );
160
throw
new XPathFactoryConfigurationException( fmsg );
194
throw
new NullPointerException( fmsg );
207
throw
new XPathFactoryConfigurationException( fmsg );
231
throw
new NullPointerException( fmsg );
257
throw
new NullPointerException( fmsg );
/dalvik/libcore-disabled/sound/src/main/java/javax/sound/midi/
MidiMessage.java
46
throw
new NullPointerException();
61
throw
new IndexOutOfBoundsException(Messages.getString("sound.03", length)); //$NON-NLS-1$
/dalvik/tests/003-omnibus-opcodes/src/
Main.java
29
throw
new RuntimeException();
59
Throw
.run();
/dalvik/tests/044-proxy/src/
Clash.java
35
System.err.println("Dupe did not
throw
expected exception");
44
System.err.println("Clash did not
throw
expected exception");
/dalvik/vm/interp/
Interp.h
30
*
Throw
an exception for a problem detected by the verifier.
32
* This is called from the handler for the
throw
-verification-error
/external/guava/src/com/google/common/io/
package-info.java
26
* factories for I/O objects that might
throw
{@link java.io.IOException} when
34
* <p>The methods of this package always
throw
{@link NullPointerException} in
/external/guava/src/com/google/common/util/concurrent/
AbstractService.java
132
throw
new RuntimeException(e);
134
throw
Throwables.propagate(e.getCause());
142
throw
Throwables.propagate(e.getCause());
145
throw
new RuntimeException(e);
164
throw
failure;
193
throw
failure;
293
throw
new TimeoutException();
298
throw
new ExecutionException(failureCause);
/external/v8/test/mjsunit/
delay-syntax-error.js
31
// Do not
throw
syntax errors for illegal return, break and continue
37
//
Throw
syntax errors for illegal return, break and continue at
if-in-undefined.js
30
// If the ShiftExpression is not an object, should
throw
an TypeError.
31
// Should
throw
an exception, but not crash VM.
leakcheck.js
39
if (fac(6) != 720)
throw
"Error";
45
if (result != "123xxx789")
throw
"Error";
try-catch-extension-object.js
42
throw
42;
50
throw
42;
try-catch-scopes.js
33
throw
e + 1;
36
throw
e + 1;
/external/webkit/JavaScriptCore/tests/mozilla/ecma_2/Statements/
try-001.js
38
* not valid,
throw
INVALID_JAVA_INTEGER_VALUE. If input is valid,
46
throw
( INVALID_JAVA_INTEGER_VALUE );
/external/webkit/JavaScriptCore/wtf/
FastMalloc.h
225
WTF_PRIVATE_INLINE void* operator new(size_t size)
throw
(std::bad_alloc) { return fastMalloc(size); }
226
WTF_PRIVATE_INLINE void* operator new(size_t size, const std::nothrow_t&)
throw
() { return fastMalloc(size); }
227
WTF_PRIVATE_INLINE void operator delete(void* p)
throw
() { fastFree(p); }
228
WTF_PRIVATE_INLINE void operator delete(void* p, const std::nothrow_t&)
throw
() { fastFree(p); }
229
WTF_PRIVATE_INLINE void* operator new[](size_t size)
throw
(std::bad_alloc) { return fastMalloc(size); }
230
WTF_PRIVATE_INLINE void* operator new[](size_t size, const std::nothrow_t&)
throw
() { return fastMalloc(size); }
231
WTF_PRIVATE_INLINE void operator delete[](void* p)
throw
() { fastFree(p); }
232
WTF_PRIVATE_INLINE void operator delete[](void* p, const std::nothrow_t&)
throw
() { fastFree(p); }
/external/webkit/WebCore/rendering/
BidiRun.h
47
void* operator new(size_t, RenderArena*)
throw
();
56
void* operator new(size_t)
throw
();
/frameworks/base/awt/java/awt/
HeadlessGraphicsEnvironment.java
56
throw
new HeadlessException();
69
throw
new HeadlessException();
/frameworks/base/awt/org/apache/harmony/awt/gl/image/
PngDecoder.java
127
throw
e;
130
throw
e;
144
throw
new IllegalArgumentException(Messages.getString("awt.3C")); //$NON-NLS-1$
163
throw
new IllegalArgumentException(Messages.getString("awt.3C")); //$NON-NLS-1$
175
throw
new IllegalArgumentException(Messages.getString("awt.3C")); //$NON-NLS-1$
187
throw
new IllegalArgumentException(Messages.getString("awt.3C")); //$NON-NLS-1$
203
throw
new IllegalArgumentException(Messages.getString("awt.3C")); //$NON-NLS-1$
213
throw
new IllegalArgumentException(Messages.getString("awt.3C")); //$NON-NLS-1$
/frameworks/base/awt/org/apache/harmony/awt/wtk/
ShutdownThread.java
64
throw
new RuntimeException(
78
throw
new RuntimeException(
/frameworks/base/core/java/android/database/
MatrixCursor.java
66
throw
new CursorIndexOutOfBoundsException("Requested column: "
70
throw
new CursorIndexOutOfBoundsException("Before first row.");
73
throw
new CursorIndexOutOfBoundsException("After last row.");
104
throw
new IllegalArgumentException("columnNames.length = "
138
throw
new IllegalArgumentException(
146
throw
new IllegalArgumentException(
158
throw
new IllegalArgumentException("columnNames.length = "
206
throw
new CursorIndexOutOfBoundsException(
/frameworks/base/core/java/android/database/sqlite/
SQLiteProgram.java
177
throw
new IllegalStateException("database " + mDatabase.getPath() + " already closed");
196
throw
new IllegalStateException("database " + mDatabase.getPath() + " already closed");
215
throw
new IllegalStateException("database " + mDatabase.getPath() + " already closed");
234
throw
new IllegalArgumentException("the bind value at index " + index + " is null");
237
throw
new IllegalStateException("database " + mDatabase.getPath() + " already closed");
256
throw
new IllegalArgumentException("the bind value at index " + index + " is null");
259
throw
new IllegalStateException("database " + mDatabase.getPath() + " already closed");
274
throw
new IllegalStateException("database " + mDatabase.getPath() + " already closed");
/frameworks/base/core/java/android/view/
AbsSavedState.java
45
throw
new IllegalArgumentException("superState must not be null");
80
throw
new IllegalStateException("superState must be null");
/frameworks/base/core/tests/coretests/src/android/os/
HandlerTester.java
43
throw
new RuntimeException("test timed out");
46
throw
new RuntimeException("test failed");
TestHandlerThread.java
54
throw
new RuntimeException("test timed out");
57
throw
mFailure;
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
ResultException.java
44
throw
new AssertionError(
57
throw
new AssertionError(
Completed in 390 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>