Home
last modified time | relevance | path

Searched refs:action_count (Results 1 – 6 of 6) sorted by relevance

/external/google-breakpad/src/testing/src/
Dgmock-spec-builders.cc192 const int action_count = static_cast<int>(untyped_actions_.size()); in CheckActionCountIfNotDone() local
197 if (action_count > upper_bound || in CheckActionCountIfNotDone()
198 (action_count == upper_bound && repeated_action_specified_)) { in CheckActionCountIfNotDone()
200 } else if (0 < action_count && action_count < lower_bound && in CheckActionCountIfNotDone()
214 << action_count << " WillOnce()" in CheckActionCountIfNotDone()
215 << (action_count == 1 ? "" : "s"); in CheckActionCountIfNotDone()
/external/gmock/src/
Dgmock-spec-builders.cc192 const int action_count = static_cast<int>(untyped_actions_.size()); in CheckActionCountIfNotDone() local
197 if (action_count > upper_bound || in CheckActionCountIfNotDone()
198 (action_count == upper_bound && repeated_action_specified_)) { in CheckActionCountIfNotDone()
200 } else if (0 < action_count && action_count < lower_bound && in CheckActionCountIfNotDone()
214 << action_count << " WillOnce()" in CheckActionCountIfNotDone()
215 << (action_count == 1 ? "" : "s"); in CheckActionCountIfNotDone()
/external/google-breakpad/src/testing/include/gmock/
Dgmock-spec-builders.h1153 const int action_count = static_cast<int>(untyped_actions_.size()); in GetCurrentAction() local
1154 if (action_count > 0 && !repeated_action_specified_ && in GetCurrentAction()
1155 count > action_count) { in GetCurrentAction()
1162 << action_count << " WillOnce()" in GetCurrentAction()
1163 << (action_count == 1 ? " is" : "s are") << " specified - "; in GetCurrentAction()
1168 return count <= action_count ? in GetCurrentAction()
/external/gmock/include/gmock/
Dgmock-spec-builders.h1161 const int action_count = static_cast<int>(untyped_actions_.size()); in GetCurrentAction() local
1162 if (action_count > 0 && !repeated_action_specified_ && in GetCurrentAction()
1163 count > action_count) { in GetCurrentAction()
1170 << action_count << " WillOnce()" in GetCurrentAction()
1171 << (action_count == 1 ? " is" : "s are") << " specified - "; in GetCurrentAction()
1176 return count <= action_count ? in GetCurrentAction()
/external/e2fsprogs/ext2ed/
Ddir_com.c159 return (search_dir_entries (&action_count,&status).dir_entry_num); in count_dir_entries()
162 int action_count (struct struct_file_info *info) in action_count() function
Dext2ed.h375 int action_count (struct struct_file_info *info);