Home
last modified time | relevance | path

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

12

/libcore/luni/src/main/java/java/net/
DPlainServerSocketImpl.java37 protected void create(boolean isStreaming) throws IOException { in create() method in PlainServerSocketImpl
DDatagramSocketImpl.java72 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.java90 public void create() throws SocketException { in create() method in PlainDatagramSocketImpl
DPlainSocketImpl.java199 protected void create(boolean streaming) throws IOException { in create() method in PlainSocketImpl
DSocket.java639 private void checkOpenAndCreate(boolean create) throws SocketException { in checkOpenAndCreate()
DURI.java723 public static URI create(String uri) { in create() method in URI
/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
DTestSSLSessions.java65 public static final TestSSLSessions create() { in create() method in TestSSLSessions
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
147 public static TestSSLContext create(TestKeyStore client, TestKeyStore server, in create() method in TestSSLContext
167 public static TestSSLContext create(KeyStore clientKeyStore, char[] clientStorePassword, in create() method in TestSSLContext
DTestSSLSocketPair.java58 public static TestSSLSocketPair create () { in create() method in TestSSLSocketPair
/libcore/luni/src/main/java/libcore/util/
DBasicLruCache.java103 protected V create(K key) { in create() method in BasicLruCache
/libcore/luni/src/main/java/java/lang/
DVMThread.java27 native static void create(Thread t, long stackSize); in create() method in VMThread
DThread.java403 private void create(ThreadGroup group, Runnable runnable, String threadName, long stackSize) { in create() method in Thread
/libcore/xml/src/main/java/org/kxml2/io/
DKXmlSerializer.java185 public String getPrefix(String namespace, boolean create) { in getPrefix()
197 boolean create) in getPrefix()
/libcore/luni/src/main/java/libcore/net/
DRawSocket.java45 private static native void create(FileDescriptor fd, short in create() method in RawSocket
/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.java347 protected void create(boolean arg0) throws IOException { in create() method in OldServerSocketTest.MockSocketImpl
DSocketTest.java164 @Override protected void create(boolean isStream) throws IOException { in test_SocketOptions_setOption() method in SocketTest.MySocketImpl
DOldDatagramSocketTest.java1070 protected void create() throws SocketException {} in test_sendLjava_net_DatagramPacket() method in OldDatagramSocketTest.testDatagramSocketImpl
2037 protected void create() throws SocketException { in create() method in OldDatagramSocketTest.TestDatagramSocketImpl
DOldSocketTest.java2422 protected void create(boolean arg0) throws IOException { in create() method in OldSocketTest.MockSocketImpl
/libcore/luni/src/main/java/libcore/icu/
DTimeZones.java65 @Override protected String[][] create(Locale locale) { in create() method in TimeZones.ZoneStringsCache
/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
/libcore/luni/src/test/java/libcore/xml/
DXsltXPathConformanceTestSuite.java184 private TestCase create(File base, Element testCaseElement) { in create() method in XsltXPathConformanceTestSuite

12