/aosp_15_r20/external/python/cpython3/Tools/peg_generator/pegen/ |
D | testutil.py | 26 def generate_parser(grammar: Grammar) -> Type[Parser]: 78 def generate_c_parser_source(grammar: Grammar) -> str: 86 grammar: Grammar, path: pathlib.PurePath, debug: bool = False,
|
D | validator.py | 12 def __init__(self, grammar: grammar.Grammar) -> None: 37 def validate_grammar(the_grammar: grammar.Grammar) -> None:
|
D | build.py | 212 grammar: Grammar, 241 grammar: Grammar,
|
D | grammar_visualizer.py | 27 def print_grammar_ast(self, grammar: Grammar, printer: Callable[..., None] = print) -> None:
|
D | python_generator.py | 195 grammar: grammar.Grammar,
|
D | parser_generator.py | 93 def __init__(self, grammar: Grammar, tokens: Set[str], file: Optional[IO[Text]]):
|
D | c_generator.py | 357 grammar: grammar.Grammar,
|
D | grammar.py | 43 class Grammar: class
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/ |
D | debug.hpp | 269 … #define BOOST_PROTO_ASSERT_MATCHES(Expr, Grammar) \ argument 278 … #define BOOST_PROTO_ASSERT_MATCHES_NOT(Expr, Grammar) \ argument
|
/aosp_15_r20/external/antlr/tool/src/main/java/org/antlr/tool/ |
H A D | Grammar.java | 91 public class Grammar { class 559 public Grammar(Tool tool, String fileName, CompositeGrammar composite) { in Grammar() method in Grammar 575 public Grammar() { this((Tool)null); } in Grammar() method in Grammar 577 public Grammar(Tool tool) { in Grammar() method in Grammar 587 public Grammar(String grammarString) in Grammar() method in Grammar 596 public Grammar(Tool tool, String grammarString) in Grammar() method in Grammar
|
/aosp_15_r20/external/libxkbcommon/doc/ |
H A D | rules-format.md | 38 Grammar section in The rules file
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/lib2to3/pgen2/ |
D | grammar.py | 22 class Grammar(object): class
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/lib2to3/pgen2/ |
D | grammar.py | 22 class Grammar(object): class
|
/aosp_15_r20/external/python/cpython3/Lib/lib2to3/pgen2/ |
D | grammar.py | 22 class Grammar(object): class
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/lib2to3/pgen2/ |
D | grammar.py | 22 class Grammar(object): class
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/lib2to3/pgen2/ |
D | grammar.py | 22 class Grammar(object): class
|
/aosp_15_r20/external/python/cpython2/Lib/lib2to3/pgen2/ |
D | grammar.py | 23 class Grammar(object): class
|
/aosp_15_r20/external/openscreen/tools/cddl/ |
H A D | README.md | 308 ### Grammar subsection
|
/aosp_15_r20/external/emboss/doc/design_docs/archive/ |
H A D | alternate_enum_cases.md | 290 #### Grammar subsubsection
|
/aosp_15_r20/external/emboss/compiler/front_end/ |
H A D | lr1.py | 147 class Grammar(object): class
|
/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/test/ |
H A D | grammar.rb | 42 class Grammar class
|
/aosp_15_r20/external/selinux/python/sepolgen/src/sepolgen/ |
H A D | yacc.py | 1475 class Grammar(object): class
|
/aosp_15_r20/external/ply/ply/ply/ |
H A D | yacc.py | 1475 class Grammar(object): class
|
/aosp_15_r20/external/libchrome/third_party/ply/ |
H A D | yacc.py | 1317 class Grammar(object): class
|
/aosp_15_r20/external/python/pycparser/pycparser/ply/ |
D | yacc.py | 1473 class Grammar(object): class
|