Home
last modified time | relevance | path

Searched refs:test_stripe (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/py-png/pypng-0.0.17/code/
H A Dgen29 def test_stripe(x, n): return float(int(x*n) & 1)
30 def test_stripe_h_2(x, y): return test_stripe(x, 2)
31 def test_stripe_h_4(x, y): return test_stripe(x, 4)
32 def test_stripe_h_10(x, y): return test_stripe(x, 10)
33 def test_stripe_v_2(x, y): return test_stripe(y, 2)
34 def test_stripe_v_4(x, y): return test_stripe(y, 4)
35 def test_stripe_v_10(x, y): return test_stripe(y, 10)
36 def test_stripe_lr_10(x, y): return test_stripe(x+y, 10)
37 def test_stripe_rl_10(x, y): return test_stripe(1+x-y, 10)
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/payment_stripe/tests/
H A D__init__.py2 from . import test_stripe
/dports/devel/py-game/pygame-2.1.0/test/test_utils/
H A Dpng.py3423 def test_stripe(x, n): function
3427 return test_stripe(x, 2)
3430 return test_stripe(x, 4)
3433 return test_stripe(x, 10)
3436 return test_stripe(y, 2)
3439 return test_stripe(y, 4)
3442 return test_stripe(y, 10)
3445 return test_stripe(x + y, 10)
3448 return test_stripe(1 + x - y, 10)
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/
H A Dpkg-plist17769 %%PYTHON_SITELIBDIR%%/odoo/addons/payment_stripe/tests/__pycache__/test_stripe%%PYTHON_EXT_SUFFIX%%…
17770 %%PYTHON_SITELIBDIR%%/odoo/addons/payment_stripe/tests/__pycache__/test_stripe%%PYTHON_EXT_SUFFIX%%…
17772 %%PYTHON_SITELIBDIR%%/odoo/addons/payment_stripe/tests/test_stripe.py