HomeSort by relevance Sort by last modified time
    Searched refs:Remaining (Results 1 - 21 of 21) sorted by null

  /external/chromium_org/courgette/
simple_delta.cc 36 VLOG(1) << "GenerateSimpleDelta " << old->Remaining()
37 << " " << target->Remaining();
streams_unittest.cc 27 EXPECT_EQ(0U, source.Remaining());
45 EXPECT_EQ(0U, source.Remaining());
71 EXPECT_EQ(0U, in.stream(3)->Remaining());
72 EXPECT_EQ(0U, in.stream(2)->Remaining());
114 EXPECT_EQ(0U, in.stream(i)->Remaining());
streams.cc 162 if (offset > Remaining())
164 if (length > Remaining() - offset)
271 // Remaining bytes should add up to sum of lengths.
286 return Init(source->Buffer(), source->Remaining());
311 if (streams_[i].Remaining() != 0)
streams.h 64 // Returns number of bytes remaining to be read from stream.
65 size_t Remaining() const { return end_ - current_; }
ensemble_create.cc 249 Region old_region(base->Buffer(), base->Remaining());
250 Region new_region(update->Buffer(), update->Remaining());
395 if (!predicted_ensemble.Write(base->Buffer(), base->Remaining()))
ensemble_apply.cc 317 status = patch_process.InitBase(Region(base->Buffer(), base->Remaining()));
encoded_program.cc 391 if (streams->stream(i)->Remaining() > 0)
  /external/chromium_org/courgette/third_party/
bsdiff_apply.cc 78 const uint8* extra_end = extra_start + extra_bytes->Remaining();
162 size_t old_size = old_stream->Remaining();
bsdiff_create.cc 219 const int oldsize = static_cast<int>(old_stream->Remaining());
245 const int newsize = static_cast<int>(new_stream->Remaining());
  /external/v8/src/
json.js 193 // First entry is a string. Remaining entries are likely to be strings too.
215 // First entry is a number. Remaining entries are likely to be numbers too.
  /external/chromium_org/v8/test/mjsunit/
sin-cos.js 147 // Remaining number of elements is even.
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 75 // llvm-ar remaining positional arguments.
167 // getMembers - Copy over remaining items in RestOfArgs to our Members vector
585 unsigned Remaining = Size - SizeSoFar;
586 for (unsigned I = 0; I < Remaining; ++I)
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas 734 I, Remaining: Integer;
754 Remaining := TUnBufferedTreeNodeStream.INITIAL_LOOKAHEAD_BUFFER_SIZE - N;
756 for I := 1 to Remaining + WrapBy do
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 256 SDValue Remaining = DAG.getConstant(Offset - FoldedOffset, MVT::i32);
257 GA = DAG.getNode(ISD::ADD, DL, MVT::i32, GA, Remaining);
    [all...]
  /external/libvpx/libvpx/examples/includes/PHP-Markdown-Extra-1.2.3/
markdown.php     [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids     [all...]
  /external/chromium_org/chrome/third_party/chromevox/closure/
base.js     [all...]
  /frameworks/base/docs/html/training/
training_toc.cs 832 Remaining Backward Compatible
    [all...]
  /external/grub/docs/
texinfo.tex 732 % forces a page break if there is not space-in-mils remaining.
    [all...]
  /external/bison/build-aux/
texinfo.tex 700 % forces a page break if there is not space-in-mils remaining.
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 800 % forces a page break if there is not space-in-mils remaining.
    [all...]

Completed in 141 milliseconds