Searched refs:SERVER_PORT (Results 1 - 3 of 3) sorted by last modified time

/external/skia/platform_tools/nacl/
H A Dhttpd.py40 SERVER_PORT = 5103 variable
207 Run((SERVER_HOST, SERVER_PORT))
/external/chromium_org/third_party/skia/platform_tools/nacl/
H A Dhttpd.py40 SERVER_PORT = 5103 variable
207 Run((SERVER_HOST, SERVER_PORT))
/external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/
H A DTestHttpServerClient.java21 private static final int SERVER_PORT = 8000; field in class:TestHttpServerClient
33 return "http://localhost:" + SERVER_PORT + "/" + path;
43 return "http://" + username + ":" + password + "@localhost:" + SERVER_PORT + "/" + path;

Completed in 116 milliseconds