Home
last modified time | relevance | path

Searched refs:test_addition (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/sandboxed-api/sandboxed_api/examples/sum/
H A Dmain_sum.cc206 absl::Status test_addition(sapi::Sandbox* sandbox, int a, int b, int c) { in test_addition() function
225 CHECK(st.Run(test_addition, 1, 1, 2).ok()); in main()
226 CHECK(st.Run(test_addition, 1336, 1, 1337).ok()); in main()
227 CHECK(st.Run(test_addition, 1336, 1, 7).code() == in main()
/aosp_15_r20/external/python/absl-py/absl/testing/tests/
Dparameterized_test.py81 def test_addition(self, op1, op2, result): member in ParameterizedTestsTest.GoodAdditionParams
89 def test_addition(self, op1, op2, result): member in ParameterizedTestsTest.BadAdditionParams
95 def test_addition(self, op1, op2, result): member in ParameterizedTestsTest.MixedAdditionParams
104 def test_addition(self, op1, op2, result): member in ParameterizedTestsTest.DictionaryArguments
1065 def test_addition(self, op1, op2, result): member in CoopMetaclassCreationTest.MyParams
/aosp_15_r20/bootable/libbootloader/gbl/libsafemath/src/
H A Dlib.rs320 fn test_addition() { in test_addition() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/fend-core-1.4.6/src/num/
H A Dbiguint.rs836 fn test_addition() { in test_addition() function
H A Dbigrat.rs1301 fn test_addition() -> FResult<()> { in test_addition() function
/aosp_15_r20/external/pytorch/test/
H A Dtest_sympy_utils.py509 def test_addition(self): member in TestSympySolve
/aosp_15_r20/external/rust/android-crates-io/crates/glam/tests/
Dquat.rs386 glam_test!(test_addition, {
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_decimal.py930 def test_addition(self): member in DecimalArithmeticOperatorsTest
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_decimal.py1273 def test_addition(self): member in ArithmeticOperatorsTest