HomeSort by relevance Sort by last modified time
    Searched defs:Consume (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/chromium_org/net/base/
test_data_stream.cc 20 Consume(bytes_to_copy);
31 Consume(bytes_to_compare);
58 // Consume data from the spill buffer.
59 void TestDataStream::Consume(int bytes) {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
CommonTokenStream.cs 83 public override void Consume() {
IIntStream.cs 46 void Consume();
ANTLRStringStream.cs 152 public virtual void Consume() {
246 * consume() ahead until p==index; can't just set p=index as we must
255 // seek forward, consume until p hits index
257 Consume();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
CommonTokenStream.cs 93 public override void Consume()
IIntStream.cs 43 void Consume();
ANTLRStringStream.cs 168 public virtual void Consume()
281 * consume() ahead until p==index; can't just set p=index as we must
292 // seek forward, consume until p hits index
295 Consume();
UnbufferedTokenStream.cs 131 public override void Consume()
133 base.Consume();
  /external/chromium_org/media/base/
audio_pull_fifo.cc 21 void AudioPullFifo::Consume(AudioBus* destination, int frames_to_consume) {
audio_fifo.cc 96 void AudioFifo::Consume(AudioBus* destination,
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreePatternLexer.cs 66 Consume();
73 Consume();
78 Consume();
82 Consume();
87 Consume();
91 Consume();
95 Consume();
99 Consume();
103 Consume();
107 Consume();
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreePatternLexer.cs 68 Consume();
78 Consume();
84 Consume();
89 Consume();
95 Consume();
100 Consume();
105 Consume();
110 Consume();
115 Consume();
121 Consume();
    [all...]
  /external/chromium/base/win/
event_trace_consumer.h 19 // This class is a base class that makes it easier to consume events
31 // consumer.Consume();
56 // Consume all open sessions from beginning to end.
57 HRESULT Consume();
121 HRESULT EtwTraceConsumerBase<ImplClass>::Consume() {
  /external/chromium_org/base/win/
event_trace_consumer.h 18 // This class is a base class that makes it easier to consume events
30 // consumer.Consume();
55 // Consume all open sessions from beginning to end.
56 HRESULT Consume();
120 HRESULT EtwTraceConsumerBase<ImplClass>::Consume() {
  /external/chromium_org/net/spdy/
spdy_buffer.cc 86 void SpdyBuffer::Consume(size_t consume_size) {
87 ConsumeHelper(consume_size, CONSUME);
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/
regexp_adapter.h 37 // Consume() method of RegExp which may differ depending on its various
48 // phonenumberutil.cc. Consume(), Match() and Replace() methods must be
62 virtual bool Consume(RegExpInput* input_string,
68 // Helper methods calling the Consume method that assume the match must start
70 inline bool Consume(RegExpInput* input_string,
74 return Consume(input_string, true, matched_string1, matched_string2,
78 inline bool Consume(RegExpInput* input_string,
81 return Consume(input_string, true, matched_string1, matched_string2, NULL);
84 inline bool Consume(RegExpInput* input_string, string* matched_string) const {
85 return Consume(input_string, true, matched_string, NULL, NULL)
    [all...]
regexp_adapter_re2.cc 101 virtual bool Consume(RegExpInput* input_string,
111 return DispatchRE2Call(RE2::Consume, utf8_input, utf8_regexp_,
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DebugTokenStream.cs 76 public virtual void Consume() {
82 input.Consume();
93 /** <summary>Consume all initial off-channel tokens</summary> */
DebugTreeNodeStream.cs 108 public virtual void Consume() {
110 input.Consume();
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
LookaheadStream.cs 102 public virtual void Consume() {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/
LookaheadStream.cs 119 public virtual void Consume()
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
DebugTokenStream.cs 86 public virtual void Consume()
94 input.Consume();
107 /** <summary>Consume all initial off-channel tokens</summary> */
DebugTreeNodeStream.cs 125 public virtual void Consume()
128 input.Consume();
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimStringStream.cs 189 public void Consume()
302 * consume() ahead until p==index; can't just set p=index as we must
313 // seek forward, consume until p hits index
316 Consume();
SlimTokenStream.cs 67 * to consume). p==-1 indicates that the tokens list is empty
135 * must become active with LT(1) available. consume() simply
137 * input symbol. Consume at least one token.
144 public void Consume()

Completed in 895 milliseconds

1 2 3