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

1 2 3 4 5 6 7 891011>>

  /frameworks/support/navigation/common/src/main/java/androidx/navigation/
NavGraph.java 34 import java.util.NoSuchElementException;
205 throw new NoSuchElementException();
  /libcore/ojluni/src/main/java/java/util/
ListIterator.java 82 * @throws NoSuchElementException if the iteration has no next element
106 * @throws NoSuchElementException if the iteration has no previous
Optional.java 122 * otherwise throws {@code NoSuchElementException}.
125 * @throws NoSuchElementException if there is no value present
131 throw new NoSuchElementException("No value present");
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
SuggestionCursorUtil.java 25 import java.util.NoSuchElementException;
118 throw new NoSuchElementException();
  /packages/apps/Tag/src/com/android/apps/tag/record/
SmartPoster.java 39 import java.util.NoSuchElementException;
145 } catch (NoSuchElementException e) {
  /packages/services/Telephony/testapps/EmbmsTestStreamingApp/src/com/android/phone/testapps/embmsfrontend/
EmbmsTestStreamingApp.java 43 import java.util.NoSuchElementException;
73 } catch (NoSuchElementException e) {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/
MathRuntimeException.java 27 import java.util.NoSuchElementException;
516 * Constructs a new <code>NoSuchElementException</code> with specified formatted detail message.
524 public static NoSuchElementException createNoSuchElementException(final String pattern,
530 * Constructs a new <code>NoSuchElementException</code> with specified formatted detail message.
537 public static NoSuchElementException createNoSuchElementException(final Localizable pattern,
539 return new NoSuchElementException() {
  /external/guava/guava/src/com/google/common/collect/
Ordering.java 35 import java.util.NoSuchElementException;
455 * @throws NoSuchElementException if {@code iterator} is empty
462 // let this throw NoSuchElementException as necessary
477 * @throws NoSuchElementException if {@code iterable} is empty
531 * @throws NoSuchElementException if {@code iterator} is empty
538 // let this throw NoSuchElementException as necessary
553 * @throws NoSuchElementException if {@code iterable} is empty
    [all...]
ImmutableRangeSet.java 31 import java.util.NoSuchElementException;
143 throw new NoSuchElementException();
361 } catch (NoSuchElementException e) {
LinkedHashMultimap.java 37 import java.util.NoSuchElementException;
377 throw new NoSuchElementException();
506 throw new NoSuchElementException();
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Iterables.java 33 import java.util.NoSuchElementException;
282 * @throws NoSuchElementException if the iterable is empty
600 * @throws NoSuchElementException if no element in {@code iterable} matches
725 * {@link NoSuchElementException} to be thrown), it is recommended that
741 * @throws NoSuchElementException if the iterable is empty
748 throw new NoSuchElementException();
    [all...]
LinkedHashMultimap.java 33 import java.util.NoSuchElementException;
373 throw new NoSuchElementException();
502 throw new NoSuchElementException();
  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc 76 throw NoSuchElementException("Cannot find builder for requested CMap.");
100 throw NoSuchElementException();
179 throw NoSuchElementException();
188 throw NoSuchElementException("Error during the creation of the CMap");
383 throw NoSuchElementException("No more characters to iterate.");
830 throw NoSuchElementException("No more characters to iterate.");
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
IterablesTest.java 48 import java.util.NoSuchElementException;
155 } catch (NoSuchElementException expected) {
243 } catch (NoSuchElementException e) {
629 } catch (NoSuchElementException suppressed) {
839 } catch (NoSuchElementException e) {}
910 } catch (NoSuchElementException e) {}
923 } catch (NoSuchElementException e) {}
    [all...]
Collections2Test.java 44 import java.util.NoSuchElementException;
479 fail("Expected NoSuchElementException.");
480 } catch (NoSuchElementException expected) {}
TreeRangeMapTest.java 35 import java.util.NoSuchElementException;
198 } catch (NoSuchElementException e) {
229 } catch (NoSuchElementException e) {
  /libcore/jsr166-tests/src/test/java/jsr166/
LinkedBlockingDequeTest.java 16 import java.util.NoSuchElementException;
214 } catch (NoSuchElementException success) {}
230 } catch (NoSuchElementException success) {}
245 } catch (NoSuchElementException success) {}
260 } catch (NoSuchElementException success) {}
275 } catch (NoSuchElementException success) {}
476 } catch (NoSuchElementException success) {}
    [all...]
LinkedTransferQueueTest.java 17 import java.util.NoSuchElementException;
353 * element returns next element, or throws NoSuchElementException if empty
364 } catch (NoSuchElementException success) {}
369 * remove removes next element, or throws NoSuchElementException if empty
379 } catch (NoSuchElementException success) {}
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
SQLExceptionTest.java 24 import java.util.NoSuchElementException;
618 fail("should throw NoSuchElementException");
619 } catch (NoSuchElementException e) {
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
NestedMapData.java 25 import java.util.NoSuchElementException;
627 throw new NoSuchElementException();
636 throw new NoSuchElementException();
  /frameworks/layoutlib/bridge/src/android/graphics/
RoundRectangle.java 25 import java.util.NoSuchElementException;
336 throw new NoSuchElementException("roundrect iterator out of bounds");
353 throw new NoSuchElementException("roundrect iterator out of bounds");
  /packages/apps/SecureElement/src/com/android/se/security/
AccessControlEnforcer.java 66 import java.util.NoSuchElementException;
176 if (e instanceof NoSuchElementException) {
226 if (!(e instanceof NoSuchElementException)) {
  /prebuilts/tools/common/m2/repository/com/android/tools/jack/jill-api/0.1/
jill-api-0.1.jar 
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
MixedItemSection.java 30 import java.util.NoSuchElementException;
222 throw new NoSuchElementException(item.toString());
  /dalvik/dx/src/com/android/dx/dex/file/
MixedItemSection.java 29 import java.util.NoSuchElementException;
222 throw new NoSuchElementException(item.toString());

Completed in 736 milliseconds

1 2 3 4 5 6 7 891011>>