HomeSort by relevance Sort by last modified time
    Searched refs:DEFAULT_PORT (Results 1 - 25 of 38) sorted by null

1 2

  /external/conscrypt/openjdk/src/test/java/org/conscrypt/
ClientSessionContextTest.java 19 import static org.conscrypt.MockSessionBuilder.DEFAULT_PORT;
39 return context.getCachedSession(s.getPeerHost(), DEFAULT_PORT,
81 "b", DEFAULT_PORT, getDefaultSSLParameters());
87 out = context.getCachedSession("b", DEFAULT_PORT, getDefaultSSLParameters());
90 out = context.getCachedSession("b", DEFAULT_PORT, getDefaultSSLParameters());
110 context.getCachedSession("host", DEFAULT_PORT, getDefaultSSLParameters()));
113 context.getCachedSession("host", DEFAULT_PORT, getDefaultSSLParameters()));
MockSessionBuilder.java 27 static final int DEFAULT_PORT = 443;
33 private int port = DEFAULT_PORT;
  /external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
ClientSessionContextTest.java 20 import static com.android.org.conscrypt.MockSessionBuilder.DEFAULT_PORT;
43 return context.getCachedSession(s.getPeerHost(), DEFAULT_PORT,
85 "b", DEFAULT_PORT, getDefaultSSLParameters());
91 out = context.getCachedSession("b", DEFAULT_PORT, getDefaultSSLParameters());
94 out = context.getCachedSession("b", DEFAULT_PORT, getDefaultSSLParameters());
114 context.getCachedSession("host", DEFAULT_PORT, getDefaultSSLParameters()));
117 context.getCachedSession("host", DEFAULT_PORT, getDefaultSSLParameters()));
MockSessionBuilder.java 28 static final int DEFAULT_PORT = 443;
34 private int port = DEFAULT_PORT;
  /external/nist-sip/java/gov/nist/javax/sip/
SIPConstants.java 42 public static final int DEFAULT_PORT = 5060;
  /external/skia/experimental/Networking/
SkSockets.h 20 #define DEFAULT_PORT 15555
154 SkTCPServer(int port = DEFAULT_PORT);
179 SkTCPClient(const char* hostname, int port = DEFAULT_PORT);
  /external/skqp/experimental/Networking/
SkSockets.h 20 #define DEFAULT_PORT 15555
154 SkTCPServer(int port = DEFAULT_PORT);
179 SkTCPClient(const char* hostname, int port = DEFAULT_PORT);
  /external/deqp/android/package/src/com/drawelements/deqp/execserver/
ExecService.java 41 public static final int DEFAULT_PORT = 50016;
63 final int port = intent != null ? intent.getIntExtra("port", DEFAULT_PORT) : DEFAULT_PORT;
ServiceStarter.java 43 final int port = getIntent().getIntExtra("port", ExecService.DEFAULT_PORT);
  /external/autotest/frontend/afe/
rpcserver_logging.py 18 'localhost', rpc_logserver.DEFAULT_PORT)
  /device/generic/goldfish/libqemu/
test_host_2.c 32 #define DEFAULT_PORT 8012
92 int port = DEFAULT_PORT;
test_host_1.c 33 #define DEFAULT_PORT 8012
136 "\n", DEFAULT_PORT
145 int port = DEFAULT_PORT;
  /external/autotest/site_utils/
rpc_logserver.py 22 DEFAULT_PORT = 9080
120 help=('Listening port number'), default=DEFAULT_PORT)
  /external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/commands/
Dump.java 34 int port = AgentOptions.DEFAULT_PORT;
  /external/deqp/framework/platform/android/
tcuAndroidExecService.hpp 40 DEFAULT_PORT = 50016,
  /external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
DumpTask.java 36 private int port = AgentOptions.DEFAULT_PORT;
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
AgentOptions.java 169 * specified. Default is defined by {@link #DEFAULT_PORT}.
176 public static final int DEFAULT_PORT = 6300;
452 return getOption(PORT, DEFAULT_PORT);
  /external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DnsNameResolverTest.java 87 private static final int DEFAULT_PORT = 887;
89 Attributes.newBuilder().set(NameResolver.Factory.PARAMS_DEFAULT_PORT, DEFAULT_PORT).build();
165 testValidUri(new URI("dns", null, "/[::1]", null), "[::1]", DEFAULT_PORT);
171 "foo.googleapis.com", DEFAULT_PORT);
183 newResolver(null, DEFAULT_PORT);
193 newResolver("host_1", DEFAULT_PORT);
  /external/antlr/runtime/Ruby/lib/antlr3/debug/
socket.rb 28 @port = options[ :port ] || DEFAULT_PORT
276 @port = options.fetch( :port, DEFAULT_PORT )
  /external/antlr/runtime/Ruby/lib/antlr3/
main.rb 382 @port = options.fetch( :port, ANTLR3::Debug::DEFAULT_PORT )
497 @port = options.fetch( :port, ANTLR3::Debug::DEFAULT_PORT )
  /external/autotest/server/hosts/
servo_host.py 69 DEFAULT_PORT = int(os.getenv('SERVOD_PORT', '9999'))
81 servo_port=DEFAULT_PORT, servo_board=None,
  /external/autotest/site_utils/deployment/
install.py 350 str(servo_host.ServoHost.DEFAULT_PORT))
749 servo_port = servo_host.ServoHost.DEFAULT_PORT
766 start_port = servo_host.ServoHost.DEFAULT_PORT
    [all...]
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
AgentOptionsTest.java 55 assertEquals(AgentOptions.DEFAULT_PORT, options.getPort());
  /external/chromium-trace/catapult/third_party/pyserial/serial/tools/
miniterm.py 20 DEFAULT_PORT = None
478 default = DEFAULT_PORT
  /external/curl/tests/server/
rtspd.c 127 #define DEFAULT_PORT 8999
    [all...]

Completed in 710 milliseconds

1 2