HomeSort by relevance Sort by last modified time
    Searched defs:Parsing (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/tools/grit/grit/
exception.py 22 class Parsing(Base):
23 '''An error occurred parsing a GRD or XTB file.'''
27 class UnknownElement(Parsing):
32 class MissingElement(Parsing):
37 class UnexpectedChild(Parsing):
42 class UnexpectedAttribute(Parsing):
47 class UnexpectedContent(Parsing):
52 class MissingMandatoryAttribute(Parsing):
57 class MutuallyExclusiveMandatoryAttribute(Parsing):
62 class DuplicateKey(Parsing)
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
TreeFragment.py 2 # TreeFragments - parsing of strings to trees
13 import Parsing
18 Support for parsing strings into code trees.
46 set to the scope used when parsing.
68 ctx = Parsing.Ctx(allow_struct_enum_decorator=allow_struct_enum_decorator)
71 tree = Parsing.p_module(scanner, 0, module_name, ctx=ctx)
75 tree = Parsing.p_code(scanner, level=level, ctx=ctx)
Main.py 11 # Do not import Parsing here, import it when needed, because Parsing imports
15 # import Parsing
162 print("Context.find_module: Parsing %s" % pxd_pathname)
297 import Parsing
300 tree = Parsing.p_module(s, pxd, full_module_name)

Completed in 89 milliseconds