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

1 23 4 5 6 7 8 91011>>

  /prebuilts/jdk/jdk8/linux-x86/sample/lambda/DefaultMethods/
ArrayIterator.java 33 import java.util.NoSuchElementException;
71 * @throws NoSuchElementException if the iteration has no more
89 throw new NoSuchElementException();
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
PeekingIteratorTest.java 33 import java.util.NoSuchElementException;
106 fail("Should throw NoSuchElementException if nothing to peek()");
107 } catch (NoSuchElementException e) { /* expected */ }
140 } catch (NoSuchElementException e) { /* expected */ }
144 } catch (NoSuchElementException e) { /* expected */ }
148 } catch (NoSuchElementException e) { /* expected */ }
AbstractSequentialIteratorTest.java 27 import java.util.NoSuchElementException;
66 } catch (NoSuchElementException expected) {
  /external/guava/guava-tests/test/com/google/common/collect/
PeekingIteratorTest.java 34 import java.util.NoSuchElementException;
116 fail("Should throw NoSuchElementException if nothing to peek()");
117 } catch (NoSuchElementException e) { /* expected */ }
150 } catch (NoSuchElementException e) { /* expected */ }
154 } catch (NoSuchElementException e) { /* expected */ }
158 } catch (NoSuchElementException e) { /* expected */ }
  /dalvik/dexgen/src/com/android/dexgen/util/
ListIntSet.java 19 import java.util.NoSuchElementException;
120 throw new NoSuchElementException();
IntIterator.java 35 * @throws java.util.NoSuchElementException if no next element exists
  /dalvik/dx/src/com/android/dx/util/
ListIntSet.java 19 import java.util.NoSuchElementException;
128 throw new NoSuchElementException();
IntIterator.java 35 * @throws java.util.NoSuchElementException if no next element exists
  /external/guava/guava/src/com/google/common/collect/
AbstractSequentialIterator.java 21 import java.util.NoSuchElementException;
72 throw new NoSuchElementException();
PeekingIterator.java 22 import java.util.NoSuchElementException;
43 * @throws NoSuchElementException if the iteration has no more elements
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
SortedMultisets.java 26 import java.util.NoSuchElementException;
84 throw new NoSuchElementException();
  /external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
QueueElementTester.java 28 import java.util.NoSuchElementException;
44 } catch (NoSuchElementException expected) {}
QueueRemoveTester.java 29 import java.util.NoSuchElementException;
47 } catch (NoSuchElementException expected) {}
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
SourceTest.java 20 import java.util.NoSuchElementException;
66 @Test(expected = NoSuchElementException.class)
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
FixedSizeSet.java 37 import java.util.NoSuchElementException;
54 throw new NoSuchElementException();
VariableSizeIterator.java 39 import java.util.NoSuchElementException;
78 throw new NoSuchElementException();
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
HashtableTest.java 31 import java.util.NoSuchElementException;
246 fail("should throw NoSuchElementException");
247 } catch (NoSuchElementException e) {
283 // } catch (NoSuchElementException e) {
286 // assertTrue("unexpected NoSuchElementException", !exception);
435 fail("should throw NoSuchElementException");
436 } catch (NoSuchElementException e) {
455 } catch (NoSuchElementException e) {
458 assertTrue("unexpected NoSuchElementException", !exception);
545 } catch (NoSuchElementException e)
    [all...]
TreeMapExtendTest.java 30 import java.util.NoSuchElementException;
85 fail("should throw NoSuchElementException");
86 } catch (NoSuchElementException e) {
93 fail("should throw NoSuchElementException");
94 } catch (NoSuchElementException e) {
101 } catch (NoSuchElementException e) {
108 } catch (NoSuchElementException e) {
357 fail("should throw NoSuchElementException");
358 } catch (NoSuchElementException e) {
365 fail("should throw NoSuchElementException");
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
OptionalDoubleTest.java 22 import java.util.NoSuchElementException;
42 } catch (NoSuchElementException nsee) {
OptionalIntTest.java 22 import java.util.NoSuchElementException;
40 } catch (NoSuchElementException nsee) {
OptionalLongTest.java 22 import java.util.NoSuchElementException;
40 } catch (NoSuchElementException nsee) {
  /libcore/ojluni/src/main/java/sun/nio/fs/
AbstractPath.java 32 import java.util.NoSuchElementException;
84 throw new NoSuchElementException();
  /libcore/ojluni/src/main/java/sun/util/
ResourceBundleEnumeration.java 30 import java.util.NoSuchElementException;
79 throw new NoSuchElementException();
  /packages/apps/SecureElement/src/com/android/se/security/arf/
ArfController.java 43 import java.util.NoSuchElementException;
60 NoSuchElementException {
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestFastQueue.java 33 import java.util.NoSuchElementException;
94 catch (NoSuchElementException nsee) {
110 catch (NoSuchElementException nsee) {
125 catch (NoSuchElementException nsee) {

Completed in 1319 milliseconds

1 23 4 5 6 7 8 91011>>