Home
last modified time | relevance | path

Searched refs:Exactly (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-cardinalities_test.cc49 using testing::Exactly;
69 Cardinality c = Exactly(1); in TEST()
75 c = Exactly(2); in TEST()
343 Exactly(-1); in TEST()
349 const Cardinality c = Exactly(0); in TEST()
362 const Cardinality c = Exactly(2); in TEST()
370 Exactly(1).DescribeTo(&ss1); in TEST()
378 Exactly(3).DescribeTo(&ss3); in TEST()
383 const Cardinality c = Exactly(3); in TEST()
/freebsd/cddl/usr.sbin/zfsd/tests/
H A Dzfsd_unittest.cc504 .Times(::testing::Exactly(0)); in TEST_F()
782 .Times(::testing::Exactly(0)); in TEST_F()
798 .Times(::testing::Exactly(1)) in TEST_F()
819 .Times(::testing::Exactly(1)) in TEST_F()
822 .Times(::testing::Exactly(1)) in TEST_F()
825 .Times(::testing::Exactly(0)); in TEST_F()
827 .Times(::testing::Exactly(0)); in TEST_F()
829 .Times(::testing::Exactly(0)); in TEST_F()
/freebsd/sys/contrib/device-tree/Bindings/watchdog/
H A Dsprd-wdt.txt6 - interrupts : Exactly one interrupt specifier.
/freebsd/sys/contrib/device-tree/Bindings/arm/
H A Dspe-pmu.txt11 - interrupts : Exactly 1 PPI must be listed. For heterogeneous systems where
H A Darm-dsu-pmu.txt16 - interrupts : Exactly 1 SPI must be listed.
H A Dtrbe.yaml29 Exactly 1 PPI must be listed. For heterogeneous systems where
H A Darm,trace-buffer-extension.yaml30 Exactly 1 PPI must be listed. For heterogeneous systems where
H A Dcoresight.txt136 * interrupts : Exactly one SPI may be listed for reporting the address
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dsnps,creg-gpio.txt5 - reg : Exactly one register range with length 0x4.
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-cardinalities.h148 GTEST_API_ Cardinality Exactly(int n);
H A Dgmock-spec-builders.h941 TypedExpectation& Times(int n) { return Times(Exactly(n)); } in Times()
1027 set_cardinality(Exactly(static_cast<int>(untyped_actions_.size()))); in WillOnce()
/freebsd/contrib/googletest/googlemock/src/
H A Dgmock-cardinalities.cc153 GTEST_API_ Cardinality Exactly(int n) { return Between(n, n); } in Exactly() function
H A Dgmock-spec-builders.cc89 cardinality_(Exactly(1)), in ExpectationBase()
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dcs43130.txt42 Exactly 10 frequencies must be defined.
/freebsd/sys/contrib/device-tree/Bindings/display/bridge/
H A Dnwl-dsi.yaml94 display controller. Exactly one endpoint must be
H A Dsamsung,mipi-dsim.yaml102 display controller. Exactly one endpoint must be
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dcpsw.txt61 Note: Exactly one of phy_id, phy-handle, or fixed-link must be specified.
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_copy_parameters.pod78 Exactly what is compared is ultimately at the discretion of the provider
/freebsd/contrib/gdtoa/
H A Dgdtoaimp.h291 Exactly one of IEEE_8087, IEEE_MC68k, VAX, or IBM should be defined.
/freebsd/crypto/openssl/
H A DNOTES-UNIX.md77 Exactly which of `DT_RPATH` or `DT_RUNPATH` is set by default appears to
/freebsd/sys/contrib/device-tree/Bindings/dma/
H A Dti-edma.txt212 - interrupts: Exactly 3 interrupts need to be specified in the order:
/freebsd/contrib/googletest/docs/reference/
H A Dmocking.md137 | `Exactly(n)` or `n` | The function call is expected exactly *n* times. If *n* is 0, the call shou…
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.def28 // Exactly one of TLI_DEFINE_ENUM/STRING/SIG is defined.
/freebsd/crypto/heimdal/lib/wind/
H A Drfc3492.txt294 is in the range 0 through base-1. Exactly one digit, the most
/freebsd/contrib/one-true-awk/testdir/
H A Dfunstack.ok1758 Set-Partitions to Exactly ${R}$ Subsets 224--225

12