HomeSort by relevance Sort by last modified time
    Searched full:perform_operation (Results 1 - 3 of 3) sorted by null

  /external/cmockery/cmockery_0_1_2/src/example/
calculator_test.c 49 extern int perform_operation(
172 // Ensure perform_operation() asserts when a NULL arguments array is specified.
180 expect_assert_failure(perform_operation(
186 /* Ensure perform_operation() asserts when a NULL operator_functions array is
195 expect_assert_failure(perform_operation(
200 /* Ensure perform_operation() asserts when a NULL pointer is specified for
211 expect_assert_failure(perform_operation(
216 /* Ensure perform_operation() asserts when a NULL pointer is specified for
227 expect_assert_failure(perform_operation(
233 // Ensure perform_operation() returns 0 when no arguments are specified
    [all...]
calculator.c 155 static int perform_operation( function
243 const int result = perform_operation(
  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
cli.py 116 def perform_operation(self, indata, key, cli_args=None): member in class:CryptoOperation
134 outdata = self.perform_operation(indata, key, cli_args)
207 def perform_operation(self, indata, pub_key, cli_args=None): member in class:EncryptOperation
224 def perform_operation(self, indata, priv_key, cli_args=None): member in class:DecryptOperation
245 def perform_operation(self, indata, priv_key, cli_args): member in class:SignOperation
269 def perform_operation(self, indata, pub_key, cli_args): member in class:VerifyOperation
312 self.perform_operation(infile, outfile, key, cli_args)
351 def perform_operation(self, infile, outfile, pub_key, cli_args=None): member in class:EncryptBigfileOperation
367 def perform_operation(self, infile, outfile, priv_key, cli_args=None): member in class:DecryptBigfileOperation

Completed in 91 milliseconds