Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/android/wds/
DDebugServer.cpp44 #define DEFAULT_PORT 9999 macro
84 if (!cs.connect(DEFAULT_PORT)) { in start()
/external/qemu/telephony/
Dsimulator.c19 #define DEFAULT_PORT 6703 macro
182 int port = DEFAULT_PORT; in main()
/external/nist-sip/java/gov/nist/javax/sip/
DSIPConstants.java42 public static final int DEFAULT_PORT = 5060; field
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
Dsocket.rb28 @port = options[ :port ] || DEFAULT_PORT
276 @port = options.fetch( :port, DEFAULT_PORT )
/external/chromium/third_party/libjingle/source/talk/examples/call/
Dcall_main.cc173 static const int DEFAULT_PORT = 5222; variable
334 port = DEFAULT_PORT; in main()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Ddebug.rb47 DEFAULT_PORT = 49100 constant
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
Dclient_for_testing.py60 DEFAULT_PORT = 80 variable
121 if ((not secure and port != DEFAULT_PORT) or
Dmux_client_for_testing.py548 if options.server_port == client_for_testing.DEFAULT_PORT: