OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nosuchelementexception
(Results
176 - 200
of
862
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/guava/guava-tests/test/com/google/common/collect/
FilteredCollectionsTest.java
31
import java.util.
NoSuchElementException
;
225
} catch (
NoSuchElementException
e) {
239
} catch (
NoSuchElementException
e) {
/external/libmojo/base/android/javatests/src/org/chromium/base/
ObserverListTest.java
18
import java.util.
NoSuchElementException
;
180
Assert.fail("Expecting
NoSuchElementException
to be thrown here.");
181
} catch (
NoSuchElementException
e) {
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
RouteSelectorTest.java
33
import java.util.
NoSuchElementException
;
94
} catch (
NoSuchElementException
expected) {
112
} catch (
NoSuchElementException
expected) {
/frameworks/base/core/java/android/util/
MapCollections.java
23
import java.util.
NoSuchElementException
;
55
if (!hasNext()) throw new
NoSuchElementException
();
91
if (!hasNext()) throw new
NoSuchElementException
();
/frameworks/support/collection/src/main/java/androidx/collection/
MapCollections.java
23
import java.util.
NoSuchElementException
;
53
if (!hasNext()) throw new
NoSuchElementException
();
89
if (!hasNext()) throw new
NoSuchElementException
();
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
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
");
/libcore/jsr166-tests/src/test/java/jsr166/
ConcurrentLinkedQueueTest.java
14
import java.util.
NoSuchElementException
;
270
} catch (
NoSuchElementException
success) {}
284
} catch (
NoSuchElementException
success) {}
PriorityQueueTest.java
15
import java.util.
NoSuchElementException
;
304
} catch (
NoSuchElementException
success) {}
318
} catch (
NoSuchElementException
success) {}
/libcore/ojluni/src/main/java/java/util/
PrimitiveIterator.java
92
* @throws
NoSuchElementException
if the iteration has no more elements
166
* @throws
NoSuchElementException
if the iteration has no more elements
239
* @throws
NoSuchElementException
if the iteration has no more elements
Enumeration.java
76
* @exception
NoSuchElementException
if no more elements exist.
Scanner.java
[
all
...]
StringTokenizer.java
331
* @exception
NoSuchElementException
if there are no more tokens in this
349
throw new
NoSuchElementException
();
366
* @exception
NoSuchElementException
if there are no more tokens in this
401
* @exception
NoSuchElementException
if there are no more tokens in this
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
UnbufferedTokenStream.java
33
import java.util.
NoSuchElementException
;
/external/guava/guava/src/com/google/common/collect/
ForwardingNavigableMap.java
27
import java.util.
NoSuchElementException
;
195
throw new
NoSuchElementException
();
222
throw new
NoSuchElementException
();
297
throw new
NoSuchElementException
();
RangeSet.java
19
import java.util.
NoSuchElementException
;
89
* @throws
NoSuchElementException
if this range set is {@linkplain #isEmpty() empty}
RegularImmutableSortedSet.java
34
import java.util.
NoSuchElementException
;
177
} catch (
NoSuchElementException
e) {
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
ListsTest.java
38
import java.util.
NoSuchElementException
;
484
} catch (
NoSuchElementException
expected) {}
496
} catch (
NoSuchElementException
expected) {}
546
} catch (
NoSuchElementException
expected) {}
/frameworks/base/core/java/android/content/
CursorEntityIterator.java
71
* @throws java.util.
NoSuchElementException
/frameworks/base/services/core/java/com/android/server/
BatteryService.java
82
import java.util.
NoSuchElementException
;
279
} catch (
NoSuchElementException
ex) {
[
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.");
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/
RouteSelector.java
31
import java.util.
NoSuchElementException
;
79
throw new
NoSuchElementException
();
/external/smali/util/src/main/java/org/jf/util/
CollectionUtils.java
83
} catch (
NoSuchElementException
ex) {
102
} catch (
NoSuchElementException
ex) {
/frameworks/base/location/java/android/location/
GpsStatus.java
22
import java.util.
NoSuchElementException
;
72
throw new
NoSuchElementException
();
/frameworks/base/services/core/java/com/android/server/fingerprint/
ClientMonitor.java
31
import java.util.
NoSuchElementException
;
169
} catch (
NoSuchElementException
e) {
Completed in 818 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>