Searched refs:play (Results 1 - 14 of 14) sorted by relevance

/haiku-fatelf/src/tests/kits/midi/synth_file_reader/
H A Dmain.cpp42 printf("%s <synth file> [play [instr] | dump]\n", argv[0]);
46 bool play = argc >= 3 ? strcmp(argv[2], "play") == 0 : false; local
59 reader.Dump(play, instr);
H A DSynthFileReader.h75 void Dump(bool play, uint32 instrOnly);
H A DSynthFileReader.cpp242 void SSynthFileReader::Dump(bool play, uint32 instrOnly) { argument
265 if (!play && TagEquals(tag, "INST")) {
375 if (play && (instrOnly==0xffff || instrOnly == inst)) Play(rate, 0, rest);
/haiku-fatelf/src/apps/mediaplayer/playlist/
H A DPlaylistObserver.cpp56 PlaylistObserver::CurrentItemChanged(int32 newIndex, bool play) argument
60 message.AddBool("play", play);
H A DPlaylistObserver.h29 virtual void CurrentItemChanged(int32 newIndex, bool play);
H A DPlaylist.h58 virtual void CurrentItemChanged(int32 newIndex, bool play);
141 bool play) const;
H A DPlaylist.cpp58 void Playlist::Listener::CurrentItemChanged(int32 newIndex, bool play) {} argument
813 Playlist::_NotifyCurrentItemChanged(int32 newIndex, bool play) const
819 listener->CurrentItemChanged(newIndex, play);
/haiku-fatelf/src/bin/
H A Dplay.cpp2 play.cpp
9 * ftp://planetmirror.com/raid/13/beos/samples/media_kit/obsolete/play.cpp
24 play requested track
28 play(int id, scsi_play_track *track) function
153 printf("Usage: play device [command [param]]\n\n");
158 printf(" 0 [n] - play from track n [1]\n");
199 play(id, &track);
203 play(id, &track);
/haiku-fatelf/headers/os/device/
H A Dscsi.h136 bool play; member in struct:__anon199
/haiku-fatelf/src/bin/gdb/gdb/gdbserver/
H A Dgdbreplay.c274 play (FILE *fp) function
318 /* data sent from gdbreplay to gdb, play it */
319 play (fp);
/haiku-fatelf/src/libs/ncurses/test/
H A Dknight.c422 play(void) function
423 /* play the game */
694 play();
/haiku-fatelf/src/apps/mediaplayer/
H A DMainWin.cpp143 B_TRANSLATE("Toggle pause/play."), 0
169 static const char* kDisabledSeekMessage = B_TRANSLATE("Drop files to play");
617 bool play; local
618 if (msg->FindBool("play", &play) < B_OK || !play)
634 B_TRANSLATE("None of the files you wanted to play appear "
1075 // Restore the current play position only if we have something to play
1328 // Display error if all files failed to play
[all...]
/haiku-fatelf/src/bin/gdb/texinfo/
H A Dtexinfo.tex5041 % @insertcopying. Here we must play games with ^^M's. On the one hand,
/haiku-fatelf/src/bin/network/wget/build-aux/
H A Dtexinfo.tex5952 % (except of course we have to play expansion games).

Completed in 193 milliseconds