Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/test/fixedbugs/
Dissue19201.go20 c consumer = noopConsumer{}
31 type noopConsumer struct{} struct
33 func (noopConsumer) consume(msg) {} argument
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/function/
H A DIOConsumerTest.java150 … final IOConsumer<IOException> noopConsumer = IOConsumer.noop(); // noop consumer doesn't throw in testNoop() local
151 assertDoesNotThrow(() -> IOUtils.close(nullCloseable, noopConsumer)); in testNoop()
152 assertDoesNotThrow(() -> IOUtils.close(new StringReader("s"), noopConsumer)); in testNoop()
153 …sertDoesNotThrow(() -> IOUtils.close(new ThrowOnCloseReader(new StringReader("s")), noopConsumer)); in testNoop()
/aosp_15_r20/libcore/ojluni/src/test/java/util/concurrent/tck/
H A DCompletableFutureTest.java4212 final Consumer<Item> noopConsumer = new NoopConsumer(m);
4219 funs.add(y -> m.thenAccept(y, noopConsumer));
4223 funs.add(y -> m.acceptEither(y, incomplete, noopConsumer));
/aosp_15_r20/prebuilts/module_sdk/art/1/test-exports/java/
Dcore-ojtests-public.jarMETA-INF/ META-INF/MANIFEST.MF TestDoubleSumAverage.class TestDoubleSumAverage.java package TestDoubleSumAverage ...
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/
Dcore-ojtests-public.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...