Home
last modified time | relevance | path

Searched defs:readContents (Results 1 – 4 of 4) sorted by relevance

/external/nanohttpd/webserver/src/test/java/fi/iki/elonen/
DAbstractTestHttpServer.java46 protected byte[] readContents(HttpEntity entity) throws IOException { in readContents() method in AbstractTestHttpServer
51 protected byte[] readContents(InputStream instream) throws IOException { in readContents() method in AbstractTestHttpServer
/external/icu/icu4c/source/tools/toolutil/
Dpkg_icu.cpp59 readList(const char *filesPath, const char *listname, UBool readContents, Package *listPkgIn) { in readList()
/external/nanohttpd/nanolets/src/test/java/fi/iki/elonen/router/
DTestNanolets.java299 private byte[] readContents(HttpEntity entity) throws IOException { in readContents() method in TestNanolets
304 private byte[] readContents(InputStream instream) throws IOException { in readContents() method in TestNanolets
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/
DGifHeaderParser.java79 private void readContents() { in readContents() method in GifHeaderParser