Home
last modified time | relevance | path

Searched refs:DEFAULT_PORT (Results 1 – 25 of 26) sorted by relevance

12

/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DClientSessionContextTest.java19 import static org.conscrypt.MockSessionBuilder.DEFAULT_PORT;
39 return context.getCachedSession(s.getPeerHost(), DEFAULT_PORT, in getCachedSession()
81 "b", DEFAULT_PORT, getDefaultSSLParameters()); in testNoMixingOfSingleAndMultiUseSessions()
87 out = context.getCachedSession("b", DEFAULT_PORT, getDefaultSSLParameters()); in testNoMixingOfSingleAndMultiUseSessions()
90 out = context.getCachedSession("b", DEFAULT_PORT, getDefaultSSLParameters()); in testNoMixingOfSingleAndMultiUseSessions()
110 context.getCachedSession("host", DEFAULT_PORT, getDefaultSSLParameters())); in testCanRetrieveMultipleSingleUseSessions()
113 context.getCachedSession("host", DEFAULT_PORT, getDefaultSSLParameters())); in testCanRetrieveMultipleSingleUseSessions()
DMockSessionBuilder.java27 static final int DEFAULT_PORT = 443; field in MockSessionBuilder
33 private int port = DEFAULT_PORT;
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DClientSessionContextTest.java20 import static com.android.org.conscrypt.MockSessionBuilder.DEFAULT_PORT;
43 return context.getCachedSession(s.getPeerHost(), DEFAULT_PORT, in getCachedSession()
85 "b", DEFAULT_PORT, getDefaultSSLParameters()); in testNoMixingOfSingleAndMultiUseSessions()
91 out = context.getCachedSession("b", DEFAULT_PORT, getDefaultSSLParameters()); in testNoMixingOfSingleAndMultiUseSessions()
94 out = context.getCachedSession("b", DEFAULT_PORT, getDefaultSSLParameters()); in testNoMixingOfSingleAndMultiUseSessions()
114 context.getCachedSession("host", DEFAULT_PORT, getDefaultSSLParameters())); in testCanRetrieveMultipleSingleUseSessions()
117 context.getCachedSession("host", DEFAULT_PORT, getDefaultSSLParameters())); in testCanRetrieveMultipleSingleUseSessions()
DMockSessionBuilder.java28 static final int DEFAULT_PORT = 443; field in MockSessionBuilder
34 private int port = DEFAULT_PORT;
/external/skqp/experimental/Networking/
DSkSockets.h20 #define DEFAULT_PORT 15555 macro
154 SkTCPServer(int port = DEFAULT_PORT);
179 SkTCPClient(const char* hostname, int port = DEFAULT_PORT);
/external/skia/experimental/Networking/
DSkSockets.h20 #define DEFAULT_PORT 15555 macro
154 SkTCPServer(int port = DEFAULT_PORT);
179 SkTCPClient(const char* hostname, int port = DEFAULT_PORT);
/external/deqp/android/package/src/com/drawelements/deqp/execserver/
DExecService.java41 public static final int DEFAULT_PORT = 50016; field in ExecService
63 final int port = intent != null ? intent.getIntExtra("port", DEFAULT_PORT) : DEFAULT_PORT; in onStartCommand()
DServiceStarter.java43 final int port = getIntent().getIntExtra("port", ExecService.DEFAULT_PORT); in onStart()
/external/autotest/site_utils/
Drpc_logserver.py22 DEFAULT_PORT = 9080 variable
120 help=('Listening port number'), default=DEFAULT_PORT)
/external/nist-sip/java/gov/nist/javax/sip/
DSIPConstants.java42 public static final int DEFAULT_PORT = 5060; field
/external/autotest/frontend/afe/
Drpcserver_logging.py18 'localhost', rpc_logserver.DEFAULT_PORT)
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/
DDnsNameResolverTest.java87 private static final int DEFAULT_PORT = 887; field in DnsNameResolverTest
89 Attributes.newBuilder().set(NameResolver.Factory.PARAMS_DEFAULT_PORT, DEFAULT_PORT).build();
165 testValidUri(new URI("dns", null, "/[::1]", null), "[::1]", DEFAULT_PORT); in validIpv6()
171 "foo.googleapis.com", DEFAULT_PORT); in validDnsNameWithoutPort()
183 newResolver(null, DEFAULT_PORT); in nullDnsName()
193 newResolver("host_1", DEFAULT_PORT); in invalidDnsName_containsUnderscore()
/external/antlr/runtime/Ruby/lib/antlr3/debug/
Dsocket.rb28 @port = options[ :port ] || DEFAULT_PORT
276 @port = options.fetch( :port, DEFAULT_PORT )
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
DAgentOptions.java176 public static final int DEFAULT_PORT = 6300; field in AgentOptions
452 return getOption(PORT, DEFAULT_PORT); in getPort()
/external/jacoco/org.jacoco.cli/src/org/jacoco/cli/internal/commands/
DDump.java34 int port = AgentOptions.DEFAULT_PORT;
/external/deqp/framework/platform/android/
DtcuAndroidExecService.hpp40 DEFAULT_PORT = 50016, enumerator
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/
DDumpTask.java36 private int port = AgentOptions.DEFAULT_PORT;
/external/autotest/site_utils/deployment/
Dinstall.py350 str(servo_host.ServoHost.DEFAULT_PORT))
749 servo_port = servo_host.ServoHost.DEFAULT_PORT
766 start_port = servo_host.ServoHost.DEFAULT_PORT
/external/autotest/server/hosts/
Dservo_host.py69 DEFAULT_PORT = int(os.getenv('SERVOD_PORT', '9999')) variable in ServoHost
81 servo_port=DEFAULT_PORT, servo_board=None,
/external/antlr/runtime/Ruby/lib/antlr3/
Ddebug.rb47 DEFAULT_PORT = 49100 constant
/external/chromium-trace/catapult/third_party/pyserial/serial/tools/
Dminiterm.py20 DEFAULT_PORT = None variable
478 default = DEFAULT_PORT
/external/curl/tests/server/
Dtftpd.c161 #define DEFAULT_PORT 8999 /* UDP */ macro
673 unsigned short port = DEFAULT_PORT; in main()
Drtspd.c127 #define DEFAULT_PORT 8999 macro
1191 unsigned short port = DEFAULT_PORT; in main()
Dsockfilt.c126 #define DEFAULT_PORT 8999 macro
140 static unsigned short port = DEFAULT_PORT;
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
DAgentOptionsTest.java55 assertEquals(AgentOptions.DEFAULT_PORT, options.getPort()); in testDefaults()

12