Searched refs:localhost (Results 1 - 25 of 25) sorted by relevance

/prebuilts/tools/linux-x86_64/kythe/studio/
H A Dserve_studio_kythe.sh52 --listen localhost:8080 \
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_timeout.py104 self.localhost = '127.0.0.1'
152 test_support.bind_port(self.sock, self.localhost)
170 test_support.bind_port(self.sock, self.localhost)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_timeout.py104 self.localhost = '127.0.0.1'
152 test_support.bind_port(self.sock, self.localhost)
170 test_support.bind_port(self.sock, self.localhost)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_timeout.py104 self.localhost = '127.0.0.1'
152 test_support.bind_port(self.sock, self.localhost)
170 test_support.bind_port(self.sock, self.localhost)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_timeout.py104 self.localhost = '127.0.0.1'
152 test_support.bind_port(self.sock, self.localhost)
170 test_support.bind_port(self.sock, self.localhost)
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dsmtpd.py4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]]
33 If localhost is not given then `localhost' is used, and if localport is not
34 given then 8025 is used. If remotehost is not given then `localhost' is used,
493 localspec = 'localhost:8025'
494 remotespec = 'localhost:25'
497 remotespec = 'localhost:25'
508 options.localhost = localspec[:i]
535 proxy = class_((options.localhost, options.localport),
H A Durllib.py38 "localhost", "thishost", "ftperrors", "basejoin", "unwrap",
460 if url[:2] == '//' and url[2:3] != '/' and url[2:12].lower() != 'localhost/':
494 and socket.gethostbyname(host) in (localhost(), thishost()):
810 def localhost(): function
811 """Return the IP address of the magic hostname 'localhost'."""
814 _localhost = socket.gethostbyname('localhost')
1562 # '<local>' string by the localhost entry and the corresponding
H A Durllib2.py117 from urllib import localhost, url2pathname, getproxies, proxy_bypass namespace
1313 req.host != 'localhost'):
1319 # names for the localhost
1325 socket.gethostbyname_ex('localhost')[2] +
1328 FileHandler.names = (socket.gethostbyname('localhost'),)
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dsmtpd.py4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]]
33 If localhost is not given then `localhost' is used, and if localport is not
34 given then 8025 is used. If remotehost is not given then `localhost' is used,
493 localspec = 'localhost:8025'
494 remotespec = 'localhost:25'
497 remotespec = 'localhost:25'
508 options.localhost = localspec[:i]
535 proxy = class_((options.localhost, options.localport),
H A Durllib.py38 "localhost", "thishost", "ftperrors", "basejoin", "unwrap",
460 if url[:2] == '//' and url[2:3] != '/' and url[2:12].lower() != 'localhost/':
494 and socket.gethostbyname(host) in (localhost(), thishost()):
810 def localhost(): function
811 """Return the IP address of the magic hostname 'localhost'."""
814 _localhost = socket.gethostbyname('localhost')
1562 # '<local>' string by the localhost entry and the corresponding
H A Durllib2.py117 from urllib import localhost, url2pathname, getproxies, proxy_bypass namespace
1313 req.host != 'localhost'):
1319 # names for the localhost
1325 socket.gethostbyname_ex('localhost')[2] +
1328 FileHandler.names = (socket.gethostbyname('localhost'),)
/prebuilts/python/darwin-x86/2.7.5/bin/
H A Dsmtpd.py4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]]
33 If localhost is not given then `localhost' is used, and if localport is not
34 given then 8025 is used. If remotehost is not given then `localhost' is used,
493 localspec = 'localhost:8025'
494 remotespec = 'localhost:25'
497 remotespec = 'localhost:25'
508 options.localhost = localspec[:i]
535 proxy = class_((options.localhost, options.localport),
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dsmtpd.py4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]]
33 If localhost is not given then `localhost' is used, and if localport is not
34 given then 8025 is used. If remotehost is not given then `localhost' is used,
493 localspec = 'localhost:8025'
494 remotespec = 'localhost:25'
497 remotespec = 'localhost:25'
508 options.localhost = localspec[:i]
535 proxy = class_((options.localhost, options.localport),
H A Durllib.py38 "localhost", "thishost", "ftperrors", "basejoin", "unwrap",
460 if url[:2] == '//' and url[2:3] != '/' and url[2:12].lower() != 'localhost/':
494 and socket.gethostbyname(host) in (localhost(), thishost()):
810 def localhost(): function
811 """Return the IP address of the magic hostname 'localhost'."""
814 _localhost = socket.gethostbyname('localhost')
1562 # '<local>' string by the localhost entry and the corresponding
H A Durllib2.py117 from urllib import localhost, url2pathname, getproxies, proxy_bypass namespace
1313 req.host != 'localhost'):
1319 # names for the localhost
1325 socket.gethostbyname_ex('localhost')[2] +
1328 FileHandler.names = (socket.gethostbyname('localhost'),)
/prebuilts/python/linux-x86/2.7.5/bin/
H A Dsmtpd.py4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]]
33 If localhost is not given then `localhost' is used, and if localport is not
34 given then 8025 is used. If remotehost is not given then `localhost' is used,
493 localspec = 'localhost:8025'
494 remotespec = 'localhost:25'
497 remotespec = 'localhost:25'
508 options.localhost = localspec[:i]
535 proxy = class_((options.localhost, options.localport),
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dsmtpd.py4 Usage: %(program)s [options] [localhost:localport [remotehost:remoteport]]
33 If localhost is not given then `localhost' is used, and if localport is not
34 given then 8025 is used. If remotehost is not given then `localhost' is used,
493 localspec = 'localhost:8025'
494 remotespec = 'localhost:25'
497 remotespec = 'localhost:25'
508 options.localhost = localspec[:i]
535 proxy = class_((options.localhost, options.localport),
H A Durllib.py38 "localhost", "thishost", "ftperrors", "basejoin", "unwrap",
460 if url[:2] == '//' and url[2:3] != '/' and url[2:12].lower() != 'localhost/':
494 and socket.gethostbyname(host) in (localhost(), thishost()):
810 def localhost(): function
811 """Return the IP address of the magic hostname 'localhost'."""
814 _localhost = socket.gethostbyname('localhost')
1562 # '<local>' string by the localhost entry and the corresponding
H A Durllib2.py117 from urllib import localhost, url2pathname, getproxies, proxy_bypass namespace
1313 req.host != 'localhost'):
1319 # names for the localhost
1325 socket.gethostbyname_ex('localhost')[2] +
1328 FileHandler.names = (socket.gethostbyname('localhost'),)
/prebuilts/tools/common/m2/repository/com/squareup/okhttp/mockwebserver/2.7.4/
H A Dmockwebserver-2.7.4.jar ... Object { private static javax.net.ssl.SSLContext localhost private com.squareup.okhttp.internal.HeldCertificate ...
/prebuilts/sdk/tools/
H A Djack-admin59 SERVER_HOST=${SERVER_HOST:=localhost}
/prebuilts/misc/common/robolectric/
H A Drun_robotests.mk208 # jdb -attach localhost:5005
/prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/
H A Dselenium-api-2.42.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/thoughtworks/ com/thoughtworks/selenium/ org/ org/openqa/ org/ ...
/prebuilts/tools/common/m2/repository/io/netty/netty-transport/4.1.6.Final/
H A Dnetty-transport-4.1.6.Final.jarMETA-INF/MANIFEST.MF META-INF/ io/ io/netty/ io/netty/channel/ io/netty/channel/oio/ ...
/prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-core/1.11.18/
H A Daws-java-sdk-core-1.11.18.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/amazonaws/ com/amazonaws/annotation/ com/amazonaws/transform/ com/ ...

Completed in 682 milliseconds