Home
last modified time | relevance | path

Searched refs:make_suite (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Lib/lib2to3/
Dfixer_util.py285 def make_suite(node): function
371 n = find_binding(name, make_suite(child.children[-1]), package)
374 n = find_binding(name, make_suite(child.children[-1]), package)
377 n = find_binding(name, make_suite(child.children[2]), package)
384 n = find_binding(name, make_suite(child.children[i+4]), package)
/third_party/expat/
D19-backport-tests-Cover-missing-validation-of-encoding.patch136 @@ -11870,6 +11977,7 @@ make_suite(void) {
144 @@ -11878,6 +11986,7 @@ make_suite(void) {
D04-backport-CVE-2022-23852-tests-Cover-integer-overflow-in-XML_GetBuffer-CVE-20.patch46 @@ -11731,6 +11755,9 @@ make_suite(void) {
D18-backport-tests-Cover-CVE-2022-25236.patch50 @@ -11905,6 +11934,7 @@ make_suite(void) {
D12-backport-0002-CVE-2022-40674.patch93 @@ -12016,6 +12088,8 @@ make_suite(void) {
D20-backport-tests-Cover-overeager-DTD-destruction-in-XML_Externa.patch69 @@ -12401,6 +12448,8 @@ make_suite(void) {
D22-backport-tests-Protect-against-nested-element-declaration-mod.patch98 @@ -11863,6 +11939,7 @@ make_suite(void) {
/third_party/skia/third_party/externals/expat/expat/tests/
Druntests.c11732 make_suite(void) { in make_suite() function
12120 Suite *s = make_suite(); in main()