Home
last modified time | relevance | path

Searched refs:actual_output (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/loader/
H A Dmerkle_integrity_source_stream_unittest.cc160 std::string actual_output; in TEST_P() local
168 std::string actual_output; in TEST_P() local
176 std::string actual_output; in TEST_P() local
184 std::string actual_output; in TEST_P() local
192 std::string actual_output; in TEST_P() local
200 std::string actual_output; in TEST_P() local
208 std::string actual_output; in TEST_P() local
219 std::string actual_output; in TEST_P() local
230 std::string actual_output; in TEST_P() local
241 std::string actual_output; in TEST_P() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/loader/
H A Dmerkle_integrity_source_stream_unittest.cc160 std::string actual_output; in TEST_P() local
168 std::string actual_output; in TEST_P() local
176 std::string actual_output; in TEST_P() local
184 std::string actual_output; in TEST_P() local
192 std::string actual_output; in TEST_P() local
200 std::string actual_output; in TEST_P() local
208 std::string actual_output; in TEST_P() local
219 std::string actual_output; in TEST_P() local
230 std::string actual_output; in TEST_P() local
241 std::string actual_output; in TEST_P() local
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/filter/
H A Dgzip_source_stream_unittest.cc179 std::string actual_output; in TEST_P() local
190 std::string actual_output; in TEST_P() local
202 std::string actual_output; in TEST_P() local
215 std::string actual_output; in TEST_P() local
236 std::string actual_output; in TEST_P() local
251 std::string actual_output; in TEST_P() local
266 std::string actual_output; in TEST_P() local
287 std::string actual_output; in TEST_P() local
309 std::string actual_output; in TEST_P() local
328 std::string actual_output; in TEST_P() local
[all …]
H A Dfilter_source_stream_unittest.cc267 std::string actual_output; in TEST_P() local
278 EXPECT_EQ(input, actual_output); in TEST_P()
346 std::string actual_output; in TEST_P() local
357 EXPECT_EQ(input, actual_output); in TEST_P()
379 std::string actual_output; in TEST_P() local
414 std::string actual_output; in TEST_P() local
426 EXPECT_EQ(input, actual_output); in TEST_P()
471 std::string actual_output; in TEST_P() local
482 EXPECT_EQ(input, actual_output); in TEST_P()
503 std::string actual_output; in TEST_P() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/filter/
H A Dgzip_source_stream_unittest.cc179 std::string actual_output; in TEST_P() local
190 std::string actual_output; in TEST_P() local
202 std::string actual_output; in TEST_P() local
215 std::string actual_output; in TEST_P() local
236 std::string actual_output; in TEST_P() local
251 std::string actual_output; in TEST_P() local
266 std::string actual_output; in TEST_P() local
287 std::string actual_output; in TEST_P() local
309 std::string actual_output; in TEST_P() local
328 std::string actual_output; in TEST_P() local
[all …]
H A Dfilter_source_stream_unittest.cc267 std::string actual_output; in TEST_P() local
278 EXPECT_EQ(input, actual_output); in TEST_P()
346 std::string actual_output; in TEST_P() local
357 EXPECT_EQ(input, actual_output); in TEST_P()
379 std::string actual_output; in TEST_P() local
414 std::string actual_output; in TEST_P() local
426 EXPECT_EQ(input, actual_output); in TEST_P()
471 std::string actual_output; in TEST_P() local
482 EXPECT_EQ(input, actual_output); in TEST_P()
503 std::string actual_output; in TEST_P() local
[all …]
/dports/science/py-nilearn/nilearn-0.8.1/nilearn/reporting/tests/
H A Dtest_glm_reporter.py99 assert actual_output == expected_output
107 assert actual_output == expected_output
116 assert actual_output == expected_output
127 assert actual_output == expected_output
136 assert actual_output == expected_output
146 for key in actual_output:
147 assert np.array_equal(actual_output[key],
166 assert np.array_equal(actual_output['[1 0 1]'],
185 assert actual_output == expected_output
201 assert actual_output == expected_output
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/child_accounts/time_limit_consistency_test/
H A Dconsistency_golden_converter_unittest.cc40 EXPECT_TRUE(actual_output == expected_output); in TEST_F()
66 EXPECT_TRUE(actual_output == expected_output); in TEST_F()
84 EXPECT_TRUE(actual_output == expected_output); in TEST_F()
109 EXPECT_TRUE(actual_output == expected_output); in TEST_F()
131 EXPECT_TRUE(actual_output == expected_output); in TEST_F()
148 EXPECT_TRUE(actual_output == expected_output); in TEST_F()
165 EXPECT_TRUE(actual_output == expected_output); in TEST_F()
184 EXPECT_TRUE(actual_output == expected_output); in TEST_F()
194 ConsistencyGoldenOutput actual_output = in TEST_F() local
212 ConsistencyGoldenOutput actual_output = in TEST_F() local
[all …]
/dports/sysutils/py-salt/salt-3004.1/tests/pytests/unit/output/
H A Dtest_highstate.py14 actual_output = highstate.output(data=data)
16 assert actual_output == expected_output
34 actual_output = highstate.output(data=data)
36 assert actual_output == expected_output
60 actual_output = highstate.output(data=data)
62 assert actual_output == expected_output
68 actual_output = highstate.output(data)
81 actual_output = highstate.output(data)
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/rustdct-0.4.0/src/algorithm/
H A Dtype2and3_convert_to_fft.rs224 let mut actual_output = vec![0f32; size]; in test_dct2_via_fft() localVariable
231 dct.process_dct2(&mut actual_input, &mut actual_output); in test_dct2_via_fft()
235 println!("actual: {:?}", actual_output); in test_dct2_via_fft()
253 let mut actual_output = vec![0f32; size]; in test_dst2_via_fft() localVariable
260 dst.process_dst2(&mut actual_input, &mut actual_output); in test_dst2_via_fft()
264 println!("actual: {:?}", actual_output); in test_dst2_via_fft()
282 let mut actual_output = vec![0f32; size]; in test_dct3_via_fft() localVariable
289 dct.process_dct3(&mut actual_input, &mut actual_output); in test_dct3_via_fft()
293 println!("actual: {:?}", actual_output); in test_dct3_via_fft()
311 let mut actual_output = vec![0f32; size]; in test_dst3_via_fft() localVariable
[all …]
/dports/net/yaz/yaz-5.31.1/test/
H A Dtest_embed_record.c91 const char *actual_output; in test_render() local
103 actual_output = yaz_record_render(npr, 0, wrbuf, type_spec, &actual_len); in test_render()
105 if (actual_output && expected_output) in test_render()
108 !memcmp(expected_output, actual_output, actual_len)) in test_render()
113 yaz_log(YLOG_LOG, "%.*s", actual_len, actual_output); in test_render()
118 else if (!actual_output && !expected_output) in test_render()
120 else if (!actual_output && expected_output) in test_render()
128 yaz_log(YLOG_LOG, "%.*s", actual_len, actual_output); in test_render()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-filter/lib/
H A Dqa_fir_filter_with_buffer.cc129 memset(actual_output, 0, OUTPUT_LEN * sizeof(o_type)); in test_decimate()
130 f1->filterNdec(actual_output, input, ol / decimate, decimate); in test_decimate()
149 volk_free(actual_output); in test_decimate()
201 o_type* actual_output = in test_decimate() local
232 std::fill_n(actual_output, OUTPUT_LEN, 0); in test_decimate()
233 f1->filterNdec(actual_output, input, ol / decimate, decimate); in test_decimate()
252 volk_free(actual_output); in test_decimate()
302 o_type* actual_output = in test_decimate() local
333 std::fill_n(actual_output, OUTPUT_LEN, 0); in test_decimate()
334 f1->filterNdec(actual_output, input, ol / decimate, decimate); in test_decimate()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/android/gyp/
H A Dextract_unwind_tables_tests.py78 actual_output = []
84 actual_output.append(struct.unpack('H', read)[0])
87 unw_index_size = actual_output[1] << 16 | actual_output[0]
95 unw_index_addr_col = actual_output[unw_index_start : unw_index_addr_end]
96 unw_index_index_col = actual_output[unw_index_addr_end : unw_index_end]
99 unw_data = actual_output[unw_data_start:]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/android/gyp/
H A Dextract_unwind_tables_tests.py80 actual_output = []
86 actual_output.append(struct.unpack('H', read)[0])
89 unw_index_size = actual_output[1] << 16 | actual_output[0]
97 unw_index_addr_col = actual_output[unw_index_start : unw_index_addr_end]
98 unw_index_index_col = actual_output[unw_index_addr_end : unw_index_end]
101 unw_data = actual_output[unw_data_start:]
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/android/gyp/
H A Dextract_unwind_tables_tests.py78 actual_output = []
84 actual_output.append(struct.unpack('H', read)[0])
87 unw_index_size = actual_output[1] << 16 | actual_output[0]
95 unw_index_addr_col = actual_output[unw_index_start : unw_index_addr_end]
96 unw_index_index_col = actual_output[unw_index_addr_end : unw_index_end]
99 unw_data = actual_output[unw_data_start:]
/dports/lang/v8/v8-9.6.180.12/build/android/gyp/
H A Dextract_unwind_tables_tests.py79 actual_output = []
85 actual_output.append(struct.unpack('H', read)[0])
88 unw_index_size = actual_output[1] << 16 | actual_output[0]
96 unw_index_addr_col = actual_output[unw_index_start : unw_index_addr_end]
97 unw_index_index_col = actual_output[unw_index_addr_end : unw_index_end]
100 unw_data = actual_output[unw_data_start:]
/dports/devel/gdb/gdb-11.1/gdb/unittests/
H A Dxml-utils-selftests.c31 std::string actual_output = xml_escape_text (input); in test_xml_escape_text() local
33 SELF_CHECK (actual_output == expected_output); in test_xml_escape_text()
39 std::string actual_output = "foo<xml>"; in test_xml_escape_text_append() local
43 xml_escape_text_append (&actual_output, input); in test_xml_escape_text_append()
45 SELF_CHECK (actual_output == expected_output); in test_xml_escape_text_append()
/dports/sysutils/fwup/fwup-1.9.0/tests/
H A D104_info_msg.test34 $FWUP_APPLY -a -n -d $IMGFILE -i $FWFILE -t complete > $WORK/actual_output.txt
43 diff -w $WORK/expected_output.txt $WORK/actual_output.txt
51 > $WORK/actual_output.txt
60 diff -w $WORK/expected_output.txt $WORK/actual_output.txt
63 $FWUP_APPLY -a -q -d $IMGFILE -i $FWFILE -t complete > $WORK/actual_output.txt
70 diff -w $WORK/expected_output.txt $WORK/actual_output.txt
/dports/devel/tree-sitter/tree-sitter-0.20.1/cli/src/tests/
H A Dcorpus_test.rs114 let mut actual_output = tree.root_node().to_sexp(); in test_language_corpus() localVariable
116 actual_output = strip_sexp_fields(actual_output); in test_language_corpus()
118 if actual_output == expected_output { in test_language_corpus()
126 print_diff(&actual_output, &expected_output); in test_language_corpus()
192 let mut actual_output = tree3.root_node().to_sexp(); in test_language_corpus() localVariable
194 actual_output = strip_sexp_fields(actual_output); in test_language_corpus()
197 if actual_output != expected_output { in test_language_corpus()
203 print_diff(&actual_output, &expected_output); in test_language_corpus()
318 actual_output = strip_sexp_fields(actual_output); in test_feature_corpus_files()
320 if actual_output == expected_output { in test_feature_corpus_files()
[all …]
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/rustdct-0.4.0/tests/common/
H A Dmacros.rs42 let mut actual_output = vec![0f32; len];
52 actual_dct.$process_fn(&mut actual_input, &mut actual_output);
56 println!("actual output: {:?}", actual_output);
58 assert!(compare_float_vectors(&naive_output, &actual_output));
78 let mut actual_output = vec![0f32; len];
92 actual_dct.process_mdct(&mut actual_input, &mut actual_output);
95 println!("Planned output: {:?}", actual_output);
98 compare_float_vectors(&naive_output, &actual_output),
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/payments/core/
H A Dcurrency_formatter_unittest.cc39 base::string16 actual_output = formatter.Format(GetParam().amount); in TEST_P() local
45 base::ReplaceChars(actual_output, kNonBreakingSpace, kSpace, &actual_output); in TEST_P()
46 base::ReplaceChars(actual_output, kNarrowNonBreakingSpace, kSpace, in TEST_P()
47 &actual_output); in TEST_P()
51 EXPECT_EQ(expected_output, actual_output) in TEST_P()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/payments/core/
H A Dcurrency_formatter_unittest.cc39 base::string16 actual_output = formatter.Format(GetParam().amount); in TEST_P() local
45 base::ReplaceChars(actual_output, kNonBreakingSpace, kSpace, &actual_output); in TEST_P()
46 base::ReplaceChars(actual_output, kNarrowNonBreakingSpace, kSpace, in TEST_P()
47 &actual_output); in TEST_P()
51 EXPECT_EQ(expected_output, actual_output) in TEST_P()
/dports/devel/cmake-gui/cmake-3.22.1/Tests/CPackComponentsDEB/
H A DRunCPackVerifyResult-compression.cmake11 set(actual_output) variable
12 run_cpack(actual_output
19 if(NOT actual_output)
22 message(STATUS "actual_output_files='${actual_output}'")
26 list(LENGTH actual_output actual_count)
36 foreach(_f IN LISTS actual_output)
/dports/devel/cmake/cmake-3.22.1/Tests/CPackComponentsDEB/
H A DRunCPackVerifyResult-compression.cmake11 set(actual_output) variable
12 run_cpack(actual_output
19 if(NOT actual_output)
22 message(STATUS "actual_output_files='${actual_output}'")
26 list(LENGTH actual_output actual_count)
36 foreach(_f IN LISTS actual_output)
/dports/devel/cmake-doc/cmake-3.22.1/Tests/CPackComponentsDEB/
H A DRunCPackVerifyResult-compression.cmake11 set(actual_output) variable
12 run_cpack(actual_output
19 if(NOT actual_output)
22 message(STATUS "actual_output_files='${actual_output}'")
26 list(LENGTH actual_output actual_count)
36 foreach(_f IN LISTS actual_output)

12345678910>>...12