HomeSort by relevance Sort by last modified time
    Searched defs:lex (Results 26 - 44 of 44) sorted by null

12

  /external/svox/pico/lib/
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...]
  /external/chromium_org/ppapi/generators/
idl_parser.py 39 from ply import lex namespace
822 if type(prev) == lex.LexToken:
947 except lex.LexError as le:
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/
glslang_tab.h 167 } lex; member in union:YYSTYPE
glslang_tab.cpp 249 } lex; member in union:YYSTYPE
    [all...]
  /external/chromium_org/third_party/jinja2/
environment.py 461 def lex(self, source, name=None, filename=None): member in class:Environment
462 """Lex the given sourcecode and return a generator that yields
480 called for all parsing and compiling methods but *not* for :meth:`lex`
    [all...]
  /external/chromium_org/third_party/ply/
yacc.py 106 import lex namespace
108 import ply.lex as lex namespace
109 return lex
175 # .lexpos = Starting lex position
176 # .endlexpos = Ending lex position (optional, set automatically)
295 # If no lexer was given, we will try to use the lex module
297 lex = load_ply_lex()
298 lexer = lex.lexer
606 # If no lexer was given, we will try to use the lex modul
    [all...]
  /external/chromium_org/tools/idl_parser/
idl_parser.py 46 from ply import lex namespace
53 from ply import lex namespace
849 if type(prev) == lex.LexToken:
1012 except lex.LexError as lexError:
  /external/chromium_org/third_party/angle/src/compiler/preprocessor/
Tokenizer.cpp 155 * to BEGIN to return to the state. The YYSTATE alias is for lex
515 This file contains the Lex specification for GLSL ES preprocessor.
2325 void Tokenizer::lex(Token* token) function in class:pp::Tokenizer
    [all...]
  /external/clang/lib/Format/
Format.cpp 26 #include "clang/Lex/Lexer.h"
1340 ArrayRef<FormatToken *> lex() { function in class:clang::format::__anon15844::FormatTokenLexer
    [all...]
  /external/doclava/src/com/google/doclava/
InfoBuilder.java 63 JavaLexer lex; local
65 lex = new JavaLexer(new ANTLRFileStream(mFilename, "UTF8"));
67 CommonTokenStream tokens = new CommonTokenStream(lex);
77 lex = null;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerImpl.java 2270 LexicalHandler lex = null; local
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
jython-2.5.3.jar 
  /prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/jython/
jython.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 

Completed in 909 milliseconds

12