/third_party/protobuf/objectivec/DevTools/ |
H A D | pddm_tests.py | 104 test_list = [ 118 for idx, (input_str, expected_prefix) in enumerate(test_list, 1): 128 test_list = [ 173 for idx, (input_str, expected_prefix) in enumerate(test_list, 1): 205 test_list = [ 223 for idx, (input_str, expected) in enumerate(test_list, 1): 250 test_list = [ 267 for idx, (input_str, expected_err) in enumerate(test_list, 1): 323 test_list = [ 350 for idx, (input_str, line_counts) in enumerate(test_list, [all...] |
/third_party/jerryscript/tools/runners/ |
H A D | run-test-suite.py | 58 def get_tests(test_dir, test_list, skip_list, skip_file): 65 if test_list: 66 dirname = os.path.dirname(test_list) 67 with open(test_list, "r") as test_list_fd: 105 tests = get_tests(args.test_dir, args.test_list, args.skip_list, args.skip_file) 131 if args.test_list: 132 summary_list.append(os.path.relpath(args.test_list))
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | htest.py | 387 test_list = [] # List of tuples of the form (spec, callable widget) 392 test_list.append((test_spec, test)) 401 test_list.append((test_spec, test)) 410 if len(test_list) == 1: 412 test_spec, callable_object = test_list.pop()
|
/third_party/googletest/googletest/test/ |
H A D | googletest-output-test.py | 250 test_list = GetShellCommandOutput(COMMAND_LIST_TESTS) variable 251 SUPPORTS_DEATH_TESTS = 'DeathTest' in test_list 252 SUPPORTS_TYPED_TESTS = 'TypedTest' in test_list 253 SUPPORTS_THREADS = 'ExpectFailureWithThreadsTest' in test_list
|
/third_party/vixl/tools/ |
H A D | generate_simulator_traces.py | 142 status, test_list = util.getstatusoutput(args.runner + ' --list') 158 tests = sorted([t for t in test_list.split() if 'AARCH64_SIM_' in t], 203 test_list.split()),
|
/third_party/gn/src/gn/ |
H A D | operators_unittest.cc | 192 Value test_list(nullptr, Value::LIST); in TEST() 193 test_list.list_value().push_back(Value(nullptr, foo_str)); in TEST() 194 test_list.list_value().push_back(Value(nullptr, bar_str)); in TEST() 195 test_list.list_value().push_back(Value(nullptr, foo_str)); in TEST() 199 setup.scope()->SetValue(var, test_list, nullptr); in TEST()
|
/third_party/openssl/test/ |
H A D | cms-examples.pl | 34 my @test_list = ( 104 foreach (@test_list) {
|
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/ |
H A D | container_test.cc | 646 std::list<int> test_list(initial.begin(), initial.end()); in TEST() 647 absl::c_copy(input, ++test_list.begin()); in TEST() 648 EXPECT_EQ(std::list<int>(expected.begin(), expected.end()), test_list); in TEST() local 660 std::list<int> test_list = initial; in TEST() local 661 absl::c_copy(input, std::front_inserter(test_list)); in TEST() 662 EXPECT_EQ(expected, test_list); in TEST() 670 std::list<int> test_list(initial.begin(), initial.end()); in TEST() 671 absl::c_copy(input, std::back_inserter(test_list)); in TEST() 672 EXPECT_EQ(std::list<int>(expected.begin(), expected.end()), test_list); in TEST() local 798 std::list<int> test_list(initia in TEST() 800 EXPECT_EQ(std::list<int>(expected.begin(), expected.end()), test_list); TEST() local 936 std::list<int> test_list = {1, 2, 3, 4}; TEST() local [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
H A D | gen_restricted_traces.py | 30 {test_list} 185 test_list = [] 215 test_list += [ 220 format_args['test_list'] = ',\n'.join(test_list)
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-secure-streams/ |
H A D | main.c | 293 static const atss_t test_list[] = { variable 317 next_test = &test_list[0]; in app_system_state_nf()
|
/third_party/skia/third_party/externals/angle2/src/tests/ |
H A D | capture_replay_tests.py | 682 def Filter(self, test_list, run_all_tests): 684 for t in test_list: 841 test_list = GetTestsListForFilter(args, test_path, args.filter, logger) 843 test_names = ParseTestNamesFromTestList(test_list, test_expectation, 955 for real_result, test_list in test_batch_result.items(): 956 for test in test_list:
|
/third_party/googletest/googlemock/test/ |
H A D | gmock-matchers-containers_test.cc | 2609 list<int> test_list; in TEST() local 2610 test_list.push_back(1); in TEST() 2611 test_list.push_back(3); in TEST() 2612 EXPECT_EQ("", Explain(m, test_list)); // No need to explain anything. in TEST() 2630 list<int> test_list; in TEST() local 2632 EXPECT_EQ("", Explain(m, test_list)); in TEST() 2634 test_list.push_back(1); in TEST() 2635 EXPECT_EQ("which has 1 element", Explain(m, test_list)); in TEST() 2659 list<std::string> test_list; in TEST() local 2660 test_list in TEST() [all...] |
/third_party/python/Lib/test/test_json/ |
H A D | test_enum.py | 58 def test_list(self): member in TestEnum
|
/third_party/python/Lib/test/ |
H A D | test_marshal.py | 178 def test_list(self): member in ContainerTestCase 402 def test_list(self, size): member in LargeValuesTestCase
|
H A D | test_nntplib.py | 52 def test_list(self): member in NetworkedNNTPTestsMixin 366 test_list = None variable in NetworkedNNTP_SSLTests 896 def test_list(self): member in NNTPv1v2TestsMixin
|
H A D | test_poplib.py | 295 def test_list(self): member in TestPOP3Class
|
H A D | test_launcher.py | 323 def test_list(self): member in TestLauncher
|
H A D | test_gc.py | 87 def test_list(self): member in GCTests
|
H A D | test_compile.py | 1378 def test_list(self): member in TestExpressionStackSize
|
H A D | test_tarfile.py | 271 def test_list(self): member in ListTest 3165 def test_list(self): member in NoneInfoTests_Misc
|
H A D | test_ast.py | 1668 def test_list(self): member in ASTValidatorTests
|
H A D | _test_multiprocessing.py | 2223 def test_list(self): member in _TestContainers 5559 def test_list(self): 5717 def test_list(self): member in TestSyncManagerTypes
|
H A D | test_typing.py | 5722 def test_list(self): member in CollectionsAbcTests
|
/third_party/node/tools/ |
H A D | test.py | 1682 test_list = root.ListTests([], path, context, arch, mode) 1683 unclassified_tests += test_list 1684 cases, unused_rules = config.ClassifyTests(test_list, env)
|
/third_party/selinux/libsepol/cil/test/unit/ |
H A D | test_cil_build_ast.c | 8162 struct cil_list_item *test_list = ((struct cil_avrule*)test_ast_node->data)->classpermset->permset->perms_list_str->head; in test_cil_gen_avrule() local 8165 while(test_list != NULL) { in test_cil_gen_avrule() 8166 CuAssertIntEquals(tc, test_list->flavor, CIL_AST_STR); in test_cil_gen_avrule() 8167 CuAssertStrEquals(tc, test_list->data, test_current->data ); in test_cil_gen_avrule() 8168 test_list = test_list->next; in test_cil_gen_avrule()
|