Searched refs:net (Results 1 - 25 of 1714) sorted by path

1234567891011>>

/external/android-clat/
H A Dclatd.c40 #include <net/if.h>
H A Dgetaddr.c21 #include <net/if.h>
H A Dmtu.c24 #include <net/if.h>
H A Dnetlink_callbacks.c19 #include <net/if.h>
H A Dsetif.c20 #include <net/if.h>
/external/android-mock/src/com/google/android/testing/mocking/
H A DProcessorLogger.java25 import java.net.URL;
26 import java.net.URLClassLoader;
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
H A DMockContext.java29 import android.net.Uri;
/external/antlr/antlr-3.4/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
H A DGUnitExecuteMojo.java13 import java.net.URL;
14 import java.net.MalformedURLException;
15 import java.net.URLClassLoader;
233 * @throws MojoExecutionException Problem resolving artifacts to {@link java.net.URL urls}.
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/
H A DImageFactory.java5 import java.net.URL;
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DDebugEventSocketProxy.java36 import java.net.ServerSocket;
37 import java.net.Socket;
H A DRemoteDebugEventSocketListener.java37 import java.net.ConnectException;
38 import java.net.Socket;
/external/antlr/antlr-3.4/runtime/JavaScript/build/
H A DREADME10 * ant-contrib: Download ant-contrib here: http://downloads.sourceforge.net/ant-contrib/ant-contrib-1.0b3-bin.zip?modtime=1162486738&big_mirror=0
22 * jsunit: Download here: https://sourceforge.net/project/showfiles.php?group_id=28041&package_id=19823&release_id=404277
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
H A DEmpiricalDistribution.java22 import java.net.URL;
H A DEmpiricalDistributionImpl.java26 import java.net.URL;
H A DValueServer.java22 import java.net.MalformedURLException;
23 import java.net.URL;
/external/apache-harmony/
H A DAndroid.mk19 # x-net
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DSocketTransportWrapper.java29 import java.net.InetAddress;
30 import java.net.ServerSocket;
31 import java.net.Socket;
32 import java.net.SocketTimeoutException;
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
H A DClassUnloadDebuggee.java30 import java.net.URL;
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/
H A DJPDADebuggeeSynchronizer.java32 import java.net.InetAddress;
33 import java.net.InetSocketAddress;
34 import java.net.Socket;
35 import java.net.ServerSocket;
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
H A DSocketHandlerTest.java25 import java.net.ServerSocket;
26 import java.net.Socket;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/file/
H A DFileURLConnectionTest.java17 package org.apache.harmony.luni.tests.internal.net.www.protocol.file;
20 import java.net.URL;
21 import java.net.URLConnection;
25 import libcore.net.url.FileURLConnection;
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/http/
H A DHttpURLConnectionTest.java17 package org.apache.harmony.luni.tests.internal.net.www.protocol.http;
21 import java.net.Authenticator;
22 import java.net.ConnectException;
23 import java.net.HttpURLConnection;
24 import java.net.InetSocketAddress;
25 import java.net.MalformedURLException;
26 import java.net.PasswordAuthentication;
27 import java.net.Proxy;
28 import java.net.ProxySelector;
29 import java.net
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/net/www/protocol/https/
H A DHttpsURLConnectionTest.java18 package org.apache.harmony.luni.tests.internal.net.www.protocol.https;
27 import java.net.Authenticator;
28 import java.net.HttpURLConnection;
29 import java.net.InetSocketAddress;
30 import java.net.PasswordAuthentication;
31 import java.net.Proxy;
32 import java.net.ServerSocket;
33 import java.net.Socket;
34 import java.net.SocketTimeoutException;
35 import java.net
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DContentHandlerTest.java18 package org.apache.harmony.luni.tests.java.net;
21 import java.net.ContentHandler;
22 import java.net.URL;
23 import java.net.URLConnection;
30 * @tests java.net.ContentHandler#getContent(java.net.URLConnection,
H A DExcludedProxyTest.java18 package org.apache.harmony.luni.tests.java.net;
23 import java.net.Socket;
24 import java.net.InetSocketAddress;
25 import java.net.Proxy;
26 import java.net.SocketAddress;
27 import java.net.URL;
28 import java.net.URLConnection;
43 * @tests java.net.HttpURLConnection#usingProxy()
70 java.net.HttpURLConnection conn2 = (java.net
[all...]

Completed in 703 milliseconds

1234567891011>>