Home
last modified time | relevance | path

Searched refs:error_occurred (Results 1 – 11 of 11) 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/chromium_org/third_party/android_testrunner/
Drun_command.py84 global _abort_on_error, error_occurred
85 error_occurred = False
106 global error_occurred
120 error_occurred = True
124 error_occurred = True
140 if _abort_on_error and error_occurred:
Dpatch.diff18 global _abort_on_error, error_occurred
19 error_occurred = False
40 global error_occurred
103 if _abort_on_error and error_occurred:
/external/chromium_org/chrome/browser/extensions/api/web_navigation/
Dframe_navigation_state.cc72 frame_state->second.error_occurred) { in CanSendEvents()
100 frame_state.error_occurred = is_error_page; in TrackFrame()
211 frame_state_map_[frame_id].error_occurred = true; in SetErrorOccurredInFrame()
218 frame_state->second.error_occurred); in GetErrorOccurredInFrame()
Dframe_navigation_state.h131 bool error_occurred; // True if an error has occurred in this frame. member
Dweb_navigation_api.cc739 frame_details.error_occurred = in RunSync()
794 frame->error_occurred = navigation_state.GetErrorOccurredInFrame(frame_id); in RunSync()
/external/chromium_org/chrome/browser/media_galleries/linux/
Dmtp_read_file_worker.cc87 if (snapshot_file_details->error_occurred()) { in OnDidReadDataChunkFromDeviceFile()
127 if (snapshot_file_details->error_occurred()) { in OnDidWriteIntoSnapshotFile()
Dsnapshot_file_details.h75 bool error_occurred() const { in error_occurred() function
/external/chromium_org/content/browser/speech/
Dgoogle_one_shot_remote_engine.cc277 bool error_occurred = (!source->GetStatus().is_success() || in OnURLFetchComplete() local
282 if (error_occurred) { in OnURLFetchComplete()
/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()