/external/llvm/lib/Target/Sparc/AsmParser/ |
SparcAsmParser.cpp | 567 Parser.Lex(); 570 Parser.Lex(); 606 Parser.Lex(); // Eat the comma. 620 Parser.Lex(); // Consume the EndOfStatement. 669 Parser.Lex(); 672 Parser.Lex(); 696 Parser.Lex(); // Eat the '+' 729 Parser.Lex(); // Eat the [ 735 Parser.Lex(); // eat % 741 Parser.Lex(); // Eat the identifier token [all...] |
/external/javassist/src/main/javassist/compiler/ |
Javac.java | 88 Parser p = new Parser(new Lex(src)); 211 Parser p = new Parser(new Lex(src)); 434 Parser p = new Parser(new Lex(target)); 522 Parser p = new Parser(new Lex(target)); 563 Parser p = new Parser(new Lex(src)); 592 Parser p = new Parser(new Lex(src));
|
/external/llvm/lib/TableGen/ |
TGLexer.cpp | 69 --CurPtr; // Another call to lex will return EOF again. 182 /// LexString - Lex "[^"]*" 263 return Lex(); 321 // Save the line number and lex buffer of the includer. 375 /// LexNumber - Lex: 456 /// LexExclaim - Lex '!' and '![a-zA-Z]+'.
|
/prebuilts/gdb/darwin-x86/lib/python2.7/xml/sax/ |
expatreader.py | 232 lex = self._lex_handler_prop 234 if lex is None: 241 parser.CommentHandler = lex.comment 242 parser.StartCdataSectionHandler = lex.startCDATA 243 parser.EndCdataSectionHandler = lex.endCDATA 245 parser.EndDoctypeDeclHandler = lex.endDTD
|
/prebuilts/gdb/linux-x86/lib/python2.7/xml/sax/ |
expatreader.py | 232 lex = self._lex_handler_prop 234 if lex is None: 241 parser.CommentHandler = lex.comment 242 parser.StartCdataSectionHandler = lex.startCDATA 243 parser.EndCdataSectionHandler = lex.endCDATA 245 parser.EndDoctypeDeclHandler = lex.endDTD
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/sax/ |
expatreader.py | 232 lex = self._lex_handler_prop 234 if lex is None: 241 parser.CommentHandler = lex.comment 242 parser.StartCdataSectionHandler = lex.startCDATA 243 parser.EndCdataSectionHandler = lex.endCDATA 245 parser.EndDoctypeDeclHandler = lex.endDTD
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/sax/ |
expatreader.py | 232 lex = self._lex_handler_prop 234 if lex is None: 241 parser.CommentHandler = lex.comment 242 parser.StartCdataSectionHandler = lex.startCDATA 243 parser.EndCdataSectionHandler = lex.endCDATA 245 parser.EndDoctypeDeclHandler = lex.endDTD
|
/external/bison/build-aux/ |
ylwrap | 2 # ylwrap - wrapper for lex/yacc invocations. 46 Wrapper for lex/yacc invocations, renaming files as desired. 171 # We want to use the real output file name, not yy.lex.c for
|
/external/mksh/ |
Makefrag.inc | 5 SRCS= lalloc.c eval.c exec.c expr.c funcs.c histrap.c jobs.c lex.c main.c misc.c shf.c syn.c tree.c var.c edit.c 6 SRCS_FP= ../src/lalloc.c ../src/eval.c ../src/exec.c ../src/expr.c ../src/funcs.c ../src/histrap.c ../src/jobs.c ../src/lex.c ../src/main.c ../src/misc.c ../src/shf.c ../src/syn.c ../src/tree.c ../src/var.c ../src/edit.c 7 OBJS_BP= lalloc.o eval.o exec.o expr.o funcs.o histrap.o jobs.o lex.o main.o misc.o shf.o syn.o tree.o var.o edit.o
|
/toolchain/binutils/binutils-2.25/ |
ylwrap | 2 # ylwrap - wrapper for lex/yacc invocations. 77 Wrapper for lex/yacc invocations, renaming files as desired. 189 # output file name, not yy.lex.c for instance. Adjust the
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRTreePatternLexer.h | 49 /** The tree pattern to lex like "(A B C)" */
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRTreePatternLexer.h | 49 /** The tree pattern to lex like "(A B C)" */
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRTreePatternLexer.h | 49 /** The tree pattern to lex like "(A B C)" */
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRTreePatternLexer.h | 49 /** The tree pattern to lex like "(A B C)" */
|
/external/bison/examples/calc++/ |
calc++-parser.yy | 14 %lex-param { calcxx_driver& driver }
|
/external/chromium-trace/catapult/third_party/Paste/paste/util/ |
template.py | 378 def lex(s, name=None, trim_whitespace=True): function 380 Lex a string into chunks: 382 >>> lex('hey') 384 >>> lex('hey {{you}}') 386 >>> lex('hey {{') 390 >>> lex('hey }}') 394 >>> lex('hey {{ {{') 443 >>> tokens = lex('{{if x}}\nx\n{{endif}}\ny', trim_whitespace=False) 537 tokens = lex(s, name=name)
|
template.py.2015-04-30-123224 | 383 def lex(s, name=None, trim_whitespace=True): 385 Lex a string into chunks: 387 >>> lex('hey') 389 >>> lex('hey {{you}}') 391 >>> lex('hey {{') 395 >>> lex('hey }}') 399 >>> lex('hey {{ {{') 448 >>> tokens = lex('{{if x}}\nx\n{{endif}}\ny', trim_whitespace=False) 542 tokens = lex(s, name=name)
|
/external/clang/ |
Android.mk | 107 lib/Lex \
|
/external/clang/include/clang/AST/ |
CommentBriefParser.h | 40 L.lex(Tok);
|
CommentLexer.h | 259 /// Finished lexing verbatim block beginning command, will lex first body 267 /// Finished lexing verbatim line beginning command, will lex text (one 319 /// Lex stuff inside comments. CommentEnd should be set correctly. 351 void lex(Token &T);
|
/external/clang/lib/Frontend/ |
PCHContainerOperations.cpp | 18 #include "clang/Lex/ModuleLoader.h"
|
/external/clang/lib/Frontend/Rewrite/ |
RewriteTest.cpp | 15 #include "clang/Lex/Preprocessor.h"
|
/external/clang/lib/Serialization/ |
GeneratePCH.cpp | 19 #include "clang/Lex/Preprocessor.h"
|
/external/clang/lib/Tooling/ |
Refactoring.cpp | 18 #include "clang/Lex/Lexer.h"
|
/external/clang/unittests/CodeGen/ |
BufferSourceTest.cpp | 16 #include "clang/Lex/Preprocessor.h"
|