OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:throw
(Results
551 - 575
of
5185
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/opencore/pvmi/pvmf/include/
pvmi_media_transfer.h
102
* @
throw
In case of failure, leaves with an appropriate error
111
* @
throw
If the choice of allocator is unacceptable, the function
129
* @
throw
if request not accepted, it leaves with an appropriate error code
152
* @
throw
in case of failure, leaves with an appropriate error
168
* @
throw
if request not accepted, it leaves with an appropriate error code
191
* @
throw
in case of failure, leaves with an appropriate error
213
* @
throw
in case of failure, leaves with an appropriate error
226
* @
throw
If the cancel request cannot be accepted, it leaves with an
236
* @
throw
If the cancel request cannot be accepted, it leaves with an
/external/v8/src/
v8natives.js
128
throw
new $EvalError('The "this" object passed to eval must ' +
240
throw
new $TypeError('Object.prototype.__defineGetter__: this is Null');
243
throw
new $TypeError('Object.prototype.__defineGetter__: Expecting function');
251
throw
new $TypeError('Object.prototype.__lookupGetter__: this is Null');
259
throw
new $TypeError('Object.prototype.__defineSetter__: this is Null');
262
throw
new $TypeError(
271
throw
new $TypeError('Object.prototype.__lookupSetter__: this is Null');
279
throw
MakeTypeError("obj_ctor_property_non_object", ["keys"]);
328
throw
MakeTypeError("property_desc_object", [obj]);
351
throw
MakeTypeError("getter_must_be_callable", [get])
[
all
...]
/frameworks/base/core/java/android/content/
DefaultDataHandler.java
106
throw
new SAXException("attribute " +
120
throw
new SAXException("attribute parsing failure");
139
throw
new SAXException("uri is empty");
143
throw
new SAXException("insert to uri " +
163
throw
new SAXException("illegal attributes number " + attrLen);
173
throw
new SAXException("illegal attributes value");
178
throw
new SAXException("attribute " +
195
throw
new SAXException("unknown element: " + localName);
203
throw
new SAXException("uri mismatch");
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/
GoogleSuggestionProvider.java
261
throw
new UnsupportedOperationException();
266
throw
new UnsupportedOperationException();
271
throw
new UnsupportedOperationException();
279
throw
new UnsupportedOperationException();
284
throw
new UnsupportedOperationException();
289
throw
new UnsupportedOperationException();
295
throw
new UnsupportedOperationException();
301
throw
new UnsupportedOperationException();
306
throw
new UnsupportedOperationException();
/cts/tests/tests/permission/src/android/permission/cts/
NoCallPermissionTest.java
41
fail("startActivity(Intent.ACTION_CALL) did not
throw
SecurityException as expected");
60
fail("startActivity(Intent.ACTION_CALL_PRIVILEGED) did not
throw
SecurityException as expected");
78
fail("startActivity(Intent.ACTION_CALL_PRIVILEGED) did not
throw
SecurityException as expected");
/cts/tests/tests/widget/src/android/widget/cts/
ButtonTest.java
69
fail("Should
throw
NullPointerException.");
76
fail("Should
throw
NullPointerException.");
83
fail("Should
throw
NullPointerException.");
CheckBoxTest.java
65
fail("Should
throw
NullPointerException.");
72
fail("Should
throw
NullPointerException.");
79
fail("Should
throw
NullPointerException.");
ImageButtonTest.java
71
fail("should
throw
NullPointerException.");
77
fail("should
throw
NullPointerException.");
83
fail("should
throw
NullPointerException.");
/cts/tools/dx-tests/src/dxc/junit/
DxUtil.java
35
// the dalvik vm only throws a VerifyError, whereas other vm can
throw
all subclasses of
58
throw
new RuntimeException("test did not cause the expected verify error, but:"+t.getClass().getName()+", msg:"+t.getMessage());
69
throw
new RuntimeException("Verify error expected", t);
/cts/tools/vm-tests/src/dot/junit/
DxUtil.java
36
// the dalvik vm only throws a VerifyError, whereas other vm can
throw
all subclasses of
59
throw
new RuntimeException("test did not cause the expected verify error, but:"+t.getClass().getName()+", msg:"+t.getMessage());
65
throw
new RuntimeException("VerifyError expected", t);
/dalvik/dx/src/com/android/dx/cf/iface/
StdMember.java
51
throw
new NullPointerException("definingClass == null");
55
throw
new NullPointerException("nat == null");
59
throw
new NullPointerException("attributes == null");
/dalvik/dx/src/com/android/dx/dex/file/
IndexedItem.java
51
throw
new RuntimeException("index not yet set");
59
* per instance, and this will
throw
a {@code RuntimeException} if
66
throw
new RuntimeException("index already set");
/dalvik/dx/src/com/android/dx/rop/annotation/
NameValuePair.java
41
throw
new NullPointerException("name == null");
45
throw
new NullPointerException("value == null");
50
throw
new IllegalArgumentException("bad value: " + value);
/dalvik/dx/src/com/android/dx/rop/code/
PlainCstInsn.java
26
* but which cannot
throw
an exception.
45
throw
new IllegalArgumentException("bogus branchingness");
64
throw
new UnsupportedOperationException("unsupported");
SwitchInsn.java
46
throw
new IllegalArgumentException("bogus branchingness");
50
throw
new NullPointerException("cases == null");
77
throw
new UnsupportedOperationException("unsupported");
ThrowingCstInsn.java
25
* and which might
throw
an exception.
47
throw
new IllegalArgumentException("bogus branchingness");
51
throw
new NullPointerException("catches == null");
/dalvik/libcore/crypto/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
KeyGeneratorThread.java
34
throw
new Exception ("Algorithm names not matched for KeyGenerator" +
38
throw
new Exception ("Algorithm names not matched for KeyGenerator" +
51
throw
new Exception("Generated keys are simular");
/dalvik/libcore/luni/src/main/java/java/util/
AbstractSequentialList.java
57
throw
new IndexOutOfBoundsException();
77
throw
new IndexOutOfBoundsException();
85
throw
new IndexOutOfBoundsException();
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/net/
SocketInputStream.java
73
throw
new IOException(Msg.getString("K0047"));//$NON-NLS-1$
82
throw
new ArrayIndexOutOfBoundsException(Msg.getString("K002e", offset));//$NON-NLS-1$
85
throw
new ArrayIndexOutOfBoundsException(Msg.getString("K002f"));//$NON-NLS-1$
/dalvik/libcore/luni/src/test/java/tests/api/java/io/
WriteAbortedExceptionTest.java
46
throw
new WriteAbortedException("HelloWorld",
66
throw
new WriteAbortedException("HelloWorld",
92
throw
new WriteAbortedException("HelloWorld",
/dalvik/libcore/luni/src/test/java/tests/api/java/util/
AbstractQueueTest.java
58
throw
new NoSuchElementException();
66
throw
new IllegalStateException();
82
throw
new NullPointerException();
126
fail("should
throw
NullPointerException");
150
fail("should
throw
IllegalStateException");
193
fail("should
throw
NullPointerException");
212
fail("should
throw
NullPointerException");
231
fail("should
throw
IllegalStateException");
264
fail("should
throw
IllegalArgumentException ");
348
fail("should
throw
NoSuchElementException")
[
all
...]
/dalvik/libcore/nio/src/main/java/java/nio/
DirectByteBuffers.java
33
* memory will
throw
an <code>IllegalStateException</code>.
47
throw
new IllegalArgumentException();
76
throw
new IllegalArgumentException();
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/
ReadOnlyHeapByteBufferTest.java
47
fail("Should
throw
ReadOnlyBufferException"); //$NON-NLS-1$
62
fail("Should
throw
ReadOnlyBufferException"); //$NON-NLS-1$
88
fail("Should
throw
Exception"); //$NON-NLS-1$
ReadOnlyWrappedByteBufferTest.java
47
fail("Should
throw
ReadOnlyBufferException"); //$NON-NLS-1$
62
fail("Should
throw
ReadOnlyBufferException"); //$NON-NLS-1$
88
fail("Should
throw
Exception"); //$NON-NLS-1$
/dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/spi/
AbstractSelectableChannelTest.java
214
fail("Should
throw
IllegalArgumentException");
220
fail("Should
throw
NullPointerException");
228
fail("Should
throw
IllegalArgumentException");
234
fail("Should
throw
NullPointerException");
240
fail("Should
throw
IllegalSelectorException");
250
fail("Should
throw
IllegalArgumentException");
256
fail("Should
throw
IllegalBlockingModeException");
264
fail("Should
throw
IllegalArgumentException");
270
fail("Should
throw
IllegalBlockingModeException");
281
fail("Should
throw
NullPointerException")
[
all
...]
Completed in 213 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>