HomeSort by relevance Sort by last modified time
    Searched full:throw (Results 2026 - 2050 of 5185) sorted by null

<<81828384858687888990>>

  /packages/apps/Email/src/org/apache/commons/io/output/
ClosedOutputStream.java 47 throw new IOException("write(" + b + ") failed: stream is closed");
  /packages/apps/Email/src/org/apache/james/mime4j/field/address/
MailboxList.java 56 throw new IndexOutOfBoundsException();
  /packages/apps/Email/src/org/apache/james/mime4j/util/
TempStorage.java 68 throw new NullPointerException("inst");
  /packages/apps/Gallery/src/com/android/camera/gallery/
SingleImageList.java 42 throw new UnsupportedOperationException();
  /packages/apps/Gallery3D/src/com/cooliris/media/
IndexRangeIterator.java 70 throw new ConcurrentModificationException();
  /packages/apps/IM/src/com/android/im/app/
IntTrie.java 72 throw new IllegalArgumentException("dictionary[] and values[] must be the same length");
  /packages/apps/IM/src/com/android/im/imps/
ImpsUserAddress.java 36 throw new IllegalArgumentException();
  /packages/apps/Mms/src/com/android/mms/dom/
NamedNodeMapImpl.java 60 throw new DOMException(DOMException.NOT_FOUND_ERR, "Not found");
  /packages/apps/Mms/src/com/android/mms/layout/
HVGALayoutParameters.java 37 throw new IllegalArgumentException(
  /packages/apps/Mms/src/com/android/mms/transaction/
Transaction.java 210 throw new IOException("Cannot establish route for " + url + ": Unknown host");
214 throw new IOException("Cannot establish route to proxy " + inetAddr);
221 throw new IOException("Cannot establish route for " + url + ": Unknown host");
225 throw new IOException("Cannot establish route to " + inetAddr + " for " + url);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ReorderingCursorWrapper.java 38 throw new IllegalArgumentException("Cursor and position map have different sizes.");
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
mm_malloc.h 37 extern "C" int posix_memalign (void **, size_t, size_t) throw ();
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/
mm_malloc.h 37 extern "C" int posix_memalign (void **, size_t, size_t) throw ();
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/
TestIdentifier.java 35 throw new IllegalArgumentException("className and testName must " +
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
ImageLoader.java 56 throw new NullPointerException("couldn't load " + tmp);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventLogImporter.java 39 throw new FileNotFoundException();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
AndroidTestReference.java 44 throw new UnsupportedOperationException();
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
FormatterTest.java 87 throw new SecurityException("Always throw security exception");
128 throw new IOException();
138 throw new IOException();
149 throw new IOException();
155 throw new IOException("Always throw IOException");
277 fail("should throw NullPointerException");
293 fail("should throw FileNotFoundException");
303 fail("should throw SecurityException")
    [all...]
  /cts/tests/tests/content/src/android/content/pm/cts/
ActivityInfoTest.java 63 fail("should throw NullPointerException.");
96 fail("should throw NullPointerException");
166 fail("should throw NullPointerException.");
  /cts/tests/tests/text/src/android/text/cts/
LoginFilterTest.java 105 fail("should throw NullPointerException when source is null");
112 fail("should throw StringIndexOutOfBoundsException" +
123 fail("should throw NullPointerException when dest is null");
  /cts/tests/tests/text/src/android/text/method/cts/
CharacterPickerDialogTest.java 57 "should add @throw in the javadoc.")
66 fail("should throw NullPointerException.");
143 // nothing to test here, just make sure onClick does not throw exception
  /cts/tests/tests/widget/src/android/widget/cts/
TwoLineListItemTest.java 86 fail("The constructor should throw NullPointerException when param Context is null.");
93 fail("The constructor should throw NullPointerException when param Context is null.");
101 fail("The constructor should throw NullPointerException when param Context is null.");
ZoomButtonTest.java 91 fail("should throw NullPointerException.");
97 fail("should throw NullPointerException.");
103 fail("should throw NullPointerException.");
  /cts/tools/dx-tests/src/dxc/junit/opcodes/athrow/
Test_athrow.java 38 fail("must throw a RuntimeException");
51 fail("must throw a Throwable");
64 fail("must throw a Error");
  /dalvik/dx/src/com/android/dx/cf/code/
LineNumberList.java 86 throw new NullPointerException("item == null");
155 throw new IllegalArgumentException("startPc < 0");
159 throw new IllegalArgumentException("lineNumber < 0");

Completed in 445 milliseconds

<<81828384858687888990>>