Searched defs:test_addition (Results 1 – 4 of 4) sorted by relevance
| /external/python/absl-py/absl/testing/tests/ | ||
| D | parameterized_test.py | 81 def test_addition(self, op1, op2, result): member in ParameterizedTestsTest.GoodAdditionParams |
| /external/sandboxed-api/sandboxed_api/examples/sum/ | ||
| D | main_sum.cc | 206 absl::Status test_addition(sapi::Sandbox* sandbox, int a, int b, int c) { in test_addition() function |
| /external/python/cpython2/Lib/test/ | ||
| D | test_decimal.py | 930 def test_addition(self): member in DecimalArithmeticOperatorsTest |
| /external/python/cpython3/Lib/test/ | ||
| D | test_decimal.py | 1273 def test_addition(self): member in ArithmeticOperatorsTest |