Home
last modified time | relevance | path

Searched defs:create (Results 1 – 25 of 62) sorted by relevance

123

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DWriterTesterTest.java80 public Writer create() throws Exception { in create() method in WriterTesterTest.FileWriterCharSinkTester
96 public Writer create() throws Exception { in create() method in WriterTesterTest.CharArrayWriterCharSinkTester
112 public Writer create() throws IOException { in create() method in WriterTesterTest.PipedWriterCharSinkTester
144 public Writer create() throws Exception { in create() method in WriterTesterTest.StringWriterCharSinkTester
163 public Writer create(Writer delegate) throws Exception { in create() method in WriterTesterTest.BufferedWriterCharSinkTester
175 public Writer create(Writer delegate) throws Exception { in create() method in WriterTesterTest.FilterWriterCharSinkTester
188 public Writer create(Writer delegate) throws Exception { in create() method in WriterTesterTest.PrintWriterCharSinkTester
203 public Writer create() throws Exception { in create() method in WriterTesterTest.OutputStreamWriterCharSinkTester
DOutputStreamTesterTest.java84 public OutputStream create() throws IOException { in create() method in OutputStreamTesterTest.FileOutputStreamSinkTester
104 public OutputStream create() throws IOException { in create() method in OutputStreamTesterTest.ByteArrayOutputStreamSinkTester
119 public OutputStream create() throws IOException { in create() method in OutputStreamTesterTest.PipedOutputStreamSinkTester
148 public OutputStream create(OutputStream delegate) throws Exception { in create() method in OutputStreamTesterTest.FilterOutputStreamTester
164 public OutputStream create(OutputStream delegate) throws Exception { in create() method in OutputStreamTesterTest.BufferedOutputStreamTester
175 public OutputStream create(OutputStream delegate) throws Exception { in create() method in OutputStreamTesterTest.DataOutputStreamTester
186 public OutputStream create(OutputStream delegate) throws Exception { in create() method in OutputStreamTesterTest.ObjectOutputStreamTester
198 public OutputStream create(OutputStream delegate) throws Exception { in create() method in OutputStreamTesterTest.PrintStreamTester
/libcore/support/src/test/java/libcore/javax/net/ssl/
DTestSSLEnginePair.java46 public static TestSSLEnginePair create() throws IOException { in create() method in TestSSLEnginePair
50 public static TestSSLEnginePair create(Hooks hooks) throws IOException { in create() method in TestSSLEnginePair
54 public static TestSSLEnginePair create(TestSSLContext c, Hooks hooks) throws IOException { in create() method in TestSSLEnginePair
58 public static TestSSLEnginePair create(TestSSLContext c, Hooks hooks, boolean[] finished) in create() method in TestSSLEnginePair
DTestSSLSessions.java65 public static final TestSSLSessions create() { in create() method in TestSSLSessions
DTestSSLSocketPair.java58 public static TestSSLSocketPair create () { in create() method in TestSSLSocketPair
/libcore/ojluni/src/main/java/sun/nio/ch/
DDefaultSelectorProvider.java65 public static SelectorProvider create() { in create() method in DefaultSelectorProvider
DDefaultAsynchronousChannelProvider.java62 public static AsynchronousChannelProvider create() { in create() method in DefaultAsynchronousChannelProvider
DFileKey.java41 public static FileKey create(FileDescriptor fd) { in create() method in FileKey
DFileDescriptorHolderSocketImpl.java57 protected void create(boolean stream) throws IOException { in create() method in FileDescriptorHolderSocketImpl
DThreadPool.java118 static ThreadPool create(int nThreads, ThreadFactory factory) { in create() method
DServerSocketAdaptor.java50 public static ServerSocket create(ServerSocketChannelImpl ssc) { in create() method in ServerSocketAdaptor
/libcore/ojluni/src/main/java/sun/nio/fs/
DDefaultFileTypeDetector.java35 public static FileTypeDetector create() { in create() method in DefaultFileTypeDetector
DDefaultFileSystemProvider.java57 public static FileSystemProvider create() { in create() method in DefaultFileSystemProvider
/libcore/ojluni/src/main/java/sun/net/
DApplicationProxy.java40 public static ApplicationProxy create(Proxy proxy) { in create() method in ApplicationProxy
DSocksProxy.java42 public static SocksProxy create(SocketAddress addr, int version) { in create() method in SocksProxy
/libcore/ojluni/src/main/java/sun/misc/
DCleaner.java130 public static Cleaner create(Object ob, Runnable thunk) { in create() method in Cleaner
DLRUCache.java42 abstract protected V create(N name); in create() method in LRUCache
/libcore/support/src/test/java/org/apache/harmony/testframework/
DWrapperTester.java39 public abstract OutputStream create(OutputStream delegate) throws Exception; in create() method in WrapperTester
85 public OutputStream create() throws Exception { in create() method in WrapperTester.WrapperSinkTester
DCharWrapperTester.java38 public abstract Writer create(Writer delegate) throws Exception; in create() method in CharWrapperTester
84 public Writer create() throws Exception { in create() method in CharWrapperTester.WrapperSinkTester
DSinkTester.java42 public abstract OutputStream create() throws Exception; in create() method in SinkTester
/libcore/luni/src/main/java/libcore/util/
DBasicLruCache.java117 protected V create(K key) { in create() method in BasicLruCache
/libcore/ojluni/src/main/java/jdk/net/
DSocketFlow.java108 public static SocketFlow create() { in create() method in SocketFlow
/libcore/ojluni/src/main/java/sun/net/ftp/
DFtpClient.java107 public static FtpClient create() { in create() method in FtpClient
121 … public static FtpClient create(InetSocketAddress dest) throws FtpProtocolException, IOException { in create() method in FtpClient
139 public static FtpClient create(String dest) throws FtpProtocolException, IOException { in create() method in FtpClient
/libcore/ojluni/src/main/java/sun/nio/cs/
DThreadLocalCoders.java50 abstract Object create(Object name); in create() method in ThreadLocalCoders.Cache
/libcore/ojluni/src/main/java/java/nio/file/
DTempFileHelper.java80 private static Path create(Path dir, in create() method in TempFileHelper

123