OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:actual_count
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/libarchive/dist/test_utils/
test_main.c
1243
size_t expected_count,
actual_count
, i, j;
local
1281
actual_count
= 0;
1286
++
actual_count
;
1289
if (
actual_count
) {
1290
actual = calloc(
actual_count
, sizeof(char *));
1307
for (j = 0; j <
actual_count
; ++j) {
1324
for (j = 0; j <
actual_count
; ++j) {
1342
for (j = 0; j <
actual_count
; ++j) {
/src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/include/gmock/
gmock-matchers.h
2799
size_t
actual_count
= exam_pos;
variable
2801
++
actual_count
;
2804
if (
actual_count
!= count()) {
2809
if (listener_interested && (
actual_count
!= 0)) {
2810
*listener << "which has " << Elements(
actual_count
);
Completed in 41 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026