/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/ |
D | WriterTesterTest.java | 80 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
|
D | OutputStreamTesterTest.java | 84 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/ |
D | TestSSLEnginePair.java | 46 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
|
D | TestSSLSessions.java | 65 public static final TestSSLSessions create() { in create() method in TestSSLSessions
|
D | TestSSLSocketPair.java | 58 public static TestSSLSocketPair create () { in create() method in TestSSLSocketPair
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | DefaultSelectorProvider.java | 65 public static SelectorProvider create() { in create() method in DefaultSelectorProvider
|
D | DefaultAsynchronousChannelProvider.java | 62 public static AsynchronousChannelProvider create() { in create() method in DefaultAsynchronousChannelProvider
|
D | FileKey.java | 41 public static FileKey create(FileDescriptor fd) { in create() method in FileKey
|
D | FileDescriptorHolderSocketImpl.java | 57 protected void create(boolean stream) throws IOException { in create() method in FileDescriptorHolderSocketImpl
|
D | ThreadPool.java | 118 static ThreadPool create(int nThreads, ThreadFactory factory) { in create() method
|
D | ServerSocketAdaptor.java | 50 public static ServerSocket create(ServerSocketChannelImpl ssc) { in create() method in ServerSocketAdaptor
|
/libcore/ojluni/src/main/java/sun/nio/fs/ |
D | DefaultFileTypeDetector.java | 35 public static FileTypeDetector create() { in create() method in DefaultFileTypeDetector
|
D | DefaultFileSystemProvider.java | 57 public static FileSystemProvider create() { in create() method in DefaultFileSystemProvider
|
/libcore/ojluni/src/main/java/sun/net/ |
D | ApplicationProxy.java | 40 public static ApplicationProxy create(Proxy proxy) { in create() method in ApplicationProxy
|
D | SocksProxy.java | 42 public static SocksProxy create(SocketAddress addr, int version) { in create() method in SocksProxy
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | Cleaner.java | 130 public static Cleaner create(Object ob, Runnable thunk) { in create() method in Cleaner
|
D | LRUCache.java | 42 abstract protected V create(N name); in create() method in LRUCache
|
/libcore/support/src/test/java/org/apache/harmony/testframework/ |
D | WrapperTester.java | 39 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
|
D | CharWrapperTester.java | 38 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
|
D | SinkTester.java | 42 public abstract OutputStream create() throws Exception; in create() method in SinkTester
|
/libcore/luni/src/main/java/libcore/util/ |
D | BasicLruCache.java | 117 protected V create(K key) { in create() method in BasicLruCache
|
/libcore/ojluni/src/main/java/jdk/net/ |
D | SocketFlow.java | 108 public static SocketFlow create() { in create() method in SocketFlow
|
/libcore/ojluni/src/main/java/sun/net/ftp/ |
D | FtpClient.java | 107 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/ |
D | ThreadLocalCoders.java | 50 abstract Object create(Object name); in create() method in ThreadLocalCoders.Cache
|
/libcore/ojluni/src/main/java/java/nio/file/ |
D | TempFileHelper.java | 80 private static Path create(Path dir, in create() method in TempFileHelper
|