/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/execserver/ |
D | ExecService.java | 45 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()
|
D | ServiceStarter.java | 43 final int port = getIntent().getIntExtra("port", ExecService.DEFAULT_PORT); in onStart()
|
/third_party/libuv/docs/code/tcp-echo-server/ |
D | main.c | 6 #define DEFAULT_PORT 7000 macro 78 uv_ip4_addr("0.0.0.0", DEFAULT_PORT, &addr); in main()
|
/third_party/gstreamer/gstreamer/libs/gst/net/ |
D | gstnettimeprovider.c | 49 #define DEFAULT_PORT 5637 macro 119 DEFAULT_PORT, in gst_net_time_provider_class_init() 145 self->priv->port = DEFAULT_PORT; in gst_net_time_provider_init()
|
D | gstnetclientclock.c | 102 #define DEFAULT_PORT 5637 macro 204 DEFAULT_PORT, in gst_net_client_internal_clock_class_init() 217 self->port = DEFAULT_PORT; in gst_net_client_internal_clock_init() 1041 DEFAULT_PORT, in gst_net_client_clock_class_init() 1105 priv->port = DEFAULT_PORT; in gst_net_client_clock_init()
|
/third_party/gstreamer/gstplugins_good/ext/raw1394/ |
D | gsthdv1394src.c | 78 #define DEFAULT_PORT -1 macro 144 -1, 16, DEFAULT_PORT, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_hdv1394src_class_init() 192 dv1394src->port = DEFAULT_PORT; in gst_hdv1394src_init() 826 gst_hdv1394src->port = DEFAULT_PORT; in gst_hdv1394src_uri_set_uri()
|
D | gstdv1394src.c | 95 #define DEFAULT_PORT -1 macro 180 -1, 16, DEFAULT_PORT, G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS)); in gst_dv1394src_class_init() 245 dv1394src->port = DEFAULT_PORT; in gst_dv1394src_init() 1096 gst_dv1394src->port = DEFAULT_PORT; in gst_dv1394src_uri_set_uri()
|
/third_party/pulseaudio/src/modules/rtp/ |
D | module-rtp-send.c | 73 #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/ |
D | tcuAndroidExecService.hpp | 40 DEFAULT_PORT = 50016, enumerator
|
/third_party/alsa-utils/seq/aseqnet/ |
D | aseqnet.c | 52 #define DEFAULT_PORT "40002" macro 102 char *port = DEFAULT_PORT; in main()
|
/third_party/gstreamer/gstplugins_good/ext/shout2/ |
D | gstshout2.c | 80 #define DEFAULT_PORT 8000 macro 188 g_param_spec_int ("port", "port", "port", 1, G_MAXUSHORT, DEFAULT_PORT, in gst_shout2send_class_init() 280 shout2send->port = DEFAULT_PORT; in gst_shout2send_init()
|
/third_party/curl/tests/server/ |
D | mqttd.c | 80 #define DEFAULT_PORT 1883 /* MQTT default port */ macro 127 static unsigned short port = DEFAULT_PORT;
|
D | socksd.c | 98 #define DEFAULT_PORT 8905 macro 147 static unsigned short port = DEFAULT_PORT;
|
D | tftpd.c | 160 #define DEFAULT_PORT 8999 /* UDP */ macro 556 unsigned short port = DEFAULT_PORT; in main()
|
D | rtspd.c | 127 #define DEFAULT_PORT 8999 macro 1062 unsigned short port = DEFAULT_PORT; in main()
|
D | sockfilt.c | 127 #define DEFAULT_PORT 8999 macro 145 static unsigned short port = DEFAULT_PORT;
|
D | sws.c | 141 #define DEFAULT_PORT 8999 macro 1955 unsigned short port = DEFAULT_PORT; in main()
|