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

/libcore/support/src/test/java/tests/support/
H A DSupport_TestWebServer.java653 psPrint(ps, Support_TestWebData.testServerResponse[Support_TestWebData.REDIRECT_301]);
657 psPrint(ps, Support_TestWebData.testServerResponse[Support_TestWebData.REDIRECT_302]);
660 psPrint(ps, Support_TestWebData.testServerResponse[Support_TestWebData.REDIRECT_303]);
663 psPrint(ps, Support_TestWebData.testServerResponse[Support_TestWebData.REDIRECT_307]);
683 void psPrint(PrintStream ps, String s) throws IOException { method in class:Support_TestWebServer.Worker
706 psPrint(ps, HTTP_VERSION_STRING + " " + redirectCode +" Moved permanently");
708 psPrint(ps, "Location: " + redirectHost);
719 psPrint(ps, HTTP_VERSION_STRING + " " + HTTP_NOT_FOUND + " not found");
722 psPrint(ps, HTTP_VERSION_STRING + " " + HTTP_OK+" OK");
740 psPrint(p
[all...]

Completed in 165 milliseconds