OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nosuchelementexception
(Results
251 - 275
of
862
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/guava/guava-tests/test/com/google/common/collect/
ListsTest.java
54
import java.util.
NoSuchElementException
;
708
} catch (
NoSuchElementException
expected) {}
720
} catch (
NoSuchElementException
expected) {}
791
} catch (
NoSuchElementException
expected) {}
[
all
...]
/external/jarjar/src/main/com/tonicsystems/jarjar/util/
ClassPathIterator.java
101
throw new
NoSuchElementException
();
/external/nist-sip/java/gov/nist/javax/sip/parser/
Pipeline.java
189
} catch (
NoSuchElementException
ex) {
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPIterator.java
63
* a <code>
NoSuchElementException
</code> if there are no more properties to
/libcore/ojluni/src/main/java/java/util/
AbstractList.java
364
throw new
NoSuchElementException
();
408
throw new
NoSuchElementException
();
709
throw new
NoSuchElementException
();
720
throw new
NoSuchElementException
();
Iterator.java
68
* @throws
NoSuchElementException
if the iteration has no more elements
/libcore/ojluni/src/main/java/java/util/jar/
JarVerifier.java
748
throw new
NoSuchElementException
();
798
throw new
NoSuchElementException
();
809
throw new
NoSuchElementException
();
854
throw new
NoSuchElementException
();
/packages/apps/Gallery2/src/com/android/gallery3d/data/
LocalMergeAlbum.java
27
import java.util.
NoSuchElementException
;
/prebuilts/misc/common/swig/include/2.0.11/gcj/
javaprims.i
301
class
NoSuchElementException
;
/prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/
selenium-api-2.42.2-sources.jar
/prebuilts/tools/common/m2/repository/relaxngDatatype/relaxngDatatype/20020414/
relaxngDatatype-20020414.jar
/test/vts/harnesses/tradefed/src/com/android/tradefed/targetprep/
VtsTestPlanResultReporter.java
29
import java.util.
NoSuchElementException
;
/external/guava/guava/src/com/google/common/collect/
Iterables.java
35
import java.util.
NoSuchElementException
;
284
* @throws
NoSuchElementException
if the iterable is empty
641
* @throws
NoSuchElementException
if no element in {@code iterable} matches
766
* {@link
NoSuchElementException
} to be thrown), it is recommended that
782
* @throws
NoSuchElementException
if the iterable is empty
789
throw new
NoSuchElementException
();
[
all
...]
MinMaxPriorityQueue.java
38
import java.util.
NoSuchElementException
;
324
* @throws
NoSuchElementException
if the queue is empty
349
* @throws
NoSuchElementException
if the queue is empty
353
throw new
NoSuchElementException
();
777
throw new
NoSuchElementException
(
HashBiMap.java
34
import java.util.
NoSuchElementException
;
363
throw new
NoSuchElementException
();
/external/libphonenumber/libphonenumber/test/com/google/i18n/phonenumbers/
PhoneNumberMatcherTest.java
27
import java.util.
NoSuchElementException
;
[
all
...]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
EnumMapTest.java
25
import java.util.
NoSuchElementException
;
555
fail("Should throw
NoSuchElementException
");
556
} catch (
NoSuchElementException
e) {
752
fail("Should throw
NoSuchElementException
");
753
} catch (
NoSuchElementException
e) {
[
all
...]
VectorTest.java
34
import java.util.
NoSuchElementException
;
511
} catch (
NoSuchElementException
e) {
592
fail("Should throw
NoSuchElementException
");
593
} catch (
NoSuchElementException
e) {
788
fail("Should throw
NoSuchElementException
");
789
} catch (
NoSuchElementException
e) {
[
all
...]
/libcore/luni/src/test/java/libcore/java/util/
CollectionsTest.java
38
import java.util.
NoSuchElementException
;
76
} catch (
NoSuchElementException
expected) {
95
} catch (
NoSuchElementException
expected) {
118
} catch (
NoSuchElementException
expected) {
124
} catch (
NoSuchElementException
expected) {
470
} catch (
NoSuchElementException
expected) {
[
all
...]
/cts/tests/tests/util/src/android/util/cts/
ArraySetTest.java
38
import java.util.
NoSuchElementException
;
532
} catch (
NoSuchElementException
expected) {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
URLClassLoaderTest.java
30
import java.util.
NoSuchElementException
;
271
} catch (
NoSuchElementException
e) {
/external/autotest/server/cros/ap_configurators/
web_driver_core_helpers.py
7
from selenium.common.exceptions import
NoSuchElementException
275
except (SeleniumTimeoutException,
NoSuchElementException
) as e:
/external/guice/core/src/com/google/inject/internal/
MoreTypes.java
40
import java.util.
NoSuchElementException
;
341
throw new
NoSuchElementException
();
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
XMPIteratorImpl.java
14
import java.util.
NoSuchElementException
;
378
throw new
NoSuchElementException
("There are no more nodes to return");
/frameworks/base/core/java/android/os/
CommonClock.java
19
import java.util.
NoSuchElementException
;
154
catch (
NoSuchElementException
e) { }
Completed in 624 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>