OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:throw
(Results
2001 - 2025
of
5185
) sorted by null
<<
81
82
83
84
85
86
87
88
89
90
>>
/frameworks/base/awt/org/apache/harmony/x/imageio/spi/
RAFIISSpi.java
46
throw
new IllegalArgumentException(
RAFIOSSpi.java
46
throw
new IllegalArgumentException("output is not instance of java.io.RandomAccessFile");
/frameworks/base/core/java/android/content/
ContentProviderResult.java
32
if (uri == null)
throw
new IllegalArgumentException("uri must not be null");
/frameworks/base/core/java/android/database/sqlite/
SQLiteClosable.java
34
throw
new IllegalStateException(
/frameworks/base/core/java/android/security/
MessageDigest.java
51
throw
new NoSuchAlgorithmException();
/frameworks/base/core/java/android/speech/srec/
WaveHeader.java
189
if (16 != readInt(in))
throw
new IOException("fmt chunk length not 16");
197
throw
new IOException("fmt.ByteRate field inconsistent");
200
throw
new IOException("fmt.BlockAlign field inconsistent");
212
if (id.charAt(i) != in.read())
throw
new IOException( id + " tag not present");
/frameworks/base/core/java/android/util/
FinitePool.java
52
if (limit <= 0)
throw
new IllegalArgumentException("The pool limit must be > 0");
/frameworks/base/core/java/android/view/
SoundEffectConstants.java
54
throw
new IllegalArgumentException("direction must be one of "
/frameworks/base/core/java/com/android/internal/http/multipart/
MultipartEntity.java
133
throw
new IllegalArgumentException("parts cannot be null");
136
throw
new IllegalArgumentException("params cannot be null");
145
throw
new IllegalArgumentException("parts cannot be null");
217
throw
new IllegalStateException("Content has been consumed");
/frameworks/base/core/java/com/android/internal/util/
WithFramework.java
40
throw
new RuntimeException("Error registering natives.");
/frameworks/base/core/tests/coretests/src/android/view/
ViewGroupAttributesTest.java
79
fail("expected setting wrong flag to
throw
an exception");
/frameworks/base/core/tests/coretests/src/android/widget/listview/
ListHorizontalFocusWithinItemWins.java
61
throw
new IllegalArgumentException("expecting position 0 or 1");
/frameworks/base/graphics/java/android/graphics/
Movie.java
27
throw
new RuntimeException("native movie creation failed");
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
memlink.cpp
31
throw
length_error ("memlink can not increase the size of the linked storage for reading");
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaRecorderPrepareStateUnitTest.java
58
throw
new RuntimeException();
/frameworks/base/telephony/java/com/android/internal/telephony/
IccPhoneBookInterfaceManager.java
139
throw
new SecurityException(
187
throw
new SecurityException(
234
throw
new SecurityException(
259
throw
new IllegalStateException(
/frameworks/base/test-runner/src/android/test/mock/
MockContentResolver.java
32
* content system. All methods are non-functional and
throw
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
DashPathEffect.java
39
throw
new ArrayIndexOutOfBoundsException();
Matrix.java
140
throw
new UnsupportedOperationException("CALL TO PARENT FORBIDDEN");
375
throw
new UnsupportedOperationException("CALL TO PARENT FORBIDDEN");
490
throw
new UnsupportedOperationException("CALL TO PARENT FORBIDDEN");
604
throw
new UnsupportedOperationException("CALL TO PARENT FORBIDDEN");
656
throw
new NullPointerException();
718
throw
new UnsupportedOperationException("CALL TO PARENT FORBIDDEN");
738
throw
new IllegalArgumentException();
741
throw
new UnsupportedOperationException("STUB NEEDED");
772
throw
new UnsupportedOperationException("CALL TO PARENT FORBIDDEN");
820
throw
new UnsupportedOperationException("STUB NEEDED")
[
all
...]
Paint.java
412
throw
new UnsupportedOperationException("CALL TO PARENT FORBIDDEN");
417
throw
new UnsupportedOperationException("CALL TO PARENT FORBIDDEN");
545
throw
new UnsupportedOperationException("CALL TO PARENT FORBIDDEN");
558
throw
new UnsupportedOperationException("CALL TO PARENT FORBIDDEN");
627
throw
new UnsupportedOperationException("CALL TO PARENT FORBIDDEN");
640
throw
new UnsupportedOperationException("CALL TO PARENT FORBIDDEN");
1026
throw
new ArrayIndexOutOfBoundsException();
1068
throw
new IndexOutOfBoundsException();
1071
throw
new ArrayIndexOutOfBoundsException();
[
all
...]
/frameworks/base/tools/preload/
Compile.java
55
throw
new RuntimeException(
/packages/apps/Calculator/src/com/android/calculator2/
Persist.java
48
throw
new IOException("data version " + version + "; expected " + LAST_VERSION);
/packages/apps/Camera/src/com/android/camera/
Util.java
178
throw
new AssertionError();
216
throw
new IllegalArgumentException(Integer.toString(to));
240
throw
new IllegalArgumentException(Integer.toString(from));
248
if (object == null)
throw
new NullPointerException();
/packages/apps/Contacts/src/com/android/contacts/
AttachImage.java
205
throw
new IllegalStateException("Problem querying raw_contacts/data", e);
211
throw
new IllegalStateException("Problem inserting photo into raw_contacts/data", e);
240
throw
new IllegalStateException("Problem querying raw_contacts/data", e);
246
throw
new IllegalStateException("Problem inserting photo raw_contacts/data", e);
/packages/apps/Email/src/org/apache/commons/io/comparator/
ReverseComparator.java
40
throw
new IllegalArgumentException("Delegate comparator is missing");
Completed in 646 milliseconds
<<
81
82
83
84
85
86
87
88
89
90
>>