Searched refs:foo2 (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/googletest/googlemock/test/
H A Dgmock_leak_test_.cc85 MockFoo* foo2 = new MockFoo; local
88 EXPECT_CALL(*foo2, DoThis());
89 foo2->DoThis();
92 // foo2.
H A Dgmock_output_test_.cc262 MockFoo* foo2 = new MockFoo; local
267 // Invokes EXPECT_CALL on foo2.
268 EXPECT_CALL(*foo2, Bar2(_, _));
269 EXPECT_CALL(*foo2, Bar2(1, _));
270 EXPECT_CALL(*foo2, Bar3(_, _)).Times(AnyNumber());
271 foo2->Bar2(2, 1);
272 foo2->Bar2(1, 1);
274 // Both foo1 and foo2 are deliberately leaked.
H A Dgmock-generated-matchers_test.cc890 UncopyableFoo foo1('1'), foo2('2');
895 EXPECT_FALSE(m.Matches(foo2));
927 UncopyableFoo foo1('1'), foo2('2'), foo3('3');
929 ReferencesAnyOf<const UncopyableFoo&, const UncopyableFoo&>(foo1, foo2);
932 EXPECT_TRUE(m.Matches(foo2));
938 UncopyableFoo foo1('1'), foo2('2');
940 ReferencesAnyOf<const UncopyableFoo&, const UncopyableFoo&>(foo1, foo2);
/freebsd-12-stable/tools/regression/tls/ttls2/
H A Dttls2.c21 foo2(void *arg) function
37 pthread_create(&t2, 0, foo2, 0);
/freebsd-12-stable/sbin/gbde/
H A Dtest.sh17 ./gbde setkey $D -p foo -l /tmp/_l1 -n 2 -P foo2 -L /tmp/_l2
18 ./gbde setkey $D -p foo2 -l /tmp/_l2 -n 3 -P foo3 -L /tmp/_l3
24 ./gbde destroy $D -p foo2 -l /tmp/_l2
25 if ./gbde destroy $D -p foo2 -l /tmp/_l2 ; then false ; fi
29 if ./gbde nuke $D -p foo2 -l /tmp/_l2 -n -1 ; then false ; fi
39 ./gbde setkey $D -p foo -n 2 -P foo2
40 ./gbde setkey $D -p foo2 -n 3 -P foo3
/freebsd-12-stable/usr.sbin/pw/tests/
H A Dpw_useradd_test.sh256 atf_check -s exit:1 -e match:"Invalid user entry" ${PW} useradd foo2
268 atf_check -s exit:1 -e match:"Invalid group entry" ${PW} useradd foo2
/freebsd-12-stable/contrib/binutils/bfd/
H A Darchive.c1470 # define foo2(arelt, stelt, size) \
1491 # define foo2(arelt, stelt, size) foo (arelt, stelt, size)
1495 foo2 (ar_uid, st_uid, 10);
1496 foo2 (ar_gid, st_gid, 10);
1463 # define foo2 macro
1484 # define foo2 macro
/freebsd-12-stable/contrib/binutils/gas/
H A DMakefile.am798 if tail +16c ${against}/$$file > tmp-foo2 2>/dev/null ; then \
799 if cmp tmp-foo1 tmp-foo2 ; then \
H A DMakefile.in2764 if tail +16c ${against}/$$file > tmp-foo2 2>/dev/null ; then \
2765 if cmp tmp-foo1 tmp-foo2 ; then \
/freebsd-12-stable/contrib/ncurses/
H A Dconfigure18336 two_arg_error_handler_t foo2 = lib_error_handler
18380 two_arg_error_handler_t foo2 = lib_error_handler

Completed in 159 milliseconds