OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:action_count
(Results
1 - 5
of
5
) sorted by null
/external/chromium/testing/gmock/src/
gmock-spec-builders.cc
192
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/chromium/testing/gmock/include/gmock/
gmock-spec-builders.h
[
all
...]
/external/chromium_org/media/video/capture/
video_capture_device_unittest.cc
398
int
action_count
= 200;
local
403
// least
action_count
/kFakeCaptureCapabilityChangePeriod calls.
404
for (int i = 0; i <
action_count
; ++i) {
/external/e2fsprogs/ext2ed/
dir_com.c
152
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
ext2ed.h
379
int
action_count
(struct struct_file_info *info);
Completed in 192 milliseconds