HomeSort by relevance Sort by last modified time
    Searched refs:localhost (Results 126 - 150 of 176) sorted by null

1 2 3 4 56 7 8

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
smtplib.py 17 >>> s=smtplib.SMTP("localhost")
287 def connect(self, host='localhost', port=0):
693 >>> s=smtplib.SMTP("localhost")
813 def connect(self, host='localhost', port=0):
836 # Note: This always sends to localhost.
855 server = SMTP('localhost')
urllib.py 38 "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')
    [all...]
urllib2.py 117 from urllib import localhost, url2pathname, getproxies, proxy_bypass
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
smtplib.py 17 >>> s=smtplib.SMTP("localhost")
287 def connect(self, host='localhost', port=0):
693 >>> s=smtplib.SMTP("localhost")
813 def connect(self, host='localhost', port=0):
836 # Note: This always sends to localhost.
855 server = SMTP('localhost')
urllib.py 38 "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')
    [all...]
urllib2.py 117 from urllib import localhost, url2pathname, getproxies, proxy_bypass
    [all...]
  /prebuilts/misc/common/robolectric/
run_robotests.mk 208 # jdb -attach localhost:5005
  /external/webrtc/webrtc/p2p/base/
port_unittest.cc 1543 Port* localhost = ports[3].get(); local
    [all...]
  /prebuilts/go/darwin-x86/src/net/http/
serve_test.go 228 {"http://localhost/someDir/apage", "someDir"},
229 {"http://localhost/%23/apage", "hash"},
230 {"http://localhost/otherDir/apage", "Default"},
235 {"http://localhost/someDir", "/someDir/"},
236 {"http://localhost/%23", "/%23/"},
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
serve_test.go 228 {"http://localhost/someDir/apage", "someDir"},
229 {"http://localhost/%23/apage", "hash"},
230 {"http://localhost/otherDir/apage", "Default"},
235 {"http://localhost/someDir", "/someDir/"},
236 {"http://localhost/%23", "/%23/"},
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
urllib.py 35 "localhost", "thishost", "ftperrors", "basejoin", "unwrap",
458 if url[:2] == '//' and url[2:3] != '/' and url[2:12].lower() != 'localhost/':
490 and socket.gethostbyname(host) in (localhost(), thishost()):
808 def localhost(): function
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urllib.py 38 "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')
    [all...]
urllib2.py 117 from urllib import localhost, url2pathname, getproxies, proxy_bypass
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
urllib.py 38 "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')
    [all...]
urllib2.py 117 from urllib import localhost, url2pathname, getproxies, proxy_bypass
    [all...]
  /prebuilts/go/darwin-x86/src/net/mail/
message_test.go 619 `<postmaster@localhost>`,
  /prebuilts/go/darwin-x86/src/net/
tcpsock_test.go 653 // out that there is nothing listening on localhost.
dial_test.go 186 c, err := d.Dial("tcp", JoinHostPort("localhost", dss.port))
757 c, err := d.Dial("tcp", JoinHostPort("localhost", dss.port))
  /prebuilts/go/linux-x86/src/net/mail/
message_test.go 619 `<postmaster@localhost>`,
  /prebuilts/go/linux-x86/src/net/
tcpsock_test.go 653 // out that there is nothing listening on localhost.
dial_test.go 186 c, err := d.Dial("tcp", JoinHostPort("localhost", dss.port))
757 c, err := d.Dial("tcp", JoinHostPort("localhost", dss.port))
  /external/autotest/server/
autoserv 281 if not servo_host in ['localhost', '127.0.0.1']:
283 'attribute is not set to localhost.')
autoserv.py 281 if not servo_host in ['localhost', '127.0.0.1']:
283 'attribute is not set to localhost.')
  /external/chromium-trace/catapult/telemetry/third_party/tsproxy/
tsproxy.py 301 if self.hostname == 'localhost':
304 logging.info('[{0:d}] Connection to localhost detected'.format(self.client_id))
322 logging.info('[{0:d}] Connection to localhost detected'.format(self.client_id))
638 parser.add_argument('-b', '--bind', default='localhost', help="Server interface address (defaults to localhost).")
646 parser.add_argument('-l', '--localhost', action='store_true', default=False,
647 help="Include connections already destined for localhost/127.0.0.1 in the host and port remapping.")
670 map_localhost = options.localhost
  /external/jemalloc/bin/
jeprof.in 264 jeprof http://localhost:1234/
266 jeprof --text localhost:1234
267 Outputs one line per procedure for localhost:1234
268 jeprof --raw localhost:1234 > ./local.raw
    [all...]

Completed in 1301 milliseconds

1 2 3 4 56 7 8