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
862
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/
IteratorsTest.java
39
import java.util.
NoSuchElementException
;
58
} catch (
NoSuchElementException
expected) {
76
} catch (
NoSuchElementException
expected) {
81
} catch (
NoSuchElementException
expected) {
105
fail("Expected
NoSuchElementException
");
106
} catch (
NoSuchElementException
expected) {
162
} catch (
NoSuchElementException
expected) {
314
} catch (
NoSuchElementException
e) {
575
} catch (
NoSuchElementException
expected) {}
802
} catch (
NoSuchElementException
expected) {
[
all
...]
/external/guava/guava-testlib/test/com/google/common/collect/testing/
IteratorTesterTest.java
32
import java.util.
NoSuchElementException
;
102
* that next() throws a
NoSuchElementException
, then subsequent
126
} catch (
NoSuchElementException
e) {
279
throw new
NoSuchElementException
() { /* subclass */};
/libcore/ojluni/src/main/java/java/util/
AbstractQueue.java
110
* @throws
NoSuchElementException
if this queue is empty
117
throw new
NoSuchElementException
();
129
* @throws
NoSuchElementException
if this queue is empty
136
throw new
NoSuchElementException
();
InputMismatchException.java
38
class InputMismatchException extends
NoSuchElementException
{
AbstractSequentialList.java
89
} catch (
NoSuchElementException
exc) {
119
} catch (
NoSuchElementException
exc) {
147
} catch (
NoSuchElementException
exc) {
175
} catch (
NoSuchElementException
exc) {
222
} catch (
NoSuchElementException
exc) {
ArrayDeque.java
259
* @throws
NoSuchElementException
{@inheritDoc}
264
throw new
NoSuchElementException
();
269
* @throws
NoSuchElementException
{@inheritDoc}
274
throw new
NoSuchElementException
();
304
* @throws
NoSuchElementException
{@inheritDoc}
310
throw new
NoSuchElementException
();
315
* @throws
NoSuchElementException
{@inheritDoc}
321
throw new
NoSuchElementException
();
426
* @throws
NoSuchElementException
{@inheritDoc}
454
* @throws
NoSuchElementException
{@inheritDoc
[
all
...]
/packages/apps/SecureElement/src/com/android/se/
SecureElementService.java
51
import java.util.
NoSuchElementException
;
161
} catch (
NoSuchElementException
e) {
274
} catch (
NoSuchElementException
e) {
313
} catch (
NoSuchElementException
e) {
Terminal.java
56
import java.util.
NoSuchElementException
;
153
* @throws
NoSuchElementException
if there is no HAL implementation for the specified SE name
156
public void initialize() throws
NoSuchElementException
, RemoteException {
160
throw new
NoSuchElementException
("No HAL is provided for " + mName);
279
} catch (
NoSuchElementException
e) {
306
throw new
NoSuchElementException
("Response length is too small");
312
throw new
NoSuchElementException
("Status word is incorrect");
321
NoSuchElementException
{
373
throw new
NoSuchElementException
("OpenBasicChannel() failed");
392
NoSuchElementException
{
[
all
...]
/external/guava/guava/src/com/google/common/collect/
AbstractIterator.java
23
import java.util.
NoSuchElementException
;
154
throw new
NoSuchElementException
();
171
throw new
NoSuchElementException
();
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
SortedMapNavigationTester.java
34
import java.util.
NoSuchElementException
;
72
} catch (
NoSuchElementException
e) {
81
} catch (
NoSuchElementException
e) {
/external/guava/guava-tests/test/com/google/common/collect/
EvictingQueueTest.java
26
import java.util.
NoSuchElementException
;
59
} catch (
NoSuchElementException
expected) {}
66
} catch (
NoSuchElementException
expected) {}
ImmutableRangeMapTest.java
25
import java.util.
NoSuchElementException
;
125
fail("Expected
NoSuchElementException
");
126
} catch (
NoSuchElementException
expected) {
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/org/apache/http/
TestHttpResponse.java
20
import java.util.
NoSuchElementException
;
122
if (index >= headers.length) throw new
NoSuchElementException
();
156
if (index == -1) throw new
NoSuchElementException
();
/external/robolectric-shadows/shadows/httpclient/src/main/java/org/robolectric/shadows/httpclient/
TestHttpResponse.java
12
import java.util.
NoSuchElementException
;
122
if (index >= headers.length) throw new
NoSuchElementException
();
156
if (index == -1) throw new
NoSuchElementException
();
/frameworks/base/services/tests/servicestests/src/com/android/server/
BatteryServiceTest.java
32
import java.util.
NoSuchElementException
;
146
fail("Expect
NoSuchElementException
");
147
} catch (
NoSuchElementException
ex) {
/frameworks/base/telephony/java/android/telephony/mbms/
ServiceInfo.java
32
import java.util.
NoSuchElementException
;
126
* {@link java.util.
NoSuchElementException
} may be thrown otherwise.
132
throw new
NoSuchElementException
("Locale not supported");
/packages/apps/Email/tests/src/com/android/email/service/
EmailBroadcastProcessorServiceTests.java
31
import java.util.
NoSuchElementException
;
72
private int getAccountFlags(long accountId) throws
NoSuchElementException
{
77
throw new
NoSuchElementException
("No cursor");
/packages/apps/SecureElement/src/com/android/se/security/arf/
SecureElement.java
54
import java.util.
NoSuchElementException
;
104
NoSuchElementException
{
112
} catch (IOException | MissingResourceException |
NoSuchElementException
e) {
/test/vts/harnesses/tradefed/src/com/android/tradefed/util/
VtsDashboardUtil.java
30
import java.util.
NoSuchElementException
;
78
} catch (
NoSuchElementException
e) {
148
} catch (
NoSuchElementException
e) {
/external/nist-sip/java/gov/nist/core/
GenericObjectList.java
186
} catch (
NoSuchElementException
ex) {
199
} catch (
NoSuchElementException
ex) {
213
} catch (
NoSuchElementException
ex) {
417
} catch (
NoSuchElementException
ex) {
431
} catch (
NoSuchElementException
ex) {
/frameworks/base/core/java/android/se/omapi/
Session.java
32
import java.util.
NoSuchElementException
;
193
* @throws
NoSuchElementException
if the AID on the Secure Element is not available or cannot be
217
throw new
NoSuchElementException
(e.getMessage());
243
* @throws
NoSuchElementException
if the AID on the Secure Element is not available or cannot be
297
* @throws
NoSuchElementException
if the AID on the Secure Element is not
324
throw new
NoSuchElementException
(e.getMessage());
350
* @throws
NoSuchElementException
if the AID on the Secure Element is not
/libcore/jsr166-tests/src/test/java/jsr166/
LinkedListTest.java
15
import java.util.
NoSuchElementException
;
224
} catch (
NoSuchElementException
success) {}
238
} catch (
NoSuchElementException
success) {}
452
} catch (
NoSuchElementException
success) {}
528
} catch (
NoSuchElementException
success) {}
597
} catch (
NoSuchElementException
success) {}
612
} catch (
NoSuchElementException
success) {}
/libcore/ojluni/src/main/java/java/util/concurrent/
LinkedBlockingDeque.java
41
import java.util.
NoSuchElementException
;
449
* @throws
NoSuchElementException
{@inheritDoc}
453
if (x == null) throw new
NoSuchElementException
();
458
* @throws
NoSuchElementException
{@inheritDoc}
462
if (x == null) throw new
NoSuchElementException
();
549
* @throws
NoSuchElementException
{@inheritDoc}
553
if (x == null) throw new
NoSuchElementException
();
558
* @throws
NoSuchElementException
{@inheritDoc}
562
if (x == null) throw new
NoSuchElementException
();
669
* @throws
NoSuchElementException
if this deque is empt
[
all
...]
/external/apache-http/src/org/apache/http/message/
BasicTokenIterator.java
34
import java.util.
NoSuchElementException
;
111
* @throws
NoSuchElementException
if the iteration is already over
115
throws
NoSuchElementException
, ParseException {
118
throw new
NoSuchElementException
("Iteration already finished.");
135
* @throws
NoSuchElementException
if there are no more tokens
139
throws
NoSuchElementException
, ParseException {
/cts/tests/tests/location/src/android/location/cts/asn1/base/
Asn1Sequence.java
23
import java.util.
NoSuchElementException
;
141
* @throws
NoSuchElementException
if no child component can start with the tag
150
throw new
NoSuchElementException
("SEQUENCE=" + this + ", tag=" + tag);
Completed in 3042 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>