/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/luni/src/main/java/java/net/ |
D | PlainServerSocketImpl.java | 37 protected void create(boolean isStreaming) throws IOException { in create() method in PlainServerSocketImpl
|
D | DatagramSocketImpl.java | 71 protected abstract void create() throws SocketException; in create() method in DatagramSocketImpl
|
D | SocketImpl.java | 133 protected abstract void create(boolean isStreaming) throws IOException; in create() method in SocketImpl
|
D | PlainDatagramSocketImpl.java | 92 public void create() throws SocketException { in create() method in PlainDatagramSocketImpl
|
/libcore/support/src/test/java/libcore/javax/net/ssl/ |
D | TestSSLEnginePair.java | 45 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
|
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 | 135 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/ |
D | Transliterator.java | 53 private static native long create(String id); in create() method in Transliterator
|
D | TimeZoneNames.java | 60 @Override protected String[][] create(Locale locale) { in create() method in TimeZoneNames.ZoneStringsCache
|
D | AlphabeticIndex.java | 161 private static native long create(String locale); in create() method in AlphabeticIndex
|
/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 | 105 protected V create(K key) { in create() method in BasicLruCache
|
/libcore/xml/src/main/java/org/kxml2/io/ |
D | KXmlSerializer.java | 189 public String getPrefix(String namespace, boolean create) { in getPrefix() 201 boolean create) in getPrefix()
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | OldSocketImplFactoryTest.java | 149 protected void create(boolean arg0) throws IOException { in create() method in OldSocketImplFactoryTest.MockSocketImpl
|
D | OldDatagramSocketImplFactoryTest.java | 142 protected void create() throws SocketException { in create() method in OldDatagramSocketImplFactoryTest.TestDatagramSocketImpl
|
D | OldServerSocketTest.java | 340 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/ |
D | DatagramSocketImplTest.java | 70 protected void create() throws SocketException { in create() method in MockDatagramSocketImpl
|
D | SocketImplTest.java | 105 protected void create(boolean isStreaming) throws IOException { in create() method in SocketImplTest.MockSocketImpl
|
/libcore/luni/src/test/java/libcore/java/sql/ |
D | OldResultSetMetaDataTest.java | 237 …String create = "create table hutch (id integer not null, animal_id integer, address char(20), pri… in testGetTableName() local
|