Home
last modified time | relevance | path

Searched defs:create (Results 1 – 25 of 36) 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/luni/src/main/java/java/net/
DPlainServerSocketImpl.java37 protected void create(boolean isStreaming) throws IOException { in create() method in PlainServerSocketImpl
DDatagramSocketImpl.java71 protected abstract void create() throws SocketException; in create() method in DatagramSocketImpl
DSocketImpl.java133 protected abstract void create(boolean isStreaming) throws IOException; in create() method in SocketImpl
DPlainDatagramSocketImpl.java92 public void create() throws SocketException { in create() method in PlainDatagramSocketImpl
/libcore/support/src/test/java/libcore/javax/net/ssl/
DTestSSLEnginePair.java45 public static TestSSLEnginePair create(Hooks hooks) throws IOException { in create() method in TestSSLEnginePair
49 public static TestSSLEnginePair create(TestSSLContext c, Hooks hooks) throws IOException { in create() method in TestSSLEnginePair
53 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.java135 public static TestSSLContext create() { in create() method in TestSSLContext
143 public static TestSSLContext create(TestKeyStore client, TestKeyStore server) { in create() method in TestSSLContext
174 public static TestSSLContext create(KeyStore clientKeyStore, char[] clientStorePassword, in create() method in TestSSLContext
/libcore/luni/src/main/java/libcore/icu/
DTransliterator.java53 private static native long create(String id); in create() method in Transliterator
DTimeZoneNames.java60 @Override protected String[][] create(Locale locale) { in create() method in TimeZoneNames.ZoneStringsCache
DAlphabeticIndex.java161 private static native long create(String locale); in create() method in AlphabeticIndex
/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.java105 protected V create(K key) { in create() method in BasicLruCache
/libcore/xml/src/main/java/org/kxml2/io/
DKXmlSerializer.java189 public String getPrefix(String namespace, boolean create) { in getPrefix()
201 boolean create) in getPrefix()
/libcore/luni/src/test/java/libcore/java/net/
DOldSocketImplFactoryTest.java149 protected void create(boolean arg0) throws IOException { in create() method in OldSocketImplFactoryTest.MockSocketImpl
DOldDatagramSocketImplFactoryTest.java142 protected void create() throws SocketException { in create() method in OldDatagramSocketImplFactoryTest.TestDatagramSocketImpl
DOldServerSocketTest.java340 protected void create(boolean arg0) throws IOException { in create() method in OldServerSocketTest.MockSocketImpl
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DDatagramSocketImplTest.java70 protected void create() throws SocketException { in create() method in MockDatagramSocketImpl
DSocketImplTest.java105 protected void create(boolean isStreaming) throws IOException { in create() method in SocketImplTest.MockSocketImpl
/libcore/luni/src/test/java/libcore/java/sql/
DOldResultSetMetaDataTest.java237 …String create = "create table hutch (id integer not null, animal_id integer, address char(20), pri… in testGetTableName() local

12