/freebsd/contrib/googletest/googlemock/test/ |
H A D | gmock-more-actions_test.cc | 205 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 D | gmock-actions_test.cc | 519 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 D | extcon-palmas.txt | 13 - 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 D | gmock-actions.h | 716 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 D | logapi.shlib | 352 # 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 D | crontab | 15 # Perform daily/weekly/monthly maintenance.
|
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
H A D | fp_mul_impl.inc | 79 // 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 D | fp_add_impl.inc | 151 // Perform the final rounding. The result may overflow to infinity, but
|
/freebsd/contrib/tcsh/nls/ja/ |
H A D | set3 | 115 113 Perform which of current command
|
/freebsd/tools/test/stress2/misc/ |
H A D | newfs5.sh | 82 /* Perform random IO operations on a file */
|
H A D | newfs4.sh | 94 /* Perform random IO operations on a file */
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | TargetOpcodes.def | 581 // 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 D | mail.tildehelp | 34 ~_ mail-cmd Perform the command-level request
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-rand.pod.in | 44 Perform base64 encoding on the output.
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZInstrSystem.td | 150 // 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 D | actions.md | 102 | `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 D | EVP_PKEY_verify.pod | 81 /* Perform operation */
|
H A D | SSL_set1_host.pod | 90 /* XXX: Perform SSL_connect() handshake and handle errors here */
|
/freebsd/sys/opencrypto/ |
H A D | cryptodev_if.m | 118 * @brief Perform a crypto operation
|
/freebsd/contrib/tcsh/nls/russian/ |
H A D | set3 | 115 113 Perform which of current command
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | kernel.m4 | 701 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 D | arm_neon_incl.td | 72 // 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 D | set3 | 115 113 Perform which of current command
|
/freebsd/contrib/tcsh/nls/ukrainian/ |
H A D | set3 | 115 113 Perform which of current command
|
/freebsd/contrib/bearssl/src/ssl/ |
H A D | ssl_hs_client.t0 | 200 * 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.
|