HomeSort by relevance Sort by last modified time
    Searched full:nosuchelementexception (Results 76 - 100 of 862) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/apache-http/src/org/apache/http/message/
BasicHeaderElementIterator.java 34 import java.util.NoSuchElementException;
144 public HeaderElement nextElement() throws NoSuchElementException {
150 throw new NoSuchElementException("No more header elements available");
158 public final Object next() throws NoSuchElementException {
  /external/guava/guava/src/com/google/common/collect/
ContiguousSet.java 25 import java.util.NoSuchElementException;
64 } catch (NoSuchElementException e) {
151 * @throws NoSuchElementException if this set is empty
164 * @throws NoSuchElementException if this set is empty
SortedMultisets.java 29 import java.util.NoSuchElementException;
157 throw new NoSuchElementException();
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
ContiguousSet.java 23 import java.util.NoSuchElementException;
61 } catch (NoSuchElementException e) {
120 * @throws NoSuchElementException if this set is empty
133 * @throws NoSuchElementException if this set is empty
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
LineIterator.java 23 import java.util.NoSuchElementException;
126 * @throws NoSuchElementException if there is no line to return
136 * @throws NoSuchElementException if there is no line to return
140 throw new NoSuchElementException("No more lines");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
RefSortedMap.java 32 import java.util.NoSuchElementException;
131 throw new NoSuchElementException();
156 } catch (NoSuchElementException e) {
174 throw new NoSuchElementException();
183 throw new NoSuchElementException();
199 throw new NoSuchElementException();
206 throw new NoSuchElementException();
LinkedListTest.java 29 import java.util.NoSuchElementException;
371 fail("Should throw NoSuchElementException");
372 } catch (NoSuchElementException e) {
388 fail("Should throw NoSuchElementException");
389 } catch (NoSuchElementException e) {
540 fail("Should throw NoSuchElementException");
541 } catch (NoSuchElementException e) {
558 fail("Should throw NoSuchElementException");
559 } catch (NoSuchElementException e) {
688 fail("NoSuchElementException is expected when removing from the empty list")
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
OldTreeSetTest.java 24 import java.util.NoSuchElementException;
128 fail("NoSuchElementException expected");
129 } catch (NoSuchElementException e) {
173 fail("NoSuchElementException expected");
174 } catch (NoSuchElementException e) {
  /test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/
VtsHalAdapterPreparer.java 39 import java.util.NoSuchElementException;
99 } catch (IOException | NoSuchElementException e) {
205 * @throws NoSuchElementException.
208 throws DeviceNotAvailableException, IOException, NoSuchElementException {
218 throw new NoSuchElementException("Could not find adapter: " + mAdapterBinaryName);
  /dalvik/dexgen/src/com/android/dexgen/util/
BitIntSet.java 19 import java.util.NoSuchElementException;
112 throw new NoSuchElementException();
  /dalvik/dx/src/com/android/dx/util/
BitIntSet.java 19 import java.util.NoSuchElementException;
120 throw new NoSuchElementException();
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
FastQueue.h 32 import java.util.NoSuchElementException;
76 throw new NoSuchElementException("queue index "+(p+i)+" > size "+data.size());
FastQueue.m 32 import java.util.NoSuchElementException;
76 throw new NoSuchElementException("queue index "+(p+i)+" > size "+data.size());
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
OpenIntToDoubleHashMap.java 24 import java.util.NoSuchElementException;
507 } catch (NoSuchElementException nsee) {
525 * @exception NoSuchElementException if there is no element left in the map
528 throws ConcurrentModificationException, NoSuchElementException {
542 * @exception NoSuchElementException if there is no element left in the map
545 throws ConcurrentModificationException, NoSuchElementException {
558 * @exception NoSuchElementException if there is no element left in the map
561 throws ConcurrentModificationException, NoSuchElementException {
OpenIntToFieldHashMap.java 24 import java.util.NoSuchElementException;
519 } catch (NoSuchElementException nsee) {
537 * @exception NoSuchElementException if there is no element left in the map
540 throws ConcurrentModificationException, NoSuchElementException {
554 * @exception NoSuchElementException if there is no element left in the map
557 throws ConcurrentModificationException, NoSuchElementException {
570 * @exception NoSuchElementException if there is no element left in the map
573 throws ConcurrentModificationException, NoSuchElementException {
  /external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
AbstractIteratorTest.java 24 import java.util.NoSuchElementException;
73 } catch (NoSuchElementException expected) {
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractSequentialIteratorTest.java 30 import java.util.NoSuchElementException;
79 } catch (NoSuchElementException expected) {
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/analysis/util/
TypeProtoUtils.java 40 import java.util.NoSuchElementException;
69 throw new NoSuchElementException();
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
VariableSizeListIterator.java 39 import java.util.NoSuchElementException;
75 throw new NoSuchElementException();
  /external/turbine/javatests/com/google/turbine/binder/lookup/
TopLevelIndexTest.java 24 import java.util.NoSuchElementException;
113 } catch (NoSuchElementException e) {
  /libcore/ojluni/src/main/java/java/nio/file/
FileTreeIterator.java 33 import java.util.NoSuchElementException;
114 throw new NoSuchElementException();
  /packages/apps/Messaging/src/com/android/messaging/datamodel/data/
ConversationParticipantsData.java 28 import java.util.NoSuchElementException;
114 throw new NoSuchElementException();
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRError.h 41 //#define ANTLRNoSuchElementException @"NoSuchElementException"
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRError.h 41 //#define ANTLRNoSuchElementException @"NoSuchElementException"
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRError.h 41 //#define ANTLRNoSuchElementException @"NoSuchElementException"

Completed in 426 milliseconds

1 2 34 5 6 7 8 91011>>