Searched refs:testURL (Results 1 - 4 of 4) sorted by relevance

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
H A DURLTest.java614 URL testURL = new URL("http", "www.apache.org:8080", "test.html#anch");
615 assertEquals("wrong protocol", "http", testURL.getProtocol());
616 assertEquals("wrong host", "[www.apache.org:8080]", testURL.getHost());
617 assertEquals("wrong port", -1, testURL.getPort());
618 assertEquals("wrong file", "test.html", testURL.getFile());
619 assertEquals("wrong anchor", "anch", testURL.getRef());
972 URL testURL = new URL("http", "hostname", 80, "/java?q1#ref");
973 assertEquals("hostname:80", testURL.getAuthority());
974 assertEquals("hostname", testURL.getHost());
975 assertNull(testURL
[all...]
/external/webkit/Tools/DumpRenderTree/gtk/
H A DDumpRenderTree.cpp136 static void initializeGtkFontSettings(const char* testURL) argument
151 if (testURL && strstr(testURL, "xsettings_antialias_settings.html"))
157 static void initializeFonts(const char* testURL = 0)
160 initializeGtkFontSettings(testURL);
639 string testURL(testPathOrURL);
641 size_t separatorPos = testURL.find("'");
643 testURL = string(testPathOrURL, 0, separatorPos);
649 if (testURL.find("http://") && testURL
[all...]
/external/webkit/Tools/Scripts/
H A Dbisect-builds77 my $testURL;
92 $testURL = shift @ARGV;
134 my $tempFile = createTempFile($testURL);
/external/webkit/Tools/DumpRenderTree/mac/
H A DDumpRenderTree.mm1103 const string testURL([[url absoluteString] UTF8String]);
1107 gLayoutTestController = LayoutTestController::create(testURL, expectedPixelHash);
1146 bool ignoreWebCoreNodeLeaks = shouldIgnoreWebCoreNodeLeaks(testURL);

Completed in 124 milliseconds