OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nosuchelementexception
(Results
101 - 125
of
294
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/libcore/luni/src/main/java/java/util/
SortedSet.java
45
* @throws
NoSuchElementException
73
* @throws
NoSuchElementException
Deque.java
246
* @throws
NoSuchElementException
if this deque is empty
256
* @throws
NoSuchElementException
if this deque is empty
283
* @throws
NoSuchElementException
if this deque is empty
293
* @throws
NoSuchElementException
if this deque is empty
407
* @throws
NoSuchElementException
if this deque is empty
432
* @throws
NoSuchElementException
if this deque is empty
480
* @throws
NoSuchElementException
if this deque is empty
Queue.java
159
* @throws
NoSuchElementException
if this queue is empty
177
* @throws
NoSuchElementException
if this queue is empty
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
AbstractSessionContext.java
31
import java.util.
NoSuchElementException
;
104
throw new
NoSuchElementException
();
/libcore/luni/src/test/java/tests/api/java/util/
HashtableTest.java
29
import java.util.
NoSuchElementException
;
291
// } catch (
NoSuchElementException
e) {
294
// assertTrue("unexpected
NoSuchElementException
", !exception);
455
} catch (
NoSuchElementException
e) {
458
assertTrue("unexpected
NoSuchElementException
", !exception);
545
} catch (
NoSuchElementException
e) {
590
// } catch (
NoSuchElementException
e) {
593
// assertTrue("unexpected
NoSuchElementException
", !exception);
/packages/apps/Email/src/org/apache/james/mime4j/decoder/
UnboundedFifoByteBuffer.java
23
import java.util.
NoSuchElementException
;
232
throw new
NoSuchElementException
();
/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) {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
PriorityQueueTest.java
25
import java.util.
NoSuchElementException
;
66
fail("should throw
NoSuchElementException
");
67
} catch (
NoSuchElementException
e) {
90
fail("should throw
NoSuchElementException
");
91
} catch (
NoSuchElementException
e) {
100
fail("should throw
NoSuchElementException
");
101
} catch (
NoSuchElementException
e) {
SortedMapTestBase.java
30
import java.util.
NoSuchElementException
;
306
} catch (
NoSuchElementException
e) {
312
} catch (
NoSuchElementException
e) {
AbstractListTest.java
28
import java.util.
NoSuchElementException
;
252
fail("Should throw
NoSuchElementException
");
253
} catch (
NoSuchElementException
cme) {
260
fail("Should throw
NoSuchElementException
");
/external/guava/guava/src/com/google/common/collect/
TreeBasedTable.java
31
import java.util.
NoSuchElementException
;
227
throw new
NoSuchElementException
();
235
throw new
NoSuchElementException
();
Iterators.java
40
import java.util.
NoSuchElementException
;
71
throw new
NoSuchElementException
();
94
throw new
NoSuchElementException
();
292
* @throws
NoSuchElementException
if the iterator is empty
416
throw new
NoSuchElementException
();
551
throw new
NoSuchElementException
();
619
throw new
NoSuchElementException
();
717
* @throws
NoSuchElementException
if no element in {@code iterator} matches
897
* @throws
NoSuchElementException
if the iterator is empty
[
all
...]
Ranges.java
25
import java.util.
NoSuchElementException
;
232
* @throws
NoSuchElementException
if {@code values} is empty
RegularImmutableSortedSet.java
33
import java.util.
NoSuchElementException
;
182
} catch (
NoSuchElementException
e) {
Ordering.java
34
import java.util.
NoSuchElementException
;
586
* @throws
NoSuchElementException
if {@code iterator} is empty
594
// let this throw
NoSuchElementException
as necessary
609
* @throws
NoSuchElementException
if {@code iterable} is empty
663
* @throws
NoSuchElementException
if {@code iterator} is empty
671
// let this throw
NoSuchElementException
as necessary
686
* @throws
NoSuchElementException
if {@code iterable} is empty
/external/guava/guava-tests/test/com/google/common/collect/
IteratorsTest.java
55
import java.util.
NoSuchElementException
;
82
} catch (
NoSuchElementException
expected) {
138
} catch (
NoSuchElementException
expected) {
330
} catch (
NoSuchElementException
e) {
591
} catch (
NoSuchElementException
expected) {}
[
all
...]
TreeMultimapNaturalTest.java
38
import java.util.
NoSuchElementException
;
134
fail("Expected
NoSuchElementException
");
135
} catch (
NoSuchElementException
expected) {}
143
fail("Expected
NoSuchElementException
");
144
} catch (
NoSuchElementException
expected) {}
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
UnbufferedTokenStream.java
33
import java.util.
NoSuchElementException
;
/frameworks/base/core/java/android/content/
CursorEntityIterator.java
71
* @throws java.util.
NoSuchElementException
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
Iterators.java
38
import java.util.
NoSuchElementException
;
69
throw new
NoSuchElementException
();
92
throw new
NoSuchElementException
();
290
* @throws
NoSuchElementException
if the iterator is empty
398
throw new
NoSuchElementException
();
533
throw new
NoSuchElementException
();
601
throw new
NoSuchElementException
();
681
* @throws
NoSuchElementException
if no element in {@code iterator} matches
861
* @throws
NoSuchElementException
if the iterator is empty
930
throw new
NoSuchElementException
();
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
NamespaceSupport.java
25
import java.util.
NoSuchElementException
;
300
throw new
NoSuchElementException
("Illegal access to Namespace prefixes enumeration.");
/libcore/luni/src/main/java/java/sql/
SQLException.java
22
import java.util.
NoSuchElementException
;
249
throw new
NoSuchElementException
();
/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/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DictionaryBackupAgent.java
27
import java.util.
NoSuchElementException
;
245
} catch (
NoSuchElementException
nsee) {
Completed in 863 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>