Searched refs:psPrint (Results 1 – 1 of 1) sorted by relevance
/libcore/support/src/test/java/tests/support/ |
D | Support_TestWebServer.java | 653 … psPrint(ps, Support_TestWebData.testServerResponse[Support_TestWebData.REDIRECT_301]); in handleClient() 657 … psPrint(ps, Support_TestWebData.testServerResponse[Support_TestWebData.REDIRECT_302]); in handleClient() 660 … psPrint(ps, Support_TestWebData.testServerResponse[Support_TestWebData.REDIRECT_303]); in handleClient() 663 … psPrint(ps, Support_TestWebData.testServerResponse[Support_TestWebData.REDIRECT_307]); in handleClient() 683 void psPrint(PrintStream ps, String s) throws IOException { in psPrint() method in Support_TestWebServer.Worker 706 psPrint(ps, HTTP_VERSION_STRING + " " + redirectCode +" Moved permanently"); in printStatus() 708 psPrint(ps, "Location: " + redirectHost); in printStatus() 719 psPrint(ps, HTTP_VERSION_STRING + " " + HTTP_NOT_FOUND + " not found"); in printStatus() 722 psPrint(ps, HTTP_VERSION_STRING + " " + HTTP_OK+" OK"); in printStatus() 740 psPrint(ps,"Server: TestWebServer"+mPort); in printHeaders() [all …]
|