Home
last modified time | relevance | path

Searched refs:fake (Results 1 – 25 of 144) sorted by path

123456

/freebsd/contrib/bearssl/src/ssl/
H A Dssl_hs_server.t0670 \ This fake cipher suite may occur only in the first
/freebsd/contrib/blocklist/diff/
H A Dssh.diff105 /* Invalid user, fake password information */
/freebsd/contrib/bmake/mk/
H A Dinstall-mk156 *) # could be fake?
/freebsd/contrib/bmake/unit-tests/
H A Dvarname-dot-parsedir.mk42 .PARSEDIR= /fake-absolute-path
48 .info The location is no longer fake.
H A Dvarname-dot-parsefile.mk37 .PARSEFILE= fake-parsefile
43 .info The location is no longer fake.
/freebsd/contrib/dialog/
H A Daclocal.m41971 dnl "dirname" is not portable, so we fake it with a shell script.
/freebsd/contrib/file/m4/
H A Dlibtool.m41190 # Find how we can fake an echo command that does not interpret backslash.
/freebsd/contrib/flex/
H A DChangeLog7380 * autogen.sh: fake automake into believing that ChangeLog already
7509 * Makefile.am: how to fake the ChangeLog into showing up in the
/freebsd/contrib/googletest/docs/
H A Dfaq.md288 of `EXPECT_DEATH()`. For example, you may want to use mocks or fake objects
H A Dgmock_cook_book.md627 Some times you have a non-trivial fake implementation of an interface. For
656 action to a fake class you already have, using this pattern:
677 FakeFoo fake_; // Keeps an instance of the fake in the mock.
683 fake will be called upon to do it.:
691 foo.DelegateToFake(); // Enables the fake for delegation.
710 * In `DelegateToFake()`, you only need to delegate the methods whose fake
725 * Having to mix a mock and a fake is often a sign of something gone wrong.
731 Regarding the tip on mixing a mock and a fake, here's an example on why it may
736 have to provide a fake implementation for the file operation part, which
754 This technique is very similar to the [delegating-to-fake](#DelegatingToFake)
[all …]
H A Dgmock_faq.md338 the real object, you are probably better off using a fake. Using a mock in this
H A Dgmock_for_dummies.md11 It is easy to confuse the term *fake objects* with mock objects. Fakes and mocks
18 a fake.
/freebsd/contrib/googletest/googlemock/test/
H A Dgmock_output_test_golden.txt335 … this error using testing::Mock::AllowLeak(mock_object), or you may use a fake or stub instead of …
/freebsd/contrib/kyua/utils/process/
H A Dstatus_test.cpp100 ATF_REQUIRE_EQ(-1, fake.dead_pid()); in ATF_TEST_CASE_BODY()
101 ATF_REQUIRE(fake.exited()); in ATF_TEST_CASE_BODY()
103 ATF_REQUIRE(!fake.signaled()); in ATF_TEST_CASE_BODY()
111 ATF_REQUIRE_EQ(-1, fake.dead_pid()); in ATF_TEST_CASE_BODY()
112 ATF_REQUIRE(!fake.exited()); in ATF_TEST_CASE_BODY()
113 ATF_REQUIRE(fake.signaled()); in ATF_TEST_CASE_BODY()
114 ATF_REQUIRE_EQ(567, fake.termsig()); in ATF_TEST_CASE_BODY()
115 ATF_REQUIRE(fake.coredump()); in ATF_TEST_CASE_BODY()
124 str << fake; in ATF_TEST_CASE_BODY()
134 str << fake; in ATF_TEST_CASE_BODY()
[all …]
/freebsd/contrib/ldns/
H A DChangelog914 * added ldns-testpkts fake packet server
H A DMakefile.in814 compat/fake-rfc2553.lo compat/fake-rfc2553.o: $(srcdir)/compat/fake-rfc2553.c ldns/config.h ldns/co…
815 $(srcdir)/compat/fake-rfc2553.h
H A Dconfigure.ac947 AC_LIBOBJ([fake-rfc2553])
1159 #include "compat/fake-rfc2553.h"
/freebsd/contrib/ldns/ldns/
H A Dconfig.h.in762 #include "compat/fake-rfc2553.h"
/freebsd/contrib/ldns/m4/
H A Dlibtool.m41189 # Find how we can fake an echo command that does not interpret backslash.
/freebsd/contrib/less/
H A DNEWS115 * Don't call realpath on fake filenames like "-" (github #289).
/freebsd/contrib/libevent/
H A DChangeLog2044 o Use "_WIN32", not WIN32: it's standard and we don't need to fake it
H A DChangeLog-1.443 …e of failure when running on a win32 version so heavily firewalled that we can't fake a socketpair.
H A DChangeLog-2.0942 o Detect setenv/unsetenv; skip main/base_environ test if we can't fake them. (7296971)
1115 …e of failure when running on a win32 version so heavily firewalled that we can't fake a socketpair.
/freebsd/contrib/libevent/m4/
H A Dlibtool.m41189 # Find how we can fake an echo command that does not interpret backslash.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DAttr.td209 class Argument<string name, bit optional, bit fake = 0> {
215 bit Fake = fake;
225 : Argument<name, opt, fake> {
275 class DefaultBoolArgument<string name, bit default, bit fake = 0>
276 : BoolArgument<name, 1, fake> {
289 list<string> enums, bit opt = 0, bit fake = 0,
291 : Argument<name, opt, fake> {
944 BoolArgument<"IsLiteralLabel", /*optional=*/0, /*fake=*/1>
2821 /*opt=*/0, /*fake=*/0, /*isExternalType=*/1>];
3113 BoolArgument<"ArgDependent", 0, /*fake*/ 1>,
[all …]

123456