OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expected_counter
(Results
1 - 4
of
4
) sorted by null
/external/valgrind/main/drd/tests/
rwlock_test.stderr.exp
2
s_counter -
expected_counter
= 0
rwlock_test.c
60
int
expected_counter
;
local
106
expected_counter
= threads_created * s_num_iterations;
107
fprintf(stderr, "s_counter -
expected_counter
= %d\n",
108
s_counter -
expected_counter
);
109
expected_grand_sum = 1ULL *
expected_counter
* (
expected_counter
- 1) / 2;
/external/valgrind/main/helgrind/tests/
rwlock_test.stderr.exp
2
s_counter -
expected_counter
= 0
/external/chromium_org/chrome/browser/chromeos/drive/
file_system_unittest.cc
36
// Counts the number of invocation, and if it increased up to |
expected_counter
|
39
int* counter, int
expected_counter
, const base::Closure& quit,
50
if (*counter >=
expected_counter
)
Completed in 30 milliseconds