Home
last modified time | relevance | path

Searched refs:test_sample (Results 1 – 25 of 448) sorted by relevance

12345678910>>...18

/dports/multimedia/handbrake/ffmpeg-4.4/libavutil/tests/
H A Daudio_fifo.c67 int buffers = av_sample_fmt_is_planar(test_sample->format) in print_audio_bytes()
68 ? test_sample->nb_ch : 1; in print_audio_bytes()
111 if(nb_samples > test_sample->nb_samples_pch - offset){ in write_samples_to_audio_fifo()
114 if(offset >= test_sample->nb_samples_pch){ in write_samples_to_audio_fifo()
126 static void test_function(const TestStruct *test_sample) in test_function() argument
130 AVAudioFifo *afifo = av_audio_fifo_alloc(test_sample->format, test_sample->nb_ch, in test_function()
135 ret = write_samples_to_audio_fifo(afifo, test_sample, test_sample->nb_samples_pch, 0); in test_function()
141 ret = write_samples_to_audio_fifo(afifo, test_sample, test_sample->nb_samples_pch, 0); in test_function()
153 print_audio_bytes(test_sample, output_data, ret); in test_function()
162 print_audio_bytes(test_sample, output_data, ret); in test_function()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavutil/tests/
H A Daudio_fifo.c67 int buffers = av_sample_fmt_is_planar(test_sample->format) in print_audio_bytes()
68 ? test_sample->nb_ch : 1; in print_audio_bytes()
111 if(nb_samples > test_sample->nb_samples_pch - offset){ in write_samples_to_audio_fifo()
114 if(offset >= test_sample->nb_samples_pch){ in write_samples_to_audio_fifo()
126 static void test_function(const TestStruct *test_sample) in test_function() argument
130 AVAudioFifo *afifo = av_audio_fifo_alloc(test_sample->format, test_sample->nb_ch, in test_function()
135 ret = write_samples_to_audio_fifo(afifo, test_sample, test_sample->nb_samples_pch, 0); in test_function()
141 ret = write_samples_to_audio_fifo(afifo, test_sample, test_sample->nb_samples_pch, 0); in test_function()
153 print_audio_bytes(test_sample, output_data, ret); in test_function()
162 print_audio_bytes(test_sample, output_data, ret); in test_function()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavutil/tests/
H A Daudio_fifo.c67 int buffers = av_sample_fmt_is_planar(test_sample->format) in print_audio_bytes()
68 ? test_sample->nb_ch : 1; in print_audio_bytes()
111 if(nb_samples > test_sample->nb_samples_pch - offset){ in write_samples_to_audio_fifo()
114 if(offset >= test_sample->nb_samples_pch){ in write_samples_to_audio_fifo()
126 static void test_function(const TestStruct *test_sample) in test_function() argument
130 AVAudioFifo *afifo = av_audio_fifo_alloc(test_sample->format, test_sample->nb_ch, in test_function()
135 ret = write_samples_to_audio_fifo(afifo, test_sample, test_sample->nb_samples_pch, 0); in test_function()
141 ret = write_samples_to_audio_fifo(afifo, test_sample, test_sample->nb_samples_pch, 0); in test_function()
153 print_audio_bytes(test_sample, output_data, ret); in test_function()
162 print_audio_bytes(test_sample, output_data, ret); in test_function()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavutil/tests/
H A Daudio_fifo.c67 int buffers = av_sample_fmt_is_planar(test_sample->format) in print_audio_bytes()
68 ? test_sample->nb_ch : 1; in print_audio_bytes()
111 if(nb_samples > test_sample->nb_samples_pch - offset){ in write_samples_to_audio_fifo()
114 if(offset >= test_sample->nb_samples_pch){ in write_samples_to_audio_fifo()
126 static void test_function(const TestStruct *test_sample) in test_function() argument
130 AVAudioFifo *afifo = av_audio_fifo_alloc(test_sample->format, test_sample->nb_ch, in test_function()
135 ret = write_samples_to_audio_fifo(afifo, test_sample, test_sample->nb_samples_pch, 0); in test_function()
141 ret = write_samples_to_audio_fifo(afifo, test_sample, test_sample->nb_samples_pch, 0); in test_function()
153 print_audio_bytes(test_sample, output_data, ret); in test_function()
162 print_audio_bytes(test_sample, output_data, ret); in test_function()
[all …]
/dports/biology/py-orange3-bioinformatics/Orange3-Bioinformatics-4.3.1/orangecontrib/bioinformatics/tests/
H A Dtest_geo.py11 test_sample = 'GDS1001' variable in TestGEO
21 self.assertIsNotNone(gds_info[self.test_sample])
22 self.assertEqual(gds_info[self.test_sample]['genes'], 9561)
23 self.assertEqual(int(gds_info[self.test_sample]['sample_count']), 4)
24 self.assertEqual(len(gds_info[self.test_sample]['subsets']), 2)
28 gds_table = GDS(self.test_sample)
36 self.assertEqual(int(gds_info[self.test_sample]['sample_count']), rows)
37 self.assertEqual(int(gds_info[self.test_sample]['genes']), columns)
48 gds_table = GDS(self.test_sample, transpose=True)
56 self.assertEqual(int(gds_info[self.test_sample]['sample_count']), columns)
[all …]
/dports/devel/sgb/sgb-20090810_1/MSVC/
H A Dtest_sample.dsp7 CFG=test_sample - Win32 Debug
11 !MESSAGE NMAKE /f "test_sample.mak".
16 !MESSAGE NMAKE /f "test_sample.mak" CFG="test_sample - Win32 Debug"
85 # Name "test_sample - Win32 Release"
86 # Name "test_sample - Win32 Debug"
92 SOURCE=.\test_sample.c
100 SOURCE=..\test_sample.w
105 InputPath=..\test_sample.w
106 InputName=test_sample
117 InputPath=..\test_sample.w
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dom_distiller_js/
H A Dtest_sample_json_converter.h.golden3 #include "test_sample.pb.h"
13 namespace test_sample {
20 …static bool ReadFromValue(const base::Value* json, dom_distiller::test_sample::proto::TypeTest::Me…
36 …d::unique_ptr<base::DictionaryValue> WriteToValue(const dom_distiller::test_sample::proto::TypeTes…
45 …static bool ReadFromValue(const base::Value* json, dom_distiller::test_sample::proto::TypeTest* me…
98 …d::unique_ptr<base::DictionaryValue> WriteToValue(const dom_distiller::test_sample::proto::TypeTes…
117 … dom_distiller::test_sample::proto::json::TypeTest::Message::WriteToValue(message.message_value());
128 …static bool ReadFromValue(const base::Value* json, dom_distiller::test_sample::proto::Repeated::Me…
163 …static bool ReadFromValue(const base::Value* json, dom_distiller::test_sample::proto::Repeated* me…
252 …d::unique_ptr<base::DictionaryValue> WriteToValue(const dom_distiller::test_sample::proto::Repeate…
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dom_distiller_js/
H A Dtest_sample_json_converter.h.golden3 #include "test_sample.pb.h"
13 namespace test_sample {
20 …static bool ReadFromValue(const base::Value* json, dom_distiller::test_sample::proto::TypeTest::Me…
36 …d::unique_ptr<base::DictionaryValue> WriteToValue(const dom_distiller::test_sample::proto::TypeTes…
45 …static bool ReadFromValue(const base::Value* json, dom_distiller::test_sample::proto::TypeTest* me…
98 …d::unique_ptr<base::DictionaryValue> WriteToValue(const dom_distiller::test_sample::proto::TypeTes…
117 … dom_distiller::test_sample::proto::json::TypeTest::Message::WriteToValue(message.message_value());
128 …static bool ReadFromValue(const base::Value* json, dom_distiller::test_sample::proto::Repeated::Me…
163 …static bool ReadFromValue(const base::Value* json, dom_distiller::test_sample::proto::Repeated* me…
252 …d::unique_ptr<base::DictionaryValue> WriteToValue(const dom_distiller::test_sample::proto::Repeate…
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/biosample_chk/unit_test/
H A Dunit_test_biosample_chk.cpp101 CRef<CBioSource> test_sample(new CBioSource()); in BOOST_AUTO_TEST_CASE() local
104 test_sample->SetOrg().SetTaxname("B"); in BOOST_AUTO_TEST_CASE()
108 TFieldDiffList diff_list = test_src->GetBiosampleDiffs(*test_sample); in BOOST_AUTO_TEST_CASE()
114 diff_list = test_src->GetBiosampleDiffs(*test_sample); in BOOST_AUTO_TEST_CASE()
119 diff_list = test_src->GetBiosampleDiffs(*test_sample); in BOOST_AUTO_TEST_CASE()
124 diff_list = test_src->GetBiosampleDiffs(*test_sample); in BOOST_AUTO_TEST_CASE()
130 diff_list = test_src->GetBiosampleDiffs(*test_sample); in BOOST_AUTO_TEST_CASE()
134 test_src->UpdateWithBioSample(*test_sample, false); in BOOST_AUTO_TEST_CASE()
141 test_src->UpdateWithBioSample(*test_sample, true); in BOOST_AUTO_TEST_CASE()
166 test_sample->SetOrg().SetTaxname("B XYZ"); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/misc/biosample_util/unit_test/
H A Dunit_test_biosample_util.cpp123 CRef<CBioSource> test_sample(new CBioSource()); in BOOST_AUTO_TEST_CASE() local
126 test_sample->SetOrg().SetTaxname("B"); in BOOST_AUTO_TEST_CASE()
130 TFieldDiffList diff_list = test_src->GetBiosampleDiffs(*test_sample); in BOOST_AUTO_TEST_CASE()
136 diff_list = test_src->GetBiosampleDiffs(*test_sample); in BOOST_AUTO_TEST_CASE()
141 diff_list = test_src->GetBiosampleDiffs(*test_sample); in BOOST_AUTO_TEST_CASE()
146 diff_list = test_src->GetBiosampleDiffs(*test_sample); in BOOST_AUTO_TEST_CASE()
152 diff_list = test_src->GetBiosampleDiffs(*test_sample); in BOOST_AUTO_TEST_CASE()
156 test_src->UpdateWithBioSample(*test_sample, false); in BOOST_AUTO_TEST_CASE()
163 test_src->UpdateWithBioSample(*test_sample, true); in BOOST_AUTO_TEST_CASE()
189 test_sample->SetOrg().SetTaxname("B XYZ"); in BOOST_AUTO_TEST_CASE()
[all …]
/dports/devel/sgb/sgb-20090810_1/PROTOTYPES/
H A DSMakefile96 roget_components.ch SMakefile take_risc.ch test_sample.ch \
119 MISCWEBS = boilerplate.w gb_dijk.w gb_save.w gb_types.w test_sample.w
310 test_sample: test_sample.o
312 test_sample.o: test_sample.c
313 test_sample.c: test_sample.w test_sample.ch
314 test_sample.dvi: test_sample.tex
315 test_sample.tex: test_sample.w test_sample.ch
323 $(MAKE) test_sample
324 - test_sample > sample.out
327 delete test.gb sample.out test_io test_graph test_flip test_sample
/dports/devel/sgb/sgb-20090810_1/
H A DSMakefile96 roget_components.ch SMakefile take_risc.ch test_sample.ch \
119 MISCWEBS = boilerplate.w gb_dijk.w gb_save.w gb_types.w test_sample.w
310 test_sample: test_sample.o
312 test_sample.o: test_sample.c
313 test_sample.c: test_sample.w test_sample.ch
314 test_sample.dvi: test_sample.tex
315 test_sample.tex: test_sample.w test_sample.ch
323 $(MAKE) test_sample
324 - test_sample > sample.out
327 delete test.gb sample.out test_io test_graph test_flip test_sample
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/rappor/
H A Dtest_rappor_service.cc79 std::unique_ptr<TestSample> test_sample(new TestSample(type)); in CreateSample() local
80 return std::move(test_sample); in CreateSample()
86 TestSample* test_sample = static_cast<TestSample*>(sample.get()); in RecordSample() local
90 metric_name, test_sample->GetShadow())); in RecordSample()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/rappor/
H A Dtest_rappor_service.cc80 std::unique_ptr<TestSample> test_sample(new TestSample(type)); in CreateSample() local
81 return std::move(test_sample); in CreateSample()
87 TestSample* test_sample = static_cast<TestSample*>(sample.get()); in RecordSample() local
91 metric_name, test_sample->GetShadow())); in RecordSample()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/vnl/tests/
H A Dtest_driver_with_core_utils.cxx4 DECLARE( test_sample );
10 REGISTER( test_sample ); in register_tests()
/dports/misc/vxl/vxl-3.3.2/core/vnl/tests/
H A Dtest_driver_with_core_utils.cxx4 DECLARE(test_sample);
10 REGISTER(test_sample); in register_tests()
/dports/graphics/darktable/darktable-3.6.1/src/tests/unittests/
H A Dtest_sample.c26 static void test_sample(void **state) in test_sample() function
34 cmocka_unit_test(test_sample) in main()
/dports/graphics/darktable38/darktable-3.8.0/src/tests/unittests/
H A Dtest_sample.c30 static void test_sample(void **state) in test_sample() function
38 cmocka_unit_test(test_sample) in main()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/samples/gizmos/editlbox/
H A Dmakefile.dmc37 $(OBJS)\test.exe : $(TEST_OBJECTS) $(OBJS)\test_sample.res
38 ….lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib,, $(OBJS)\test_sample.res
40 $(OBJS)\test_sample.res : .\..\..\..\..\samples\sample.rc
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/samples/gizmos/editlbox/
H A Dmakefile.dmc37 $(OBJS)\test.exe : $(TEST_OBJECTS) $(OBJS)\test_sample.res
38 ….lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib,, $(OBJS)\test_sample.res
40 $(OBJS)\test_sample.res : .\..\..\..\..\samples\sample.rc
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/samples/gizmos/editlbox/
H A Dmakefile.dmc37 $(OBJS)\test.exe : $(TEST_OBJECTS) $(OBJS)\test_sample.res
38 ….lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib,, $(OBJS)\test_sample.res
40 $(OBJS)\test_sample.res : .\..\..\..\..\samples\sample.rc
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/samples/gizmos/editlbox/
H A Dmakefile.dmc37 $(OBJS)\test.exe : $(TEST_OBJECTS) $(OBJS)\test_sample.res
38 ….lib oleaut32.lib uuid.lib rpcrt4.lib advapi32.lib wsock32.lib odbc32.lib,, $(OBJS)\test_sample.res
40 $(OBJS)\test_sample.res : .\..\..\..\..\samples\sample.rc
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/flac-1.3.2/src/metaflac/
H A Doperations_shorthand_seektable.c119 FLAC__uint64 test_sample; in write_callback_() local
122 test_sample = cd->seektable_template->points[i].sample_number; in write_callback_()
123 if(test_sample > frame_last_sample) { in write_callback_()
126 else if(test_sample >= frame_first_sample) { in write_callback_()
/dports/emulators/mess/mame-mame0226/3rdparty/libflac/src/metaflac/
H A Doperations_shorthand_seektable.c118 FLAC__uint64 test_sample; in write_callback_() local
121 test_sample = cd->seektable_template->points[i].sample_number; in write_callback_()
122 if(test_sample > frame_last_sample) { in write_callback_()
125 else if(test_sample >= frame_first_sample) { in write_callback_()
/dports/audio/flac/flac-1.3.4/src/metaflac/
H A Doperations_shorthand_seektable.c119 FLAC__uint64 test_sample; in write_callback_() local
122 test_sample = cd->seektable_template->points[i].sample_number; in write_callback_()
123 if(test_sample > frame_last_sample) { in write_callback_()
126 else if(test_sample >= frame_first_sample) { in write_callback_()

12345678910>>...18