HomeSort by relevance Sort by last modified time
    Searched refs:psPrint (Results 1 - 2 of 2) sorted by null

  /libcore/support/src/test/java/tests/support/
Support_TestWebServer.java 651 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 {
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(ps,"Server: TestWebServer"+mPort)
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
TestWebServer.java 722 psPrint(ps, TestWebData.testServerResponse[TestWebData.REDIRECT_301]);
726 psPrint(ps, TestWebData.testServerResponse[TestWebData.REDIRECT_302]);
729 psPrint(ps, TestWebData.testServerResponse[TestWebData.REDIRECT_303]);
732 psPrint(ps, TestWebData.testServerResponse[TestWebData.REDIRECT_307]);
752 void psPrint(PrintStream ps, String s) throws IOException {
775 psPrint(ps, HTTP_VERSION_STRING + " " + redirectCode +" Moved permanently");
777 psPrint(ps, "Location: " + redirectHost);
788 psPrint(ps, HTTP_VERSION_STRING + " " + HTTP_NOT_FOUND + " not found");
791 psPrint(ps, HTTP_VERSION_STRING + " " + HTTP_OK+" OK");
802 psPrint(ps,"Server: TestWebServer"+mPort)
    [all...]

Completed in 735 milliseconds