/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | UResourceBundleIterator.java | 12 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/ |
D | UResourceBundleIterator.java | 13 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/ |
D | HeaderIterator.java | 30 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/ |
D | AbstractIteratorTest.java | 24 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/ |
D | AbstractIteratorTest.java | 24 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/ |
D | MediaChunkIterator.java | 19 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/ |
D | AbstractForwardSequentialList.java | 39 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/ |
D | MinimalIterableTest.java | 22 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/ |
D | MinimalIterableTest.java | 22 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/ |
D | BasicHeaderIterator.java | 35 import java.util.NoSuchElementException; 147 throws NoSuchElementException { in nextHeader() 151 throw new NoSuchElementException("Iteration already finished."); in nextHeader() 169 throws NoSuchElementException { in next()
|
D | BasicListHeaderIterator.java | 36 import java.util.NoSuchElementException; 160 throws NoSuchElementException { in nextHeader() 164 throw new NoSuchElementException("Iteration already finished."); in nextHeader() 183 throws NoSuchElementException { in next()
|
D | BasicHeaderElementIterator.java | 34 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/ |
D | NewlinesTest.java | 22 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/ |
D | EmptyContiguousSet.java | 19 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()
|
D | AbstractIndexedListIterator.java | 23 import java.util.NoSuchElementException; 75 throw new NoSuchElementException(); in next() 93 throw new NoSuchElementException(); in previous()
|
D | ForwardingQueue.java | 21 import java.util.NoSuchElementException; 106 } catch (NoSuchElementException caught) { in standardPeek() 120 } catch (NoSuchElementException caught) { in standardPoll()
|
D | AbstractIterator.java | 23 import java.util.NoSuchElementException; 153 throw new NoSuchElementException(); in next() 170 throw new NoSuchElementException(); in peek()
|
/external/guava/guava/src/com/google/common/collect/ |
D | EmptyContiguousSet.java | 19 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()
|
D | AbstractIndexedListIterator.java | 23 import java.util.NoSuchElementException; 75 throw new NoSuchElementException(); in next() 93 throw new NoSuchElementException(); in previous()
|
D | ForwardingQueue.java | 21 import java.util.NoSuchElementException; 106 } catch (NoSuchElementException caught) { in standardPeek() 120 } catch (NoSuchElementException caught) { in standardPoll()
|
D | AbstractIterator.java | 23 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/ |
D | AbstractForwardSequentialListTest.java | 42 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/ |
D | FastQueueTest.m | 36 …//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/ |
D | Reduce.kt | 31 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/ |
D | exception_type.h | 97 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()
|