OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rewrites
(Results
101 - 125
of
204
) sorted by null
1
2
3
4
5
6
7
8
9
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ast.py
265
Here is an example transformer that
rewrites
all occurrences of name lookups
fileinput.py
59
This makes it possible to write a filter that
rewrites
its input file
/external/chromium_org/third_party/re2/
ucs2.diff
423
- //
Rewrites
*sp from being a pointer into text8 (UTF-8)
457
- //
Rewrites
*sp from begin a pointer into text16 (UCS-2)
/external/regex-re2/
ucs2.diff
423
- //
Rewrites
*sp from being a pointer into text8 (UTF-8)
457
- //
Rewrites
*sp from begin a pointer into text16 (UCS-2)
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
CodeGenTreeWalker.g
579
$rew.start.getType()==
REWRITES
&&
[
all
...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBaseTreeAdaptor.m
318
* If your node type doesn't handle this, it's ok but the tree
rewrites
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarAST.java
493
if (ttype == ANTLRParser.
REWRITES
|| ttype == ANTLRParser.REWRITE || ttype==ANTLRParser.ACTION) {