| /src/contrib/googletest/googlemock/test/ |
| H A D | gmock-cardinalities_test.cc | 46 using testing::Between; 242 Between(-1, 2); in TEST() 250 Between(1, -2); in TEST() 258 Between(2, 1); in TEST() 265 const Cardinality c = Between(0, 0); in TEST() 279 const Cardinality c = Between(0, 2); in TEST() 296 const Cardinality c = Between(3, 3); in TEST() 313 const Cardinality c = Between(3, 5); in TEST() 333 const Cardinality c = Between(3, 5); in TEST()
|
| H A D | gmock-spec-builders_test.cc | 535 .Times(Between(1, 2)) in TEST() 611 EXPECT_CALL(b, DoB()).Times(Between(2, 3)).WillOnce(Return(1)); in TEST()
|
| /src/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()
|
| /src/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-cardinalities.h | 145 GTEST_API_ Cardinality Between(int min, int max);
|
| /src/sys/contrib/device-tree/Bindings/mfd/ |
| H A D | hisilicon,hi655x.txt | 4 Between PMIC Hi655x and Hi6220, the physical signal channel is SSI.
|
| /src/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
|
| /src/tests/sys/fs/fusefs/ |
| H A D | bmap.cc | 321 ).Times(Between(ngetattrs - 1, ngetattrs)) in TEST_P()
|
| H A D | write.cc | 691 ).Times(Between(ngetattrs - 1, ngetattrs)) in TEST_P()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | GVN.cpp | 1140 static bool liesBetween(const Instruction *From, Instruction *Between, in liesBetween() argument 1142 if (From->getParent() == Between->getParent()) in liesBetween() 1143 return DT->dominates(From, Between); in liesBetween() 1145 Exclusion.insert(Between->getParent()); in liesBetween()
|
| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsARM.td | 637 // Vector Conversions Between Floating-point and Integer 647 // Vector Conversions Between Floating-point and Fixed-point. 653 // Vector Conversions Between Half-Precision and Single-Precision.
|
| H A D | IntrinsicsAArch64.td | 485 // Vector Conversions Between Half-Precision and Single-Precision. 491 // Vector Conversions Between Floating-point and Fixed-point.
|
| /src/bin/sh/ |
| H A D | TOUR | 42 provide uninterruptible critical sections. Between the execution
|
| /src/contrib/googletest/docs/reference/ |
| H A D | mocking.md | 135 | `Between(m, n)` | The function call is expected between *m* and *n* times, inclusive. |
|
| /src/contrib/one-true-awk/testdir/ |
| H A D | funstack.ok | 1450 Patrick A. V. Hall Equivalence Between AND/OR Graphs and 2040 Werner Liniger Connections Between Accuracy and 2983 Between Files . . . . . . . . . . . . . 264--268 2996 M. Rodeh Economical Encoding of Commas Between
|
| H A D | funstack.in | 10772 title = "Equivalence Between {AND\slash OR} Graphs and Context-Free Grammars", 15425 …title = "Connections Between Accuracy and Stability Properties of Linear Multistep Formulas… 22687 title = "A Technique for Isolating Differences Between Files", 22832 title = "Economical Encoding of Commas Between Strings",
|
| /src/contrib/googletest/docs/ |
| H A D | gmock_cook_book.md | 972 ### Selecting Between Overloaded Functions {#SelectOverload} 3829 `AtLeast(5)` or `Between(2, 4)`.
|
| H A D | advanced.md | 893 ## Sharing Resources Between Tests in the Same Test Suite
|
| /src/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstrVFP.td | 774 // Between half, single and double-precision.
|
| H A D | ARMInstrNEON.td | 6790 // VCVT : Vector Convert Between Floating-Point and Integers 6867 // VCVT : Vector Convert Between Floating-Point and Fixed-Point. 6947 // VCVT : Vector Convert Between Half-Precision and Single-Precision.
|
| /src/contrib/tzdata/ |
| H A D | southamerica | 1526 # Between 1990 and 2000 inclusive, Shanks & Pottenger and the IATA agree except
|
| H A D | northamerica | 799 # Between 1944-01-01 and 1944-04-01 the State of Arizona used standard
|
| H A D | europe | 3748 # the Canton de Genève (Geneva, Genf). Between 1848 and 1894 Geneva did not
|
| /src/ |
| H A D | UPDATING | 981 been corrected as of d4d252c49976. Between these dates, if you
|
| /src/contrib/sendmail/ |
| H A D | RELEASE_NOTES | 796 Between 8.11.7 and 8.12.0 the length limitation on a return
|