Home
last modified time | relevance | path

Searched refs:readBytes (Results 1 – 3 of 3) sorted by relevance

/development/samples/WiktionarySimple/src/com/example/android/simplewiktionary/
DSimpleWikiHelper.java203 int readBytes = 0; in getUrlContent() local
204 while ((readBytes = inputStream.read(sBuffer)) != -1) { in getUrlContent()
205 content.write(sBuffer, 0, readBytes); in getUrlContent()
/development/samples/Wiktionary/src/com/example/android/wiktionary/
DSimpleWikiHelper.java196 int readBytes = 0; in getUrlContent() local
197 while ((readBytes = inputStream.read(sBuffer)) != -1) { in getUrlContent()
198 content.write(sBuffer, 0, readBytes); in getUrlContent()
/development/tools/checkstyle/
Dcheckstyle.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml sun_checks.xml com/ ...