| /freebsd-13.1/contrib/googletest/googlemock/test/ |
| H A D | gmock-cardinalities_test.cc | 45 using testing::Between; 246 Between(-1, 2); in TEST() 252 Between(1, -2); in TEST() 258 Between(2, 1); in TEST() 264 const Cardinality c = Between(0, 0); in TEST() 279 const Cardinality c = Between(0, 2); in TEST() 297 const Cardinality c = Between(3, 3); in TEST() 315 const Cardinality c = Between(3, 5); in TEST() 336 const Cardinality c = Between(3, 5); in TEST()
|
| H A D | gmock-spec-builders_test.cc | 68 using testing::Between; 593 .Times(Between(1, 2)) in TEST() 683 .Times(Between(2, 3)) in TEST()
|
| /freebsd-13.1/contrib/googletest/googlemock/src/ |
| H A D | gmock-cardinalities.cc | 139 GTEST_API_ Cardinality AtLeast(int n) { return Between(n, INT_MAX); } in AtLeast() 142 GTEST_API_ Cardinality AtMost(int n) { return Between(0, n); } in AtMost() 148 GTEST_API_ Cardinality Between(int min, int max) { in Between() function 153 GTEST_API_ Cardinality Exactly(int n) { return Between(n, n); } in Exactly()
|
| /freebsd-13.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-cardinalities.h | 139 GTEST_API_ Cardinality Between(int min, int max);
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | hisilicon,hi655x.txt | 4 Between PMIC Hi655x and Hi6220, the physical signal channel is SSI.
|
| /freebsd-13.1/sys/mips/mips/ |
| H A D | db_trace.c | 126 #define Between(x, y, z) \ in stacktrace_subr() macro 129 Between((uintptr_t)a, pc, (uintptr_t)b) in stacktrace_subr()
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/phy/ |
| H A D | phy-hi3798cv200-combphy.txt | 25 - Between hisilicon,fixed-mode and hisilicon,mode-select-bits, one and only
|
| /freebsd-13.1/tests/sys/fs/fusefs/ |
| H A D | bmap.cc | 221 ).Times(Between(ngetattrs - 1, ngetattrs)) in TEST_P()
|
| H A D | write.cc | 572 ).Times(Between(ngetattrs - 1, ngetattrs)) in TEST_P()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | GVN.cpp | 934 static bool liesBetween(const Instruction *From, Instruction *Between, in liesBetween() argument 936 if (From->getParent() == Between->getParent()) in liesBetween() 937 return DT->dominates(From, Between); in liesBetween() 939 Exclusion.insert(Between->getParent()); in liesBetween()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsARM.td | 562 // Vector Conversions Between Floating-point and Integer 572 // Vector Conversions Between Floating-point and Fixed-point. 578 // Vector Conversions Between Half-Precision and Single-Precision.
|
| H A D | IntrinsicsAArch64.td | 447 // Vector Conversions Between Half-Precision and Single-Precision. 453 // Vector Conversions Between Floating-point and Fixed-point.
|
| /freebsd-13.1/bin/sh/ |
| H A D | TOUR | 44 provide uninterruptible critical sections. Between the execution
|
| /freebsd-13.1/contrib/googletest/googlemock/docs/ |
| H A D | CheatSheet.md | 444 |`Between(m, n)`|The call is expected between `m` and `n` (inclusive) times.|
|
| H A D | CookBook.md | 487 …e you specify inside the parentheses of `ON_CALL()`), see the "Selecting Between Overloaded Functi… 739 ## Selecting Between Overloaded Functions ## 3221 you can say `AtLeast(5)` or `Between(2, 4)`.
|
| /freebsd-13.1/contrib/tzdata/ |
| H A D | southamerica | 1472 # Between 1990 and 2000 inclusive, Shanks & Pottenger and the IATA agree except
|
| H A D | europe | 3439 # the Canton de Genève (Geneva, Genf). Between 1848 and 1894 Geneva did not
|
| H A D | northamerica | 811 # Between 1944-01-01 and 1944-04-01 the State of Arizona used standard
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrVFP.td | 749 // Between half, single and double-precision.
|
| H A D | ARMInstrNEON.td | 6794 // VCVT : Vector Convert Between Floating-Point and Integers 6871 // VCVT : Vector Convert Between Floating-Point and Fixed-Point. 6951 // VCVT : Vector Convert Between Half-Precision and Single-Precision.
|
| /freebsd-13.1/contrib/googletest/googletest/docs/ |
| H A D | advanced.md | 1185 ## Sharing Resources Between Tests in the Same Test Case
|
| /freebsd-13.1/ |
| H A D | UPDATING | 169 been corrected as of d4d252c49976. Between these dates, if you
|
| /freebsd-13.1/contrib/sendmail/ |
| H A D | RELEASE_NOTES | 498 Between 8.11.7 and 8.12.0 the length limitation on a return
|