Home
last modified time | relevance | path

Searched refs:error_occurred (Results 1 – 3 of 3) sorted by relevance

/external/cmockery/cmockery_0_1_2/src/example/
Dcalculator_test.c54 int ** const intermediate_values, int * const error_occurred);
179 int error_occurred; in test_perform_operation_null_args() local
183 &error_occurred)); in test_perform_operation_null_args()
194 int error_occurred; in test_perform_operation_null_operator_functions() local
197 &intermediate_values, &error_occurred)); in test_perform_operation_null_operator_functions()
210 int error_occurred; in test_perform_operation_null_number_of_intermediate_values() local
213 &intermediate_values, &error_occurred)); in test_perform_operation_null_number_of_intermediate_values()
226 int error_occurred; in test_perform_operation_null_intermediate_values() local
230 &error_occurred)); in test_perform_operation_null_intermediate_values()
237 int error_occurred; in test_perform_operation_no_arguments() local
[all …]
Dcalculator.c160 int ** const intermediate_values, int * const error_occurred) { in perform_operation() argument
166 assert(error_occurred); in perform_operation()
170 *error_occurred = 0; in perform_operation()
182 *error_occurred = 1; in perform_operation()
203 *error_occurred = 1; in perform_operation()
211 *error_occurred = 1; in perform_operation()
220 *error_occurred = 1; in perform_operation()
229 if (*error_occurred) { in perform_operation()
/external/cmockery/cmockery_0_1_2/src/
Dcmockery.c280 int error_occurred = 0; in fail_if_leftover_values() local
285 error_occurred = 1; in fail_if_leftover_values()
292 error_occurred = 1; in fail_if_leftover_values()
294 if (error_occurred) { in fail_if_leftover_values()