Home
last modified time | relevance | path

Searched refs:write (Results 1 – 7 of 7) sorted by relevance

/webkit/integration-tests/testapp/src/main/java/com/example/androidx/webkit/
DHttpServer.java216 responseWriter.write("HTTP/1.0 200 OK\nContent-Type: text/html\n\r\n"); in writeResponse()
217 responseWriter.write("<html><head><title>HttpServer</title></head>" in writeResponse()
235 responseWriter.write("HTTP/1.0 200 OK\nUser-Agent: Proxy\n\r\n"); in writeResponse()
236 responseWriter.write("<html><head><title>Proxy</title></head>" in writeResponse()
DAssetLoaderInternalStorageActivity.java115 fos.write(DEMO_HTML_CONTENT.getBytes(UTF_8)); in writeFileOnBackgroundThread()
/webkit/integration-tests/instrumentation/src/androidTest/java/androidx/webkit/
DTracingControllerTest.java261 public void write(byte[] chunk) { in write() method in TracingReceiver
265 mOutputStream.write(chunk); in write()
283 public void write(int b) { in write() method in TracingReceiver
288 public void write(byte[] b, int off, int len) { in write() method in TracingReceiver
DWebViewAssetLoaderTest.java57 os.write(buffer, 0, len); in readAsString()
/webkit/integration-tests/instrumentation/src/androidTest/java/androidx/webkit/internal/
DAssetHelperTest.java203 os.write(buffer, 0, len); in readAsString()
288 data.write(buf, 0, len); in readFully()
/webkit/integration-tests/common/src/main/java/androidx/webkit/test/common/
DWebkitUtils.java264 fos.write(content.getBytes(StandardCharsets.UTF_8)); in writeToFile()
/webkit/integration-tests/testapp/
DREADME.md52 1. If reasonable, write automated test cases for your new Activity, following