| /freebsd-12.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; 592 .Times(Between(1, 2)) in TEST() 682 .Times(Between(2, 3)) in TEST()
|
| /freebsd-12.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-12.1/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-cardinalities.h | 139 GTEST_API_ Cardinality Between(int min, int max);
|
| /freebsd-12.1/sys/mips/mips/ |
| H A D | db_trace.c | 127 #define Between(x, y, z) \ in stacktrace_subr() macro 130 Between((uintptr_t)a, pc, (uintptr_t)b) in stacktrace_subr()
|
| /freebsd-12.1/contrib/llvm/include/llvm/IR/ |
| H A D | IntrinsicsARM.td | 555 // Vector Conversions Between Floating-point and Integer 565 // Vector Conversions Between Floating-point and Fixed-point. 571 // Vector Conversions Between Half-Precision and Single-Precision.
|
| H A D | IntrinsicsAArch64.td | 398 // Vector Conversions Between Half-Precision and Single-Precision. 404 // Vector Conversions Between Floating-point and Fixed-point.
|
| /freebsd-12.1/bin/sh/ |
| H A D | TOUR | 44 provide uninterruptible critical sections. Between the execution
|
| /freebsd-12.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-12.1/contrib/gdb/gdb/doc/ |
| H A D | annotate.texinfo | 399 Between these annotations is the main body of the frame, which can
|
| /freebsd-12.1/contrib/dtc/Documentation/ |
| H A D | dtc-paper.tex | 488 Between reading in the device tree and writing it out in the new
|
| /freebsd-12.1/contrib/llvm/lib/Target/ARM/ |
| H A D | ARMInstrVFP.td | 678 // Between half, single and double-precision.
|
| H A D | ARMInstrNEON.td | 6449 // VCVT : Vector Convert Between Floating-Point and Integers 6526 // VCVT : Vector Convert Between Floating-Point and Fixed-Point. 6606 // VCVT : Vector Convert Between Half-Precision and Single-Precision.
|
| /freebsd-12.1/contrib/tzdata/ |
| H A D | southamerica | 1436 # Between 1990 and 2000 inclusive, Shanks & Pottenger and the IATA agree except
|
| H A D | northamerica | 807 # Between 1944-01-01 and 1944-04-01 the State of Arizona used standard
|
| H A D | europe | 3747 # the Canton de Genève (Geneva, Genf). Between 1848 and 1894 Geneva did not
|
| /freebsd-12.1/contrib/googletest/googletest/docs/ |
| H A D | advanced.md | 1185 ## Sharing Resources Between Tests in the Same Test Case
|
| /freebsd-12.1/contrib/gperf/ |
| H A D | ChangeLog | 998 * src/main.cc (main): Between Search::~Search and Input::~Input,
|
| /freebsd-12.1/contrib/gcc/doc/ |
| H A D | rtl.texi | 1650 Between the combiner pass and the reload pass, it is possible to have a
|
| H A D | invoke.texi | 2367 have undefined behavior; the C and C++ standards specify that ``Between
|
| /freebsd-12.1/contrib/sendmail/ |
| H A D | RELEASE_NOTES | 380 Between 8.11.7 and 8.12.0 the length limitation on a return
|