Home
last modified time | relevance | path

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

1234

/freebsd-14.2/contrib/googletest/googlemock/test/
H A Dgmock-more-actions_test.cc293 EXPECT_EQ(12, a1.Perform(dummy)); in TEST()
474 a1.Perform(std::make_tuple(5)); in TEST()
489 a1.Perform(std::make_tuple(&value)); in TEST()
504 a1.Perform(std::tuple<int&>(value)); in TEST()
542 a1.Perform(std::make_tuple(t)); in TEST()
957 EXPECT_TRUE(a.Perform({})); in TEST()
1007 a1.Perform(std::make_tuple(5, &n)); in TEST()
1385 EXPECT_EQ(1, a.Perform(empty)); in TEST()
1388 EXPECT_EQ(3, a.Perform(empty)); in TEST()
1391 EXPECT_EQ(6, a.Perform(empty)); in TEST()
[all …]
H A Dgmock-actions_test.cc857 action.Perform(std::tuple<>()); in TEST()
1240 a3.Perform(std::make_tuple(1)); in TEST()
1258 a3.Perform(std::make_tuple()); in TEST()
1273 a.Perform(std::make_tuple(1)); in TEST()
1286 a.Perform(std::make_tuple()); in TEST()
1301 a.Perform(std::make_tuple(2)); in TEST()
1308 a.Perform(std::make_tuple(0)); in TEST()
1315 a.Perform(std::make_tuple()); in TEST()
1322 a.Perform(std::make_tuple(0)); in TEST()
1525 EXPECT_EQ(8, a.Perform(dummy)); in TEST()
[all …]
/freebsd-14.2/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-14.2/contrib/googletest/googlemock/include/gmock/
H A Dgmock-actions.h738 return impl_->Perform(
786 Result Perform(ArgumentTuple args) const {
803 return action.Perform(
880 return impl_.template Perform<Result>(args);
1120 static Result Perform(const ArgumentTuple&) {
1130 static void Perform(const ArgumentTuple&) {
1387 void Perform(const ArgumentTuple& args) override {
1389 action_.Perform(args);
1464 return converted.Perform(std::forward_as_tuple(
1627 initial_action.Perform(std::forward_as_tuple(
[all …]
/freebsd-14.2/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-14.2/sys/contrib/openzfs/.github/workflows/
H A Dcodeql.yml38 - name: Perform CodeQL Analysis
/freebsd-14.2/usr.sbin/cron/cron/
H A Dcrontab15 # Perform daily/weekly/monthly maintenance.
/freebsd-14.2/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-14.2/contrib/tcsh/nls/ja/
H A Dset3115 113 Perform which of current command
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DTargetOpcodes.def561 // Perform signed fixed point multiplication
564 // Perform unsigned fixed point multiplication
567 // Perform signed, saturating fixed point multiplication
570 // Perform unsigned, saturating fixed point multiplication
573 // Perform signed fixed point division
576 // Perform unsigned fixed point division
579 // Perform signed, saturating fixed point division
582 // Perform unsigned, saturating fixed point division
/freebsd-14.2/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-14.2/usr.bin/mail/misc/
H A Dmail.tildehelp34 ~_ mail-cmd Perform the command-level request
/freebsd-14.2/crypto/openssl/doc/man1/
H A Dopenssl-rand.pod.in44 Perform base64 encoding on the output.
/freebsd-14.2/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-14.2/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-14.2/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-14.2/sys/opencrypto/
H A Dcryptodev_if.m118 * @brief Perform a crypto operation
/freebsd-14.2/sys/contrib/openzfs/config/
H A Dkernel.m4732 dnl # Perform a full compile excluding the final modpost phase.
747 dnl # Perform a full compile including the modpost phase. This may
761 dnl # Perform the compilation of the test cases in two phases.
/freebsd-14.2/contrib/tcsh/nls/russian/
H A Dset3115 113 Perform which of current command
/freebsd-14.2/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-14.2/contrib/tcsh/nls/ukrainian/
H A Dset3115 113 Perform which of current command
/freebsd-14.2/contrib/tcsh/nls/C/
H A Dset3115 113 Perform which of current command

1234