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

1 2 3 4 5 67 8 91011>>

  /libcore/ojluni/src/main/java/sun/nio/fs/
UnixDirectoryStream.java 30 import java.util.NoSuchElementException;
227 throw new NoSuchElementException();
  /packages/apps/Camera2/src/com/android/camera/async/
ConcurrentBufferQueue.java 21 import java.util.NoSuchElementException;
207 } catch (NoSuchElementException e) {
  /packages/apps/SecureElement/src/com/android/se/security/ara/
AraController.java 55 import java.util.NoSuchElementException;
90 public synchronized void initialize() throws IOException, NoSuchElementException {
  /packages/apps/UnifiedEmail/src/org/apache/james/mime4j/decoder/
UnboundedFifoByteBuffer.java 23 import java.util.NoSuchElementException;
232 throw new NoSuchElementException();
  /packages/services/Car/service/src/com/android/car/
CarService.java 43 import java.util.NoSuchElementException;
173 } catch (NoSuchElementException e) {
  /packages/services/Car/tests/vehiclehal_test/src/com/android/car/vehiclehal/test/
Utils.java 31 import java.util.NoSuchElementException;
91 } catch (NoSuchElementException ex) {
  /test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/
VtsTraceCollectPreparer.java 32 import java.util.NoSuchElementException;
91 } catch (IOException | NoSuchElementException e) {
  /test/vts/harnesses/tradefed/tests/src/com/android/tradefed/targetprep/
VtsTraceCollectPreparerTest.java 40 import java.util.NoSuchElementException;
161 .andThrow(new NoSuchElementException("file not found."));
  /external/guava/guava/src/com/google/common/collect/
TreeRangeMap.java 39 import java.util.NoSuchElementException;
150 throw new NoSuchElementException();
278 throw new NoSuchElementException();
355 throw new NoSuchElementException();
363 throw new NoSuchElementException();
Iterators.java 45 import java.util.NoSuchElementException;
80 throw new NoSuchElementException();
88 throw new NoSuchElementException();
134 throw new NoSuchElementException();
297 * @throws NoSuchElementException if the iterator is empty
408 throw new NoSuchElementException();
555 throw new NoSuchElementException();
622 throw new NoSuchElementException();
712 * @throws NoSuchElementException if no element in {@code iterator} matches
872 * @throws NoSuchElementException if the iterator is empt
    [all...]
TreeBasedTable.java 31 import java.util.NoSuchElementException;
235 throw new NoSuchElementException();
243 throw new NoSuchElementException();
  /frameworks/av/packages/MediaComponents/src/com/android/media/subtitle/
SubtitleTrack.java 29 import java.util.NoSuchElementException;
456 } catch(NoSuchElementException e) {
470 throw new NoSuchElementException("");
517 throw new NoSuchElementException("");
529 } catch (NoSuchElementException e) {
  /frameworks/base/media/java/android/media/
SubtitleTrack.java 27 import java.util.NoSuchElementException;
483 } catch(NoSuchElementException e) {
497 throw new NoSuchElementException("");
544 throw new NoSuchElementException("");
556 } catch (NoSuchElementException e) {
  /frameworks/support/media/src/main/java/androidx/media/subtitle/
SubtitleTrack.java 35 import java.util.NoSuchElementException;
472 } catch (NoSuchElementException e) {
486 throw new NoSuchElementException("");
533 throw new NoSuchElementException("");
545 } catch (NoSuchElementException e) {
  /libcore/jsr166-tests/src/test/java/jsr166/
SynchronousQueueTest.java 17 import java.util.NoSuchElementException;
308 * element() throws NoSuchElementException if no active putter
317 } catch (NoSuchElementException success) {}
321 * remove() throws NoSuchElementException if no active putter
330 } catch (NoSuchElementException success) {}
  /libcore/luni/src/test/java/libcore/java/util/
OldTreeMapTest.java 27 import java.util.NoSuchElementException;
182 fail("NoSuchElementException expected");
183 } catch (NoSuchElementException e) {
296 fail("NoSuchElementException expected");
297 } catch (NoSuchElementException e) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
ScannerTest.java 58 import java.util.NoSuchElementException;
655 } catch (NoSuchElementException expected) {
681 } catch (NoSuchElementException expected) {
760 } catch (NoSuchElementException expected) {
767 } catch (NoSuchElementException expected) {
775 } catch (NoSuchElementException expected) {
795 } catch (NoSuchElementException expected) {
803 } catch (NoSuchElementException expected) {
811 } catch (NoSuchElementException expected) {
853 } catch (NoSuchElementException expected)
    [all...]
PriorityQueueTest.java 27 import java.util.NoSuchElementException;
70 fail("should throw NoSuchElementException");
71 } catch (NoSuchElementException e) {
94 fail("should throw NoSuchElementException");
95 } catch (NoSuchElementException e) {
104 fail("should throw NoSuchElementException");
105 } catch (NoSuchElementException e) {
  /libcore/ojluni/src/main/java/java/util/
LinkedList.java 239 * @throws NoSuchElementException if this list is empty
244 throw new NoSuchElementException();
252 * @throws NoSuchElementException if this list is empty
257 throw new NoSuchElementException();
265 * @throws NoSuchElementException if this list is empty
270 throw new NoSuchElementException();
278 * @throws NoSuchElementException if this list is empty
283 throw new NoSuchElementException();
659 * @throws NoSuchElementException if this list is empty
681 * @throws NoSuchElementException if this list is empt
    [all...]
Deque.java 275 * @throws NoSuchElementException if this deque is empty
285 * @throws NoSuchElementException if this deque is empty
312 * @throws NoSuchElementException if this deque is empty
322 * @throws NoSuchElementException if this deque is empty
438 * @throws NoSuchElementException if this deque is empty
463 * @throws NoSuchElementException if this deque is empty
510 * @throws NoSuchElementException if this deque is empty
  /external/icu/android_icu4j/src/main/java/android/icu/util/
StringTokenizer.java 14 import java.util.NoSuchElementException;
303 * @exception NoSuchElementException if there are no more tokens in
310 throw new NoSuchElementException("No more tokens in String");
359 throw new NoSuchElementException("No more tokens in String");
387 * @exception NoSuchElementException if there are no more tokens in
410 * @exception NoSuchElementException if there are no more tokens in
444 * @exception NoSuchElementException if there are no more tokens in
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
StringTokenizer.java 13 import java.util.NoSuchElementException;
308 * @exception NoSuchElementException if there are no more tokens in
316 throw new NoSuchElementException("No more tokens in String");
365 throw new NoSuchElementException("No more tokens in String");
393 * @exception NoSuchElementException if there are no more tokens in
417 * @exception NoSuchElementException if there are no more tokens in
453 * @exception NoSuchElementException if there are no more tokens in
  /external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
IterablesTest.java 42 import java.util.NoSuchElementException;
149 } catch (NoSuchElementException expected) {
215 } catch (NoSuchElementException e) {
564 } catch (NoSuchElementException suppressed) {
754 } catch (NoSuchElementException e) {}
825 } catch (NoSuchElementException e) {}
838 } catch (NoSuchElementException e) {}
    [all...]
Collections2Test.java 35 import java.util.NoSuchElementException;
321 fail("Expected NoSuchElementException.");
322 } catch (NoSuchElementException expected) {}
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Iterators.java 43 import java.util.NoSuchElementException;
78 throw new NoSuchElementException();
86 throw new NoSuchElementException();
132 throw new NoSuchElementException();
295 * @throws NoSuchElementException if the iterator is empty
390 throw new NoSuchElementException();
537 throw new NoSuchElementException();
604 throw new NoSuchElementException();
677 * @throws NoSuchElementException if no element in {@code iterator} matches
837 * @throws NoSuchElementException if the iterator is empt
    [all...]

Completed in 2673 milliseconds

1 2 3 4 5 67 8 91011>>