Home
last modified time | relevance | path

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

/dports/graphics/cairo/cairo-1.17.4/test/
H A Dapi-special-cases.c1752 if (status_before != status_after) { in preamble()
1757 status_after, cairo_status_to_string (status_after)); in preamble()
1770 status_after = cairo_status (cr); in preamble()
1780 if (status_before != status_after) { in preamble()
1785 status_after, cairo_status_to_string (status_after)); in preamble()
1800 status_after = cairo_status (cr); in preamble()
1810 if (status_before != status_after) { in preamble()
1815 status_after, cairo_status_to_string (status_after)); in preamble()
1834 status_after = cairo_status (cr); in test_context()
1843 if (status_after != CAIRO_STATUS_SURFACE_FINISHED && status_before != status_after) { in test_context()
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/aws/tests/unit/plugins/modules/
H A Dtest_aws_direct_connect_link_aggregation_group.py143 status_after = lag_module.lag_status(client=client, lag_id=dependencies.lag_2.get("lag_id"))
144 assert status_before != status_after
148 del status_after['lagName']
149 assert status_before == status_after
/dports/sysutils/ansible2/ansible-2.9.27/test/units/modules/cloud/amazon/
H A Dtest_aws_direct_connect_link_aggregation_group.py151 status_after = lag_module.lag_status(client=client, lag_id=dependencies.lag_2.get("lag_id"))
152 assert status_before != status_after
156 del status_after['lagName']
157 assert status_before == status_after
/dports/math/clblast/CLBlast-1.1.0/test/correctness/misc/
H A Doverride_parameters.cpp104 const auto status_after = example_routine.RunRoutine(args, buffers, queue); in RunOverrideTests() local
105 if (status_after != StatusCode::kSuccess) { errors++; continue; } in RunOverrideTests()
118 const auto status_after = example_routine.RunRoutine(args, buffers, queue); in RunOverrideTests() local
119 if (status_after != StatusCode::kSuccess) { errors++; continue; } in RunOverrideTests()
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/database/postgresql/
H A Dpostgresql_privs.py757 status_after = get_status(objs)
767 status_after.sort(key=nonesorted)
768 return status_before != status_after
/dports/sysutils/py-ansible-base/ansible-base-2.10.15/test/support/integration/plugins/modules/
H A Dpostgresql_privs.py782 status_after = get_status(objs)
792 status_after.sort(key=nonesorted)
793 return status_before != status_after
/dports/sysutils/py-ansible-core/ansible-core-2.11.6/test/support/integration/plugins/modules/
H A Dpostgresql_privs.py782 status_after = get_status(objs)
792 status_after.sort(key=nonesorted)
793 return status_before != status_after
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/postgresql/plugins/modules/
H A Dpostgresql_privs.py836 status_after = get_status(objs)
846 status_after.sort(key=nonesorted)
847 return status_before != status_after