Home
last modified time | relevance | path

Searched refs:Perform (Results 1 – 25 of 91) sorted by relevance

1234

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc205 EXPECT_EQ(1, a.Perform(std::make_tuple())); in TEST()
211 EXPECT_FALSE(a.Perform(std::make_tuple(1))); in TEST()
212 EXPECT_TRUE(a.Perform(std::make_tuple(-1))); in TEST()
219 EXPECT_EQ(p + 2, a.Perform(std::make_tuple(p, Short(2)))); in TEST()
225 EXPECT_EQ(6, a.Perform(std::make_tuple(1, '\2', Short(3)))); in TEST()
231 EXPECT_EQ(1234, a.Perform(std::make_tuple(1000, 200, 30, 4))); in TEST()
237 EXPECT_EQ(12345, a.Perform(std::make_tuple(10000, 2000, 300, 40, 5))); in TEST()
244 a.Perform(std::make_tuple(100000, 20000, 3000, 400, 50, 6))); in TEST()
257 a.Perform(std::make_tuple(CharPtr("1"), CharPtr("2"), CharPtr("3"), in TEST()
268 a.Perform(std::make_tuple(CharPtr("1"), CharPtr("2"), CharPtr("3"), in TEST()
[all …]
H A Dgmock-actions_test.cc519 int Perform(const std::tuple<bool, int>& args) override { in Perform() function in testing::__anon10e2b6f40111::MyActionImpl
537 EXPECT_EQ(5, action.Perform(std::make_tuple(true, 5))); in TEST()
550 EXPECT_EQ(5, action.Perform(std::make_tuple(true, 5))); in TEST()
551 EXPECT_EQ(0, action.Perform(std::make_tuple(false, 1))); in TEST()
560 EXPECT_EQ(5, a1.Perform(std::make_tuple(true, 5))); in TEST()
561 EXPECT_EQ(0, a1.Perform(std::make_tuple(false, 1))); in TEST()
564 EXPECT_EQ(5, a2.Perform(std::make_tuple(true, 5))); in TEST()
565 EXPECT_EQ(0, a2.Perform(std::make_tuple(false, 1))); in TEST()
570 EXPECT_EQ(5, a1.Perform(std::make_tuple(true, 5))); in TEST()
571 EXPECT_EQ(0, a1.Perform(std::make_tuple(false, 1))); in TEST()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/extcon/
H A Dextcon-palmas.txt13 - ti,enable-id-detection: Perform ID detection. If id-gpio is specified
15 - ti,enable-vbus-detection: Perform VBUS detection.
/freebsd/contrib/googletest/googlemock/include/gmock/
H A Dgmock-actions.h716 virtual Result Perform(const ArgumentTuple& args) = 0;
745 return impl_->Perform(
793 Result Perform(ArgumentTuple args) const {
810 return action.Perform(
886 Result Perform(const ArgumentTuple& args) override {
887 return impl_.template Perform<Result>(args);
1127 static Result Perform(const ArgumentTuple&) {
1137 static void Perform(const ArgumentTuple&) {
1174 Result Perform(const ArgumentTuple&) override { return ref_; }
1216 Result Perform(const ArgumentTuple&) override { return value_; }
[all …]
/freebsd/sys/contrib/openzfs/tests/test-runner/include/
H A Dlogapi.shlib352 # Perform cleanup and exit $STF_PASS
361 # Perform cleanup and exit $STF_FAIL
370 # Perform cleanup and exit $STF_UNRESOLVED
379 # Perform cleanup and exit $STF_UNSUPPORTED
388 # Perform cleanup and exit $STF_UNTESTED
422 # Perform cleanup and exit
/freebsd/usr.sbin/cron/cron/
H A Dcrontab15 # Perform daily/weekly/monthly maintenance.
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfp_mul_impl.inc79 // Perform a basic multiplication on the significands. One of them must be
120 // Perform the final rounding. The final result may overflow to infinity,
H A Dfp_add_impl.inc151 // Perform the final rounding. The result may overflow to infinity, but
/freebsd/contrib/tcsh/nls/ja/
H A Dset3115 113 Perform which of current command
/freebsd/tools/test/stress2/misc/
H A Dnewfs5.sh82 /* Perform random IO operations on a file */
H A Dnewfs4.sh94 /* Perform random IO operations on a file */
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetOpcodes.def581 // Perform signed fixed point multiplication
584 // Perform unsigned fixed point multiplication
587 // Perform signed, saturating fixed point multiplication
590 // Perform unsigned, saturating fixed point multiplication
593 // Perform signed fixed point division
596 // Perform unsigned fixed point division
599 // Perform signed, saturating fixed point division
602 // Perform unsigned, saturating fixed point division
/freebsd/usr.bin/mail/misc/
H A Dmail.tildehelp34 ~_ mail-cmd Perform the command-level request
/freebsd/crypto/openssl/doc/man1/
H A Dopenssl-rand.pod.in44 Perform base64 encoding on the output.
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrSystem.td150 // Perform frame management function.
319 // Perform timing facility function.
386 // Perform topology function.
390 // Perform cryptographic key management operation.
/freebsd/contrib/googletest/docs/reference/
H A Dactions.md102 | `IgnoreResult(a)` | Perform action `a` and ignore its result. `a` must not return vo…
105 | `WithoutArgs(a)` | Perform action `a` without any arguments. |
/freebsd/crypto/openssl/doc/man3/
H A DEVP_PKEY_verify.pod81 /* Perform operation */
H A DSSL_set1_host.pod90 /* XXX: Perform SSL_connect() handshake and handle errors here */
/freebsd/sys/opencrypto/
H A Dcryptodev_if.m118 * @brief Perform a crypto operation
/freebsd/contrib/tcsh/nls/russian/
H A Dset3115 113 Perform which of current command
/freebsd/sys/contrib/openzfs/config/
H A Dkernel.m4701 dnl # Perform a full compile excluding the final modpost phase.
716 dnl # Perform a full compile including the modpost phase. This may
730 dnl # Perform the compilation of the test cases in two phases.
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A Darm_neon_incl.td72 // cast - Perform a cast to a different type. This gets emitted as a static
167 // rev - Perform a variable-width reversal of the elements. The zero'th argument
/freebsd/contrib/tcsh/nls/C/
H A Dset3115 113 Perform which of current command
/freebsd/contrib/tcsh/nls/ukrainian/
H A Dset3115 113 Perform which of current command
/freebsd/contrib/bearssl/src/ssl/
H A Dssl_hs_client.t0200 * Perform client-side ECDH (or ECDHE). The point that should be sent to
276 * Perform full static ECDH. This occurs only in the context of client
1143 \ Perform a handshake.
1236 \ Perform initial handshake.

1234