Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/execserver/
DExecService.java45 public static final int DEFAULT_PORT = 50016; field in ExecService
67 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()
/third_party/libuv/docs/code/tcp-echo-server/
Dmain.c6 #define DEFAULT_PORT 7000 macro
78 uv_ip4_addr("0.0.0.0", DEFAULT_PORT, &addr); in main()
/third_party/pulseaudio/src/modules/rtp/
Dmodule-rtp-send.c73 #define DEFAULT_PORT 46000 macro
214 uint32_t port = DEFAULT_PORT, mtu; in pa__init()
303 port = DEFAULT_PORT + ((uint32_t) (rand() % 512) << 1); in pa__init()
/third_party/vk-gl-cts/framework/platform/android/
DtcuAndroidExecService.hpp40 DEFAULT_PORT = 50016, enumerator
/third_party/alsa-utils/seq/aseqnet/
Daseqnet.c52 #define DEFAULT_PORT "40002" macro
102 char *port = DEFAULT_PORT; in main()
/third_party/curl/tests/server/
Dmqttd.c80 #define DEFAULT_PORT 1883 /* MQTT default port */ macro
126 static unsigned short port = DEFAULT_PORT;
Dsocksd.c98 #define DEFAULT_PORT 8905 macro
147 static unsigned short port = DEFAULT_PORT;
Dtftpd.c160 #define DEFAULT_PORT 8999 /* UDP */ macro
556 unsigned short port = DEFAULT_PORT; in main()
Drtspd.c127 #define DEFAULT_PORT 8999 macro
1062 unsigned short port = DEFAULT_PORT; in main()
Dsockfilt.c127 #define DEFAULT_PORT 8999 macro
145 static unsigned short port = DEFAULT_PORT;
Dsws.c141 #define DEFAULT_PORT 8999 macro
1955 unsigned short port = DEFAULT_PORT; in main()