Home
last modified time | relevance | path

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

/libcore/ojluni/annotations/mmodule/java/util/concurrent/
DCompletableFuture.annotated.java156 public void obtrudeValue(T value) { throw new RuntimeException("Stub!"); } in obtrudeValue() method in CompletableFuture
/libcore/jsr166-tests/src/test/java/jsr166/
DCompletableFutureTest.java270 f.obtrudeValue(three);
272 f.obtrudeValue(two);
275 f.obtrudeValue(three);
277 f.obtrudeValue(null);
281 f.obtrudeValue(four);
309 f.obtrudeValue(v1);
/libcore/ojluni/src/test/java/util/concurrent/tck/
DCompletableFutureTest.java294 f.obtrudeValue(itemThree);
296 f.obtrudeValue(itemTwo);
299 f.obtrudeValue(itemThree);
301 f.obtrudeValue(null);
305 f.obtrudeValue(itemFour);
333 f.obtrudeValue(v1);
/libcore/ojluni/src/main/java/java/util/concurrent/
DCompletableFuture.java2510 public void obtrudeValue(T value) { in obtrudeValue() method in CompletableFuture
2909 @Override public void obtrudeValue(T value) { in obtrudeValue() method in CompletableFuture.MinimalStage
/libcore/api/
Dcurrent.txt15431 method public void obtrudeValue(T);