Home
last modified time | relevance | path

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

1234

/freebsd-13.1/contrib/googletest/googlemock/test/
H A Dgmock-generated-actions_test.cc379 EXPECT_EQ(8, a.Perform(dummy)); in TEST()
415 a.Perform(make_tuple(1.5, 'a', 3)); in TEST()
620 a1.Perform(make_tuple(5, &n)); in TEST()
635 a1.Perform(make_tuple(5, false, &n)); in TEST()
993 EXPECT_EQ(1, a.Perform(empty)); in TEST()
996 EXPECT_EQ(3, a.Perform(empty)); in TEST()
999 EXPECT_EQ(6, a.Perform(empty)); in TEST()
1005 EXPECT_EQ(55, a.Perform(empty)); in TEST()
1081 int* p = a.Perform(make_tuple()); in TEST()
1094 int* p = a.Perform(make_tuple()); in TEST()
[all …]
H A Dgmock-actions_test.cc618 action.Perform(tuple<>()); in TEST()
838 a.Perform(make_tuple(&ptr)); in TEST()
846 a2.Perform(make_tuple(&str)); in TEST()
952 a3.Perform(make_tuple(1)); in TEST()
970 a3.Perform(make_tuple()); in TEST()
985 a.Perform(make_tuple(1)); in TEST()
998 a.Perform(make_tuple()); in TEST()
1013 a.Perform(make_tuple(2)); in TEST()
1020 a.Perform(make_tuple(0)); in TEST()
1027 a.Perform(make_tuple()); in TEST()
[all …]
H A Dgmock-more-actions_test.cc235 EXPECT_EQ(1, a.Perform(make_tuple())); in TEST()
332 EXPECT_EQ(12, a1.Perform(dummy)); in TEST()
384 EXPECT_EQ("Hello", a.Perform(dummy)); in TEST()
506 a1.Perform(make_tuple(5)); in TEST()
513 a1.Perform(make_tuple(true, 'a')); in TEST()
521 a1.Perform(make_tuple(&value)); in TEST()
537 a1.Perform(make_tuple(value)); in TEST()
544 a1.Perform(tuple<int&>(value)); in TEST()
585 a1.Perform(make_tuple(t)); in TEST()
665 a.Perform(make_tuple(true, pn)); in TEST()
[all …]
/freebsd-13.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-actions.h401 Result Perform(ArgumentTuple args) const {
410 return impl_->Perform(args);
519 return impl_->Perform(args);
659 static Result Perform(const ArgumentTuple&) {
675 static void Perform(const ArgumentTuple&) {
841 void Perform(const ArgumentTuple& args) const {
864 void Perform(const ArgumentTuple& args) const {
907 Result Perform(const ArgumentTuple&) const {
975 action_.Perform(args);
1049 action1_.Perform(args);
[all …]
H A Dgmock-more-actions.h61 Result Perform(const ArgumentTuple& args) { in Perform() function
79 Result Perform(const ArgumentTuple& args) const { in Perform() function
H A Dgmock-generated-actions.h1375 Perform(this, args);\
1436 Perform(this, args);\
1484 Perform(this, args);\
1538 Perform(this, args);\
1597 Perform(this, args);\
1663 Perform(this, args);\
1738 Perform(this, args);\
1817 Perform(this, args);\
1902 Perform(this, args);\
1996 Perform(this, args);\
[all …]
H A Dgmock-generated-actions.h.pump114 Result Perform(const ArgumentTuple& args) const {
197 virtual Result Perform(const ArgumentTuple& args) {
198 return action_.Perform(SelectArgs<Result, ArgumentTuple, $ks>::Select(args));
248 static Result Perform(Impl* impl, const ::testing::tuple<$As>& args) {
604 virtual return_type Perform(const args_type& args) {\
606 Perform(this, args);\
691 virtual return_type Perform(const args_type& args) {\
693 Perform(this, args);\
H A Dgmock-spec-builders.h1416 Wrapper(action.Perform(internal::move(args)))); in PerformAction()
1456 action.Perform(internal::move(args)); in PerformAction()
1517 return spec->GetAction().Perform(internal::move(args)); in PerformDefaultAction()
/freebsd-13.1/sys/contrib/openzfs/tests/test-runner/include/
H A Dlogapi.shlib324 # Perform cleanup and exit $STF_PASS
333 # Perform cleanup and exit $STF_FAIL
342 # Perform cleanup and exit $STF_UNRESOLVED
351 # Perform cleanup and exit $STF_NOTINUSE
360 # Perform cleanup and exit $STF_UNSUPPORTED
369 # Perform cleanup and exit $STF_UNTESTED
387 # Perform cleanup and exit $STF_NORESULT
396 # Perform cleanup and exit $STF_WARNING
405 # Perform cleanup and exit $STF_TIMED_OUT
414 # Perform cleanup and exit $STF_OTHER
[all …]
/freebsd-13.1/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-13.1/usr.sbin/cron/cron/
H A Dcrontab16 # Perform daily/weekly/monthly maintenance.
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetOpcodes.def523 // Perform signed fixed point multiplication
526 // Perform unsigned fixed point multiplication
529 // Perform signed, saturating fixed point multiplication
532 // Perform unsigned, saturating fixed point multiplication
535 // Perform signed fixed point division
538 // Perform unsigned fixed point division
541 // Perform signed, saturating fixed point division
544 // Perform unsigned, saturating fixed point division
/freebsd-13.1/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-13.1/contrib/tcsh/nls/ja/
H A Dset3115 113 Perform which of current command
/freebsd-13.1/crypto/openssl/doc/man1/
H A Dprime.pod54 Perform the checks B<num> times to see that the generated number
H A Drand.pod59 Perform base64 encoding on the output.
/freebsd-13.1/usr.bin/mail/misc/
H A Dmail.tildehelp34 ~_ mail-cmd Perform the command-level request
/freebsd-13.1/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-13.1/sys/opencrypto/
H A Dcryptodev_if.m119 * @brief Perform a symmetric crypto operation
150 * @brief Perform an asymmetric crypto operation
/freebsd-13.1/crypto/openssl/doc/man3/
H A DEVP_PKEY_verify.pod73 /* Perform operation */
H A DSSL_set1_host.pod90 /* XXX: Perform SSL_connect() handshake and handle errors here */
/freebsd-13.1/sys/contrib/openzfs/config/
H A Dkernel.m4665 dnl # Perform a full compile excluding the final modpost phase.
680 dnl # Perform a full compile including the modpost phase. This may
694 dnl # Perform the compilation of the test cases in two phases.
/freebsd-13.1/contrib/tcsh/nls/russian/
H A Dset3115 113 Perform which of current command
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Target/
H A DGenericOpcodes.td601 /// RESULT = [US]MULFIX(LHS, RHS, SCALE) - Perform fixed point
637 /// RESULT = [US]DIVFIX(LHS, RHS, SCALE) - Perform fixed point division on
736 // FMINNUM/FMAXNUM - Perform floating-point minimum or maximum on two
757 // FMINNUM_IEEE/FMAXNUM_IEEE - Perform floating-point minimum or maximum on
829 /// Generic FP multiply and add. Perform a * b + c, while getting the

1234