/external/conscrypt/openjdk/src/test/java/org/conscrypt/ |
D | ClientSessionContextTest.java | 19 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()
|
D | MockSessionBuilder.java | 27 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/ |
D | ClientSessionContextTest.java | 20 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()
|
D | MockSessionBuilder.java | 28 static final int DEFAULT_PORT = 443; field in MockSessionBuilder 34 private int port = DEFAULT_PORT;
|
/external/skqp/experimental/Networking/ |
D | SkSockets.h | 20 #define DEFAULT_PORT 15555 macro 154 SkTCPServer(int port = DEFAULT_PORT); 179 SkTCPClient(const char* hostname, int port = DEFAULT_PORT);
|
/external/skia/experimental/Networking/ |
D | SkSockets.h | 20 #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/ |
D | ExecService.java | 41 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()
|
D | ServiceStarter.java | 43 final int port = getIntent().getIntExtra("port", ExecService.DEFAULT_PORT); in onStart()
|
/external/autotest/site_utils/ |
D | rpc_logserver.py | 22 DEFAULT_PORT = 9080 variable 120 help=('Listening port number'), default=DEFAULT_PORT)
|
/external/nist-sip/java/gov/nist/javax/sip/ |
D | SIPConstants.java | 42 public static final int DEFAULT_PORT = 5060; field
|
/external/autotest/frontend/afe/ |
D | rpcserver_logging.py | 18 'localhost', rpc_logserver.DEFAULT_PORT)
|
/external/grpc-grpc-java/core/src/test/java/io/grpc/internal/ |
D | DnsNameResolverTest.java | 87 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/ |
D | socket.rb | 28 @port = options[ :port ] || DEFAULT_PORT 276 @port = options.fetch( :port, DEFAULT_PORT )
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/ |
D | AgentOptions.java | 176 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/ |
D | Dump.java | 34 int port = AgentOptions.DEFAULT_PORT;
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidExecService.hpp | 40 DEFAULT_PORT = 50016, enumerator
|
/external/jacoco/org.jacoco.ant/src/org/jacoco/ant/ |
D | DumpTask.java | 36 private int port = AgentOptions.DEFAULT_PORT;
|
/external/autotest/site_utils/deployment/ |
D | 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
|
/external/autotest/server/hosts/ |
D | servo_host.py | 69 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/ |
D | debug.rb | 47 DEFAULT_PORT = 49100 constant
|
/external/chromium-trace/catapult/third_party/pyserial/serial/tools/ |
D | miniterm.py | 20 DEFAULT_PORT = None variable 478 default = DEFAULT_PORT
|
/external/curl/tests/server/ |
D | tftpd.c | 161 #define DEFAULT_PORT 8999 /* UDP */ macro 673 unsigned short port = DEFAULT_PORT; in main()
|
D | rtspd.c | 127 #define DEFAULT_PORT 8999 macro 1191 unsigned short port = DEFAULT_PORT; in main()
|
D | sockfilt.c | 126 #define DEFAULT_PORT 8999 macro 140 static unsigned short port = DEFAULT_PORT;
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/ |
D | AgentOptionsTest.java | 55 assertEquals(AgentOptions.DEFAULT_PORT, options.getPort()); in testDefaults()
|