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

12345

/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/elfutils/src/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/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 DMakefile17 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.sh18 echo "Usage: runlex <lex/flex command to run> [ arguments ]" 1>&2
29 echo "Neither lex nor flex was found" 1>&2
38 outfile=lex.yy.c
110 # If it's lex, it doesn't support -o, so we just write to
111 # lex.yy.c and, if it succeeds, rename it to the right name,
112 # otherwise we remove lex.yy.c.
114 # write to lex.yy.c, it writes to a lex.{prefix from -P}.c.
172 # No. Get rid of any lex.yy.c file we generated, and
175 rm -f lex
[all...]
/external/clang/include/clang/AST/
H A DCommentBriefParser.h40 L.lex(Tok);
/external/bison/build-aux/
H A Dmissing82 flex create 'lex.yy.c', if possible, from existing .c
84 lex create 'lex.yy.c', if possible, from existing .c
119 lex*|yacc*)
240 lex*|flex*)
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if test ! -f lex.yy.c; then
259 echo 'main() { return 0; }' >lex.yy.c
/external/libcap-ng/libcap-ng-0.7/
H A Dmissing83 flex create \`lex.yy.c', if possible, from existing .c
85 lex create \`lex.yy.c', if possible, from existing .c
120 lex*|yacc*)
241 lex*|flex*)
247 rm -f lex.yy.c
254 cp "$SRCFILE" lex.yy.c
259 if test ! -f lex.yy.c; then
260 echo 'main() { return 0; }' >lex.yy.c
/external/libopus/
H A Dmissing83 flex create \`lex.yy.c', if possible, from existing .c
85 lex create \`lex.yy.c', if possible, from existing .c
120 lex*|yacc*)
241 lex*|flex*)
247 rm -f lex.yy.c
254 cp "$SRCFILE" lex.yy.c
259 if test ! -f lex.yy.c; then
260 echo 'main() { return 0; }' >lex.yy.c
/external/libvncserver/
H A Dmissing83 flex create \`lex.yy.c', if possible, from existing .c
85 lex create \`lex.yy.c', if possible, from existing .c
120 lex*|yacc*)
241 lex*|flex*)
247 rm -f lex.yy.c
254 cp "$SRCFILE" lex.yy.c
259 if test ! -f lex.yy.c; then
260 echo 'main() { return 0; }' >lex.yy.c
/external/llvm/autoconf/
H A Dmissing82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
110 lex|yacc)
240 lex|flex)
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c
/external/openfst/
H A Dmissing83 flex create \`lex.yy.c', if possible, from existing .c
85 lex create \`lex.yy.c', if possible, from existing .c
120 lex*|yacc*)
241 lex*|flex*)
247 rm -f lex.yy.c
254 cp "$SRCFILE" lex.yy.c
259 if test ! -f lex.yy.c; then
260 echo 'main() { return 0; }' >lex.yy.c
/external/selinux/sepolgen/src/sepolgen/
H A Dclassperms.py55 import lex namespace
56 lex.lex()
103 #lex.input(txt)
105 # tok = lex.token()
/external/owasp/sanitizer/src/tests/org/owasp/html/
H A DCssTokensTest.java45 private static CssTokens lex(String s) { method in class:CssTokensTest
46 CssTokens tokens = CssTokens.lex(s);
51 CssTokens.lex(tokens.normalizedCss).normalizedCss);
57 CssTokens tokens = lex("([foo[[||]])");
118 CssTokens tokens = lex(input);
134 lex(
141 assertEquals("foo/ bar/", lex("foo/bar/").normalizedCss);
148 lex("||<!-- and --> are ignorable||").normalizedCss);
151 lex("<!-\\- and -\\-> are not ignorable").normalizedCss);
208 CssTokens tokens = lex(inpu
[all...]
/external/cmockery/cmockery_0_1_2/
H A Dmissing82 flex create \`lex.yy.c', if possible, from existing .c
84 lex create \`lex.yy.c', if possible, from existing .c
110 lex|yacc)
240 lex|flex)
246 rm -f lex.yy.c
253 cp "$SRCFILE" lex.yy.c
258 if [ ! -f lex.yy.c ]; then
259 echo 'main() { return 0; }' >lex.yy.c

Completed in 1057 milliseconds

12345