command 1023 cygnal/rtmp_server.cpp string command = "onBWDone";
command 1026 cygnal/rtmp_server.cpp cmd.makeString(command);
command 690 gui/Player.cpp fnargs.push_back(as_value(command));
command 738 gui/Player.cpp if (noCaseCompare(command, "quit")) {
command 744 gui/Player.cpp if (noCaseCompare(command, "fullscreen")) {
command 751 gui/Player.cpp if (noCaseCompare(command, "showmenu")) {
command 761 gui/Player.cpp if (noCaseCompare(command, "exec")) {
command 767 gui/Player.cpp if (noCaseCompare(command, "allowscale")) {
command 778 gui/Player.cpp if (noCaseCompare(command, "trapallkeys")) {
command 786 gui/Player.cpp command, args);
command 113 gui/fb/InputDevice.h bool command(unsigned char cmd, unsigned char *buf, int count);
command 156 gui/fb/MouseDevice.cpp if ((!command(0xFF, buf, 3)) || (buf[0] != 0xFA)) {
command 164 gui/fb/MouseDevice.cpp if ((!command(0xF2, buf, 2)) || (buf[0] != 0xFA)) {
command 173 gui/fb/MouseDevice.cpp if ((!command(0xF4, &byte, 1)) || (byte != 0xFA)) {
command 2080 libcore/movie_root.cpp std::string command = rcfile.getURLOpenerFormat();
command 2090 libcore/movie_root.cpp boost::replace_all(command, "%u", safeurl);
command 2092 libcore/movie_root.cpp log_debug (_("Launching URL: %s"), command);
command 2093 libcore/movie_root.cpp const int ret = std::system(command.c_str());
command 2095 libcore/movie_root.cpp log_error(_("Fork failed launching url opener '%s'"), command);
command 195 libmedia/gst/AudioInputGst.cpp gchar *command;
command 206 libmedia/gst/AudioInputGst.cpp command = g_strdup_printf ("%s name=src device=%s ! fakesink",
command 208 libmedia/gst/AudioInputGst.cpp pipeline = gst_parse_launch(command, &error);
command 263 libmedia/gst/AudioInputGst.cpp g_free (command);
command 290 libmedia/gst/AudioInputGst.cpp gchar *command = NULL;
command 316 libmedia/gst/AudioInputGst.cpp command = g_strdup_printf ("%s name=audioSource device=%s ! capsfilter name=capsfilter caps=audio/x-raw-int,signed=true,channels=2,rate=%i;audio/x-raw-float,channels=2,rate=%i ! rgvolume pre-amp=%f",
command 321 libmedia/gst/AudioInputGst.cpp log_debug ("GstPipeline command is: %s\n", command);
command 323 libmedia/gst/AudioInputGst.cpp audio->_audioSourceBin = gst_parse_bin_from_description(command, TRUE,
command 331 libmedia/gst/AudioInputGst.cpp g_free(command);
command 360 libmedia/gst/AudioInputGst.cpp gchar *command = NULL;
command 372 libmedia/gst/AudioInputGst.cpp command = g_strdup_printf ("%s name=audioSource device=%s ! capsfilter name=capsfilter caps=audio/x-raw-int,signed=true,channels=2,rate=%i;audio/x-raw-float,channels=2,rate=%i ! rgvolume pre-amp=%f",
command 377 libmedia/gst/AudioInputGst.cpp log_debug ("GstPipeline command is: %s", command);
command 379 libmedia/gst/AudioInputGst.cpp audio->_audioSourceBin = gst_parse_bin_from_description(command, TRUE,
command 387 libmedia/gst/AudioInputGst.cpp g_free(command);
command 645 libmedia/gst/VideoInputGst.cpp gchar *command;
command 664 libmedia/gst/VideoInputGst.cpp command = g_strdup_printf ("%s name=src ! fakesink",
command 668 libmedia/gst/VideoInputGst.cpp command = g_strdup_printf ("%s name=src device=%s ! fakesink",
command 671 libmedia/gst/VideoInputGst.cpp pipeline = gst_parse_launch(command, &error);
command 726 libmedia/gst/VideoInputGst.cpp g_free (command);
command 835 libmedia/gst/VideoInputGst.cpp gchar *command = NULL;
command 912 libmedia/gst/VideoInputGst.cpp command = g_strdup_printf (
command 926 libmedia/gst/VideoInputGst.cpp log_debug("GstPipeline command is: %s", command);
command 929 libmedia/gst/VideoInputGst.cpp gst_parse_bin_from_description (command, TRUE, &error);
command 941 libmedia/gst/VideoInputGst.cpp g_free(command);
command 978 libmedia/gst/VideoInputGst.cpp gchar *command = NULL;
command 1085 libmedia/gst/VideoInputGst.cpp command = g_strdup_printf (
command 1099 libmedia/gst/VideoInputGst.cpp log_debug ("GstPipeline command is: %s", command);
command 1102 libmedia/gst/VideoInputGst.cpp gst_parse_bin_from_description (command, TRUE, &error);
command 1110 libmedia/gst/VideoInputGst.cpp g_free(command);
command 587 plugin/aos4/plugin.cpp gnash::log_debug(_("FSCommand_callback(%p): %s %s"), (void*) movie, command, args);
command 112 plugin/aos4/plugin.h static void FSCommand_callback(gnash::MovieClip* movie, const std::string& command, const std::string& args);
command 337 plugin/klash/klash_part.cpp JSCommand command;
command 413 plugin/klash/klash_part.cpp switch (entry->command) {
command 435 plugin/klash/klash_part.cpp switch (entry->command) {
command 470 plugin/klash/klash_part.cpp switch (entry->command) {
command 345 plugin/klash4/klash_part.cpp JSCommand command;
command 421 plugin/klash4/klash_part.cpp switch (entry->command) {
command 443 plugin/klash4/klash_part.cpp switch (entry->command) {
command 479 plugin/klash4/klash_part.cpp switch (entry->command) {
command 839 plugin/npapi/plugin.cpp std::string command = NPStringToString(NPVARIANT_TO_STRING(
command 845 plugin/npapi/plugin.cpp jsurl << "javascript:" << name << "_DoFSCommand('" << command
command 584 plugin/win32/plugin.cpp gnash::log_debug(_("FSCommand_callback(%p): %s %s"), (void*) movie, command, args);
command 149 utilities/processor.cpp log_debug(_("fs_callback(%p): %s %s"), command, args);
command 153 utilities/processor.cpp if ( ncasecomp(command, "quit") ) quitrequested = true;