Home
last modified time | relevance | path

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

1234

/freebsd-13-stable/contrib/googletest/googlemock/test/
HDgmock-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 …]
HDgmock-actions_test.cc519 int Perform(const std::tuple<bool, int>& args) override { in Perform() function in testing::__anonff23e10d0111::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-13-stable/sys/contrib/openzfs/tests/test-runner/include/
HDlogapi.shlib315 # Perform cleanup and exit $STF_PASS
324 # Perform cleanup and exit $STF_FAIL
333 # Perform cleanup and exit $STF_UNRESOLVED
342 # Perform cleanup and exit $STF_NOTINUSE
351 # Perform cleanup and exit $STF_UNSUPPORTED
360 # Perform cleanup and exit $STF_UNTESTED
369 # Perform cleanup and exit $STF_UNINITIATED
378 # Perform cleanup and exit $STF_NORESULT
387 # Perform cleanup and exit $STF_WARNING
396 # Perform cleanup and exit $STF_TIMED_OUT
[all …]
/freebsd-13-stable/sys/contrib/device-tree/Bindings/extcon/
HDextcon-palmas.txt13 - ti,enable-id-detection: Perform ID detection. If id-gpio is specified
15 - ti,enable-vbus-detection: Perform VBUS detection.
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
HDgmock-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-13-stable/usr.sbin/cron/cron/
HDcrontab15 # Perform daily/weekly/monthly maintenance.
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/builtins/
HDfp_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,
HDfp_add_impl.inc151 // Perform the final rounding. The result may overflow to infinity, but
/freebsd-13-stable/contrib/tcsh/nls/ja/
HDset3115 113 Perform which of current command
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDTargetOpcodes.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-13-stable/crypto/openssl/doc/man1/
HDprime.pod54 Perform the checks B<num> times to see that the generated number
HDrand.pod59 Perform base64 encoding on the output.
/freebsd-13-stable/usr.bin/mail/misc/
HDmail.tildehelp34 ~_ mail-cmd Perform the command-level request
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/SystemZ/
HDSystemZInstrSystem.td150 // Perform frame management function.
319 // Perform timing facility function.
386 // Perform topology function.
390 // Perform cryptographic key management operation.
/freebsd-13-stable/contrib/googletest/docs/reference/
HDactions.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-13-stable/sys/opencrypto/
HDcryptodev_if.m118 * @brief Perform a symmetric crypto operation
149 * @brief Perform an asymmetric crypto operation
/freebsd-13-stable/crypto/openssl/doc/man3/
HDEVP_PKEY_verify.pod73 /* Perform operation */
HDSSL_set1_host.pod90 /* XXX: Perform SSL_connect() handshake and handle errors here */
/freebsd-13-stable/sys/contrib/openzfs/config/
HDkernel.m4688 dnl # Perform a full compile excluding the final modpost phase.
703 dnl # Perform a full compile including the modpost phase. This may
717 dnl # Perform the compilation of the test cases in two phases.
/freebsd-13-stable/contrib/tcsh/nls/russian/
HDset3115 113 Perform which of current command
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
HDarm_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-13-stable/contrib/tcsh/nls/C/
HDset3115 113 Perform which of current command
/freebsd-13-stable/contrib/tcsh/nls/ukrainian/
HDset3115 113 Perform which of current command
/freebsd-13-stable/contrib/bearssl/src/ssl/
HDssl_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.
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Target/
HDGenericOpcodes.td655 /// RESULT = [US]MULFIX(LHS, RHS, SCALE) - Perform fixed point
691 /// RESULT = [US]DIVFIX(LHS, RHS, SCALE) - Perform fixed point division on
797 // FMINNUM/FMAXNUM - Perform floating-point minimum or maximum on two
818 // FMINNUM_IEEE/FMAXNUM_IEEE - Perform floating-point minimumNumber or
897 /// Generic FP multiply and add. Perform a * b + c, while getting the

1234