Home
last modified time | relevance | path

Searched defs:startServer (Results 1 – 12 of 12) sorted by relevance

/external/autotest/client/site_tests/network_FirewallHolePunch/src/tcpserver/
Dmain.js72 function startServer(addr, port) { function
98 tcpUI.startServer = function(addr, port) { function
/external/deqp/android/package/src/com/drawelements/deqp/execserver/
DExecService.java109 private native void startServer (int port); in startServer() method in ExecService
/external/opencensus-java/exporters/trace/ocagent/src/test/java/io/opencensus/exporter/trace/ocagent/
DFakeOcAgentTraceServiceGrpcImpl.java133 static void startServer(String endPoint) throws IOException { in startServer() method in FakeOcAgentTraceServiceGrpcImpl
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/share/
DJPDADebuggeeSynchronizer.java215 public synchronized void startServer() { in startServer() method in JPDADebuggeeSynchronizer
/external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
DBenchmark.java159 private MockWebServer startServer() throws IOException { in startServer() method in Benchmark
/external/grpc-grpc/examples/android/helloworld/app/src/main/java/io/grpc/helloworldexample/cpp/
DHelloworldActivity.java166 public native void startServer(int port); in startServer() method in HelloworldActivity
/external/grpc-grpc-java/interop-testing/src/test/java/io/grpc/testing/integration/
DNettyFlowControlTest.java177 private void startServer(int serverFlowControlWindow) { in startServer() method in NettyFlowControlTest
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/webcam/
DWebCamFacade.java215 private InetSocketAddress startServer(Integer port) { in startServer() method in WebCamFacade
/external/grpc-grpc-java/netty/src/test/java/io/grpc/netty/
DNettyClientTransportTest.java601 private void startServer() throws IOException { in startServer() method in NettyClientTransportTest
605 private void startServer(int maxStreamsPerConnection, int maxHeaderListSize) throws IOException { in startServer() method in NettyClientTransportTest
/external/apache-harmony/support/src/test/java/tests/support/
DSupport_HttpServer.java96 public void startServer(final int port) { in startServer() method in Support_HttpServer
/external/deqp/execserver/tools/
DxsTest.cpp173 bool startServer; member in xs::TestContext
/external/grpc-grpc-java/interop-testing/src/main/java/io/grpc/testing/integration/
DAbstractInteropTest.java204 private void startServer() { in startServer() method in AbstractInteropTest