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

  /external/chromium_org/v8/src/
scanner-character-streams.h 32 virtual unsigned FillBuffer(unsigned position) = 0;
49 virtual unsigned FillBuffer(unsigned position);
67 virtual unsigned FillBuffer(unsigned char_position);
103 virtual unsigned FillBuffer(unsigned position);
scanner-character-streams.cc 109 unsigned length = FillBuffer(pos_);
149 unsigned GenericStringUtf16CharacterStream::FillBuffer(unsigned from_pos) {
215 unsigned Utf8ToUtf16CharacterStream::FillBuffer(unsigned char_position) {
319 unsigned ExternalStreamingStream::FillBuffer(unsigned position) {
  /frameworks/wilhelm/src/desktop/
OutputMixExt.h 32 void (*FillBuffer)(SLOutputMixExtItf self, void *pBuffer, SLuint32 size);
  /frameworks/compile/libbcc/bcinfo/Wrap/
bitcode_wrapperer.cpp 107 FillBuffer();
114 void BitcodeWrapperer::FillBuffer() {
118 // that after the call to FillBuffer, readable
208 FillBuffer();
214 FillBuffer();
267 FillBuffer();
300 FillBuffer();
315 FillBuffer();
327 FillBuffer();
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
LegacyCommonTokenStream.cs 127 public virtual void FillBuffer() {
229 FillBuffer();
246 FillBuffer();
287 FillBuffer();
322 FillBuffer();
364 FillBuffer();
376 FillBuffer();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
LegacyCommonTokenStream.cs 133 public virtual void FillBuffer()
254 FillBuffer();
274 FillBuffer();
325 FillBuffer();
367 FillBuffer();
414 FillBuffer();
429 FillBuffer();
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BufferedTreeNodeStream.cs 250 protected virtual void FillBuffer() {
251 FillBuffer(root);
256 public virtual void FillBuffer(object t) {
269 FillBuffer(child);
282 FillBuffer();
326 FillBuffer();
379 FillBuffer();
390 FillBuffer();
416 FillBuffer();
455 FillBuffer();
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BufferedTreeNodeStream.cs 285 protected virtual void FillBuffer()
287 FillBuffer( root );
292 public virtual void FillBuffer( object t )
309 FillBuffer( child );
325 FillBuffer();
386 FillBuffer();
448 FillBuffer();
462 FillBuffer();
495 FillBuffer();
541 FillBuffer();
    [all...]
  /bootable/recovery/applypatch/
bspatch.c 84 int FillBuffer(unsigned char* buffer, int size, bz_stream* stream) {
198 if (FillBuffer(buf, 24, &cstream) != 0) {
218 if (FillBuffer(*new_data + newpos, ctrl[0], &dstream) != 0) {
241 if (FillBuffer(*new_data + newpos, ctrl[1], &estream) != 0) {
  /external/chromium_org/media/filters/
audio_renderer_algorithm.h 7 // requests data from the buffer via FillBuffer().
49 int FillBuffer(AudioBus* dest, int requested_frames, float playback_rate);
133 // of whether we push samples out when FillBuffer() is called or we store
134 // audio in |wsola_output_| for the subsequent calls to FillBuffer().
162 // them and can be copied to output if FillBuffer() is called. It also
audio_renderer_algorithm_unittest.cc 9 // expectation that FillBuffer() will fill as much as it can but no more.
185 int frames_written = algorithm_.FillBuffer(
198 algorithm_.FillBuffer(bus.get(), frames_requested, playback_rate);
253 // For the ease of implementation get 1 frame every call to FillBuffer().
284 int num_samples = algorithm_.FillBuffer(output.get(), 1, playback_rate);
audio_renderer_algorithm.cc 144 int AudioRendererAlgorithm::FillBuffer(AudioBus* dest,
audio_renderer_impl.cc 596 algorithm_->FillBuffer(audio_bus, requested_frames, playback_rate_);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimTokenStream.cs 112 public void FillBuffer()
177 FillBuffer();
197 FillBuffer();
248 FillBuffer();
286 FillBuffer();
332 FillBuffer();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
TestFastLexer.cs 88 tokens.FillBuffer();
  /frameworks/compile/libbcc/include/bcinfo/Wrap/
bitcode_wrapperer.h 101 void FillBuffer();
  /frameworks/native/libs/gui/tests/
Android.mk 12 FillBuffer.cpp \
  /external/chromium_org/chrome/browser/sessions/
session_backend.cc 68 bool FillBuffer();
120 if (!FillBuffer())
145 if (!FillBuffer() || command_size > available_count_) {
166 bool SessionFileReader::FillBuffer() {
  /external/chromium_org/content/browser/fileapi/
file_system_url_request_job_unittest.cc 53 void FillBuffer(char* buffer, size_t len) {
272 FillBuffer(buffer.get(), buffer_size);
296 FillBuffer(buffer.get(), buffer_size);
  /external/chromium_org/media/base/
sinc_resampler_unittest.cc 35 ACTION(FillBuffer) {
79 .Times(1).WillOnce(FillBuffer());
  /external/chromium_org/third_party/webrtc/common_audio/resampler/
sinc_resampler_unittest.cc 46 ACTION(FillBuffer) {
88 .Times(1).WillOnce(FillBuffer());
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tree.pas 724 procedure FillBuffer(const T: IANTLRInterface);
    [all...]
Antlr.Runtime.pas     [all...]
  /external/chromium_org/media/cast/test/
fake_media_source.cc 477 if (!audio_algo_.FillBuffer(audio_fifo_input_bus_.get(),
  /external/chromium_org/net/url_request/
url_request_unittest.cc 181 void FillBuffer(char* buffer, size_t len) {
754 FillBuffer(buffer.get(), buffer_size);
799 FillBuffer(buffer.get(), buffer_size);
843 FillBuffer(buffer.get(), buffer_size);
    [all...]

Completed in 1137 milliseconds