Home
last modified time | relevance | path

Searched refs:fake (Results 51 – 75 of 145) sorted by relevance

123456

/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 …]
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_interceptors.cpp1233 INTERCEPTOR(void, tzset, int fake) { in INTERCEPTOR() argument
1236 REAL(tzset)(fake); in INTERCEPTOR()
1619 INTERCEPTOR(char *, dlerror, int fake) { in INTERCEPTOR() argument
1621 COMMON_INTERCEPTOR_ENTER(ctx, dlerror, fake); in INTERCEPTOR()
1622 char *res = REAL(dlerror)(fake); in INTERCEPTOR()
/freebsd/contrib/unbound/contrib/
H A Dredirect-bogus.patch162 + /** construct fake responses for DNSSEC failures */
330 + * This is a fake answer to either an A or AAA query
/freebsd/contrib/bmake/mk/
H A Dinstall-mk156 *) # could be fake?
/freebsd/lib/libc/amd64/string/
H A Dstrncmp.S161 movdqu (%r8, %rax, 1), %xmm0 # load true (or fake) heads
216 movdqu (%r8, %rax, 1), %xmm0 # load true (or fake) heads
H A Dstrcmp.S131 movdqu (%r8, %rax, 1), %xmm0 # load true (or fake) heads
/freebsd/sys/geom/raid/
H A Dmd_promise.c435 int error, i, subdisk, fake; in promise_meta_write() local
440 fake = 0; in promise_meta_write()
446 } else if (!fake && promise_meta_unused_range(metaarr, nsd, in promise_meta_write()
464 fake = 1; in promise_meta_write()
/freebsd/sys/cam/ctl/
H A DREADME.ctl.txt87 - Note that the ramdisk backend is a "fake" ramdisk. That is, it is
304 A "fake" ramdisk backend. It only allocates a small amount of memory to
/freebsd/libexec/bootpd/
H A DREADME109 bootptest.c BOOTP test program (fake client)
/freebsd/contrib/unbound/testdata/
H A Diter_cname_minimise_nx.rpl8 fake-sha1: yes
H A Diter_dname_ttl.rpl11 fake-sha1: yes
H A Dval_any_negcache.rpl8 fake-sha1: yes
/freebsd/crypto/heimdal/doc/
H A Dwhatis.texi115 have to either use the same machine as @var{A} or fake the source
/freebsd/contrib/unbound/util/
H A Dconfiglexer.lex416 fake-dsa{COLON} { YDVAR(1, VAR_FAKE_DSA) }
417 fake-sha1{COLON} { YDVAR(1, VAR_FAKE_SHA1) }
/freebsd/contrib/mandoc/
H A DINSTALL79 package using some kind of fake root mechanism, you may need a
/freebsd/sys/cam/
H A DREADME.quirks138 o NO_INQUIRY - Device cannot handle INQUIRY so fake a generic
/freebsd/contrib/sendmail/cf/cf/
H A Dsubmit.cf838 # resolve fake top level domains by forwarding to other hosts
1428 # output fake domains as user%fake@relay
/freebsd/contrib/sendmail/contrib/
H A Dbsdi.mc96 dnl # Relay hosts for fake domains: .UUCP .BITNET .CSNET
/freebsd/sys/fs/fuse/
H A Dfuse_vnops.c1217 goto fake; in fuse_vnop_getattr()
1223 goto fake; in fuse_vnop_getattr()
1228 fake: in fuse_vnop_getattr()
/freebsd/sys/contrib/device-tree/src/arm64/rockchip/
H A Drk3399-gru-scarlet.dtsi125 * state). The fake regulator is configured as a supply of the
/freebsd/contrib/googletest/docs/
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 …]
/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/sys/contrib/device-tree/src/arm/ti/omap/
H A Ddm816x.dtsi56 * for the moment, just use a fake OCP bus entry to represent
H A Dam33xx.dtsi193 * for the moment, just use a fake OCP bus entry to represent
/freebsd/contrib/ldns/
H A Dconfigure.ac947 AC_LIBOBJ([fake-rfc2553])
1159 #include "compat/fake-rfc2553.h"

123456