/aosp_15_r20/external/fmtlib/test/ |
H A D | printf-test.cc | 335 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 …]
|
/aosp_15_r20/system/media/audio_utils/tests/ |
H A D | biquad_filter_tests.cpp | 198 constexpr size_t TEST_LENGTH = 1024; in TEST() local 200 std::vector<D> reference(TEST_LENGTH); in TEST() 201 randomBuffer(reference.data(), TEST_LENGTH, 1 /* channelCount */); in TEST() 210 parallel.process1D(test1.data(), TEST_LENGTH); in TEST() 214 biquad->process(test2.data(), test2.data(), TEST_LENGTH); in TEST() 227 constexpr size_t TEST_LENGTH = 1024; in testDifferentFiltersPerChannel() local 228 std::vector<D> reference(TEST_LENGTH * FILTERS); in testDifferentFiltersPerChannel() 229 randomBuffer(reference.data(), TEST_LENGTH, FILTERS); in testDifferentFiltersPerChannel() 245 multichannel.process(test1.data(), test1.data(), TEST_LENGTH); in testDifferentFiltersPerChannel() 250 biquads[i]->process(test2.data() + i, test2.data() + i, TEST_LENGTH, FILTERS); in testDifferentFiltersPerChannel() [all …]
|
/aosp_15_r20/cts/apps/CameraITS/tests/sensor_fusion/ |
H A D | test_sensor_fusion.py | 65 _NUM_FRAMES_MAX = 300 # fps*test_length should be < this for smooth captures. 68 def _collect_data(cam, fps, w, h, test_length, rot_rig, chart_dist, argument 81 test_length: length of time for test in seconds. 154 caps = cam.do_capture([req] * int(fps * test_length), fmt) 347 test_length = float(self.test_length) 351 if img_w * img_h > _IMG_SIZE_MAX or fps * test_length > _NUM_FRAMES_MAX: 355 " smaller values of 'w', 'h', 'fps', or 'test_length'.") 368 cam, fps, img_w, img_h, test_length, rot_rig, chart_distance,
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/test/qi/ |
D | regression_clear.cpp | 22 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()
|
/aosp_15_r20/external/google-breakpad/src/processor/ |
H A D | contained_range_map_unittest.cc | 64 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()
|
/aosp_15_r20/cts/apps/CameraITS/tests/inprog/rolling_shutter_skew/ |
H A D | test_rolling_shutter_skew.py | 33 TEST_LENGTH = 1 variable 90 '-t', '--test_length', 178 test_length = args.test_length if args.test_length else TEST_LENGTH 204 raw_caps = cam.do_capture([req]*fps*test_length, fmt)
|
/aosp_15_r20/external/autotest/client/common_lib/ |
H A D | test.py | 467 def execute(self, iterations=None, test_length=None, profile_only=None, argument 476 @param test_length: The minimum test length in seconds. We'll run the 481 function. This parameter is incompatible with test_length and will 504 # and test_length), let's warn them. 505 if iterations and test_length: 507 if test_length: 512 'length', test_length) 513 while time_elapsed < test_length:
|
H A D | test_unittest.py | 121 # test that test_length overrides iterations and works. 135 self.test.execute(iterations=1, test_length=3, _get_time=fake_time)
|
/aosp_15_r20/art/test/130-hprof/src/ |
H A D | Main.java | 24 private static final int TEST_LENGTH = 100; field in Main 97 Object data[] = new Object[TEST_LENGTH]; in testBasicDump() 100 data[i] = new Object[TEST_LENGTH]; in testBasicDump()
|
/aosp_15_r20/cts/tests/tests/telecom/src/android/telecom/cts/ |
H A D | PhoneAccountOperationsTest.java | 50 public static final int TEST_LENGTH = 10; field in PhoneAccountOperationsTest 71 testBundle.putInt(PhoneAccount.EXTRA_CALL_SUBJECT_MAX_LENGTH, TEST_LENGTH); in createTestBundle() 417 assertEquals(TEST_LENGTH, in testRegisterPhoneAccount_CheckExtras()
|
/aosp_15_r20/external/skia/tests/ |
H A D | Point3Test.cpp | 84 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()
|
H A D | PointTest.cpp | 64 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()
|
/aosp_15_r20/external/freetype/src/tools/ |
H A D | test_trig.c | 163 test_length( void ) in test_length() function 250 test_length(); in main()
|
/aosp_15_r20/cts/apps/CameraITS/tests/ |
H A D | its_base_test.py | 109 self.test_length = float(self.user_params['test_length'])
|
/aosp_15_r20/external/autotest/client/site_tests/power_SuspendStress/ |
H A D | control.disk | 30 quicktest=True, test_length=INIT_DELAY+DURATION+30,
|
/aosp_15_r20/external/autotest/server/site_tests/hardware_StorageQualTrimStress/ |
H A D | hardware_StorageQualTrimStress.py | 30 [lambda: job.run_test('hardware_TrimIntegrity', test_length=%d,
|
/aosp_15_r20/external/autotest/server/site_tests/hardware_StorageQualSuspendStress/ |
H A D | hardware_StorageQualSuspendStress.py | 27 [lambda: job.run_test('%s', test_length=%d,
|
/aosp_15_r20/cts/apps/CameraITS/ |
H A D | config.yml | 47 test_length: 7
|
H A D | config_sample_parallel_testing.yml | 79 test_length: 7
|
/aosp_15_r20/external/pigweed/pw_format/rust/pw_format/ |
H A D | printf.rs | 255 fn test_length() { in test_length() function
|
/aosp_15_r20/external/autotest/server/cros/tradefed/ |
H A D | generate_controlfiles_common.py | 57 TIME = '{{test_length}}' 976 test_length=get_test_length(modules),
|
/aosp_15_r20/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
H A D | StringBuffer2Test.java | 465 public void test_length() { in test_length() method in StringBuffer2Test
|
/aosp_15_r20/external/python/cpython2/Lib/lib-tk/test/test_ttk/ |
D | test_widgets.py | 770 def test_length(self): member in ScaleTest 868 def test_length(self): member in ProgressbarTest
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/ |
H A D | memslot_perf_test.c | 849 …pr_info("usage: %s [-h] [-v] [-d] [-s slots] [-f first_test] [-e last_test] [-l test_length] [-r r… in help()
|
/aosp_15_r20/external/python/cpython3/Lib/test/test_importlib/ |
D | test_util.py | 542 def test_length(self): member in MagicNumberTests
|