/external/skia/infra/bots/flavor/ |
D | ssh_devices.py | 13 DEFAULT_PORT = '22' variable 22 SlaveInfo('root', '192.168.1.123', DEFAULT_PORT), 24 SlaveInfo('root', '192.168.1.134', 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/autotest/client/tests/kvm/deps/ |
D | finish.cpp | 23 int DEFAULT_PORT = 12323; variable 111 ListenSocket = PrepareListenSocket(DEFAULT_PORT); in main()
|
/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/tlsdate/src/ |
D | tlsdate.c | 119 port = DEFAULT_PORT; in main()
|
D | tlsdate.h | 28 #define DEFAULT_PORT "443" macro
|
D | tlsdated.c | 494 add_source_to_conf (&state.opts, DEFAULT_HOST, DEFAULT_PORT, DEFAULT_PROXY); in main()
|
/external/antlr/antlr-3.4/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 | 164 public static final int DEFAULT_PORT = 6300; field in AgentOptions 418 return getOption(PORT, DEFAULT_PORT); in getPort()
|
/external/chromium-trace/catapult/catapult_build/ |
D | run_dev_server_tests.py | 47 DEFAULT_PORT = '8111' variable 212 port = 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/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | debug.rb | 47 DEFAULT_PORT = 49100 constant
|
/external/chromium-trace/catapult/telemetry/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 664 unsigned short port = DEFAULT_PORT; in main()
|
D | sockfilt.c | 120 #define DEFAULT_PORT 8999 macro 134 static unsigned short port = DEFAULT_PORT;
|
D | rtspd.c | 124 #define DEFAULT_PORT 8999 macro 1175 unsigned short port = DEFAULT_PORT; in main()
|
D | sws.c | 135 #define DEFAULT_PORT 8999 macro 1944 unsigned short port = DEFAULT_PORT; in main()
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/ |
D | AgentOptionsTest.java | 51 assertEquals(AgentOptions.DEFAULT_PORT, options.getPort()); in testDefaults()
|