/external/bison/doc/ |
common.x | 2 .BR lex (1),
|
/external/iproute2/tc/ |
.gitignore | 2 *.lex.c
|
/external/mesa3d/src/mesa/program/ |
.gitignore | 2 lex.yy.c
|
/external/selinux/checkpolicy/ |
.gitignore | 3 lex.yy.c
|
Makefile | 17 CHECKOBJS = y.tab.o lex.yy.o queue.o module_compiler.o parse_util.o \ 24 GENERATED=lex.yy.c y.tab.c y.tab.h 39 lex.yy.o: lex.yy.c 45 lex.yy.c: policy_scan.l y.tab.c 46 $(LEX) policy_scan.l 60 -rm -f $(TARGETS) $(CHECKPOLOBJS) $(CHECKMODOBJS) y.tab.c y.tab.h lex.yy.c
|
/external/javassist/src/main/javassist/compiler/ |
Parser.java | 21 private Lex lex; field in class:Parser 23 public Parser(Lex lex) { 24 this.lex = lex; 27 public boolean hasMore() { return lex.lookAhead() >= 0; } 46 if (lex.lookAhead() == Identifier && lex.lookAhead(1) == '(') { 53 if (lex.get() != Identifier [all...] |
CompileError.java | 22 private Lex lex; field in class:CompileError 25 public CompileError(String s, Lex l) { 27 lex = l; 32 lex = null; 43 public Lex getLex() { return lex; }
|
/external/mesa3d/src/glsl/glcpp/ |
.gitignore | 2 glcpp-lex.c
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/fuzzy/ |
input | 7 FuzzyJava lex = new FuzzyJava(input); 8 TokenStream tokens = new CommonTokenStream(lex);
|
main.m | 12 Fuzzy *lex = [Fuzzy newFuzzyWithCharStream:stream]; 13 ANTLRCommonTokenStream *tokens = [ANTLRCommonTokenStream newANTLRCommonTokenStreamWithTokenSource:lex]; 17 while ((currentToken = [lex nextToken]) && [currentToken getType] != ANTLRTokenTypeEOF) { 21 [lex release];
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t019lexer.input | 7 FuzzyJava lex = new FuzzyJava(input); 8 TokenStream tokens = new CommonTokenStream(lex);
|
t020fuzzy.input | 7 FuzzyJava lex = new FuzzyJava(input); 8 TokenStream tokens = new CommonTokenStream(lex);
|
t020fuzzy.output | 6 found var lex
|
/external/bison/m4/ |
flex.m4 | 9 # Look for flex or lex. Set its associated library to LEXLIB. 10 # Check if lex declares yytext as a char * by default, not a char[]. 11 AN_MAKEVAR([LEX], [AC_PROG_LEX]) 12 AN_PROGRAM([lex], [AC_PROG_LEX]) 15 [AC_CHECK_PROGS([LEX], [flex lex], [:]) 16 if test "x$LEX" != "x:"; then 23 # Check whether this is Flex, for the Lex output root, the Lex library, 24 # and whether Lex declares yytext as a char * by default [all...] |
/external/libpcap/ |
runlex.sh | 5 # Script to run Lex/Flex. 7 # means that neither Flex nor Lex was found, so we report an error and 16 echo "Usage: runlex <lex/flex command to run> [ arguments ]" 1>&2 19 LEX="$1" 23 # Check whether we have Lex or Flex. 25 if [ -z "${LEX}" ] 27 echo "Neither lex nor flex was found" 1>&2 33 # embed complete knowledge of what options are supported by Lex/Flex. 36 outfile=lex.yy.c 66 # Is it Lex, or is it Flex [all...] |
/external/llvm/lib/TableGen/ |
TGParser.cpp | 383 switch (Lex.getCode()) { 418 if (Lex.getCode() != tgtok::Id) { 423 Record *Result = Records.getClass(Lex.getCurStrVal()); 425 TokError("Couldn't find class '" + Lex.getCurStrVal() + "'"); 427 Lex.Lex(); 437 if (Lex.getCode() != tgtok::Id) { 442 MultiClass *Result = MultiClasses[Lex.getCurStrVal()].get(); 444 TokError("Couldn't find multiclass '" + Lex.getCurStrVal() + "'"); 446 Lex.Lex() [all...] |
/external/fio/ |
.gitignore | 11 lex.yy.c
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/ |
Main.java | 7 LangLexer lex = new LangLexer(input); local 8 CommonTokenStream tokens = new CommonTokenStream(lex);
|
/external/clang/lib/ |
CMakeLists.txt | 3 add_subdirectory(Lex)
|
/external/llvm/utils/lit/lit/ |
ShUtil.py | 62 # Otherwise, lex the operator and convert to a redirection 132 lex_one_token - Lex a single 'sh' token. """ 162 def lex(self): member in class:ShLexer 175 self.tokens = ShLexer(data, win32Escapes = win32Escapes).lex() 177 def lex(self): member in class:ShParser 183 token = self.lex() 189 tok = self.lex() 206 args.append(self.lex()) 215 op = self.lex() 216 arg = self.lex() 253 def lex(self, str, *args, **kwargs): member in class:TestShLexer [all...] |
/external/clang/lib/Lex/ |
PreprocessorLexer.cpp | 14 #include "clang/Lex/PreprocessorLexer.h" 16 #include "clang/Lex/LexDiagnostic.h" 17 #include "clang/Lex/Preprocessor.h" 30 /// \brief After the preprocessor has parsed a \#include, lex and 40 // Lex the filename. 44 PP->Lex(FilenameTok);
|
/external/elfutils/tests/ |
run-addr2line-i-lex-test.sh | 35 testfiles testfile-lex-inlines 37 testrun_compare ${abs_top_builddir}/src/addr2line -i -e testfile-lex-inlines 0x0000000000000680 <<\EOF 41 testrun_compare ${abs_top_builddir}/src/addr2line -i -e testfile-lex-inlines 0x0000000000000681 <<\EOF 45 testrun_compare ${abs_top_builddir}/src/addr2line -i -e testfile-lex-inlines 0x0000000000000690 <<\EOF 50 testrun_compare ${abs_top_builddir}/src/addr2line -i -e testfile-lex-inlines 0x0000000000000691 <<\EOF 56 testrun_compare ${abs_top_builddir}/src/addr2line -f -i -e testfile-lex-inlines 0x0000000000000680 0x0000000000000681 0x0000000000000690 0x0000000000000691 <<\EOF
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/ |
lexer.ml | 5 let rec lex = parser var 7 | [< ' (' ' | '\n' | '\r' | '\t'); stream >] -> lex stream 27 [< 'Token.Kwd c; lex stream >] 36 | [< stream=lex >] -> 43 | [< stream=lex >] -> 50 | [< ' ('\n'); stream=lex >] -> stream
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/ |
lexer.ml | 5 let rec lex = parser var 7 | [< ' (' ' | '\n' | '\r' | '\t'); stream >] -> lex stream 27 [< 'Token.Kwd c; lex stream >] 36 | [< stream=lex >] -> 43 | [< stream=lex >] -> 50 | [< ' ('\n'); stream=lex >] -> stream
|
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/ |
lexer.ml | 5 let rec lex = parser var 7 | [< ' (' ' | '\n' | '\r' | '\t'); stream >] -> lex stream 27 [< 'Token.Kwd c; lex stream >] 36 | [< stream=lex >] -> 43 | [< stream=lex >] -> 50 | [< ' ('\n'); stream=lex >] -> stream
|