Searched defs:create (Results 126 - 150 of 496) sorted by relevance

1234567891011>>

/openjdk10/jdk/src/java.base/share/classes/java/lang/ref/
H A DCleaner.java173 public static Cleaner create() { method in class:Cleaner
200 public static Cleaner create(ThreadFactory threadFactory) { method in class:Cleaner
/openjdk10/jdk/src/demo/share/applets/CardTest/
H A DCardTest.java64 Panel create(LayoutManager layout) { method in class:CardPanel
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/ref/
H A DCleaner.java130 public static Cleaner create(Object ob, Runnable thunk) { method in class:Cleaner
/openjdk10/jdk/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/
H A DResourcePoolEntryFactory.java34 public static ResourcePoolEntry create(String path, method in class:ResourcePoolEntryFactory
39 public static ResourcePoolEntry create(String path, method in class:ResourcePoolEntryFactory
44 public static ResourcePoolEntry create(ResourcePoolEntry original, byte[] content) { method in class:ResourcePoolEntryFactory
49 public static ResourcePoolEntry create(ResourcePoolEntry original, Path file) { method in class:ResourcePoolEntryFactory
/openjdk10/jdk/src/jdk.jconsole/share/classes/sun/tools/jconsole/
H A DOutputViewer.java89 public static PrintStream create(String name) { method in class:OutputViewer.PipeListener
/openjdk10/jdk/src/java.desktop/windows/classes/sun/awt/windows/
H A DWLabelPeer.java63 native void create(WComponentPeer parent); method in class:WLabelPeer
H A DWTextFieldPeer.java88 native void create(WComponentPeer parent); method in class:WTextFieldPeer
/openjdk10/jdk/test/java/beans/Introspector/
H A DTest4634390.java83 private static PropertyDescriptor create(PropertyDescriptor pd) { method in class:Test4634390
/openjdk10/jdk/test/java/lang/System/finalization/
H A DFinThreads.java47 public static void create(final boolean catchFinalizer) method in class:FinThreads.Foo
/openjdk10/jdk/test/java/beans/XMLEncoder/
H A DTest5023559.java61 public Parent create() { method in class:Test5023559.GrandParent
77 public Child create() { method in class:Test5023559.Parent
H A DTest5023552.java57 public Container create(Component component) { method in class:Test5023552.Component
/openjdk10/jdk/test/java/rmi/reliability/benchmark/bench/rmi/
H A DBenchServerImpl.java55 public Remote create(BenchServer.RemoteObjectFactory factory) method in class:BenchServerImpl
H A DBenchServer.java44 Remote create() throws RemoteException; method in interface:BenchServer.RemoteObjectFactory
58 Remote create(RemoteObjectFactory factory) throws RemoteException; method in interface:BenchServer
H A DObjArrayCalls.java77 public Remote create() throws RemoteException { method in class:ObjArrayCalls.ServerFactory
H A DSmallObjTreeCalls.java68 public Remote create() throws RemoteException { method in class:SmallObjTreeCalls.ServerFactory
H A DRemoteObjArrayCalls.java60 public Remote create() throws RemoteException { method in class:RemoteObjArrayCalls.ServerFactory
H A DShortCalls.java54 public Remote create() throws RemoteException { method in class:ShortCalls.ServerFactory
H A DFloatCalls.java54 public Remote create() throws RemoteException { method in class:FloatCalls.ServerFactory
H A DLongCalls.java54 public Remote create() throws RemoteException { method in class:LongCalls.ServerFactory
H A DIntCalls.java54 public Remote create() throws RemoteException { method in class:IntCalls.ServerFactory
H A DExceptionCalls.java57 public Remote create() throws RemoteException { method in class:ExceptionCalls.ServerFactory
H A DDoubleCalls.java54 public Remote create() throws RemoteException { method in class:DoubleCalls.ServerFactory
H A DBooleanCalls.java54 public Remote create() throws RemoteException { method in class:BooleanCalls.ServerFactory
H A DByteCalls.java54 public Remote create() throws RemoteException { method in class:ByteCalls.ServerFactory
/openjdk10/jdk/test/java/nio/file/WatchService/
H A DLotsOfEvents.java217 void create() throws IOException { method in class:LotsOfEvents.DirectoryEntry

Completed in 186 milliseconds

1234567891011>>