Searched refs:Noop (Results 1 - 3 of 3) sorted by relevance

/openjdk10/corba/src/java.corba/share/classes/com/sun/tools/corba/se/idl/
H A DCompile.java318 if (entry.generator () instanceof Noop)
326 if (entry.generator () instanceof Noop)
511 static Noop noop = new Noop ();
H A DNoop.java45 public class Noop implements class in inherits:AttributeGen,ConstGen,EnumGen,ExceptionGen,ForwardGen,ForwardValueGen,IncludeGen,InterfaceGen,ValueGen,ValueBoxGen,MethodGen,ModuleGen,NativeGen,ParameterGen,PragmaGen,PrimitiveGen,SequenceGen,StringGen,StructGen,TypedefGen,UnionGen,GenFactory
241 } // class Noop
/openjdk10/jdk/test/java/util/concurrent/tck/
H A DCompletableFutureTest.java342 final CompletableFuture<Void> g = m.thenRun(f, new Noop(m));
345 final CompletableFuture<Void> h = m.thenRun(f, new Noop(m));
475 static class Noop extends CheckedAction implements Runnable { class in class:CompletableFutureTest
476 Noop(ExecutionMode m) { super(m); } method in class:CompletableFutureTest.Noop
1245 final Noop r = new Noop(m);
1338 final Noop[] rs = new Noop[6];
1339 for (int i = 0; i < rs.length; i++) rs[i] = new Noop(m);
1359 for (Noop
[all...]

Completed in 208 milliseconds