/aosp_15_r20/external/sdv/vsomeip/third_party/boost/algorithm/test/ |
D | partition_point_test1.cpp | 41 void test_sequence ( Container &v, Predicate comp, int expected ) { in test_sequence() function 80 test_sequence ( v, less_than<int>(3), 0 ); // no elements in test_sequence1() 81 test_sequence ( v, less_than<int>(6), 1 ); // only the first element in test_sequence1() 82 test_sequence ( v, less_than<int>(10), 5 ); in test_sequence1() 83 test_sequence ( v, less_than<int>(99), -1 ); // all elements satisfy in test_sequence1() 89 test_sequence ( l, less_than<int>(3), 0 ); // no elements in test_sequence1() 90 test_sequence ( l, less_than<int>(6), 1 ); // only the first element in test_sequence1() 91 test_sequence ( l, less_than<int>(10), 5 ); in test_sequence1() 92 test_sequence ( l, less_than<int>(99), -1 ); // all elements satisfy in test_sequence1()
|
D | find_if_not_test1.cpp | 64 void test_sequence ( Container &v, Predicate comp, int expected ) { in test_sequence() function 94 test_sequence ( v, less_than<int>(3), 0 ); // no elements in test_sequence1() 95 test_sequence ( v, less_than<int>(6), 1 ); // only the first element in test_sequence1() 96 test_sequence ( v, less_than<int>(10), 5 ); in test_sequence1() 97 test_sequence ( v, less_than<int>(99), -1 ); // all elements satisfy in test_sequence1() 103 test_sequence ( l, less_than<int>(3), 0 ); // no elements in test_sequence1() 104 test_sequence ( l, less_than<int>(6), 1 ); // only the first element in test_sequence1() 105 test_sequence ( l, less_than<int>(10), 5 ); in test_sequence1() 106 test_sequence ( l, less_than<int>(99), -1 ); // all elements satisfy in test_sequence1()
|
D | partition_copy_test1.cpp | 28 void test_sequence ( const Container &c, Predicate comp ) { in test_sequence() function 68 test_sequence ( v, less_than<int>(3)); // no elements in test_sequence1() 69 test_sequence ( v, less_than<int>(6)); // only the first element in test_sequence1() 70 test_sequence ( v, less_than<int>(10)); in test_sequence1() 71 test_sequence ( v, less_than<int>(99)); // all elements satisfy in test_sequence1() 77 test_sequence ( l, less_than<int>(3)); // no elements in test_sequence1() 78 test_sequence ( l, less_than<int>(6)); // only the first element in test_sequence1() 79 test_sequence ( l, less_than<int>(10)); in test_sequence1() 80 test_sequence ( l, less_than<int>(99)); // all elements satisfy in test_sequence1()
|
D | copy_n_test1.cpp | 31 void test_sequence ( Container const &c ) { in test_sequence() function 103 test_sequence ( v ); in test_sequence1() 111 test_sequence ( l ); in test_sequence1()
|
D | find_not_test.cpp | 65 void test_sequence() in test_sequence() function 133 test_sequence(); in BOOST_AUTO_TEST_CASE()
|
/aosp_15_r20/external/autotest/server/site_tests/bluetooth_AdapterAUHealth/ |
H A D | bluetooth_AdapterAUHealth.py | 51 def au_run_test_sequence(self, device, test_sequence, test_profile): argument 64 test_sequence() 112 test_sequence = lambda: self.playback_and_connect(device, test_profile) function 113 self.au_run_test_sequence(device, test_sequence, test_profile) 122 test_sequence = lambda: self.playback_and_disconnect( function 124 self.au_run_test_sequence(device, test_sequence, test_profile) 133 test_sequence = lambda: self.playback_back2back(device, test_profile) function 134 self.au_run_test_sequence(device, test_sequence, test_profile) 142 test_sequence = lambda: self.pinned_playback(device, test_profile) function 143 self.au_run_test_sequence(device, test_sequence, test_profile)
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/fusion/test/functional/ |
D | invoke_function_object.cpp | 204 void test_sequence(Sequence & seq) in test_sequence() function 243 test_sequence(v0); in main() 244 test_sequence(v1); in main() 245 test_sequence(v2); in main() 246 test_sequence(v3); in main() 258 test_sequence(l0); in main() 259 test_sequence(l1); in main() 260 test_sequence(l2); in main() 261 test_sequence(l3); in main()
|
D | invoke_procedure.cpp | 335 void test_sequence(Sequence & seq) in test_sequence() function 363 test_sequence(v0); in main() 364 test_sequence(v1); in main() 365 test_sequence(v2); in main() 366 test_sequence(v3); in main() 378 test_sequence(l0); in main() 379 test_sequence(l1); in main() 380 test_sequence(l2); in main() 381 test_sequence(l3); in main()
|
D | invoke.cpp | 490 void test_sequence(Sequence & seq) in test_sequence() function 540 test_sequence(v0); in main() 541 test_sequence(v1); in main() 542 test_sequence(v2); in main() 543 test_sequence(v3); in main() 555 test_sequence(l0); in main() 556 test_sequence(l1); in main() 557 test_sequence(l2); in main() 558 test_sequence(l3); in main()
|
/aosp_15_r20/external/rust/android-crates-io/crates/anes/tests/parser/ |
D | mod.rs | 2 macro_rules! test_sequence { macro 18 test_sequence!($bytes, $seq);
|
/aosp_15_r20/external/libchrome/third_party/jinja2/ |
H A D | tests.py | 86 def test_sequence(value): function 144 'sequence': test_sequence,
|
/aosp_15_r20/external/python/jinja/src/jinja2/ |
D | tests.py | 126 def test_sequence(value): function 190 "sequence": test_sequence,
|
/aosp_15_r20/external/cronet/base/test/launcher/ |
H A D | test_launcher.cc | 1946 std::vector<TestInfo> test_sequence; in ProcessAndValidateTests() local 1947 test_sequence.push_back(test_info); in ProcessAndValidateTests() 1949 while (base::Contains(pre_tests, test_sequence.back().GetPreName())) { in ProcessAndValidateTests() 1950 test_sequence.push_back(pre_tests[test_sequence.back().GetPreName()]); in ProcessAndValidateTests() 1951 pre_tests.erase(test_sequence.back().GetDisabledStrippedName()); in ProcessAndValidateTests() 1955 tests_to_run.insert(tests_to_run.end(), test_sequence.rbegin(), in ProcessAndValidateTests() 1956 test_sequence.rend()); in ProcessAndValidateTests()
|
/aosp_15_r20/external/autotest/server/site_tests/pvs_Sequence/ |
H A D | pvs_Sequence.py | 8 class pvs_Sequence(sequence.test_sequence):
|
/aosp_15_r20/external/autotest/server/cros/pvs/ |
H A D | sequence.py | 12 class test_sequence(test.test): class
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_codecs.py | 416 test_sequence = (bom + before_sequence + 418 self.assertRaises(UnicodeDecodeError, test_sequence.decode, 422 test_sequence) 423 self.assertEqual(test_sequence.decode(self.encoding, 426 self.assertEqual(test_sequence.decode(self.encoding, "ignore"), 428 self.assertEqual(test_sequence.decode(self.encoding, "replace"), 432 self.assertEqual(test_sequence.decode(self.encoding, "backslashreplace"),
|
D | test_typing.py | 5710 def test_sequence(self): member in CollectionsAbcTests
|
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_mhlib.py | 199 def test_sequence(self): member in MhlibTests
|
/aosp_15_r20/external/pytorch/test/torch_np/numpy_tests/lib/ |
H A D | test_function_base.py | 2949 def test_sequence(self): member in TestPercentile
|