HomeSort by relevance Sort by last modified time
    Searched refs:lex (Results 101 - 125 of 242) sorted by null

1 2 3 45 6 7 8 910

  /external/chromium_org/third_party/angle/src/compiler/translator/
glslang_tab.cpp 284 } lex; member in union:YYSTYPE
    [all...]
glslang_tab.h 200 } lex; member in union:YYSTYPE
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToSAXHandler.java 48 LexicalHandler lex,
52 setLexHandler(lex);
ToTextSAXHandler.java 67 public ToTextSAXHandler(ContentHandler hdlr, LexicalHandler lex, String encoding)
69 super(hdlr, lex, encoding);
  /external/checkpolicy/
Android.mk 26 # "-x c" forces the lex/yacc files to be compiled as c
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
toy.ml 22 let stream = Lexer.lex (Stream.of_channel stdin) in
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
toy.ml 22 let stream = Lexer.lex (Stream.of_channel stdin) in
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
toy.ml 22 let stream = Lexer.lex (Stream.of_channel stdin) in
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 23 let stream = Lexer.lex (Stream.of_channel stdin) in
  /external/clang/include/clang/AST/
CommentParser.h 63 L.lex(Tok);
  /external/libnl/lib/route/
pktloc_syntax.y 15 %lex-param {void *scanner}
  /external/libsepol/tests/
Makefile 20 $(CHECKPOLICY)parse_util.o $(CHECKPOLICY)lex.yy.o \
  /external/chromium_org/third_party/WebKit/Source/core/xml/
XPathParser.h 74 int lex(void* yylval);
  /external/chromium_org/third_party/angle/tests/preprocessor_tests/
define_test.cpp 856 mPreprocessor.lex(&token);
868 mPreprocessor.lex(&token);
879 mPreprocessor.lex(&token);
890 mPreprocessor.lex(&token);
identifier_test.cpp 21 mPreprocessor.lex(&token);
  /external/owasp/sanitizer/src/main/org/owasp/html/
CssGrammar.java 66 CssTokens tokens = CssTokens.lex(css);
  /external/svox/pico/lib/
picowa.c 66 /* lex knowledge base */
67 picoklex_Lex lex; member in struct:wa_subobj
105 /* kb lex */
106 wa->lex = picoklex_getLex(this->voice->kbArray[PICOKNOW_KBID_LEX_MAIN]);
107 if (wa->lex == NULL) {
111 PICODBG_DEBUG(("got lex"));
290 if (!found && !picoklex_lexLookup(wa->lex, content, head->len, &lexres)) {
291 /* no lex entry found, WORDGRAPH(POS,NA)graph */
309 ensured for user lex too */
344 /* set lex pos in info1 *
    [all...]
picosa.c 86 2. lex-index lookup and G2P (both directions possible, left-to-right done):
229 /* lex knowledge base */
230 picoklex_Lex lex; member in struct:sa_subobj
402 /* kb lex */
403 sa->lex = picoklex_getLex(this->voice->kbArray[PICOKNOW_KBID_LEX_MAIN]);
404 if (sa->lex == NULL) {
408 PICODBG_DEBUG(("got lex"));
735 picoklex_Lex lex,
742 if (picoklex_lexIndLookup(lex, &(sa->cbuf1[sa->headx[ind].cind + 1]),
1197 picoklex_Lex lex; local
    [all...]
  /ndk/sources/host-tools/nawk-20071023/
GNUmakefile 31 lex.c \
README 53 cc -c lex.c
54 cc ytab.o b.o main.o parse.o proctab.o tran.o lib.o run.o lex.o -lm
  /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/chromium_org/third_party/angle/src/compiler/preprocessor/
ExpressionParser.y 74 %lex-param {Context *context}
263 context->lexer->lex(token);
  /external/elfutils/0.153/config/
ylwrap 2 # ylwrap - wrapper for lex/yacc invocations.
46 Wrapper for lex/yacc invocations, renaming files as desired.
167 # We want to use the real output file name, not yy.lex.c for
  /external/llvm/tools/llvm-mcmarkup/
llvm-mcmarkup.cpp 70 MarkupLexer &Lex;
73 MarkupParser(MarkupLexer &lex, SourceMgr &SrcMgr) : Lex(lex), SM(SrcMgr) {}
125 StringRef::const_iterator Start = Lex.getPosition();
127 while(Lex.getNextChar() != ':') {
129 if (Lex.isEOF())
132 StringRef RawTag(Start, Lex.getPosition() - Start - 1);
152 MarkupLexer Lex(InputSource);
153 MarkupParser Parser(Lex, SrcMgr)
    [all...]
  /external/mksh/
Android.mk 30 src/lex.c src/main.c src/misc.c src/shf.c \

Completed in 1969 milliseconds

1 2 3 45 6 7 8 910