Searched refs:make_suite (Results 1 – 8 of 8) sorted by relevance
/third_party/python/Lib/lib2to3/ |
D | fixer_util.py | 285 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/ |
D | 19-backport-tests-Cover-missing-validation-of-encoding.patch | 136 @@ -11870,6 +11977,7 @@ make_suite(void) { 144 @@ -11878,6 +11986,7 @@ make_suite(void) {
|
D | 04-backport-CVE-2022-23852-tests-Cover-integer-overflow-in-XML_GetBuffer-CVE-20.patch | 46 @@ -11731,6 +11755,9 @@ make_suite(void) {
|
D | 18-backport-tests-Cover-CVE-2022-25236.patch | 50 @@ -11905,6 +11934,7 @@ make_suite(void) {
|
D | 12-backport-0002-CVE-2022-40674.patch | 93 @@ -12016,6 +12088,8 @@ make_suite(void) {
|
D | 20-backport-tests-Cover-overeager-DTD-destruction-in-XML_Externa.patch | 69 @@ -12401,6 +12448,8 @@ make_suite(void) {
|
D | 22-backport-tests-Protect-against-nested-element-declaration-mod.patch | 98 @@ -11863,6 +11939,7 @@ make_suite(void) {
|
/third_party/skia/third_party/externals/expat/expat/tests/ |
D | runtests.c | 11732 make_suite(void) { in make_suite() function 12120 Suite *s = make_suite(); in main()
|