Home
last modified time | relevance | path

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

1234

/external/tensorflow/tensorflow/core/lib/io/
Dtable_test.cc537 static bool Between(uint64 val, uint64 low, uint64 high) { in Between() function
566 ASSERT_TRUE(Between(c.ApproximateOffsetOf("abc"), 0, 0)); in TEST()
567 ASSERT_TRUE(Between(c.ApproximateOffsetOf("k01"), 0, 0)); in TEST()
568 ASSERT_TRUE(Between(c.ApproximateOffsetOf("k01a"), 0, 0)); in TEST()
569 ASSERT_TRUE(Between(c.ApproximateOffsetOf("k02"), 0, 0)); in TEST()
570 ASSERT_TRUE(Between(c.ApproximateOffsetOf("k03"), 10, 500)); in TEST()
571 ASSERT_TRUE(Between(c.ApproximateOffsetOf("k04"), 10000, 11000)); in TEST()
572 ASSERT_TRUE(Between(c.ApproximateOffsetOf("k04a"), 210000, 211000)); in TEST()
573 ASSERT_TRUE(Between(c.ApproximateOffsetOf("k05"), 210000, 211000)); in TEST()
574 ASSERT_TRUE(Between(c.ApproximateOffsetOf("k06"), 510000, 511000)); in TEST()
[all …]
/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/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/llvm-project/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/angle/extensions/
DANGLE_webgl_compatibility.txt63 the WebGL specification entitled "Differences Between WebGL and OpenGL ES
64 2.0" and "Differences Between WebGL and OpenGL ES 3.0".
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-cardinalities.h137 GTEST_API_ Cardinality Between(int min, int max);
/external/autotest/server/site_tests/bluetooth_AdapterMTBF/
Dcontrol.better_together_stress_test21 Time Between Failures (MTBF).
Dcontrol.typical_use_cases_test21 Time Between Failures (MTBF). Currently the typical use cases include:
/external/googletest/googlemock/include/gmock/
Dgmock-cardinalities.h143 GTEST_API_ Cardinality Between(int min, int max);
/external/llvm-project/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/angle/src/libANGLE/renderer/vulkan/doc/
DTransformFeedbackViaExtension.md26 Between the pause and resume there needs to be a memory barrier for the counter buffers with a
/external/libwebm/webm_parser/tests/
Dblock_parser_test.cc24 using testing::Between;
572 .Times(incremental ? Between(this_frame_size, this_frame_size + 1) in SetExpectations()
/external/libchrome/base/trace_event/
Dmemory_dump_manager_unittest.cc42 using testing::Between;
557 EXPECT_CALL(mdp2, OnMemoryDump(_, _)).Times(Between(2, 3)); in TEST_F()
588 EXPECT_CALL(mdp2, OnMemoryDump(_, _)).Times(Between(1, 2)); in TEST_F()
/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/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/deqp/doc/testspecs/GLES2/
Dstress.long.txt75 This concludes an iteration. Between iterations, the usual post-iteration
/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/llvm-project/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/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/libgav1/libgav1/cmake/
Dlibgav1_flags.cmake121 # Between 3.17.0 and 3.18.2 check_cxx_compiler_flag() sets a normal
/external/grpc-grpc/doc/
Dcompression.md37 ### Compression Method Asymmetry Between Peers
/external/angle/third_party/vulkan_memory_allocator/docs/
DRecording file format.md38 Between them there can be zero or more lines with configuration options. They store values of vario…
/external/python/cpython3/Doc/extending/
Dwindows.rst47 Differences Between Unix and Windows

1234