Searched defs:runner (Results 1 - 7 of 7) sorted by relevance

/openjdk9/hotspot/test/runtime/SelectionResolution/classes/selectionresolution/
H A DSelectionResolutionTest.java58 public void runCases(Consumer<SelectionResolutionTestCase> runner); argument
78 public void runCases(final Consumer<SelectionResolutionTestCase> runner) { argument
/openjdk9/jdk/test/java/rmi/testlibrary/
H A DRegistryVM.java44 private RegistryVM(String runner, OutputStream out, OutputStream err, argument
105 public static RegistryVM createRegistryVMWithRunner(String runner, String options) { argument
122 createRegistryVMWithRunner(String runner, OutputStream out, OutputStream err, String options, int port) argument
[all...]
/openjdk9/jdk/src/demo/share/applets/NervousText/
H A DNervousText.java62 Thread runner = null; // The thread that is displaying the text field in class:NervousText
/openjdk9/jdk/test/java/util/concurrent/Phaser/
H A DTieredArriveLoops.java54 Runnable runner(final Phaser p) { method in class:TieredArriveLoops
/openjdk9/hotspot/test/compiler/codecache/cli/common/
H A DCodeCacheCLITestCase.java53 private final Runner runner; field in class:CodeCacheCLITestCase
55 public CodeCacheCLITestCase(Description description, Runner runner) { argument
/openjdk9/jdk/src/java.base/share/classes/java/util/concurrent/
H A DFutureTask.java106 private volatile Thread runner; field in class:FutureTask
[all...]
/openjdk9/jdk/src/demo/share/applets/DitherTest/
H A DDitherTest.java77 private Thread runner; field in class:DitherTest

Completed in 194 milliseconds