HomeSort by relevance Sort by last modified time
    Searched full:gzin (Results 1 - 3 of 3) sorted by null

  /external/smack/src/com/kenai/jbosh/
GZIPCodec.java 86 GZIPInputStream gzIn = null;
88 gzIn = new GZIPInputStream(byteIn);
92 read = gzIn.read(buffer);
99 gzIn.close();
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 363 GzipInputStream gzin(
365 ReadStuff(&gzin);
399 GzipInputStream gzin(
401 ReadStuff(&gzin);
431 GzipInputStream gzin(
433 ReadStuff(&gzin);
458 GzipInputStream gzin(
460 ReadStuff(&gzin);
489 GzipInputStream gzin(
491 ReadStuff(&gzin);
630 GzipInputStream* gzin = new GzipInputStream(input); local
    [all...]
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 307 GzipInputStream gzin(
309 ReadStuff(&gzin);
335 GzipInputStream gzin(
337 ReadStuff(&gzin);
358 GzipInputStream gzin(&input, GzipInputStream::AUTO);
359 ReadStuff(&gzin);
370 GzipInputStream gzin(&input, GzipInputStream::AUTO);
371 ReadStuff(&gzin);
391 GzipInputStream gzin(&input);
394 while (gzin.Next(&buffer, &size))
    [all...]

Completed in 503 milliseconds