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

1 2 34 5 6 7 8

  /external/autotest/client/site_tests/power_LoadTest/extension/
test.js 179 var log_url = 'http://localhost:8001/log';
201 var status_url = 'http://localhost:8001/status';
216 var pagelt_info_url = 'http://localhost:8001/pagelt'
  /prebuilts/go/darwin-x86/src/net/http/
request_test.go 511 req, err := NewRequest("POST", "http://localhost/", tt.r)
965 Host: localhost:8080
977 // curl http://localhost:8080/
980 Host: localhost:8080
986 // ab -n 1 -c 1 http://localhost:8080/
988 Host: localhost:8080
995 // siege -r 1 -c 1 http://localhost:8080/
997 Host: localhost:8080
1006 // wrk -t 1 -r 1 -c 1 http://localhost:8080/
1008 Host: localhost:808
    [all...]
  /prebuilts/go/linux-x86/src/net/http/
request_test.go 511 req, err := NewRequest("POST", "http://localhost/", tt.r)
965 Host: localhost:8080
977 // curl http://localhost:8080/
980 Host: localhost:8080
986 // ab -n 1 -c 1 http://localhost:8080/
988 Host: localhost:8080
995 // siege -r 1 -c 1 http://localhost:8080/
997 Host: localhost:8080
1006 // wrk -t 1 -r 1 -c 1 http://localhost:8080/
1008 Host: localhost:808
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
smtpd.py 4 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]
550 proxy = class_((options.localhost, options.localport),
  /prebuilts/gdb/darwin-x86/lib/python2.7/
smtpd.py 4 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/gdb/linux-x86/lib/python2.7/
smtpd.py 4 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/bin/
smtpd.py 4 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/
smtpd.py 4 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/bin/
smtpd.py 4 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/
smtpd.py 4 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),
  /external/autotest/site_utils/suite_scheduler/
suite_scheduler.py 100 CONFIG_SECTION_SERVER, "smtp_server", default='localhost')
256 server_manager_utils.confirm_server_has_role(hostname='localhost',
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
Benchmark.java 164 SSLContext sslContext = SslContextBuilder.localhost();
NettyHttpClient.java 72 SSLContext sslContext = SslContextBuilder.localhost();
  /external/okhttp/mockwebserver/src/main/java/com/squareup/okhttp/internal/framed/
FramedServer.java 185 SslContextBuilder.localhost().getSocketFactory());
  /external/okhttp/okhttp-ws-tests/src/test/java/com/squareup/okhttp/ws/
WebSocketCallTest.java 44 private final SSLContext sslContext = SslContextBuilder.localhost();
  /prebuilts/go/darwin-x86/src/internal/testenv/
testenv.go 127 // external (non-localhost) networks.
133 // external (non-localhost) networks.
  /prebuilts/go/linux-x86/src/internal/testenv/
testenv.go 127 // external (non-localhost) networks.
133 // external (non-localhost) networks.
  /prebuilts/go/darwin-x86/src/net/
ip_test.go 480 {"localhost%lo0", "80", "[localhost%lo0]:80"},
496 {"[localhost%lo0]", "missing port in address"},
497 {"localhost%lo0", "missing port in address"},
503 {"localhost%lo0:80", "missing brackets in address"},
  /prebuilts/go/linux-x86/src/net/
ip_test.go 480 {"localhost%lo0", "80", "[localhost%lo0]:80"},
496 {"[localhost%lo0]", "missing port in address"},
497 {"localhost%lo0", "missing port in address"},
503 {"localhost%lo0:80", "missing brackets in address"},
  /prebuilts/go/darwin-x86/misc/linkcheck/
linkcheck.go 24 root = flag.String("root", "http://localhost:6060", "Root to crawl")
  /prebuilts/go/darwin-x86/src/cmd/trace/
main.go 70 httpFlag = flag.String("http", "localhost:0", "HTTP service address (e.g., ':6060')")
  /prebuilts/go/linux-x86/misc/linkcheck/
linkcheck.go 24 root = flag.String("root", "http://localhost:6060", "Root to crawl")
  /prebuilts/go/linux-x86/src/cmd/trace/
main.go 70 httpFlag = flag.String("http", "localhost:0", "HTTP service address (e.g., ':6060')")
  /external/autotest/client/site_tests/video_YouTubeMseEme/files/
video_YouTubeMseEme.js 17 'http://localhost:8000/files/car-audio-1MB-trunc.mp4', 1048576, 65.875);
19 'http://localhost:8000/files/test-video-1MB.mp4', 1031034, 1.04);
  /external/chromium-trace/catapult/telemetry/telemetry/core/
cros_interface.py 462 wget_output = self.RunCmdOnDevice(['wget', 'localhost:%i' % (port), '-T1',

Completed in 430 milliseconds

1 2 34 5 6 7 8