HomeSort by relevance Sort by last modified time
    Searched full:default_port (Results 1 - 25 of 36) sorted by null

1 2

  /external/apache-harmony/support/src/test/java/tests/support/
Support_Jetty.java 42 public static int DEFAULT_PORT = 0;
101 return DEFAULT_PORT;
108 DEFAULT_PORT = DEFAULT_SERVER.getConnectors()[0].getLocalPort();
109 return DEFAULT_PORT;
  /device/generic/goldfish/libqemu/
test_host_2.c 32 #define DEFAULT_PORT 8012
92 int port = DEFAULT_PORT;
test_host_1.c 33 #define DEFAULT_PORT 8012
136 "\n", DEFAULT_PORT
145 int port = DEFAULT_PORT;
  /external/deqp/framework/platform/android/
tcuAndroidExecService.hpp 40 DEFAULT_PORT = 50016,
111 ExecService (JavaVM* vm, jobject context, deSocketFamily family = (deSocketFamily)DEFAULT_SOCKETFAMILY, int port = DEFAULT_PORT);
  /external/skia/experimental/Networking/
SkSockets.h 20 #define DEFAULT_PORT 15555
154 SkTCPServer(int port = DEFAULT_PORT);
179 SkTCPClient(const char* hostname, int port = DEFAULT_PORT);
  /packages/apps/Nfc/src/com/android/nfc/snep/
SnepServer.java 40 public static final int DEFAULT_PORT = 4;
63 mServiceSap = DEFAULT_PORT;
81 mServiceSap = DEFAULT_PORT;
SnepClient.java 51 mPort = SnepServer.DEFAULT_PORT;
69 mPort = SnepServer.DEFAULT_PORT;
  /external/nist-sip/java/gov/nist/javax/sip/
SIPConstants.java 42 public static final int DEFAULT_PORT = 5060;
  /frameworks/opt/net/voip/src/java/android/net/sip/
SipProfile.java 50 private static final int DEFAULT_PORT = 5060;
60 private int mPort = DEFAULT_PORT;
292 if (mProfile.mPort != DEFAULT_PORT) {
499 if (mPort == 0) mPort = DEFAULT_PORT;
  /packages/services/Telephony/sip/res/xml/
sip_advanced_edit.xml 51 android:summary="@string/default_port"
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipEditor.java 77 Port(R.string.port, R.string.default_port, R.string.default_port),
328 pref.setText(getString(R.string.default_port));
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
socket.rb 28 @port = options[ :port ] || DEFAULT_PORT
276 @port = options.fetch( :port, DEFAULT_PORT )
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
httplib.py 686 default_port = HTTP_PORT variable in class:HTTPConnection
730 port = self.default_port
735 port = self.default_port
917 if self.port == self.default_port:
1158 default_port = HTTPS_PORT variable in class:.HTTPSConnection
    [all...]
urllib2.py 764 for default_port in True, False:
766 [self.reduce_uri(u, default_port) for u in uri])
771 for default_port in True, False:
772 reduced_authuri = self.reduce_uri(authuri, default_port)
779 def reduce_uri(self, uri, default_port=True):
794 if default_port and port is None and scheme is not None:
    [all...]
smtplib.py 232 default_port = SMTP_PORT variable in class:SMTP
307 port = self.default_port
770 default_port = SMTP_SSL_PORT variable in class:SMTP.SMTP_SSL
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
httplib.py 686 default_port = HTTP_PORT variable in class:HTTPConnection
730 port = self.default_port
735 port = self.default_port
917 if self.port == self.default_port:
1158 default_port = HTTPS_PORT variable in class:.HTTPSConnection
    [all...]
urllib2.py 764 for default_port in True, False:
766 [self.reduce_uri(u, default_port) for u in uri])
771 for default_port in True, False:
772 reduced_authuri = self.reduce_uri(authuri, default_port)
779 def reduce_uri(self, uri, default_port=True):
794 if default_port and port is None and scheme is not None:
    [all...]
smtplib.py 232 default_port = SMTP_PORT variable in class:SMTP
307 port = self.default_port
770 default_port = SMTP_SSL_PORT variable in class:SMTP.SMTP_SSL
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
main.rb 382 @port = options.fetch( :port, ANTLR3::Debug::DEFAULT_PORT )
497 @port = options.fetch( :port, ANTLR3::Debug::DEFAULT_PORT )
debug.rb 47 DEFAULT_PORT = 49100
  /frameworks/base/tests/CoreTests/android/core/
TestWebServer.java 54 final static int DEFAULT_PORT = 8080;
107 initServer(DEFAULT_PORT, DEFAULT_TIMEOUT, log);
  /packages/services/Telephony/sip/res/values/
strings.xml 126 <string translatable="false" name="default_port">5060</string>
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
org.eclipse.ecf_3.1.0.v20100529-0735.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.ecf_3.2.0.v20130604-1622.jar 

Completed in 1054 milliseconds

1 2