Home
last modified time | relevance | path

Searched refs:test_length (Results 1 – 20 of 20) sorted by relevance

/external/fmtlib/test/
Dprintf-test.cc335 void test_length(const char* length_spec, U value) { in test_length() function
374 template <typename T> void test_length(const char* length_spec) { in test_length() function
376 test_length<T>(length_spec, 42); in test_length()
377 test_length<T>(length_spec, -42); in test_length()
378 test_length<T>(length_spec, min); in test_length()
379 test_length<T>(length_spec, max); in test_length()
382 test_length<T>(length_spec, static_cast<long long>(min) - 1); in test_length()
385 test_length<T>(length_spec, static_cast<long long>(max) + 1); in test_length()
386 test_length<T>(length_spec, std::numeric_limits<short>::min()); in test_length()
387 test_length<T>(length_spec, max_value<unsigned short>()); in test_length()
[all …]
/external/sdv/vsomeip/third_party/boost/spirit/test/qi/
Dregression_clear.cpp22 unsigned test_length = 6; in main() local
24 char const* test_end = test + test_length; in main()
30 BOOST_TEST(result.size() == test_length); in main()
32 for(unsigned i = 0; i < test_length; ++i) { in main()
/external/google-breakpad/src/processor/
Dcontained_range_map_unittest.cc64 unsigned int test_length) { in RunTestsWithRetrieveRange() argument
75 for (unsigned int address = 0; address < test_length; ++address) { in RunTestsWithRetrieveRange()
290 unsigned int test_length = sizeof(test_data) / sizeof(int); in RunTestsWithNoEqualRange() local
291 return RunTestsWithRetrieveRange(crm, test_data, test_length); in RunTestsWithNoEqualRange()
346 unsigned int test_length = sizeof(test_data) / sizeof(int); in RunTestsWithEqualRange() local
367 return RunTestsWithRetrieveRange(crm, test_data, test_length) && in RunTestsWithEqualRange()
/external/cronet/stable/crypto/
Dprocess_bound_string_unittest.cc38 for (const auto test_length : test_cases) { in TYPED_TEST() local
40 for (size_t i = 0; i < test_length; i++) { in TYPED_TEST()
/external/cronet/tot/crypto/
Dprocess_bound_string_unittest.cc38 for (const auto test_length : test_cases) { in TYPED_TEST() local
40 for (size_t i = 0; i < test_length; i++) { in TYPED_TEST()
/external/skia/tests/
DPointTest.cpp64 static void test_length(skiatest::Reporter* reporter, SkScalar x, SkScalar y, in test_length() function
145 test_length(reporter, gRec[i].fX, gRec[i].fY, gRec[i].fLength); in DEF_TEST()
DPoint3Test.cpp84 static void test_length(skiatest::Reporter* reporter, in test_length() function
144 test_length(reporter, gRec[i].fX, gRec[i].fY, gRec[i].fZ, gRec[i].fLength); in DEF_TEST()
/external/freetype/src/tools/
Dtest_trig.c163 test_length( void ) in test_length() function
250 test_length(); in main()
/external/autotest/client/common_lib/
Dtest.py467 def execute(self, iterations=None, test_length=None, profile_only=None, argument
505 if iterations and test_length:
507 if test_length:
512 'length', test_length)
513 while time_elapsed < test_length:
Dtest_unittest.py135 self.test.execute(iterations=1, test_length=3, _get_time=fake_time)
/external/autotest/client/site_tests/power_SuspendStress/
Dcontrol.disk30 quicktest=True, test_length=INIT_DELAY+DURATION+30,
/external/pigweed/pw_format/rust/pw_format/
Dprintf.rs255 fn test_length() { in test_length() function
/external/python/jinja/tests/
Dtest_filters.py238 def test_length(self, env): member in TestFilter
/external/threetenbp/src/test/java/org/threeten/bp/temporal/
DTestYear.java489 public void test_length() { in test_length() method in TestYear
/external/python/cpython3/Lib/test/test_importlib/
Dtest_util.py318 def test_length(self): member in MagicNumberTests
/external/autotest/server/cros/tradefed/
Dgenerate_controlfiles_common.py976 test_length=get_test_length(modules),
/external/apache-commons-lang/src/test/java/org/apache/commons/lang3/util/
DFluentBitSetTest.java1102 public void test_length() { in test_length() method in FluentBitSetTest
/external/pytorch/test/inductor/
Dtest_ordered_set.py758 def test_length(self): member in TestBasicOps
/external/python/cpython3/Lib/test/
Dtest_set.py848 def test_length(self): member in TestBasicOps
/external/rust/android-crates-io/crates/glam/tests/
Dvec2.rs916 glam_test!(test_length, {