Home
last modified time | relevance | path

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

1234

/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
/libcore/ojluni/src/main/java/java/lang/ref/
DCleaner.java178 public static Cleaner create() { in create() method in Cleaner
205 public static Cleaner create(ThreadFactory threadFactory) { in create() method in Cleaner
/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) throws IOException { in create() method in FileKey
/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/libart/src/main/java/java/lang/invoke/
DStaticFieldVarHandle.java34 static StaticFieldVarHandle create(Field staticField) { in create() method in StaticFieldVarHandle
DArrayElementVarHandle.java32 static ArrayElementVarHandle create(Class<?> arrayClass) { in create() method in ArrayElementVarHandle
DFieldVarHandle.java39 static FieldVarHandle create(Field field) { in create() method in FieldVarHandle
DByteArrayViewVarHandle.java34 static ByteArrayViewVarHandle create(Class<?> arrayClass, ByteOrder byteOrder) { in create() method in ByteArrayViewVarHandle
DByteBufferViewVarHandle.java35 static ByteBufferViewVarHandle create(Class<?> arrayClass, ByteOrder byteOrder) { in create() method in ByteBufferViewVarHandle
/libcore/ojluni/annotations/mmodule/sun/misc/
DCleaner.annotated.java41 public static sun.misc.Cleaner create(java.lang.Object ob, java.lang.Runnable thunk) { throw new Ru… in create() method in Cleaner
/libcore/luni/src/test/java/libcore/java/util/
DMapOfTest.java237 private<K, V> Map<K, V> create(Map.Entry<K, V>... entries) { in create() method in MapOfTest
264 <K, V> Map<K, V> create(Map.Entry<K, V>... e) { in create() method
286 <K, V> Map<K, V> create(Map.Entry<K, V>... entries) { in create() method
291 abstract <K,V> Map<K, V> create(Map.Entry<K,V>... entries); in create() method in MapOfTest.Creator
/libcore/ojluni/src/main/java/java/time/zone/
DIcuZoneRulesProvider.java82 protected ZoneRules create(String zoneId) { in create() method in IcuZoneRulesProvider.ZoneRulesCache
/libcore/ojluni/src/main/java/jdk/internal/ref/
DCleaner.java130 public static Cleaner create(Object ob, Runnable thunk) { in create() method in Cleaner
/libcore/ojluni/annotations/hiddenapi/sun/misc/
DCleaner.java47 public static sun.misc.Cleaner create(java.lang.Object ob, java.lang.Runnable thunk) { in create() method in Cleaner
/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
/libcore/ojluni/src/main/java/sun/misc/
DLRUCache.java42 abstract protected V create(N name); in create() method in LRUCache
DCleaner.java147 public static Cleaner create(Object ob, Runnable thunk) { in create() method in Cleaner

1234