Home
last modified time | relevance | path

Searched refs:underlying (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/test/java/libcore/java/io/
DOldPushbackReaderTest.java27 Support_ASimpleReader underlying = new Support_ASimpleReader(); field in OldPushbackReaderTest
61 tobj = new PushbackReader(underlying, 10000); in test_ConstructorLjava_io_ReaderI()
62 tobj = new PushbackReader(underlying, 1); in test_ConstructorLjava_io_ReaderI()
65 tobj = new PushbackReader(underlying, -1); in test_ConstructorLjava_io_ReaderI()
72 tobj = new PushbackReader(underlying, 0); in test_ConstructorLjava_io_ReaderI()
86 tobj = new PushbackReader(underlying); in test_close()
89 tobj = new PushbackReader(underlying); in test_close()
90 underlying.throwExceptionOnNextUse = true; in test_close()
113 tobj = new PushbackReader(underlying); in test_read()
115 underlying.throwExceptionOnNextUse = true; in test_read()
[all …]
DOldPushbackInputStreamTest.java28 Support_ASimpleInputStream underlying = new Support_ASimpleInputStream(); field in OldPushbackInputStreamTest
75 tobj = new PushbackInputStream(underlying); in test_close()
78 tobj = new PushbackInputStream(underlying); in test_close()
79 underlying.throwExceptionOnNextUse = true; in test_close()
91 tobj = new PushbackInputStream(underlying); in test_available()
93 underlying.throwExceptionOnNextUse = true; in test_available()
110 tobj = new PushbackInputStream(underlying); in test_read()
112 underlying.throwExceptionOnNextUse = true; in test_read()
128 tobj = new PushbackInputStream(underlying); in test_read$BII()
132 underlying.throwExceptionOnNextUse = true; in test_read$BII()
[all …]
/libcore/ojluni/src/test/java/time/tck/java/time/
DTCKClock_Tick.java111 Clock underlying = Clock.system(PARIS); in test_tick_ClockDuration_zeroDuration() local
112 Clock test = Clock.tick(underlying, Duration.ZERO); in test_tick_ClockDuration_zeroDuration()
113 assertSame(test, underlying); // spec says same in test_tick_ClockDuration_zeroDuration()
117 Clock underlying = Clock.system(PARIS); in test_tick_ClockDuration_1nsDuration() local
118 Clock test = Clock.tick(underlying, Duration.ofNanos(1)); in test_tick_ClockDuration_1nsDuration()
119 assertSame(test, underlying); // spec says same in test_tick_ClockDuration_1nsDuration()
DTCKClock_Offset.java95 Clock underlying = Clock.system(PARIS); in test_offset_ClockDuration_zeroDuration() local
96 Clock test = Clock.offset(underlying, Duration.ZERO); in test_offset_ClockDuration_zeroDuration()
97 assertSame(test, underlying); // spec says same in test_offset_ClockDuration_zeroDuration()
/libcore/
DNativeCode.bp111 // TODO(narayan): Prune down this list of exclusions once the underlying