Home
last modified time | relevance | path

Searched refs:Between (Results 1 – 25 of 71) sorted by relevance

123

/external/tensorflow/tensorflow/core/lib/io/
Dtable_test.cc536 static bool Between(uint64 val, uint64 low, uint64 high) { in Between() function
565 ASSERT_TRUE(Between(c.ApproximateOffsetOf("abc"), 0, 0)); in TEST()
566 ASSERT_TRUE(Between(c.ApproximateOffsetOf("k01"), 0, 0)); in TEST()
567 ASSERT_TRUE(Between(c.ApproximateOffsetOf("k01a"), 0, 0)); in TEST()
568 ASSERT_TRUE(Between(c.ApproximateOffsetOf("k02"), 0, 0)); in TEST()
569 ASSERT_TRUE(Between(c.ApproximateOffsetOf("k03"), 10, 500)); in TEST()
570 ASSERT_TRUE(Between(c.ApproximateOffsetOf("k04"), 10000, 11000)); in TEST()
571 ASSERT_TRUE(Between(c.ApproximateOffsetOf("k04a"), 210000, 211000)); in TEST()
572 ASSERT_TRUE(Between(c.ApproximateOffsetOf("k05"), 210000, 211000)); in TEST()
573 ASSERT_TRUE(Between(c.ApproximateOffsetOf("k06"), 510000, 511000)); in TEST()
[all …]
/external/google-breakpad/src/testing/test/
Dgmock-cardinalities_test.cc46 using testing::Between;
247 Between(-1, 2); in TEST()
253 Between(1, -2); in TEST()
259 Between(2, 1); in TEST()
265 const Cardinality c = Between(0, 0); in TEST()
280 const Cardinality c = Between(0, 2); in TEST()
298 const Cardinality c = Between(3, 3); in TEST()
316 const Cardinality c = Between(3, 5); in TEST()
337 const Cardinality c = Between(3, 5); in TEST()
/external/googletest/googlemock/test/
Dgmock-cardinalities_test.cc45 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()
/external/v8/src/
Ddateparser.h37 static inline bool Between(int x, int lo, int hi) { in Between() function
314 static bool IsMinute(int x) { return Between(x, 0, 59); } in IsMinute()
315 static bool IsHour(int x) { return Between(x, 0, 23); } in IsHour()
316 static bool IsSecond(int x) { return Between(x, 0, 59); } in IsSecond()
319 static bool IsHour12(int x) { return Between(x, 0, 12); } in IsHour12()
320 static bool IsMillisecond(int x) { return Between(x, 0, 999); } in IsMillisecond()
343 static bool IsMonth(int x) { return Between(x, 1, 12); } in IsMonth()
344 static bool IsDay(int x) { return Between(x, 1, 31); } in IsDay()
Ddateparser.cc53 if (Between(year, 0, 49)) year += 2000; in Write()
54 else if (Between(year, 50, 99)) year += 1900; in Write()
Ddateparser-inl.h283 !Between(scanner->Peek().number(), 0, 24)) { in ParseES5DateTime()
/external/google-breakpad/src/testing/src/
Dgmock-cardinalities.cc140 GTEST_API_ Cardinality AtLeast(int n) { return Between(n, INT_MAX); } in AtLeast()
143 GTEST_API_ Cardinality AtMost(int n) { return Between(0, n); } in AtMost()
149 GTEST_API_ Cardinality Between(int min, int max) { in Between() function
154 GTEST_API_ Cardinality Exactly(int n) { return Between(n, n); } in Exactly()
/external/googletest/googlemock/src/
Dgmock-cardinalities.cc139 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()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/src/
Dgmock-cardinalities.cc140 GTEST_API_ Cardinality AtLeast(int n) { return Between(n, INT_MAX); } in AtLeast()
143 GTEST_API_ Cardinality AtMost(int n) { return Between(0, n); } in AtMost()
149 GTEST_API_ Cardinality Between(int min, int max) { in Between() function
154 GTEST_API_ Cardinality Exactly(int n) { return Between(n, n); } in Exactly()
/external/u-boot/arch/mips/mach-bmips/
DKconfig133 Between its different peripherals there's an integrated switch with 4
144 Between its different peripherals there's an integrated switch with 4
155 Between its different peripherals there's a BCM5325 switch with 4
166 Between its different peripherals there's an integrated switch with 4
177 Between its different peripherals there's a BCM53115 switch with 5
188 Between its different peripherals there's a BCM5325 switch with 4
199 Between its different peripherals there's a BCM53115 switch with 4
210 Between its different peripherals there's a BCM53125 switch with 5
221 Between its different peripherals there's a BCM5325 switch with 4
232 Between its different peripherals there's a BCM5325 switch with 4
/external/google-breakpad/src/testing/include/gmock/
Dgmock-cardinalities.h135 GTEST_API_ Cardinality Between(int min, int max);
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-cardinalities.h135 GTEST_API_ Cardinality Between(int min, int max);
/external/googletest/googlemock/include/gmock/
Dgmock-cardinalities.h139 GTEST_API_ Cardinality Between(int min, int max);
/external/tensorflow/tensorflow/contrib/boosted_trees/proto/
Dlearner.proto64 // Between 0 and 1. If set to 1.0, we are averaging ensembles of tree 1,
87 // Between 0 and 1.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/
Dattr-amdgpu-waves-per-eu.ll101 ; Between 1 and 5 waves per execution unit (same as @empty_at_most_5).
103 ; Between 5 and 10 waves per execution unit.
/external/llvm/include/llvm/IR/
DIntrinsicsARM.td372 // Vector Conversions Between Floating-point and Integer
382 // Vector Conversions Between Floating-point and Fixed-point.
388 // Vector Conversions Between Half-Precision and Single-Precision.
DIntrinsicsAArch64.td385 // Vector Conversions Between Half-Precision and Single-Precision.
391 // Vector Conversions Between Floating-point and Fixed-point.
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/docs/
DDESCRIPTION39 - Between ``:first-line`` and the following comma or curly brace a space is
/external/swiftshader/third_party/LLVM/include/llvm/
DIntrinsicsARM.td334 // Vector Conversions Between Floating-point and Fixed-point.
340 // Vector Conversions Between Half-Precision and Single-Precision.
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DIntrinsicsARM.td555 // 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.
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
DREADME.rst56 - Between ``:first-line`` and the following comma or curly brace a space is
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Dsimple-fp-encoding.s219 @ Between two single precision registers and two core registers
229 @ Between one double precision register and two core registers
/external/llvm/test/MC/ARM/
Dsimple-fp-encoding.s207 @ Between two single precision registers and two core registers
217 @ Between one double precision register and two core registers
/external/python/cpython2/Doc/library/
Ddatetime.rst208 | ``days`` | Between -999999999 and 999999999 inclusive |
210 | ``seconds`` | Between 0 and 86399 inclusive |
212 | ``microseconds`` | Between 0 and 999999 inclusive |
410 Between :const:`MINYEAR` and :const:`MAXYEAR` inclusive.
415 Between 1 and 12 inclusive.
420 Between 1 and the number of days in the given month of the given year.
765 Between :const:`MINYEAR` and :const:`MAXYEAR` inclusive.
770 Between 1 and 12 inclusive.
775 Between 1 and the number of days in the given month of the given year.
/external/deqp/doc/testspecs/GLES2/
Dstress.long.txt75 This concludes an iteration. Between iterations, the usual post-iteration

123