Home
last modified time | relevance | path

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

123

/external/webkit/LayoutTests/http/tests/cookies/
Dthird-party-cookie-relaxing-expected.txt4 ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction=deleteCookies
8 ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction=setFooCookie
14 ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction=deleteCookies
18 ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction=setFooAndBarCookie
24 ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction=deleteCookies
27 ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction=setFooCookie
31 ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction=deleteCookies
37 ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction=deleteCookies
40 ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction=setFooCookie
44 ALERT: http://localhost:8000/cookies/resources/cookie-utility.php?queryfunction=setFooAndBarCookie
/external/apache-harmony/support/src/test/resources/config/
Dlocalhosttest.ini2 WebName=localhost.
6 ProxyServerTestHost=localhost
7 SocksServerTestHost=localhost
10 FTPTestAddress=jcltest:jclpass@localhost
/external/webkit/LayoutTests/fast/url/
Dfile-http-base-expected.txt31 FAIL canonicalize('file://localhost') should be file://localhost/. Was file:.
32 FAIL canonicalize('file://localhost/') should be file://localhost/. Was file:///.
33 FAIL canonicalize('file://localhost/test') should be file://localhost/test. Was file:///test.
Dfile-expected.txt31 FAIL canonicalize('file://localhost') should be file://localhost/. Was file:.
32 FAIL canonicalize('file://localhost/') should be file://localhost/. Was file:///.
33 FAIL canonicalize('file://localhost/test') should be file://localhost/test. Was file:///test.
Drelative-win-expected.txt12 FAIL canonicalize('//localhost/c:/foo') should be file:///C:/foo. Was file:///c:/foo.
18 FAIL canonicalize('/bar') should be file://localhost/C:/bar. Was file:///bar.
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
DDatagramSocketImplTest.java42 InetAddress localhost = InetAddress.getByName("localhost"); //$NON-NLS-1$ in test_connect() local
44 impl.test_connect(localhost, 0); in test_connect()
45 impl.test_connect(localhost, -1); in test_connect()
DDatagramPacketTest.java133 final InetAddress localhost = InetAddress.getLocalHost(); in test_getPort() local
134 DatagramSocket socket = new DatagramSocket(0, localhost); in test_getPort()
139 6 }, 6, localhost, port); in test_getPort()
/external/netcat/scripts/
Ddist.sh12 echo "<36>elite: ${SRC}" | ./nc -u -w 1 localhost 514 > /dev/null 2>&1
22 echo "<36>elite: done" | ./nc -u -w 1 localhost 514 > /dev/null 2>&1
/external/ppp/pppd/plugins/radius/etc/
Dradiusclient.conf37 authserver localhost:1812
42 acctserver localhost:1813
Dradiusclient.conf.in37 authserver localhost:1812
42 acctserver localhost:1813
/external/dhcpcd/dhcpcd-hooks/
D30-hostname12 ""|"(none)"|localhost|localhost.localdomain)
/external/mesa3d/docs/
DREADME.QUAKE135 [david@localhost Mesa]$ ln -s libMesaGL.so libMesaGL.so.2
136 [david@localhost Mesa]$ ln -s libMesaGLU.so libMesaGLU.so.2
148 [david@localhost Mesa]$ ldd lib/libMesaGL.so
156 [david@localhost Mesa]# ldd lib/libMesaGL.so
160 [root@localhost quake2]# ldd quake2
165 [root@localhost quake2]# ldd ref_gl.so
/external/webkit/LayoutTests/http/tests/appcache/resources/
Ddifferent-https-origin-resource.manifest3 https://localhost:8443/appcache/resources/simple.txt
/external/dbus/cmake/
Dbus-test.bat.cmake5 set DBUS_STARTER_BUS=tcp:host=localhost,port=1234
/external/openssl/ssl/
Dssltest.c991 char localhost[MAXHOSTNAMELEN+2]; in main() local
993 if (gethostname(localhost, sizeof localhost-1) == 0) in main()
995 localhost[sizeof localhost-1]='\0'; in main()
996 if(strlen(localhost) == sizeof localhost-1) in main()
1002 localhost); in main()
/external/openssl/
DREADME.android71 …nf -x509 -nodes -days 365 -subj '/C=US/ST=California/L=Mountain View/CN=localhost' -newkey rsa:102…
73 adb shell am start https://localhost:4433 # confirm result in browser
/external/netperf/
Dnetlib.c2628 char *localhost, in establish_control_internal() argument
2651 localhost, in establish_control_internal()
2703 error = getaddrinfo((char *)localhost, in establish_control_internal()
2711 localhost, in establish_control_internal()
2722 localhost, in establish_control_internal()
2732 dump_addrinfo(where, local_res, localhost, localport, locfam); in establish_control_internal()
2772 localhost, in establish_control_internal()
2847 char *localhost, in establish_control() argument
2856 localhost, in establish_control()
2862 localhost,localport,inet_ftos(locfam), in establish_control()
/external/chromium/chrome/browser/net/
Dpredictor_unittest.cc132 GURL localhost("http://localhost:80"); in TEST_F() local
134 names.push_back(localhost); in TEST_F()
142 EXPECT_FALSE(testing_master->WasFound(localhost)); in TEST_F()
/external/chromium/chrome/common/extensions/docs/server/
DREADME17 3. Navigate to http://localhost:8080 (or whatever port you specified)
/external/openssl/crypto/dh/
Dexample15 Received: (karn@localhost) by servo.qualcomm.com (8.6.12/QC-BSD-2.5.1)
/external/opencv/
DREADME.rdoc55localhost or 127.0.0.1 as your address for the socket camera. The reason is because when the clie…
/external/webkit/LayoutTests/http/conf/
Dfedora-httpd.conf264 ServerAdmin root@localhost
/external/chromium/googleurl/
DREADME.txt64 this type of URL. Note that it may have a hostname! "localhost" is allowed,
65 for example "file://localhost/foo" is the same as "file:///foo".
/external/chromium/chrome/browser/ui/cocoa/tab_contents/
Dweb_drop_target_unittest.mm143 EXPECT_EQ("file://localhost/bin/sh", result_url.spec());
/external/dbus/
DAUTHORS31 Havoc Pennington <hp@localhost.localdomain>

123