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

/libcore/support/src/test/java/tests/support/
H A DSupport_TestWebServer.java651 psPrint(ps, Support_TestWebData.testServerResponse[Support_TestWebData.REDIRECT_301]);
655 psPrint(ps, Support_TestWebData.testServerResponse[Support_TestWebData.REDIRECT_302]);
658 psPrint(ps, Support_TestWebData.testServerResponse[Support_TestWebData.REDIRECT_303]);
661 psPrint(ps, Support_TestWebData.testServerResponse[Support_TestWebData.REDIRECT_307]);
681 void psPrint(PrintStream ps, String s) throws IOException { method in class:Support_TestWebServer.Worker
704 psPrint(ps, HTTP_VERSION_STRING + " " + redirectCode +" Moved permanently");
706 psPrint(ps, "Location: " + redirectHost);
717 psPrint(ps, HTTP_VERSION_STRING + " " + HTTP_NOT_FOUND + " not found");
720 psPrint(ps, HTTP_VERSION_STRING + " " + HTTP_OK+" OK");
737 psPrint(p
[all...]

Completed in 21 milliseconds