/external/antlr/antlr-3.4/runtime/JavaScript/tests/functional/ |
t053hetero.html | 208 // PARSERS -- REWRITE AST 255 // TREE PARSERS -- REWRITE AST
|
t058rewriteAST.html | 447 // copy type as a root for each invocation of (...)+ in rewrite 454 // for each invocation of (...)+ in rewrite 461 // for each invocation of (...)+ in rewrite 468 // for each invocation of (...)+ in rewrite 601 // for each invocation of (...)+ in rewrite
|
/external/chromium_org/chrome/browser/ui/ash/ |
event_rewriter.cc | 205 Rewrite(event); 211 Rewrite(event); 351 void EventRewriter::Rewrite(ui::KeyEvent* event) { 353 // Do not rewrite an event sent by ui_controls::SendKeyPress(). See 392 // when user logs in as guest. See Rewrite() for details. 420 // Rewrite Command-L/R key presses on an Apple keyboard to Control-L/R. 506 // Rewrite Command-L/R key presses on an Apple keyboard to Control-L/R. 870 // Rewrite the actual F1-F12 keys on a Chromebook keyboard to special keys. [all...] |
/external/chromium_org/third_party/icu/source/common/ |
unorm.cpp | 19 * 05/25/01+ Markus Scherer total rewrite, implement all normalization here 23 * 2009-nov..2010-jan Markus Scherer total rewrite, new Normalizer2 API & code
|
/external/icu4c/common/ |
unorm.cpp | 19 * 05/25/01+ Markus Scherer total rewrite, implement all normalization here 23 * 2009-nov..2010-jan Markus Scherer total rewrite, new Normalizer2 API & code
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
cobol.php | 102 'END-RECEIVE', 'END-RETURN', 'END-REWRITE', 'END-SEARCH', 131 'RESERVE', 'RESET', 'REVERSED', 'REWIND', 'REWRITE', 'RF',
|
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/ |
CreateInfo.java | 41 * Returns the list of methods to rewrite as delegates. 122 * The list of methods to rewrite as delegates.
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
Rule.java | 120 * Also tracks exception handlers, predicates, and rewrite rewrites. 137 * Rewrite rules force tracking of all tokens. 147 * Rewrite rules force tracking of all rule result ASTs. 1..n 265 * somewhere within the alts (not rewrite sections) of a rule. 308 /** For use with rewrite rules, we must track all tokens matched on the 339 /** For use with rewrite rules, we must track all rule AST results on the
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/ |
DebugGrammarParser.cs | 346 // AST REWRITE 396 // AST REWRITE 450 // AST REWRITE 485 // AST REWRITE 624 // AST REWRITE 1314 // AST REWRITE 1364 // AST REWRITE [all...] |
ProfileGrammarParser.cs | 350 // AST REWRITE 400 // AST REWRITE 454 // AST REWRITE 489 // AST REWRITE 628 // AST REWRITE 1318 // AST REWRITE 1368 // AST REWRITE [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/simplecTreeParser/ |
SimpleCParser.java | 204 // AST REWRITE 249 // AST REWRITE 342 // AST REWRITE 548 // AST REWRITE 641 // AST REWRITE 850 // AST REWRITE [all...] |
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
CodeGenTreeWalker.g | 265 /** Convert rewrite AST lists to target labels list */ 568 ( alt=alternative rew=rewrite 574 // add the rewrite code as just another element in the alt :) 575 // (unless it's a " -> ..." rewrite 577 GrammarAST firstRewriteAST = (GrammarAST)$rew.start.findFirstType(REWRITE); [all...] |
TreeToNFAConverter.g | 293 ( a=alternative rewrite 333 rewrite 343 ^(REWRITE .*) 790 * etc... Also can't be in a rule with a rewrite as we need 791 * to track what's inside set for use in rewrite.
|
/external/chromium/chrome/browser/ |
browser_about_handler.cc | [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
TokenRewriteStream.as | 80 * If you don't use named rewrite streams, a "default" stream is used as 87 /** You may have multiple, named streams of rewrite operations. 89 * Maps String (name) -> rewrite (List) 437 // Define the rewrite operation hierarchy 454 /** Execute the rewrite operation by possibly adding to the buffer.
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
TokenRewriteStream.cs | 90 * If you don't use named rewrite streams, a "default" stream is used as 100 // Define the rewrite operation hierarchy 117 * Execute the rewrite operation by possibly adding to the buffer. 177 * You may have multiple, named streams of rewrite operations. 179 * Maps String (name) -> rewrite (List)
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/ |
TokenRewriteStream.cs | 93 * If you don't use named rewrite streams, a "default" stream is used as 104 // Define the rewrite operation hierarchy 130 * Execute the rewrite operation by possibly adding to the buffer. 199 * You may have multiple, named streams of rewrite operations. 201 * Maps String (name) -> rewrite (List)
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/ |
TokenRewriteStream.java | 80 * If you don't use named rewrite streams, a "default" stream is used as 88 // Define the rewrite operation hierarchy 105 /** Execute the rewrite operation by possibly adding to the buffer. 158 /** You may have multiple, named streams of rewrite operations. 160 * Maps String (name) -> rewrite (List)
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_vec4.cpp | 662 /* Now actually rewrite usage of the things we've moved to pull 739 * need to be able to rewrite instructions above to output 754 * rewrite everything writing to the GRF into the MRF instead. 807 * MRF's source GRF that we wanted to rewrite, that stops us. 843 * rewrite the instruction stream between the two.
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_vec4.cpp | 662 /* Now actually rewrite usage of the things we've moved to pull 739 * need to be able to rewrite instructions above to output 754 * rewrite everything writing to the GRF into the MRF instead. 807 * MRF's source GRF that we wanted to rewrite, that stops us. 843 * rewrite the instruction stream between the two.
|
/external/llvm/lib/Transforms/Scalar/ |
SROA.cpp | 277 /// \brief Instructions which will become dead if we rewrite the alloca. 285 /// \brief Operands which will become dead if we rewrite the alloca. 288 /// undef when we rewrite the alloca. These show up in out-of-bounds inputs 2648 bool rewrite(Instruction &I) { function in class:__anon24084::AggLoadStoreRewriter [all...] |
/external/antlr/antlr-3.4/runtime/C/ |
README | 32 the first set. Ultimately, I need to rewrite ANTLR v3 in itself (it's 144 ANTLR v3 tree construction is far superior--it provides tree rewrite 472 * tree grammars also can do rewrite=true for output=template. 474 If you are going to use $text in a tree grammar or do rewrite=true 479 * You get a warning for tree grammars that do rewrite=true and 486 output=template and rewrite=true for alt that is not simple 506 to string at last second. Allows you to rewrite with StringTemplate 509 * added rewrite option that makes -> template rewrites do replace ops for 510 TokenRewriteStream input stream. In output=template and rewrite=true mode 518 after each rewrite so that the input stream is altered. Later refs t [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
ITreeAdaptor.cs | 199 * rewrite rule as IMAG[$tokenLabel]. 211 * rewrite rule as IMAG[$tokenLabel, "IMAG"]. 223 * rewrite rule as IMAG["IMAG"].
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
ITreeAdaptor.cs | 68 * rewrite rule as IMAG[$tokenLabel]. 80 * rewrite rule as IMAG[$tokenLabel, "IMAG"]. 104 * rewrite rule as IMAG["IMAG"].
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
TreeAdaptor.java | 165 * rewrite rule as IMAG[$tokenLabel]. 173 * rewrite rule as IMAG[$tokenLabel, "IMAG"]. 181 * rewrite rule as IMAG["IMAG"].
|