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

  /external/chromium_org/courgette/
versioning_unittest.cc 27 courgette::SourceStream old_stream; local
29 old_stream.Init(old_buffer);
35 courgette::ApplyEnsemblePatch(&old_stream,
courgette_tool.cc 267 courgette::SinkStream* old_stream = model_sinks.stream(i); local
269 if (old_stream == NULL && new_stream == NULL)
274 old_source.Init(old_stream ? *old_stream : empty_sink);
316 courgette::SourceStream old_stream; local
318 old_stream.Init(old_buffer);
323 courgette::GenerateEnsemblePatch(&old_stream, &new_stream, &patch_stream);
393 courgette::SourceStream old_stream; local
395 old_stream.Init(old_buffer);
400 courgette::CreateBinaryPatch(&old_stream, &new_stream, &patch_stream)
413 courgette::SourceStream old_stream; local
    [all...]
  /external/chromium_org/courgette/third_party/
bsdiff.h 59 BSDiffStatus CreateBinaryPatch(SourceStream* old_stream,
67 BSDiffStatus ApplyBinaryPatch(SourceStream* old_stream,
72 BSDiffStatus ApplyBinaryPatch(const base::FilePath& old_stream,
bsdiff_apply.cc 154 BSDiffStatus ApplyBinaryPatch(SourceStream* old_stream,
161 const uint8* old_start = old_stream->Buffer();
162 size_t old_size = old_stream->Remaining();
bsdiff_create.cc 202 BSDiffStatus CreateBinaryPatch(SourceStream* old_stream,
218 const uint8* old = old_stream->Buffer();
219 const int oldsize = static_cast<int>(old_stream->Remaining());
  /external/chromium_org/third_party/freetype/src/truetype/
ttgload.c 1595 FT_Stream old_stream = loader->stream; local
    [all...]
  /external/freetype/src/truetype/
ttgload.c 1739 FT_Stream old_stream = loader->stream; local
    [all...]
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
ttgload.c 1604 FT_Stream old_stream = loader->stream; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_argparse.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_argparse.py     [all...]

Completed in 801 milliseconds