Home
last modified time | relevance | path

Searched refs:charStream (Results 1 – 5 of 5) sorted by relevance

/external/okhttp/samples/simple-client/src/main/java/com/squareup/okhttp/sample/
DOkHttpContributors.java39 Reader charStream = body.charStream(); in main() local
40 List<Contributor> contributors = GSON.fromJson(charStream, CONTRIBUTORS.getType()); in main()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DRecognitionException.cs171 ICharStream charStream = input as ICharStream; in RecognitionException()
172 if (charStream != null) in RecognitionException()
/external/okhttp/samples/guide/src/main/java/com/squareup/okhttp/recipes/
DParseResponseWithGson.java36 Gist gist = gson.fromJson(response.body().charStream(), Gist.class); in run()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DResponseBody.java72 public final Reader charStream() throws IOException { in charStream() method in ResponseBody
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DLexer.as116 public function set charStream(input:CharStream):void { property in org.antlr.runtime.Lexer
122 public function get charStream():CharStream { property in org.antlr.runtime.Lexer