Home
last modified time | relevance | path

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

/external/cmockery/cmockery_0_1_2/src/example/
Dcalculator_test.c49 extern int perform_operation(
180 expect_assert_failure(perform_operation( in test_perform_operation_null_args()
195 expect_assert_failure(perform_operation( in test_perform_operation_null_operator_functions()
211 expect_assert_failure(perform_operation( in test_perform_operation_null_number_of_intermediate_values()
227 expect_assert_failure(perform_operation( in test_perform_operation_null_intermediate_values()
238 assert_int_equal(perform_operation( in test_perform_operation_no_arguments()
260 assert_int_equal(perform_operation( in test_perform_operation_first_arg_not_integer()
283 assert_int_equal(perform_operation( in test_perform_operation_unknown_operator()
306 assert_int_equal(perform_operation( in test_perform_operation_missing_argument()
329 assert_int_equal(perform_operation( in test_perform_operation_no_integer_after_operator()
[all …]
Dcalculator.c155 static int perform_operation( in perform_operation() function
243 const int result = perform_operation( in main()
/external/python/rsa/rsa/
Dcli.py115 def perform_operation(self, indata, key, cli_args): member in CryptoOperation
133 outdata = self.perform_operation(indata, key, cli_args)
205 def perform_operation(self, indata, pub_key, cli_args=None): member in EncryptOperation
222 def perform_operation(self, indata, priv_key, cli_args=None): member in DecryptOperation
244 def perform_operation(self, indata, priv_key, cli_args): member in SignOperation
269 def perform_operation(self, indata, pub_key, cli_args): member in VerifyOperation
/external/python/cpython3/Doc/library/
Dcontextlib.rst608 result = perform_operation()
627 result = perform_operation()
648 result = perform_operation()
663 result = perform_operation()