Home
last modified time | relevance | path

Searched refs:NoSuchElementException (Results 1 – 25 of 331) sorted by relevance

12345678910>>...14

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DUResourceBundleIterator.java12 import java.util.NoSuchElementException;
60 public UResourceBundle next()throws NoSuchElementException{ in next()
64 throw new NoSuchElementException(); in next()
73 public String nextString()throws NoSuchElementException, UResourceTypeMismatchException{ in nextString()
77 throw new NoSuchElementException(); in nextString()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DUResourceBundleIterator.java13 import java.util.NoSuchElementException;
60 public UResourceBundle next()throws NoSuchElementException{ in next()
64 throw new NoSuchElementException(); in next()
72 public String nextString()throws NoSuchElementException, UResourceTypeMismatchException{ in nextString()
76 throw new NoSuchElementException(); in nextString()
/external/nist-sip/java/gov/nist/javax/sip/message/
DHeaderIterator.java30 import java.util.NoSuchElementException;
49 public Object next() throws NoSuchElementException { in next()
51 throw new NoSuchElementException(); in next()
57 public Object previous() throws NoSuchElementException { in previous()
59 throw new NoSuchElementException(); in previous()
/external/guava/android/guava-tests/test/com/google/common/collect/
DAbstractIteratorTest.java24 import java.util.NoSuchElementException;
77 } catch (NoSuchElementException expected) { in testDefaultBehaviorOfNextAndHasNext()
118 } catch (NoSuchElementException expected) { in testDefaultBehaviorOfPeek()
124 } catch (NoSuchElementException expected) { in testDefaultBehaviorOfPeek()
130 } catch (NoSuchElementException expected) { in testDefaultBehaviorOfPeek()
136 } catch (NoSuchElementException expected) { in testDefaultBehaviorOfPeek()
172 } catch (NoSuchElementException expected) { in testDefaultBehaviorOfPeekForEmptyIteration()
178 } catch (NoSuchElementException expected) { in testDefaultBehaviorOfPeekForEmptyIteration()
/external/guava/guava-tests/test/com/google/common/collect/
DAbstractIteratorTest.java24 import java.util.NoSuchElementException;
77 } catch (NoSuchElementException expected) { in testDefaultBehaviorOfNextAndHasNext()
118 } catch (NoSuchElementException expected) { in testDefaultBehaviorOfPeek()
124 } catch (NoSuchElementException expected) { in testDefaultBehaviorOfPeek()
130 } catch (NoSuchElementException expected) { in testDefaultBehaviorOfPeek()
136 } catch (NoSuchElementException expected) { in testDefaultBehaviorOfPeek()
172 } catch (NoSuchElementException expected) { in testDefaultBehaviorOfPeekForEmptyIteration()
178 } catch (NoSuchElementException expected) { in testDefaultBehaviorOfPeekForEmptyIteration()
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/source/chunk/
DMediaChunkIterator.java19 import java.util.NoSuchElementException;
46 throw new NoSuchElementException();
51 throw new NoSuchElementException();
56 throw new NoSuchElementException();
/external/smali/dexlib2/src/main/java/org/jf/util/
DAbstractForwardSequentialList.java39 import java.util.NoSuchElementException;
45 throw new NoSuchElementException(); in iterator()
62 } catch (NoSuchElementException ex) { in listIterator()
76 throw new NoSuchElementException(); in listIterator()
105 throw new NoSuchElementException(); in listIterator()
/external/guava/guava-testlib/test/com/google/common/collect/testing/
DMinimalIterableTest.java22 import java.util.NoSuchElementException;
40 } catch (NoSuchElementException expected) { in testOf_empty()
58 } catch (NoSuchElementException expected) { in testOf_one()
74 } catch (NoSuchElementException expected) { in testFrom_empty()
97 } catch (NoSuchElementException expected) { in testFrom_one()
/external/guava/android/guava-testlib/test/com/google/common/collect/testing/
DMinimalIterableTest.java22 import java.util.NoSuchElementException;
40 } catch (NoSuchElementException expected) { in testOf_empty()
58 } catch (NoSuchElementException expected) { in testOf_one()
74 } catch (NoSuchElementException expected) { in testFrom_empty()
97 } catch (NoSuchElementException expected) { in testFrom_one()
/external/apache-http/src/org/apache/http/message/
DBasicHeaderIterator.java35 import java.util.NoSuchElementException;
147 throws NoSuchElementException { in nextHeader()
151 throw new NoSuchElementException("Iteration already finished."); in nextHeader()
169 throws NoSuchElementException { in next()
DBasicListHeaderIterator.java36 import java.util.NoSuchElementException;
160 throws NoSuchElementException { in nextHeader()
164 throw new NoSuchElementException("Iteration already finished."); in nextHeader()
183 throws NoSuchElementException { in next()
DBasicHeaderElementIterator.java34 import java.util.NoSuchElementException;
144 public HeaderElement nextElement() throws NoSuchElementException { in nextElement()
150 throw new NoSuchElementException("No more header elements available"); in nextElement()
158 public final Object next() throws NoSuchElementException { in next()
/external/google-java-format/core/src/test/java/com/google/googlejavaformat/
DNewlinesTest.java22 import java.util.NoSuchElementException;
73 } catch (NoSuchElementException e) { in terminalOffset()
83 } catch (NoSuchElementException e) { in terminalOffset()
96 } catch (NoSuchElementException e) { in terminalLine()
106 } catch (NoSuchElementException e) { in terminalLine()
/external/guava/android/guava/src/com/google/common/collect/
DEmptyContiguousSet.java19 import java.util.NoSuchElementException;
37 throw new NoSuchElementException(); in first()
42 throw new NoSuchElementException(); in last()
57 throw new NoSuchElementException(); in range()
62 throw new NoSuchElementException(); in range()
DAbstractIndexedListIterator.java23 import java.util.NoSuchElementException;
75 throw new NoSuchElementException(); in next()
93 throw new NoSuchElementException(); in previous()
DForwardingQueue.java21 import java.util.NoSuchElementException;
106 } catch (NoSuchElementException caught) { in standardPeek()
120 } catch (NoSuchElementException caught) { in standardPoll()
DAbstractIterator.java23 import java.util.NoSuchElementException;
153 throw new NoSuchElementException(); in next()
170 throw new NoSuchElementException(); in peek()
/external/guava/guava/src/com/google/common/collect/
DEmptyContiguousSet.java19 import java.util.NoSuchElementException;
37 throw new NoSuchElementException(); in first()
42 throw new NoSuchElementException(); in last()
57 throw new NoSuchElementException(); in range()
62 throw new NoSuchElementException(); in range()
DAbstractIndexedListIterator.java23 import java.util.NoSuchElementException;
75 throw new NoSuchElementException(); in next()
93 throw new NoSuchElementException(); in previous()
DForwardingQueue.java21 import java.util.NoSuchElementException;
106 } catch (NoSuchElementException caught) { in standardPeek()
120 } catch (NoSuchElementException caught) { in standardPoll()
DAbstractIterator.java23 import java.util.NoSuchElementException;
153 throw new NoSuchElementException(); in next()
170 throw new NoSuchElementException(); in peek()
/external/smali/dexlib2/src/test/java/org/jf/util/
DAbstractForwardSequentialListTest.java42 import java.util.NoSuchElementException;
60 throw new NoSuchElementException(); in setup()
180 } catch (NoSuchElementException ex) { in testForwardIterationException()
186 @Test(expected = NoSuchElementException.class)
203 } catch (NoSuchElementException ex) { in testReverseIterationException()
209 @Test(expected = NoSuchElementException.class)
/external/antlr/runtime/ObjC/Framework/test/runtime/misc/
DFastQueueTest.m36 …//RuntimeException *NoSuchElementException = [NoSuchElementException newException:@"No such elemen…
44 @catch (NoSuchElementException *e)
46 …STAssertTrue([[e name] isEqualTo:@"NoSuchElementException"], @"Exception was not type: NoSuchEleme…
49 STFail(@"Exception NoSuchElementException was not thrown -- %@", [retVal name]);
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/terminal/
DReduce.kt31 if (accumulator === NULL) throw NoSuchElementException("Empty flow can't be reduced") in <lambda>()
62 if (result === NULL) throw NoSuchElementException("Flow is empty") in single()
96 if (result === NULL) throw NoSuchElementException("Expected at least one element") in first()
114 …if (result === NULL) throw NoSuchElementException("Expected at least one element matching the pred… in first()
/external/sfntly/cpp/src/sfntly/port/
Dexception_type.h97 class NoSuchElementException : public Exception {
99 NoSuchElementException() throw() : Exception("No such element") {} in NoSuchElementException() function
100 explicit NoSuchElementException(const char* message) throw() in NoSuchElementException() function
102 virtual ~NoSuchElementException() throw() {} in ~NoSuchElementException()

12345678910>>...14