Home
last modified time | relevance | path

Searched refs:test_list (Results 1 - 25 of 25) sorted by relevance

/third_party/protobuf/objectivec/DevTools/
H A Dpddm_tests.py104 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 Drun-test-suite.py58 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 Dhtest.py387 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 Dgoogletest-output-test.py250 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 Dgenerate_simulator_traces.py142 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 Doperators_unittest.cc192 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 Dcms-examples.pl34 my @test_list = (
104 foreach (@test_list) {
/third_party/skia/third_party/externals/abseil-cpp/absl/algorithm/
H A Dcontainer_test.cc646 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 Dgen_restricted_traces.py30 {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 Dmain.c293 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 Dcapture_replay_tests.py682 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 Dgmock-matchers-containers_test.cc2609 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 Dtest_enum.py58 def test_list(self): member in TestEnum
/third_party/python/Lib/test/
H A Dtest_marshal.py178 def test_list(self): member in ContainerTestCase
402 def test_list(self, size): member in LargeValuesTestCase
H A Dtest_nntplib.py52 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 Dtest_poplib.py295 def test_list(self): member in TestPOP3Class
H A Dtest_launcher.py323 def test_list(self): member in TestLauncher
H A Dtest_gc.py87 def test_list(self): member in GCTests
H A Dtest_compile.py1378 def test_list(self): member in TestExpressionStackSize
H A Dtest_tarfile.py271 def test_list(self): member in ListTest
3165 def test_list(self): member in NoneInfoTests_Misc
H A Dtest_ast.py1668 def test_list(self): member in ASTValidatorTests
H A D_test_multiprocessing.py2223 def test_list(self): member in _TestContainers
5559 def test_list(self):
5717 def test_list(self): member in TestSyncManagerTypes
H A Dtest_typing.py5722 def test_list(self): member in CollectionsAbcTests
/third_party/node/tools/
H A Dtest.py1682 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 Dtest_cil_build_ast.c8162 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()

Completed in 82 milliseconds