Home
last modified time | relevance | path

Searched refs:played (Results 1 – 25 of 5212) sorted by relevance

12345678910>>...209

/dports/games/jaggedalliance2/ja2-stracciatella-0.18.0/assets/externalized/
H A Dmusic.json2 * Defines the different music tracks played throughout the game.
13 // Tracks played in the main menu
17 // Tracks played in the laptop
21 // Tracks played in tactical mode, when there are no soldier enemies present
28 …// Tracks played in tactical mode, when soldier enemies are present, but there is currently no bat…
34 // Tracks played in tactical mode when battle is happening
38 // Tracks played in tactical mode when creatures are attacking a town sector
42 // Tracks played in tactical mode when creatures are present in a creature-owned sector
46 // Tracks played in tactical mode when in battle in a creature-owned sector
50 // Tracks played after a victory
[all …]
/dports/devel/p5-SDL/SDL-2.548/t/
H A Dsdlx_music.t84 my $played;
87 $played = 1 unless $played;
90 is( $played, 1, "Music played and atleast one" );
102 $played = 0;
105 $played = 1 unless $played;
108 is( $played, 1, "Music played and atleast one" );
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/podcasts-data/src/models/
H A Depisode.rs48 played: Option<i32>, field
126 pub fn played(&self) -> Option<i32> { in played() method
127 self.played in played()
158 played: Option<i32>, field
173 played: e.played, in from()
260 self.played in played()
265 self.played = value; in set_played()
317 played: Option<i32>, field
343 played: e.played, in from()
371 self.played in played()
[all …]
/dports/audio/mikmod/mikmod-3.2.8/src/
H A Dmlist.c68 pl->entry[i].played = 0; in PL_ClearPlayed()
232 if (!pl->entry[i].played) in PL_DelDouble()
233 pl->entry[i].played = pl->entry[j].played; in PL_DelDouble()
252 int time, BOOL played) in PL_Insert() argument
272 pl->entry[pos].played = played; in PL_Insert()
293 int time, played; in PL_Load() local
325 time = played = 0; in PL_Load()
352 (BOOL)played); in PL_Load()
379 (int)entry->played); in PL_Save()
472 if (!pl->entry[i].played) in PL_ContNext()
[all …]
/dports/audio/mp3blaster/mp3blaster-3.2.6/src/
H A Dmp3item.h10 void setPlayed() { played = 1; } in setPlayed()
11 void setNotPlayed() { played = 0; } in setNotPlayed()
12 short isPlayed() { return played; } in isPlayed()
15 short played;
H A Dmp3win.h28 short isPlayed() { return played; } in isPlayed()
29 void setNotPlayed() { played = 0; } in setNotPlayed()
30 void setPlayed() { played = 1; } in setPlayed()
47 short played; //1 if this group has been playing in group-mode variable
/dports/devel/p5-SDL/SDL-2.548/lib/SDLx/
H A DMusic.pm112 my $played =
114 if ( defined $played && $played == -1 ) {
119 my $played = SDL::Mixer::Music::fade_in_music( $play_data->{_content}, $loops, $fade_in );
120 if ( defined $played && $played == -1 ) {
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/webidl/
H A DAudioChannel.webidl15 // is played
19 // is played. Also paused if another app starts using "content"
24 // Automatically paused if "alarm" or higher priority channel is played.
28 // played.
32 // channel is played.
36 // channel is played.
/dports/audio/shairport-sync/shairport-sync-3.3.9/
H A Daudio_sndio.c60 static size_t played; variable
177 written = played = 0; in init()
226 written = played = 0; in start()
245 written = played = 0; in stop()
252 played += delta; in onmove_cb()
265 if ((estimated_extra_frames_output + played) > written / framesize) { in delay()
272 *_delay = (written / framesize) - (played + estimated_extra_frames_output); in delay()
281 written = played = 0; in flush()
/dports/games/gbrainy/gbrainy-2.4.3/src/Core/Main/
H A DScore.cs176 int logbase, scored, played, won; in SessionScoreFormula()
196 played = history.LogicPlayed; in SessionScoreFormula()
201 played = history.MemoryPlayed; in SessionScoreFormula()
206 played = history.MathPlayed; in SessionScoreFormula()
211 played = history.VerbalPlayed; in SessionScoreFormula()
219 score = scored > 0 ? scored / played * 10 : 0; in SessionScoreFormula()
/dports/audio/faudio/FAudio-21.01/tests/
H A Dxaudio2.c964 ok(played - running_total == 22050, "Got wrong samples played: %u\n", played - running_total); in test_looping()
965 running_total = played; in test_looping()
979 ok(played - running_total == 4410, "Got wrong samples played: %u\n", played - running_total); in test_looping()
980 running_total = played; in test_looping()
995 running_total = played; in test_looping()
1010 running_total = played; in test_looping()
1025 running_total = played; in test_looping()
1042 running_total = played; in test_looping()
1060 … ok(played - running_total == 22050, "Got wrong samples played: %u\n", played - running_total); in test_looping()
1061 running_total = played; in test_looping()
[all …]
/dports/multimedia/quodlibet/quodlibet-4.3.0/docs/guide/
H A Dqueue.rst7 queue up songs to be played. In recent versions of Quod Libet, some new
17 queue anymore when played. In this way, the queue can function as a kind of
21 This means that if a song is played from the song list, then songs from the
28 songs from the song list will be played instead.
38 disabled, the queue cannot be played from - but you can still add songs to it.
47 the queue even after being played. Furthermore, the queue won't have precedence
48 over the song list unless it is explicitly being played from by first
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/src/cdogs/
H A Dmusic.c183 bool played = false; in MusicPlayFile() local
192 played = Play(mp, buf); in MusicPlayFile()
193 if (!played) in MusicPlayFile()
199 played = Play(mp, buf); in MusicPlayFile()
202 if (!played) in MusicPlayFile()
210 bool played = false; in MusicPlayChunk() local
216 played = true; in MusicPlayChunk()
218 if (!played) in MusicPlayChunk()
/dports/audio/caps-plugins/caps-0.4.5/
H A DClick.cc59 played = 0; in one_cycle()
64 if (played < N) in one_cycle()
66 n = min (n, N - played); in one_cycle()
70 sample_t x = gain * wave [played + i] + normal; in one_cycle()
75 played += n; in one_cycle()
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/caps/
H A DClick.cc59 played = 0; in one_cycle()
64 if (played < N) in one_cycle()
66 n = min (n, N - played); in one_cycle()
70 sample_t x = gain * wave [played + i] + normal; in one_cycle()
75 played += n; in one_cycle()
/dports/games/freedoko/FreeDoko_0.7.19/src/player/ai/
H A Dcards_information.cpp500 if (n >= p.played(Card::unknown)) in recalc()
1122 auto sum = this->played(card); in recalc_estimated_hands()
1398 return this->played(Card::unknown); in forgotten_cards_no()
1451 n += this->played(c); in played()
1499 - this->played(card)); in remaining()
1521 - this->played(tcolor)); in remaining()
1534 n -= this->played(card); in remaining_cards_of_others()
1569 unsigned result = this->played(card); in known()
1795 || (this->played(card) in card_played()
2023 n += f.played(p.first); in self_check()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/sound/midi/Gervill/ModelStandardIndexedDirector/
H A DModelStandardIndexedDirectorTest.java57 final TreeSet<Integer> played = new TreeSet<Integer>(); in testDirector() local
62 played.add(performerIndex); in testDirector()
75 String p1 = treeToString(played); in testDirector()
76 played.clear(); in testDirector()
78 String p2 = treeToString(played); in testDirector()
79 played.clear(); in testDirector()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/sound/midi/Gervill/ModelStandardIndexedDirector/
H A DModelStandardIndexedDirectorTest.java57 final TreeSet<Integer> played = new TreeSet<Integer>(); in testDirector() local
62 played.add(performerIndex); in testDirector()
75 String p1 = treeToString(played); in testDirector()
76 played.clear(); in testDirector()
78 String p2 = treeToString(played); in testDirector()
79 played.clear(); in testDirector()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/sound/midi/Gervill/ModelStandardIndexedDirector/
H A DModelStandardIndexedDirectorTest.java57 final TreeSet<Integer> played = new TreeSet<Integer>(); in testDirector() local
62 played.add(performerIndex); in testDirector()
75 String p1 = treeToString(played); in testDirector()
76 played.clear(); in testDirector()
78 String p2 = treeToString(played); in testDirector()
79 played.clear(); in testDirector()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/sound/midi/Gervill/ModelStandardIndexedDirector/
H A DModelStandardIndexedDirectorTest.java57 final TreeSet<Integer> played = new TreeSet<Integer>(); in testDirector() local
62 played.add(performerIndex); in testDirector()
75 String p1 = treeToString(played); in testDirector()
76 played.clear(); in testDirector()
78 String p2 = treeToString(played); in testDirector()
79 played.clear(); in testDirector()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/sound/midi/Gervill/ModelStandardIndexedDirector/
H A DModelStandardIndexedDirectorTest.java57 final TreeSet<Integer> played = new TreeSet<Integer>(); in testDirector() local
62 played.add(performerIndex); in testDirector()
75 String p1 = treeToString(played); in testDirector()
76 played.clear(); in testDirector()
78 String p2 = treeToString(played); in testDirector()
79 played.clear(); in testDirector()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/sound/midi/Gervill/ModelStandardIndexedDirector/
H A DModelStandardIndexedDirectorTest.java57 final TreeSet<Integer> played = new TreeSet<Integer>(); in testDirector() local
62 played.add(performerIndex); in testDirector()
75 String p1 = treeToString(played); in testDirector()
76 played.clear(); in testDirector()
78 String p2 = treeToString(played); in testDirector()
79 played.clear(); in testDirector()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/sound/midi/Gervill/ModelStandardIndexedDirector/
H A DModelStandardIndexedDirectorTest.java57 final TreeSet<Integer> played = new TreeSet<Integer>(); in testDirector() local
62 played.add(performerIndex); in testDirector()
75 String p1 = treeToString(played); in testDirector()
76 played.clear(); in testDirector()
78 String p2 = treeToString(played); in testDirector()
79 played.clear(); in testDirector()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/javax/sound/midi/Gervill/ModelStandardIndexedDirector/
H A DModelStandardIndexedDirectorTest.java57 final TreeSet<Integer> played = new TreeSet<Integer>(); in testDirector() local
62 played.add(performerIndex); in testDirector()
75 String p1 = treeToString(played); in testDirector()
76 played.clear(); in testDirector()
78 String p2 = treeToString(played); in testDirector()
79 played.clear(); in testDirector()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/javax/sound/midi/Gervill/ModelStandardIndexedDirector/
H A DModelStandardIndexedDirectorTest.java55 final TreeSet<Integer> played = new TreeSet<Integer>(); in testDirector() local
60 played.add(performerIndex); in testDirector()
73 String p1 = treeToString(played); in testDirector()
74 played.clear(); in testDirector()
76 String p2 = treeToString(played); in testDirector()
77 played.clear(); in testDirector()

12345678910>>...209