Home
last modified time | relevance | path

Searched refs:test_data (Results 1 – 25 of 31) sorted by relevance

12

/openbsd-src/gnu/lib/libiberty/src/testsuite/
H A Dtest-expandargv.c69 const char *test_data[] = { variable
153 writeout_test (int test, const char * test_data) in writeout_test() argument
167 len = strlen (test_data); in writeout_test()
172 memcpy (parse, test_data, sizeof (char) * (len + 1)); in writeout_test()
200 run_tests (const char **test_data) in run_tests() argument
208 while (test_data[j]) in run_tests()
211 writeout_test (i, test_data[j++]); in run_tests()
213 argv_before = dupargv ((char **) &test_data[j]); in run_tests()
218 while (test_data[j + argc_before]) in run_tests()
221 while (test_data[j + argc_after]) in run_tests()
[all …]
/openbsd-src/gnu/llvm/llvm/utils/lit/lit/
H A Dreports.py35 test_data = {
43 test_data['metrics'] = metrics_data = {}
66 tests_data.append(test_data)
161 test_data = {
180 test_data['status'] = 'PASS'
182 test_data['status'] = 'FAIL'
188 test_data['status'] = 'SKIP'
190 test_data['status'] = 'ABORT'
191 return test_data
/openbsd-src/lib/libexpat/tests/
H A Dcommon.c254 _run_ext_character_check(const char *text, ExtTest *test_data, in _run_character_check()
259 test_data->storage = storage; in _run_character_check()
260 XML_SetUserData(g_parser, test_data); in _run_character_check()
278 ExtTest *test_data = (ExtTest *)userData; ext_accumulate_characters() local
283 _run_ext_character_check(const char * text,ExtTest * test_data,const XML_Char * expected,const char * file,int line) _run_ext_character_check() argument
H A Dbasic_tests.c982 ExtTest test_data in START_TEST() local
994 run_ext_character_check(text, &test_data, expected); in START_TEST()
1016 ExtTest test_data = {"\xEF\xBB\xBF" /* BOM */ in START_TEST() local
1027 run_ext_character_check(text, &test_data, expected); in START_TEST()
1109 ExtTest test_data = {"<!ELEMENT doc (#PCDATA)*>", NULL, NULL}; in START_TEST() local
1112 XML_SetUserData(g_parser, &test_data); in START_TEST()
1127 ExtTest test_data = {"<!ENTITY entity 'bar'>", NULL, NULL}; in START_TEST() local
1131 XML_SetUserData(g_parser, &test_data); in START_TEST()
1145 ExtTest test_data = {"<!ELEMENT doc (#PCDATA)*>", NULL, NULL}; in START_TEST() local
1149 run_ext_character_check(text, &test_data, XC in START_TEST()
1158 ExtTest test_data = {"<!ELEMENT doc (#PCDATA)*>", NULL, NULL}; START_TEST() local
1180 ExtTest test_data = {"<!ELEMENT doc (#PCDATA)*>", NULL, NULL}; START_TEST() local
2193 ExtTest test_data = {"<!ELEMENT doc (#PCDATA)*>", NULL, NULL}; START_TEST() local
2229 ExtTest test_data = {"<!ELEMENT doc (#PCDATA)*>", NULL, NULL}; START_TEST() local
2246 ExtFaults test_data START_TEST() local
2263 ExtTest test_data = {"<!ELEMENT doc (#PCDATA)*>", NULL, NULL}; START_TEST() local
3878 ExtTest test_data = {"<!ELEMENT doc EMPTY>\n" START_TEST() local
3895 ExtHdlrData test_data START_TEST() local
3913 ExtHdlrData test_data START_TEST() local
3936 ExtTest test_data START_TEST() local
4383 ExtTest2 test_data START_TEST() local
4414 ExtTest2 test_data START_TEST() local
4449 ExtTest2 test_data START_TEST() local
4480 ExtTest2 test_data START_TEST() local
4512 ExtTest2 test_data = {"<\0e\0/\0>\0", 8, XCS("utf-16be"), NULL}; START_TEST() local
4541 ExtTest2 test_data = {"\0<\0e\0/\0>", 8, XCS("utf-16le"), NULL}; START_TEST() local
4576 ExtFaults2 test_data START_TEST() local
4593 ExtTest2 test_data START_TEST() local
5025 ExtTest2 test_data START_TEST() local
5057 ExtTest2 test_data START_TEST() local
5163 DefaultCheck test_data[] = {{XCS("'pubname'"), 9, XML_FALSE}, START_TEST() local
[all...]
H A Dcommon.h132 extern void _run_ext_character_check(const char *text, ExtTest *test_data,
136 # define run_ext_character_check(text, test_data, expected) \
137 _run_ext_character_check(text, test_data, expected, __FILE__, __LINE__)
145 run_ext_character_check(text,test_data,expected) global() argument
H A Dhandlers.c442 ExtTest *test_data = (ExtTest *)XML_GetUserData(parser); in external_entity_loader()
451 if (test_data->encoding != NULL) { in external_entity_loader()
452 if (! XML_SetEncoding(extparser, test_data->encoding)) in external_entity_loader()
455 if (_XML_Parse_SINGLE_BYTES(extparser, test_data->parse_text, in external_entity_loader()
456 (int)strlen(test_data->parse_text), XML_TRUE) in external_entity_loader()
1132 ExtHdlrData *test_data = (ExtHdlrData *)XML_GetUserData(parser); in external_entity_oneshot_loader()
1142 XML_SetExternalEntityRefHandler(ext_parser, test_data->handler); in external_entity_oneshot_loader()
1143 if (_XML_Parse_SINGLE_BYTES(ext_parser, test_data->parse_text, in external_entity_oneshot_loader()
1144 (int)strlen(test_data->parse_text), XML_TRUE) in external_entity_oneshot_loader()
1157 ExtTest2 *test_data in external_entity_loader2()
440 ExtTest *test_data = (ExtTest *)XML_GetUserData(parser); external_entity_loader() local
1130 ExtHdlrData *test_data = (ExtHdlrData *)XML_GetUserData(parser); external_entity_oneshot_loader() local
1155 ExtTest2 *test_data = (ExtTest2 *)XML_GetUserData(parser); external_entity_loader2() local
1182 ExtFaults2 *test_data = (ExtFaults2 *)XML_GetUserData(parser); external_entity_faulter2() local
1659 ExtTest2 *test_data = (ExtTest2 *)userData; ext2_accumulate_characters() local
[all...]
/openbsd-src/gnu/gcc/libgomp/testsuite/libgomp.c/
H A Dsections-1.c20 static void test_data (void) in test_data() function
53 test_data (); in test_1()
72 test_data (); in test_2()
H A Dloop-1.c21 static void test_data (void) in test_data() function
67 test_data (); \
93 test_data (); \
H A Dloop-2.c22 static void test_data (void) in test_data() function
92 test_data (); in test()
H A Dordered-1.c23 static void test_data (void) in test_data() function
69 test_data (); \
/openbsd-src/regress/lib/libcrypto/ec/
H A Dec_asn1_test.c135 const uint8_t *test_data, size_t test_data_len) in ec_group_pkparameters_test()
156 if (compare_data(label, out, len, test_data, test_data_len) == -1) in ec_group_pkparameters_test()
193 if (compare_data(label, out, len, test_data, test_data_len) == -1) in ec_group_pkparameters_parameters_test()
98 ec_group_pkparameters_test(const char * label,int asn1_flag,const uint8_t * test_data,size_t test_data_len) ec_group_pkparameters_test() argument
/openbsd-src/regress/lib/libssl/bytestring/
H A Dbytestringtest.c569 uint8_t *buf = NULL, *test_data = NULL; in test_cbb_asn1() local
589 CHECK_GOTO(((test_data = malloc(100000)) != NULL)); in test_cbb_asn1()
590 memset(test_data, 0x42, 100000); in test_cbb_asn1()
595 CHECK_GOTO(CBB_add_bytes(&contents, test_data, 130)); in test_cbb_asn1()
601 CHECK_GOTO(memcmp(buf + 3, test_data, 130) == 0); in test_cbb_asn1()
609 CHECK_GOTO(CBB_add_bytes(&contents, test_data, 1000)); in test_cbb_asn1()
615 CHECK_GOTO(!memcmp(buf + 4, test_data, 1000)); in test_cbb_asn1()
624 CHECK_GOTO(CBB_add_bytes(&inner_contents, test_data, 100000)); in test_cbb_asn1()
631 CHECK_GOTO(!memcmp(buf + 10, test_data, 100000)); in test_cbb_asn1()
641 free(test_data); in test_cbb_asn1()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM/
H A DEmulationStateARM.cpp279 OptionValueDictionary *test_data) { in LoadStateFromDictionary() argument
283 if (!test_data) in LoadStateFromDictionary()
286 OptionValueSP value_sp = test_data->GetValueForKey(memory_key); in LoadStateFromDictionary()
320 value_sp = test_data->GetValueForKey(registers_key); in LoadStateFromDictionary()
H A DEmulationStateARM.h35 bool LoadStateFromDictionary(lldb_private::OptionValueDictionary *test_data);
/openbsd-src/gnu/usr.bin/perl/t/op/
H A Drequire_errors.t48 for my $test_data (
83 my ($require_arg, $err_path, $has_hint) = @$test_data;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/PPC64/
H A DEmulateInstructionPPC64.h61 OptionValueDictionary *test_data) override { in TestEmulation() argument
/openbsd-src/sys/dev/pci/drm/i915/display/
H A Dintel_display_debugfs.c933 intel_dp->compliance.test_data.edid); in i915_displayport_test_data_show()
937 intel_dp->compliance.test_data.hdisplay); in i915_displayport_test_data_show()
939 intel_dp->compliance.test_data.vdisplay); in i915_displayport_test_data_show()
941 intel_dp->compliance.test_data.bpc); in i915_displayport_test_data_show()
945 intel_dp->compliance.test_data.phytest.phy_pattern); in i915_displayport_test_data_show()
947 intel_dp->compliance.test_data.phytest.num_lanes); in i915_displayport_test_data_show()
949 intel_dp->compliance.test_data.phytest.link_rate); in i915_displayport_test_data_show()
H A Dintel_dp.c1428 if (intel_dp->compliance.test_data.bpc != 0) { in intel_dp_adjust_compliance_config()
1429 int bpp = 3 * intel_dp->compliance.test_data.bpc; in intel_dp_adjust_compliance_config()
3842 intel_dp->compliance.test_data.bpc = 6; in intel_dp_autotest_video_pattern()
3845 intel_dp->compliance.test_data.bpc = 8; in intel_dp_autotest_video_pattern()
3851 intel_dp->compliance.test_data.video_pattern = test_pattern; in intel_dp_autotest_video_pattern()
3852 intel_dp->compliance.test_data.hdisplay = be16_to_cpu(h_width); in intel_dp_autotest_video_pattern()
3853 intel_dp->compliance.test_data.vdisplay = be16_to_cpu(v_height); in intel_dp_autotest_video_pattern()
3883 intel_dp->compliance.test_data.edid = INTEL_DP_RESOLUTION_FAILSAFE; in intel_dp_autotest_edid()
3897 intel_dp->compliance.test_data.edid = INTEL_DP_RESOLUTION_PREFERRED; in intel_dp_autotest_edid()
3912 &intel_dp->compliance.test_data in intel_dp_phy_pattern_update()
[all...]
/openbsd-src/gnu/usr.bin/perl/cpan/JSON-PP/t/
H A D005_dwiw_decode.t83 # print STDERR Dumper($test_data) . "\n\n";
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.h65 OptionValueDictionary *test_data) override;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/LoongArch/
H A DEmulateInstructionLoongArch.h56 OptionValueDictionary *test_data) override;
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/ARM64/
H A DEmulateInstructionARM64.h65 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation() argument
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.h72 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation() argument
/openbsd-src/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.h80 lldb_private::OptionValueDictionary *test_data) override { in TestEmulation() argument
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DEmulateInstruction.h379 OptionValueDictionary *test_data) = 0;

12