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

/external/chromium_org/media/video/capture/
H A Dvideo_capture_device_unittest.cc398 int action_count = 200; local
403 // least action_count/kFakeCaptureCapabilityChangePeriod calls.
404 for (int i = 0; i < action_count; ++i) {
/external/e2fsprogs/ext2ed/
H A Ddir_com.c152 The client function is action_count, which just tell search_dir_entries to continue.
159 return (search_dir_entries (&action_count,&status).dir_entry_num);
162 int action_count (struct struct_file_info *info) function
/external/chromium/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 118 milliseconds