Searched refs:create (Results 101 - 109 of 109) sorted by relevance

12345

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
H A DDatagramSocketTest.java426 protected void create() throws SocketException { method in class:DatagramSocketTest.TestDatagramSocketImpl
736 // now create one that is not connected and validate that we get the
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
H A DSSLEngineTest.java1182 TestSSLContext context = TestSSLContext.create();
/libcore/ojluni/src/main/java/java/nio/
H A DDirectByteBuffer.java114 cleaner = Cleaner.create(memoryRef, unmapper);
/libcore/ojluni/src/main/java/java/nio/file/
H A DFiles.java178 * // truncate and overwrite an existing file, or create the file if
185 * // append to an existing file, create file if it doesn't initially exist
188 * // always create new file, failing if it already exists
193 * the path to the file to open or create
317 * // create file with initial permissions, opening it for both reading and writing
323 * the path to the file to open or create
373 * the path to the file to open or create
516 // create a matcher and return a filter that uses it.
607 * the path to the file to create
641 * method should be used where it is required to create al
[all...]
/libcore/ojluni/src/main/java/java/util/
H A DScanner.java367 protected Pattern create(String s) {
/libcore/ojluni/src/main/java/sun/nio/ch/
H A DDatagramChannelImpl.java202 socket = DatagramSocketAdaptor.create(this);
/libcore/ojluni/src/main/java/sun/net/ftp/impl/
H A DFtpClient.java770 // Let's create the client socket
826 public static sun.net.ftp.FtpClient create() { method in class:FtpClient
1432 * to create.
1872 * listing and applies the current parser to create an Iterator of
1946 * Comment out for the moment since it's not in use and would create
/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java610 TestSSLContext testSSLContext = TestSSLContext.create(TestKeyStore.getClientCA2(),
814 cache = AndroidShimResponseCache.create(cacheDir, Integer.MAX_VALUE);
1896 // The ProxySelector requires a URI object, which forces the HttpURLConnectionImpl to create
2089 // and have it create Sockets that always time out when connect(SocketAddress, int) is
3036 TestSSLContext result = TestSSLContext.create();
H A DOldSocketTest.java64 // create the socket and then validate some basic state
80 assertTrue("Failed to create socket", s.getPort() == sport);
122 assertTrue("Failed to create socket", s.getPort() == sport);
149 assertTrue("Failed to create socket", s.getPort() == sport);
159 assertTrue("Failed to create socket", s.getPort() == sport);
175 assertTrue("Failed to create socket", s.getPort() == sport);
668 // now create a socket that is not bound and validate we get the
710 // now create one that is not connect and validate that we get the
831 // now create a socket that is not bound and then bind it
2095 protected void create(boolea method in class:OldSocketTest.MockSocketImpl
[all...]

Completed in 1392 milliseconds

12345