Home
last modified time | relevance | path

Searched refs:unexpected (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/main/java/libcore/util/
DObjects.java89 } catch (IllegalAccessException unexpected) { in toString()
90 throw new AssertionError(unexpected); in toString()
/libcore/luni/src/main/java/libcore/net/
DUriCodec.java105 String uri, String name, char unexpected, int index) { in unexpectedCharacterException() argument
108 uri, "Unexpected character" + nameString + ": " + unexpected, index); in unexpectedCharacterException()
/libcore/expectations/
Dicebox.txt71 …substring: "This implementation's setParameter() supports an unexpected value: schema-type=http://…
/libcore/support/src/test/java/tests/resources/
Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...
/libcore/jsr166-tests/src/test/java/jsr166/
DJSR166TestCase.java230 catch (InterruptedException unexpected) { break; }
DCompletableFutureTest.java3863 } catch (Throwable unexpected) { in plus()
3864 plus.completeExceptionally(unexpected); in plus()