Searched refs:lex (Results 1 - 25 of 154) sorted by relevance

1234567

/external/javassist/src/main/javassist/compiler/
H A DParser.java21 private Lex lex; field in class:Parser
23 public Parser(Lex lex) { argument
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)
54 throw new SyntaxError(lex);
60 name = lex
[all...]
H A DCompileError.java22 private Lex lex; field in class:CompileError
27 lex = l;
32 lex = null;
43 public Lex getLex() { return lex; }
/external/bison/doc/
H A Dcommon.x2 .BR lex (1),
/external/swiftshader/src/OpenGL/compiler/preprocessor/
H A DLexer.h28 virtual void lex(Token* token) = 0;
/external/dtc/
H A DMakefile.convert-dtsv011 CONVERT_GEN_SRCS = convert-dtsv0-lexer.lex.c
/external/swiftshader/third_party/LLVM/utils/lit/lit/
H A DTclUtil.py152 def lex(self): member in class:TclLexer
172 def lex(self): member in class:TclExecCommand
179 next = self.lex()
186 arg = self.lex()
204 arg = self.lex()
238 self.lex()
254 def lex(self, str, *args, **kwargs): member in class:TestTclLexer
255 return list(TclLexer(str, *args, **kwargs).lex())
262 self.assertEqual(self.lex('a b c'),
264 self.assertEqual(self.lex(
[all...]
H A DShUtil.py61 # Otherwise, lex the operator and convert to a redirection
159 def lex(self): member in class:ShLexer
171 self.tokens = ShLexer(data, win32Escapes = win32Escapes).lex()
173 def lex(self): member in class:ShParser
180 next = self.lex()
186 tok = self.lex()
203 args.append(self.lex())
212 op = self.lex()
213 arg = self.lex()
223 self.lex()
252 def lex(self, str, *args, **kwargs): member in class:TestShLexer
[all...]
/external/elfutils/tests/
H A Drun-addr2line-i-lex-test.sh35 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/
H A Dlexer.ml5 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/
H A Dlexer.ml5 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/
H A Dlexer.ml5 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/Chapter5/
H A Dlexer.ml5 let rec lex = parser var
7 | [< ' (' ' | '\n' | '\r' | '\t'); stream >] -> lex stream
27 [< 'Token.Kwd c; lex stream >]
36 | [< stream=lex >] ->
43 | [< stream=lex >] ->
55 | [< ' ('\n'); stream=lex >] -> stream
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dlexer.ml5 let rec lex = parser var
7 | [< ' (' ' | '\n' | '\r' | '\t'); stream >] -> lex stream
27 [< 'Token.Kwd c; lex stream >]
36 | [< stream=lex >] ->
43 | [< stream=lex >] ->
57 | [< ' ('\n'); stream=lex >] -> stream
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dlexer.ml5 let rec lex = parser var
7 | [< ' (' ' | '\n' | '\r' | '\t'); stream >] -> lex stream
27 [< 'Token.Kwd c; lex stream >]
36 | [< stream=lex >] ->
43 | [< stream=lex >] ->
58 | [< ' ('\n'); stream=lex >] -> stream
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter2/
H A Dlexer.ml5 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/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter3/
H A Dlexer.ml5 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/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter4/
H A Dlexer.ml5 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/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter5/
H A Dlexer.ml5 let rec lex = parser var
7 | [< ' (' ' | '\n' | '\r' | '\t'); stream >] -> lex stream
27 [< 'Token.Kwd c; lex stream >]
36 | [< stream=lex >] ->
43 | [< stream=lex >] ->
55 | [< ' ('\n'); stream=lex >] -> stream
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter6/
H A Dlexer.ml5 let rec lex = parser var
7 | [< ' (' ' | '\n' | '\r' | '\t'); stream >] -> lex stream
27 [< 'Token.Kwd c; lex stream >]
36 | [< stream=lex >] ->
43 | [< stream=lex >] ->
57 | [< ' ('\n'); stream=lex >] -> stream
/external/swiftshader/third_party/LLVM/examples/OCaml-Kaleidoscope/Chapter7/
H A Dlexer.ml5 let rec lex = parser var
7 | [< ' (' ' | '\n' | '\r' | '\t'); stream >] -> lex stream
27 [< 'Token.Kwd c; lex stream >]
36 | [< stream=lex >] ->
43 | [< stream=lex >] ->
58 | [< ' ('\n'); stream=lex >] -> stream
/external/llvm/utils/lit/lit/
H A DShUtil.py62 # Otherwise, lex the operator and convert to a redirection
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()
228 self.lex()
253 def lex(self, str, *args, **kwargs): member in class:TestShLexer
[all...]
/external/selinux/checkpolicy/
H A DMakefile19 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
60 -rm -f $(TARGETS) $(CHECKPOLOBJS) $(CHECKMODOBJS) y.tab.c y.tab.h lex.yy.c
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/Composition/
H A DProgram.cs37 var lex = new VecMathLexer(input);
38 var tokens = new CommonTokenStream(lex);
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treeparser/
H A DMain.java7 LangLexer lex = new LangLexer(input);
8 CommonTokenStream tokens = new CommonTokenStream(lex);
/external/libpcap/
H A Drunlex.sh16 echo "Usage: runlex <lex/flex command to run> [ arguments ]" 1>&2
27 echo "Neither lex nor flex was found" 1>&2
36 outfile=lex.yy.c
108 # If it's lex, it doesn't support -o, so we just write to
109 # lex.yy.c and, if it succeeds, rename it to the right name,
110 # otherwise we remove lex.yy.c.
112 # write to lex.yy.c, it writes to a lex.{prefix from -P}.c.
170 # No. Get rid of any lex.yy.c file we generated, and
173 rm -f lex
[all...]

Completed in 429 milliseconds

1234567