OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nosuchelementexception
(Results
126 - 150
of
862
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
SimpleXYSeries.java
27
import java.util.
NoSuchElementException
;
221
throw new
NoSuchElementException
();
249
throw new
NoSuchElementException
();
/external/apache-harmony/support/src/test/java/tests/support/
Support_ListTest.java
23
import java.util.
NoSuchElementException
;
154
} catch (
NoSuchElementException
e) {
182
} catch (
NoSuchElementException
e) {
/libcore/ojluni/src/main/java/java/lang/
CharSequence.java
28
import java.util.
NoSuchElementException
;
142
throw new
NoSuchElementException
();
213
throw new
NoSuchElementException
();
/libcore/ojluni/src/main/java/java/util/
OptionalDouble.java
105
* otherwise throws {@code
NoSuchElementException
}.
108
* @throws
NoSuchElementException
if there is no value present
114
throw new
NoSuchElementException
("No value present");
OptionalInt.java
106
* otherwise throws {@code
NoSuchElementException
}.
109
* @throws
NoSuchElementException
if there is no value present
115
throw new
NoSuchElementException
("No value present");
OptionalLong.java
105
* otherwise throws {@code
NoSuchElementException
}.
108
* @throws
NoSuchElementException
if there is no value present
114
throw new
NoSuchElementException
("No value present");
/libcore/support/src/test/java/tests/support/
Support_ListTest.java
23
import java.util.
NoSuchElementException
;
154
} catch (
NoSuchElementException
e) {
182
} catch (
NoSuchElementException
e) {
/art/tools/ahat/src/main/com/android/ahat/heapdump/
AhatClassInstance.java
21
import java.util.
NoSuchElementException
;
341
throw new
NoSuchElementException
();
378
throw new
NoSuchElementException
();
416
throw new
NoSuchElementException
();
/external/guava/guava-tests/test/com/google/common/collect/
IteratorsTest.java
56
import java.util.
NoSuchElementException
;
83
} catch (
NoSuchElementException
expected) {
101
} catch (
NoSuchElementException
expected) {
106
} catch (
NoSuchElementException
expected) {
130
fail("Expected
NoSuchElementException
");
131
} catch (
NoSuchElementException
expected) {
187
} catch (
NoSuchElementException
expected) {
378
} catch (
NoSuchElementException
e) {
639
} catch (
NoSuchElementException
expected) {}
[
all
...]
/libcore/jsr166-tests/src/test/java/jsr166/
ArrayDequeTest.java
14
import java.util.
NoSuchElementException
;
159
} catch (
NoSuchElementException
success) {}
390
} catch (
NoSuchElementException
success) {}
468
} catch (
NoSuchElementException
success) {}
483
} catch (
NoSuchElementException
success) {}
498
} catch (
NoSuchElementException
success) {}
513
} catch (
NoSuchElementException
success) {}
528
} catch (
NoSuchElementException
success) {}
824
} catch (
NoSuchElementException
success) {}
ConcurrentLinkedDequeTest.java
15
import java.util.
NoSuchElementException
;
163
} catch (
NoSuchElementException
success) {}
420
} catch (
NoSuchElementException
success) {}
434
} catch (
NoSuchElementException
success) {}
498
} catch (
NoSuchElementException
success) {}
513
} catch (
NoSuchElementException
success) {}
528
} catch (
NoSuchElementException
success) {}
543
} catch (
NoSuchElementException
success) {}
796
} catch (
NoSuchElementException
success) {}
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
TreeMapTest.java
39
import java.util.
NoSuchElementException
;
363
fail("java.util.
NoSuchElementException
should be thrown");
364
} catch (java.util.
NoSuchElementException
e) {
377
fail("java.util.
NoSuchElementException
should be thrown");
378
} catch (java.util.
NoSuchElementException
e) {
391
fail("java.util.
NoSuchElementException
should be thrown");
392
} catch (java.util.
NoSuchElementException
e) {
397
fail("java.util.
NoSuchElementException
should be thrown");
398
} catch (java.util.
NoSuchElementException
e) {
444
} catch (
NoSuchElementException
excep)
[
all
...]
/dalvik/dx/junit-tests/com/android/dx/util/
BitIntSetTest.java
19
import java.util.
NoSuchElementException
;
67
} catch (
NoSuchElementException
ex) {
ListIntSetTest.java
19
import java.util.
NoSuchElementException
;
67
} catch (
NoSuchElementException
ex) {
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
LookaheadStream.java
32
import java.util.
NoSuchElementException
;
159
throw new
NoSuchElementException
("can't look backwards more than one token in this stream");
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
TBSCertList.java
4
import java.util.
NoSuchElementException
;
136
throw new
NoSuchElementException
("Empty Enumeration");
/external/conscrypt/common/src/main/java/org/conscrypt/
AbstractSessionContext.java
24
import java.util.
NoSuchElementException
;
108
throw new
NoSuchElementException
();
/external/guava/guava/src/com/google/common/collect/
ForwardingSortedMap.java
25
import java.util.
NoSuchElementException
;
138
} catch (
NoSuchElementException
e) {
ForwardingSortedSet.java
24
import java.util.
NoSuchElementException
;
120
} catch (
NoSuchElementException
e) {
/external/guava/guava-tests/test/com/google/common/base/
AbstractIteratorTest.java
27
import java.util.
NoSuchElementException
;
76
} catch (
NoSuchElementException
expected) {
/external/libmojo/base/android/java/src/org/chromium/base/
ObserverList.java
10
import java.util.
NoSuchElementException
;
234
throw new
NoSuchElementException
();
/external/smali/util/src/main/java/org/jf/util/
ArraySortedSet.java
154
throw new
NoSuchElementException
();
163
throw new
NoSuchElementException
();
/frameworks/base/services/core/java/com/android/server/oemlock/
VendorLock.java
30
import java.util.
NoSuchElementException
;
44
} catch (
NoSuchElementException
e) {
/frameworks/support/navigation/common/src/test/java/androidx/navigation/
NavGraphTest.java
38
import java.util.
NoSuchElementException
;
182
@Test(expected =
NoSuchElementException
.class)
/libcore/luni/src/test/java/libcore/java/util/
OptionalTest.java
22
import java.util.
NoSuchElementException
;
49
} catch (
NoSuchElementException
expected) {
Completed in 312 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>