Home
last modified time | relevance | path

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

12

/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
DTestSSLContext.java244 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/
DDefaultSelectorProvider.java47 public static SelectorProvider create() { in create() method in DefaultSelectorProvider
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.java114 static ThreadPool create(int nThreads, ThreadFactory factory) { in create() method in ThreadPool
DServerSocketAdaptor.java50 public static ServerSocket create(ServerSocketChannelImpl ssc) { in create() method in ServerSocketAdaptor
/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/net/www/protocol/http/
DNTLMAuthenticationProxy.java58 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/
DCleaner.java129 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
DCharSinkTester.java42 public abstract Writer create() throws Exception; in create() method in CharSinkTester
/libcore/luni/src/main/java/libcore/util/
DBasicLruCache.java117 protected V create(K key) { in create() method in BasicLruCache
/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.java51 abstract Object create(Object name); in create() method in ThreadLocalCoders.Cache
/libcore/ojluni/src/main/java/java/net/
DDatagramSocketImpl.java55 protected abstract void create() throws SocketException; in create() method in DatagramSocketImpl
/libcore/ojluni/src/main/java/java/nio/charset/
DCoderResult.java199 protected abstract CoderResult create(int len); in create() method in CoderResult.Cache

12