Searched defs:action_count (Results 1 - 4 of 4) sorted by relevance

/external/e2fsprogs/ext2ed/
H A Ddir_com.c153 The client function is action_count, which just tell search_dir_entries to continue.
160 return (search_dir_entries (&action_count,&status).dir_entry_num);
163 int action_count (struct struct_file_info *info) function
/external/google-breakpad/src/testing/src/
H A Dgmock-spec-builders.cc192 const int action_count = static_cast<int>(untyped_actions_.size()); local
197 if (action_count > upper_bound ||
198 (action_count == upper_bound && repeated_action_specified_)) {
200 } else if (0 < action_count && action_count < lower_bound &&
214 << action_count << " WillOnce()"
215 << (action_count == 1 ? "" : "s");
/external/googletest/googlemock/src/
H A Dgmock-spec-builders.cc192 const int action_count = static_cast<int>(untyped_actions_.size()); local
197 if (action_count > upper_bound ||
198 (action_count == upper_bound && repeated_action_specified_)) {
200 } else if (0 < action_count && action_count < lower_bound &&
214 << action_count << " WillOnce()"
215 << (action_count == 1 ? "" : "s");
/external/v8/testing/gmock/src/
H A Dgmock-spec-builders.cc192 const int action_count = static_cast<int>(untyped_actions_.size()); local
197 if (action_count > upper_bound ||
198 (action_count == upper_bound && repeated_action_specified_)) {
200 } else if (0 < action_count && action_count < lower_bound &&
214 << action_count << " WillOnce()"
215 << (action_count == 1 ? "" : "s");

Completed in 186 milliseconds