/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRDFA.m | 76 [input consume]; 83 // based on the lookahead lookup the next transition, consume and do transition 96 [input consume]; 108 [input consume]; 115 [input consume];
|
ANTLRDebugTreeNodeStream.m | 114 - (void) consume 117 [input consume];
|
ANTLRStringStream.h | 68 // consume one character from the stream 69 - (void) consume;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
InspectorView.js | 168 event.consume(true); 192 event.consume(true); 199 event.consume(true); 210 event.consume(true); 217 event.consume(true);
|
SoftContextMenu.js | 103 event.consume(true); 189 event.consume(true); 195 event.consume(); 215 event.consume(); 238 return { x: targetX, y: targetY, pageX: targetPageX, pageY: targetPageY, consume: function() {} }; 339 event.consume(true); 348 event.consume(); 371 event.consume(true); 378 event.consume(true);
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
treewizard.py | 85 self.consume() 97 self.consume() 102 self.consume() 105 self.consume() 110 self.consume() 114 self.consume() 118 self.consume() 122 self.consume() 126 self.consume() 130 self.consume() 154 def consume(self): member in class:TreePatternLexer [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/ |
parser.h | 124 // Consume the rest of the current statement. This consumes tokens 129 // EOF Returns (can't consume). 135 // Consume the rest of the current block, including nested blocks, 152 // If the next token exactly matches the text given, consume it and return 160 // Consume a token with the exact text given. 161 bool Consume(const char* text, const char* error); 164 bool Consume(const char* text); 165 // Consume a token of type IDENTIFIER and store its text in "output". 167 // Consume an integer and store its value in "output". 169 // Consume a signed integer and store its value in "output" [all...] |
/external/clang/lib/Parse/ |
ParseCXXInlineMethods.cpp | 115 // or if we are about to parse function member template then consume 140 // Consume the tokens and store them for later parsing. 148 // Consume everything up to (and including) the left brace of the 161 // Consume everything up to (and including) the matching right brace. 220 // Consume everything up to (and including) the matching right brace. 223 // Consume everything up to (but excluding) the comma or semicolon. 330 // Consume the previously-pushed token. 333 // Consume the '='. 416 // Consume the previously pushed token. 528 // Consume the previously pushed token [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
Lexer.as | 168 input.consume(); 174 input.consume(); 185 recover(mte); // don't really recover; just consume in lexer 188 input.consume(); 204 input.consume(); 309 input.consume();
|
BaseRecognizer.as | 68 input.consume(); 85 input.consume(); 94 // we have no information about the follow; we can only consume 148 * 3. consume until token found in resynch set 333 // consumed; consume a single token so at least to prevent 335 input.consume(); 365 * thing to do is to consume tokens until you see something that 368 * input might just be missing a token--you might consume the 409 * we resync'd to that token, we'd consume until EOF. We need to 412 * not consume anything and after printing an error rule c woul [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
Lexer.cs | 221 input.Consume(); 227 input.Consume(); 237 Recover(mte); // don't really recover; just consume in lexer 240 input.Consume(); 254 input.Consume(); 340 input.Consume();
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
Lexer.cs | 267 input.Consume(); 274 input.Consume(); 287 Recover( mte ); // don't really recover; just consume in lexer 290 input.Consume(); 307 input.Consume(); 413 input.Consume();
|
UnbufferedTokenStream.cs | 131 public override void Consume() 133 base.Consume();
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/ |
SlimLexer.cs | 283 input.Consume(); 290 input.Consume(); 303 Recover( mte ); // don't really recover; just consume in lexer 306 input.Consume(); 324 input.Consume(); 430 input.Consume();
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
Lexer.java | 182 input.consume(); 188 input.consume(); 199 recover(mte); // don't really recover; just consume in lexer 202 input.consume(); 219 input.consume(); 332 input.consume();
|
BaseRecognizer.java | 106 input.consume(); 123 input.consume(); 132 // we have no information about the follow; we can only consume 170 * 3. consume until token found in resynch set 357 // consumed; consume a single token so at least to prevent 359 input.consume(); 389 * thing to do is to consume tokens until you see something that 392 * input might just be missing a token--you might consume the 433 * we resync'd to that token, we'd consume until EOF. We need to 436 * not consume anything and after printing an error rule c woul [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
AsmPrinterInlineAsm.cpp | 164 ++LastEmitted; // Consume newline character. 168 ++LastEmitted; // Consume '$' character. 175 ++LastEmitted; // Consume second '$' character. 262 ++LastEmitted; // Consume newline character. 266 ++LastEmitted; // Consume '$' character. 275 ++LastEmitted; // Consume second '$' character. 278 ++LastEmitted; // Consume '(' character. 285 ++LastEmitted; // consume '|' character. 292 ++LastEmitted; // consume ')' character. 303 ++LastEmitted; // Consume '{' character [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRStringStream.h | 79 // consume one character from the stream 80 - (void) consume;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRStringStream.h | 79 // consume one character from the stream 80 - (void) consume;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRStringStream.h | 79 // consume one character from the stream 80 - (void) consume;
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/ |
interactive.rb | 90 def consume method in class:ANTLR3.InteractiveStringStream 94 consume
|
/external/chromium_org/ppapi/cpp/extensions/ |
ext_output_traits.h | 66 // This must be called exactly once to consume the one PP_Var reference 129 // This must be called exactly once to consume the one PP_Var reference
|
/external/chromium_org/third_party/WebKit/Source/core/xml/parser/ |
MarkupTokenizerInlines.h | 69 // We use this macro when the HTML5 spec says "consume the next input 81 // we consume the next input character and when we switch to a particular
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
StreamBuffer.h | 71 // This function consume data in the fist block. 73 void consume(size_t size) function in class:WTF::StreamBuffer
|
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
regexp_adapter_re2.cc | 101 virtual bool Consume(RegExpInput* input_string, 111 return DispatchRE2Call(RE2::Consume, utf8_input, utf8_regexp_,
|