/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
|
D | TestSSLContext.java | 244 public static TestSSLContext create() { in create() method in TestSSLContext 252 public static TestSSLContext create(TestKeyStore client, TestKeyStore server) { in create() method in TestSSLContext 283 public static TestSSLContext create(KeyStore clientKeyStore, char[] clientStorePassword, in create() method in TestSSLContext
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | DefaultSelectorProvider.java | 47 public static SelectorProvider create() { in create() method in DefaultSelectorProvider
|
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 | 114 static ThreadPool create(int nThreads, ThreadFactory factory) { in create() method in ThreadPool
|
D | ServerSocketAdaptor.java | 50 public static ServerSocket create(ServerSocketChannelImpl ssc) { in create() method in ServerSocketAdaptor
|
/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/net/www/protocol/http/ |
D | NTLMAuthenticationProxy.java | 58 AuthenticationInfo create(boolean isProxy, in create() method in NTLMAuthenticationProxy 70 AuthenticationInfo create(boolean isProxy, in create() method in NTLMAuthenticationProxy
|
/libcore/ojluni/src/main/java/sun/misc/ |
D | Cleaner.java | 129 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
|
D | CharSinkTester.java | 42 public abstract Writer create() throws Exception; in create() method in CharSinkTester
|
/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/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 | 51 abstract Object create(Object name); in create() method in ThreadLocalCoders.Cache
|
/libcore/ojluni/src/main/java/java/net/ |
D | DatagramSocketImpl.java | 55 protected abstract void create() throws SocketException; in create() method in DatagramSocketImpl
|
/libcore/ojluni/src/main/java/java/nio/charset/ |
D | CoderResult.java | 199 protected abstract CoderResult create(int len); in create() method in CoderResult.Cache
|