Home
last modified time | relevance | path

Searched refs:pgen (Results 1 – 12 of 12) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/removesilence/
Dvad_private.c34 union pgen union
46 union pgen base;
47 union pgen tail;
48 union pgen head;
/third_party/boost/libs/multiprecision/example/
Drandom_snips.cpp285 boost::scoped_ptr<big_fib_gen> pgen(new big_fib_gen); in t5() local
291 std::cout << (*pgen)() << std::endl; in t5()
/third_party/python/Lib/lib2to3/pgen2/
Ddriver.py26 from . import grammar, parse, token, tokenize, pgen
121 g = pgen.generate_grammar(gt)
/third_party/python/Misc/NEWS.d/
D3.6.0a4.rst665 pgen and _freeze_importlib executables from being cross-compiled.
D3.8.0a4.rst62 implementations after the removal of pgen.
218 Regenerate :mod:`keyword` from the Grammar and Tokens file using pgen. Patch
D3.6.0a2.rst743 Fix the cross-compiling pgen rule for in-tree builds. Patch by Xavier de
D3.8.0a3.rst244 Retire pgen and use a modified version of pgen2 to generate the parser.
D3.5.2rc1.rst1954 Disable the rules for running _freeze_importlib and pgen when
1966 Fix the cross-compiling pgen rule for in-tree builds. Patch by Xavier de
D3.5.3rc1.rst2133 pgen and _freeze_importlib executables from being cross-compiled.
D3.6.0a1.rst3653 Disable the rules for running _freeze_importlib and pgen when
/third_party/python/Doc/whatsnew/
D3.8.rst1996 * The header files and functions related to pgen have been removed after its
/third_party/python/Misc/
DHISTORY8168 - Issue #14321: Do not run pgen during the build if files are up to date.
12659 - Don't run pgen twice when using make -j.
21629 - In support of PEP 269 (making the pgen parser generator accessible
21630 from Python), some changes to the pgen code structure were made; a
21631 few files that used to be linked only with pgen are now linked with