Searched refs:foo1 (Results 1 - 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/googletest/googlemock/test/
H A Dgmock_leak_test_.cc84 MockFoo* foo1 = new MockFoo; local
87 ON_CALL(*foo1, DoThis()).WillByDefault(Return());
91 // In order to test the leak detector, we deliberately leak foo1 and
H A Dgmock_output_test_.cc261 MockFoo* foo1 = new MockFoo; local
264 // Invokes ON_CALL on foo1.
265 ON_CALL(*foo1, Bar(_, _, _)).WillByDefault(Return('a'));
274 // Both foo1 and foo2 are deliberately leaked.
H A Dgmock-generated-matchers_test.cc890 UncopyableFoo foo1('1'), foo2('2');
892 ReferencesUncopyable<const UncopyableFoo&>(foo1);
894 EXPECT_TRUE(m.Matches(foo1));
927 UncopyableFoo foo1('1'), foo2('2'), foo3('3');
929 ReferencesAnyOf<const UncopyableFoo&, const UncopyableFoo&>(foo1, foo2);
931 EXPECT_TRUE(m.Matches(foo1));
938 UncopyableFoo foo1('1'), foo2('2');
940 ReferencesAnyOf<const UncopyableFoo&, const UncopyableFoo&>(foo1, foo2);
/freebsd-12-stable/tools/regression/tls/ttls2/
H A Dttls2.c10 foo1(void *arg) function
36 pthread_create(&t1, 0, foo1, 0);
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_root/zfs_set/
H A Dzfs_set_003_neg.ksh73 badpath=$TMPDIR/foo1.${TESTCASE_ID}
/freebsd-12-stable/sbin/gbde/
H A Dtest.sh20 ./gbde setkey $D -p foo4 -l /tmp/_l4 -n 1 -P foo1 -L /tmp/_l1
22 ./gbde nuke $D -p foo1 -l /tmp/_l1 -n 4
27 ./gbde nuke $D -p foo1 -l /tmp/_l1 -n -1
28 if ./gbde nuke $D -p foo1 -l /tmp/_l1 -n -1 ; then false ; fi
42 ./gbde setkey $D -p foo4 -n 1 -P foo1
/freebsd-12-stable/contrib/binutils/gas/
H A DMakefile.am797 tail +16c ./$$file > tmp-foo1; \
799 if cmp tmp-foo1 tmp-foo2 ; then \
H A DMakefile.in2763 tail +16c ./$$file > tmp-foo1; \
2765 if cmp tmp-foo1 tmp-foo2 ; then \

Completed in 111 milliseconds