Searched refs:Consume (Results 1 - 25 of 143) sorted by relevance

123456

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreePatternLexer.cs66 Consume();
73 Consume();
78 Consume();
82 Consume();
87 Consume();
91 Consume();
95 Consume();
99 Consume();
103 Consume();
107 Consume();
130 protected virtual void Consume() { method in class:Antlr.Runtime.Tree.TreePatternLexer
[all...]
H A DTreeParser.cs114 input.Consume();
119 input.Consume();
134 input.Consume();
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DTreePatternLexer.cs68 Consume();
78 Consume();
84 Consume();
89 Consume();
95 Consume();
100 Consume();
105 Consume();
110 Consume();
115 Consume();
121 Consume();
149 protected virtual void Consume() method in class:Antlr.Runtime.Tree.TreePatternLexer
[all...]
H A DTreeParser.cs125 input.Consume();
131 input.Consume();
148 input.Consume();
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/
H A Dregexp_adapter.h37 // 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, function in class:i18n::phonenumbers::RegExp
74 return Consume(input_string, true, matched_string1, matched_string2,
78 inline bool Consume(RegExpInput* input_string, function in class:i18n::phonenumbers::RegExp
81 return Consume(input_string, true, matched_string1, matched_string2, NULL);
84 inline bool Consume(RegExpInput* input_string, string* matched_string) const { function in class:i18n::phonenumbers::RegExp
85 return Consume(input_strin
88 inline bool Consume(RegExpInput* input_string) const { function in class:i18n::phonenumbers::RegExp
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DIIntStream.cs46 void Consume(); method in interface:Antlr.Runtime.IIntStream
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DIIntStream.cs43 void Consume(); method in interface:Antlr.Runtime.IIntStream
H A DUnbufferedTokenStream.cs131 public override void Consume() method in class:Antlr.Runtime.UnbufferedTokenStream
133 base.Consume();
/external/chromium_org/net/disk_cache/blockfile/
H A Dwebfonts_histogram.cc23 bool Consume(const std::string& str, const base::StringPiece& substr, function in namespace:__anon9162
40 if (Consume(str, "http://", &pos) || Consume(str, "https://", &pos)) {
41 if (Consume(str, "themes.googleusercontent.com/static/fonts/", &pos) ||
42 Consume(str, "ssl.gstatic.com/fonts/", &pos) ||
43 Consume(str, "fonts.gstatic.com/s/", &pos)) {
44 if (Consume(str, kRoboto, &pos))
46 if (Consume(str, kOpenSans, &pos))
/external/chromium_org/net/base/
H A Dtest_data_stream.cc20 Consume(bytes_to_copy);
31 Consume(bytes_to_compare);
58 // Consume data from the spill buffer.
59 void TestDataStream::Consume(int bytes) { function in class:net::TestDataStream
H A Dtest_data_stream.h36 // Consume data from the spill buffer.
37 void Consume(int bytes);
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
H A DAntlr.Runtime.Tests.pas54 Stream.Consume; // O
59 Stream.Consume; // n
64 Stream.Consume; // e
69 Stream.Consume; // #13
74 Stream.Consume; // #10
79 Stream.Consume; // T
84 Stream.Consume; // w
89 Stream.Consume; // o
94 Stream.Consume; // EOF
99 Stream.Consume; // EO
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime.Tests/
H A DANTLRxxxxStreamFixture.cs103 inputStream.Consume();
106 inputStream.Consume();
111 inputStream.Consume();
127 inputStream.Consume();
144 inputStream.Consume(); // O
149 inputStream.Consume(); // n
154 inputStream.Consume(); // e
159 inputStream.Consume(); // \r
164 inputStream.Consume(); // \n
169 inputStream.Consume(); //
[all...]
H A DITreeNodeStreamFixture.cs213 stream.Consume();
223 stream.Consume();
249 stream.Consume();
253 stream.Consume(); // consume 107
254 stream.Consume(); // consume Up
255 stream.Consume(); // consume Up
256 stream.Consume(); // consume 104
260 stream.Consume();
262 stream.Consume();
264 stream.Consume();
[all...]
/external/chromium_org/media/base/
H A Daudio_block_fifo.h33 // Consume() will crash if the FIFO does not contain a block of data.
34 const AudioBus* Consume();
H A Daudio_fifo.h30 // Consume() will crash if the FIFO does not contain |frames_to_consume|
33 void Consume(AudioBus* destination, int start_frame, int frames_to_consume);
H A Daudio_pull_fifo.h38 void Consume(AudioBus* destination, int frames_to_consume);
H A Daudio_pull_fifo_unittest.cc44 // Consume data using different sizes, acquire audio frames from the FIFO
51 pull_fifo_.Consume(audio_bus_.get(), frames_to_consume);
86 TEST_P(AudioPullFifoTest, Consume) {
91 // parameter to AudioPullFifo::Consume() when the consumer asks for data.
H A Daudio_fifo_unittest.cc5 // TODO(henrika): add test which included |start_frame| in Consume() call.
58 TEST_F(AudioFifoTest, Consume) {
68 SCOPED_TRACE("Consume 50%");
70 fifo.Consume(bus.get(), 0, bus->frames());
76 SCOPED_TRACE("Consume 100%");
78 fifo.Consume(bus.get(), 0, bus->frames());
105 fifo.Consume(bus.get(), 0, bus->frames());
111 // during a sequence of Push/Consume calls which involves wrapping. We ensure
121 fifo.Consume(bus2.get(), 0, frames_in_fifo);
126 // Perform a sequence of Push/Consume call
[all...]
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc131 bool Parser::Consume(const char* text, const char* error) { function in class:google::protobuf::compiler::Parser
140 bool Parser::Consume(const char* text) { function in class:google::protobuf::compiler::Parser
347 DO(Consume("syntax", "File must begin with 'syntax = \"proto2\";'."));
348 DO(Consume("="));
352 DO(Consume(";"));
395 DO(Consume("message"));
403 DO(Consume("{"));
463 DO(Consume("=", "Missing field number."));
499 DO(Consume(";"));
517 DO(Consume("]"));
[all...]
/external/chromium_org/net/websockets/
H A Dwebsocket_extension_parser.cc26 void WebSocketExtensionParser::Consume(char c) { function in class:net::WebSocketExtensionParser
92 Consume('"');
108 // We can't use Consume here because we don't want to consume spaces.
127 Consume(c);
138 Consume(c);
/external/pcre/dist/
H A Dpcre_scanner_unittest.cc78 s.Consume(re, &var, &number);
87 s.Consume(re, &var, &number);
95 s.Consume(re, &var, &number);
143 s.Consume("(\\w+) = (\\w+);", &name, &value);
/external/chromium_org/net/spdy/
H A Dspdy_buffer_unittest.cc66 // Construct a SpdyBuffer and call Consume() on it, which should
69 TEST_F(SpdyBufferTest, Consume) {
81 buffer.Consume(5);
86 buffer.Consume(kDataSize - 5);
108 // Consume().
112 buffer.Consume(5);
118 buffer.Consume(kDataSize - 5);
/external/chromium_org/tools/gn/
H A Dparser.cc149 Consume();
153 Token Parser::Consume(Token::Type type, const char* error_message) { function in class:Parser
155 return Consume(types, 1, error_message);
158 Token Parser::Consume(Token::Type* types, function in class:Parser
184 Token Parser::Consume() { function in class:Parser
196 Token token = Consume();
212 token = Consume();
246 Consume(Token::RIGHT_PAREN, "Expected ')'");
263 Consume(Token::RIGHT_BRACKET, "Expected ']'");
292 Token start_token = Consume();
[all...]
/external/chromium_org/chrome/tools/profile_reset/
H A Djtl_parser.cc97 if (!RE2::Consume(&verbose_text_piece, single_line_regex, &line)) {
126 if (!RE2::Consume(&state_->remaining_compacted_source,
139 if (!RE2::Consume(&arguments_piece,

Completed in 6122 milliseconds

123456