HomeSort by relevance Sort by last modified time
    Searched refs:error_occurred (Results 1 - 11 of 11) sorted by null

  /external/cmockery/cmockery_0_1_2/src/example/
calculator_test.c 54 int ** const intermediate_values, int * const error_occurred);
179 int error_occurred; local
183 &error_occurred));
194 int error_occurred; local
197 &intermediate_values, &error_occurred));
210 int error_occurred; local
213 &intermediate_values, &error_occurred));
226 int error_occurred; local
230 &error_occurred)); local
237 int error_occurred; local
255 int error_occurred; local
263 &intermediate_values, &error_occurred), 0); local
278 int error_occurred; local
286 &intermediate_values, &error_occurred), 0); local
301 int error_occurred; local
309 &intermediate_values, &error_occurred), 0); local
324 int error_occurred; local
332 &intermediate_values, &error_occurred), 0); local
348 int error_occurred; local
364 &intermediate_values, &error_occurred), 40); local
    [all...]
calculator.c 152 * If an error occurs while performing the operation error_occurred is set to
160 int ** const intermediate_values, int * const error_occurred) {
166 assert(error_occurred);
170 *error_occurred = 0;
182 *error_occurred = 1;
203 *error_occurred = 1;
211 *error_occurred = 1;
220 *error_occurred = 1;
229 if (*error_occurred) {
  /development/testrunner/
run_command.py 84 global _abort_on_error, error_occurred
85 error_occurred = False
88 global error_occurred
114 error_occurred = True
118 error_occurred = True
144 if _abort_on_error and error_occurred:
  /external/chromium_org/third_party/android_testrunner/
run_command.py 84 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:
  /external/chromium_org/chrome/browser/extensions/api/web_navigation/
frame_navigation_state.cc 44 if (it == frame_host_state_map_.end() || it->second.error_occurred) {
68 frame_state.error_occurred = is_error_page;
142 it->second.error_occurred = true;
150 return it == frame_host_state_map_.end() || it->second.error_occurred;
frame_navigation_state.h 113 bool error_occurred; // True if an error has occurred in this frame. member in struct:extensions::FrameNavigationState::FrameState
web_navigation_api.cc 683 frame_details.error_occurred =
729 frame->error_occurred = navigation_state.GetErrorOccurredInFrame(*it);
  /external/chromium_org/chrome/browser/media_galleries/linux/
snapshot_file_details.h 75 bool error_occurred() const { function in class:SnapshotFileDetails
mtp_read_file_worker.cc 87 if (snapshot_file_details->error_occurred()) {
127 if (snapshot_file_details->error_occurred()) {
  /external/chromium_org/content/browser/speech/
google_one_shot_remote_engine.cc 277 bool error_occurred = (!source->GetStatus().is_success() || local
282 if (error_occurred) {
  /external/cmockery/cmockery_0_1_2/src/
cmockery.c 280 int error_occurred = 0; local
285 error_occurred = 1;
292 error_occurred = 1;
294 if (error_occurred) {
    [all...]

Completed in 531 milliseconds