Home
last modified time | relevance | path

Searched refs:set_format (Results 1 – 25 of 3561) sorted by relevance

12345678910>>...143

/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/task/
H A Dags_set_format.c162 set_format->scope = NULL; in ags_set_format_init()
163 set_format->format = 16; in ags_set_format_init()
172 AgsSetFormat *set_format; in ags_set_format_set_property() local
215 AgsSetFormat *set_format; in ags_set_format_get_property() local
239 AgsSetFormat *set_format; in ags_set_format_dispose() local
256 AgsSetFormat *set_format; in ags_set_format_finalize() local
271 AgsSetFormat *set_format; in ags_set_format_launch() local
276 scope = set_format->scope; in ags_set_format_launch()
342 set_format->format); in ags_set_format_soundcard()
360 AgsSetFormat *set_format; in ags_set_format_new() local
[all …]
/dports/emulators/mess/mame-mame0226/src/emu/
H A Demupal.cpp124 set_format(raw_to_rgb_converter(bytes_per_entry, func)); in set_format()
129 palette_device &palette_device::set_format(rgb_332_t, u32 entries) in set_format() function in palette_device
135 palette_device &palette_device::set_format(bgr_233_t, u32 entries) in set_format() function in palette_device
153 palette_device &palette_device::set_format(xrgb_333_t, u32 entries) in set_format() function in palette_device
159 palette_device &palette_device::set_format(xrbg_333_t, u32 entries) in set_format() function in palette_device
165 palette_device &palette_device::set_format(xbgr_333_t, u32 entries) in set_format() function in palette_device
171 palette_device &palette_device::set_format(xrgb_444_t, u32 entries) in set_format() function in palette_device
177 palette_device &palette_device::set_format(xrbg_444_t, u32 entries) in set_format() function in palette_device
183 palette_device &palette_device::set_format(xbrg_444_t, u32 entries) in set_format() function in palette_device
285 palette_device &palette_device::set_format(rgb_565_t, u32 entries) in set_format() function in palette_device
[all …]
H A Demupal.h292 palette_device &set_format(rgb_332_t, u32 entries); in DECLARE_DEVICE_TYPE()
293 palette_device &set_format(bgr_233_t, u32 entries); in DECLARE_DEVICE_TYPE()
296 palette_device &set_format(xrgb_333_t, u32 entries); in DECLARE_DEVICE_TYPE()
297 palette_device &set_format(xrbg_333_t, u32 entries); in DECLARE_DEVICE_TYPE()
298 palette_device &set_format(xbgr_333_t, u32 entries); in DECLARE_DEVICE_TYPE()
299 palette_device &set_format(xrgb_444_t, u32 entries); in DECLARE_DEVICE_TYPE()
300 palette_device &set_format(xrbg_444_t, u32 entries); in DECLARE_DEVICE_TYPE()
301 palette_device &set_format(xbrg_444_t, u32 entries); in DECLARE_DEVICE_TYPE()
302 palette_device &set_format(xbgr_444_t, u32 entries); in DECLARE_DEVICE_TYPE()
318 palette_device &set_format(rgb_565_t, u32 entries); in DECLARE_DEVICE_TYPE()
[all …]
/dports/emulators/mame/mame-mame0226/src/emu/
H A Demupal.cpp124 set_format(raw_to_rgb_converter(bytes_per_entry, func)); in set_format()
129 palette_device &palette_device::set_format(rgb_332_t, u32 entries) in set_format() function in palette_device
135 palette_device &palette_device::set_format(bgr_233_t, u32 entries) in set_format() function in palette_device
153 palette_device &palette_device::set_format(xrgb_333_t, u32 entries) in set_format() function in palette_device
159 palette_device &palette_device::set_format(xrbg_333_t, u32 entries) in set_format() function in palette_device
165 palette_device &palette_device::set_format(xbgr_333_t, u32 entries) in set_format() function in palette_device
171 palette_device &palette_device::set_format(xrgb_444_t, u32 entries) in set_format() function in palette_device
177 palette_device &palette_device::set_format(xrbg_444_t, u32 entries) in set_format() function in palette_device
183 palette_device &palette_device::set_format(xbrg_444_t, u32 entries) in set_format() function in palette_device
285 palette_device &palette_device::set_format(rgb_565_t, u32 entries) in set_format() function in palette_device
[all …]
H A Demupal.h292 palette_device &set_format(rgb_332_t, u32 entries); in DECLARE_DEVICE_TYPE()
293 palette_device &set_format(bgr_233_t, u32 entries); in DECLARE_DEVICE_TYPE()
296 palette_device &set_format(xrgb_333_t, u32 entries); in DECLARE_DEVICE_TYPE()
297 palette_device &set_format(xrbg_333_t, u32 entries); in DECLARE_DEVICE_TYPE()
298 palette_device &set_format(xbgr_333_t, u32 entries); in DECLARE_DEVICE_TYPE()
299 palette_device &set_format(xrgb_444_t, u32 entries); in DECLARE_DEVICE_TYPE()
300 palette_device &set_format(xrbg_444_t, u32 entries); in DECLARE_DEVICE_TYPE()
301 palette_device &set_format(xbrg_444_t, u32 entries); in DECLARE_DEVICE_TYPE()
302 palette_device &set_format(xbgr_444_t, u32 entries); in DECLARE_DEVICE_TYPE()
318 palette_device &set_format(rgb_565_t, u32 entries); in DECLARE_DEVICE_TYPE()
[all …]
/dports/games/taisei/taisei-1.3.2/src/renderer/glescommon/
H A Dtexture.c87 set_format(TEX_TYPE_DEPTH_8, GL_DEPTH_COMPONENT, FMTSTRUCT(FMT_DEPTH)); in gles_init_texformats_table()
99 set_format(TEX_TYPE_R_8, GL_R8, FMTSTRUCT(FMT_R8)); in gles_init_texformats_table()
100 set_format(TEX_TYPE_RG_8, GL_RG8, FMTSTRUCT(FMT_RG8)); in gles_init_texformats_table()
103 set_format(TEX_TYPE_R_16, GL_R16, FMTSTRUCT(FMT_R16)); in gles_init_texformats_table()
104 set_format(TEX_TYPE_RG_16, GL_RG16, FMTSTRUCT(FMT_RG16)); in gles_init_texformats_table()
106 set_format(TEX_TYPE_R_16, GL_R8, FMTSTRUCT(FMT_R8)); in gles_init_texformats_table()
107 set_format(TEX_TYPE_RG_16, GL_RG8, FMTSTRUCT(FMT_RG8)); in gles_init_texformats_table()
123 set_format(TEX_TYPE_R_16, GL_RGBA16, FMTSTRUCT(FMT_RGBA16)); in gles_init_texformats_table()
124 set_format(TEX_TYPE_RG_16, GL_RGBA16, FMTSTRUCT(FMT_RGBA16)); in gles_init_texformats_table()
141 set_format(TEX_TYPE_RGB_16, GL_RGBA16, FMTSTRUCT(FMT_RGBA16)); in gles_init_texformats_table()
[all …]
/dports/audio/strawberry/strawberry-1.0.0/tests/src/
H A Dorganizeformat_test.cpp77 format_.set_format("%albumartist/%album/%track %albumartist %artist %album %title"); in TEST_F()
95 format_.set_format("%albumartist/%album/"); in TEST_F()
107 format_.set_format("%extension"); in TEST_F()
117 format_.set_format("%artistinitial"); in TEST_F()
127 format_.set_format("%artistinitial"); in TEST_F()
135 format_.set_format("%invalid"); in TEST_F()
142 format_.set_format("Before{Inside%year}After"); in TEST_F()
159 format_.set_format("The Format String %title"); in TEST_F()
171 format_.set_format("%artist"); in TEST_F()
186 format_.set_format("%track"); in TEST_F()
[all …]
/dports/audio/clementine-player/Clementine-1.4.0rc1/tests/
H A Dorganiseformat_test.cpp51 format_.set_format("%album %albumartist %bitrate %bpm %comment %composer " in TEST_F()
63 format_.set_format("%extension"); in TEST_F()
71 format_.set_format("%artistinitial"); in TEST_F()
79 format_.set_format("%artistinitial"); in TEST_F()
85 format_.set_format("%invalid"); in TEST_F()
90 format_.set_format("Before{Inside%year}After"); in TEST_F()
105 format_.set_format("The Format String %title"); in TEST_F()
115 format_.set_format("%artist %title"); in TEST_F()
124 format_.set_format("%artist"); in TEST_F()
135 format_.set_format("%track"); in TEST_F()
[all …]
/dports/audio/gsequencer/gsequencer-3.10.4/ags/test/audio/task/
H A Dags_set_format_test.c77 AgsSetFormat *set_format; in ags_set_format_test_launch() local
88 set_format = ags_set_format_new(devout, in ags_set_format_test_launch()
91 CU_ASSERT(AGS_IS_SET_FORMAT(set_format)); in ags_set_format_test_launch()
92 CU_ASSERT(set_format->scope == devout); in ags_set_format_test_launch()
93 CU_ASSERT(set_format->format == AGS_SOUNDCARD_SIGNED_24_BIT); in ags_set_format_test_launch()
96 ags_task_launch(set_format); in ags_set_format_test_launch()
/dports/textproc/p5-Perl-Critic/Perl-Critic-1.140/t/
H A D06_violation.t82 Perl::Critic::Violation::set_format('%l,%c,%m,%e,%p,%d,%r');
88 Perl::Critic::Violation::set_format($old_format);
184 Perl::Critic::Violation::set_format($format);
203 my $set_format = *Perl::Critic::Violation::set_format;
207 is($set_format->($fmt_literal), $fmt_interp, 'set_format by spec');
211 is($set_format->(3), $fmt_predefined, 'set_format by number');
215 is($set_format->(999), $fmt_default, 'set_format by invalid number');
217 is($set_format->(undef), $fmt_default, 'set_format with undef');
272 Perl::Critic::Violation::set_format($format);
/dports/devel/bingrep/bingrep-0.8.5/cargo-crates/prettytable-rs-0.8.0/examples/
H A Dformatting.rs17 table.set_format(*format::consts::FORMAT_NO_LINESEP_WITH_TITLE); in main()
30 table.set_format(*format::consts::FORMAT_NO_COLSEP); in main()
42 table.set_format(*format::consts::FORMAT_BORDERS_ONLY); in main()
54 table.set_format(format::FormatBuilder::new() in main()
74 table.set_format(format::FormatBuilder::new() in main()
/dports/www/ffsend/ffsend-ccd489ce2e75b91c0f17fbf13dbd91fe84f5ad98/cargo-crates/prettytable-rs-0.8.0/examples/
H A Dformatting.rs17 table.set_format(*format::consts::FORMAT_NO_LINESEP_WITH_TITLE); in main()
30 table.set_format(*format::consts::FORMAT_NO_COLSEP); in main()
42 table.set_format(*format::consts::FORMAT_BORDERS_ONLY); in main()
54 table.set_format(format::FormatBuilder::new() in main()
74 table.set_format(format::FormatBuilder::new() in main()
/dports/www/rearx/rearx-0.1.4/cargo-crates/prettytable-rs-0.8.0/examples/
H A Dformatting.rs17 table.set_format(*format::consts::FORMAT_NO_LINESEP_WITH_TITLE); in main()
30 table.set_format(*format::consts::FORMAT_NO_COLSEP); in main()
42 table.set_format(*format::consts::FORMAT_BORDERS_ONLY); in main()
54 table.set_format(format::FormatBuilder::new() in main()
74 table.set_format(format::FormatBuilder::new() in main()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/prettytable-rs-0.8.0/examples/
H A Dformatting.rs17 table.set_format(*format::consts::FORMAT_NO_LINESEP_WITH_TITLE); in main()
30 table.set_format(*format::consts::FORMAT_NO_COLSEP); in main()
42 table.set_format(*format::consts::FORMAT_BORDERS_ONLY); in main()
54 table.set_format(format::FormatBuilder::new() in main()
74 table.set_format(format::FormatBuilder::new() in main()
/dports/devel/dtool/dtool-0.11.0/cargo-crates/prettytable-rs-0.8.0/examples/
H A Dformatting.rs17 table.set_format(*format::consts::FORMAT_NO_LINESEP_WITH_TITLE); in main()
30 table.set_format(*format::consts::FORMAT_NO_COLSEP); in main()
42 table.set_format(*format::consts::FORMAT_BORDERS_ONLY); in main()
54 table.set_format(format::FormatBuilder::new() in main()
74 table.set_format(format::FormatBuilder::new() in main()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/prettytable-rs-0.8.0/examples/
H A Dformatting.rs17 table.set_format(*format::consts::FORMAT_NO_LINESEP_WITH_TITLE); in main()
30 table.set_format(*format::consts::FORMAT_NO_COLSEP); in main()
42 table.set_format(*format::consts::FORMAT_BORDERS_ONLY); in main()
54 table.set_format(format::FormatBuilder::new() in main()
74 table.set_format(format::FormatBuilder::new() in main()
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/prettytable-rs-0.8.0/examples/
H A Dformatting.rs17 table.set_format(*format::consts::FORMAT_NO_LINESEP_WITH_TITLE); in main()
30 table.set_format(*format::consts::FORMAT_NO_COLSEP); in main()
42 table.set_format(*format::consts::FORMAT_BORDERS_ONLY); in main()
54 table.set_format(format::FormatBuilder::new() in main()
74 table.set_format(format::FormatBuilder::new() in main()
/dports/audio/py-fmoo-audiotools/audiotools-3.0/audiotools/
H A Dplayer.py277 self.__audio_output__.set_format(
486 self.__audio_output__.set_format(
738 self.set_format(sample_rate=sample_rate,
764 self.set_format(*DEFAULT_FORMAT)
784 self.set_format(*DEFAULT_FORMAT)
908 self.set_format(*DEFAULT_FORMAT)
918 self.set_format(*DEFAULT_FORMAT)
1028 self.set_format(*DEFAULT_FORMAT)
1037 self.set_format(*DEFAULT_FORMAT)
1146 self.set_format(*DEFAULT_FORMAT)
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/cpu/tms1000/
H A Dtms0970.cpp54 PLA(config, "mpla", 8, 16, 30).set_format(pla_device::FMT::BERKELEY); in device_add_mconfig()
55 PLA(config, "opla", 4, 8, 10).set_format(pla_device::FMT::BERKELEY); in device_add_mconfig()
56 PLA(config, "spla", 3, 8, 8).set_format(pla_device::FMT::BERKELEY); in device_add_mconfig()
62 PLA(config, "ipla", 8, 15, 18).set_format(pla_device::FMT::BERKELEY); in device_add_mconfig()
63 PLA(config, "mpla", 5, 15, 32).set_format(pla_device::FMT::BERKELEY); in device_add_mconfig()
64 PLA(config, "opla", 4, 8, 16).set_format(pla_device::FMT::BERKELEY); in device_add_mconfig()
65 PLA(config, "spla", 3, 8, 8).set_format(pla_device::FMT::BERKELEY); in device_add_mconfig()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/tms1000/
H A Dtms0970.cpp54 PLA(config, "mpla", 8, 16, 30).set_format(pla_device::FMT::BERKELEY); in device_add_mconfig()
55 PLA(config, "opla", 4, 8, 10).set_format(pla_device::FMT::BERKELEY); in device_add_mconfig()
56 PLA(config, "spla", 3, 8, 8).set_format(pla_device::FMT::BERKELEY); in device_add_mconfig()
62 PLA(config, "ipla", 8, 15, 18).set_format(pla_device::FMT::BERKELEY); in device_add_mconfig()
63 PLA(config, "mpla", 5, 15, 32).set_format(pla_device::FMT::BERKELEY); in device_add_mconfig()
64 PLA(config, "opla", 4, 8, 16).set_format(pla_device::FMT::BERKELEY); in device_add_mconfig()
65 PLA(config, "spla", 3, 8, 8).set_format(pla_device::FMT::BERKELEY); in device_add_mconfig()
/dports/print/texinfo/texinfo-6.8/tp/
H A Dtexi2any.pl559 sub set_format($;$$) subroutine
561 my $set_format = shift;
567 if ($format_command_line_names{$set_format}) {
570 $new_format = $set_format;
572 my $expanded_format = $set_format;
602 my $set_format = shift;
603 $format = set_format($set_format);
954 'xml' => sub {$format = set_format($_[0].'');},
955 'dvi' => sub {$format = set_format($_[0].'');},
957 'ps' => sub {$format = set_format($_[0].'');},
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/test/test/framework-ts/
H A Dresult-report-test.cpp84 results_reporter::set_format( report_format ); in check()
119 results_reporter::set_format( runtime_config::get<output_format>( in ~guard()
219 results_reporter::set_format( report_format ); in check2()
242 results_reporter::set_format( OF_CLF ); in check2()
249 results_reporter::set_format( OF_CLF ); in check2()
256 results_reporter::set_format( OF_CLF ); in check2()
263 results_reporter::set_format( OF_CLF ); in check2()
271 results_reporter::set_format( OF_XML ); in check2()
278 results_reporter::set_format( OF_XML ); in check2()
285 results_reporter::set_format( OF_XML ); in check2()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/test/test/framework-ts/
H A Dresult-report-test.cpp84 results_reporter::set_format( report_format ); in check()
119 results_reporter::set_format( runtime_config::get<output_format>( in ~guard()
219 results_reporter::set_format( report_format ); in check2()
242 results_reporter::set_format( OF_CLF ); in check2()
249 results_reporter::set_format( OF_CLF ); in check2()
256 results_reporter::set_format( OF_CLF ); in check2()
263 results_reporter::set_format( OF_CLF ); in check2()
271 results_reporter::set_format( OF_XML ); in check2()
278 results_reporter::set_format( OF_XML ); in check2()
285 results_reporter::set_format( OF_XML ); in check2()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/test/test/framework-ts/
H A Dresult-report-test.cpp84 results_reporter::set_format( report_format ); in check()
119 results_reporter::set_format( runtime_config::get<output_format>( in ~guard()
219 results_reporter::set_format( report_format ); in check2()
242 results_reporter::set_format( OF_CLF ); in check2()
249 results_reporter::set_format( OF_CLF ); in check2()
256 results_reporter::set_format( OF_CLF ); in check2()
263 results_reporter::set_format( OF_CLF ); in check2()
271 results_reporter::set_format( OF_XML ); in check2()
278 results_reporter::set_format( OF_XML ); in check2()
285 results_reporter::set_format( OF_XML ); in check2()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/test/test/framework-ts/
H A Dresult-report-test.cpp84 results_reporter::set_format( report_format ); in check()
119 results_reporter::set_format( runtime_config::get<output_format>( in ~guard()
219 results_reporter::set_format( report_format ); in check2()
242 results_reporter::set_format( OF_CLF ); in check2()
249 results_reporter::set_format( OF_CLF ); in check2()
256 results_reporter::set_format( OF_CLF ); in check2()
263 results_reporter::set_format( OF_CLF ); in check2()
271 results_reporter::set_format( OF_XML ); in check2()
278 results_reporter::set_format( OF_XML ); in check2()
285 results_reporter::set_format( OF_XML ); in check2()
[all …]

12345678910>>...143