Searched refs:command (Results 1 - 25 of 987) sorted by relevance

1234567891011>>

/external/libvorbis/vq/
H A Dmake_floor_books.pl26 my $command=$line;
27 print ">>> $command";
28 die "Couldn't shell command.\n\tcommand:$command\n"
29 if syst($command);
40 $command="rm -f $globalname.vqh";
41 die "Couldn't remove file.\n\tcommand:$command\n"
42 if syst($command);
62 $command="rm -f $datafile.tmp";
63 print "\n\n>>> $command\
[all...]
H A Dmake_residue_books.pl31 my $command=$line;
32 print ">>> $command";
33 die "Couldn't shell command.\n\tcommand:$command\n"
34 if syst($command);
54 my $command="cp $datafile $bookname.tmp";
55 print ">>> $command\n";
56 die "Couldn't access partition data file.\n\tcommand:$command\n"
57 if syst($command);
59 my $command
[all...]
/external/clang/test/CodeGen/
H A Dpragma-pack-3.c2 // CHECK-X32: %union.command = type <{ i8*, [2 x i8] }>
5 // CHECK-X64: %union.command = type <{ i8*, [2 x i8] }>
9 typedef union command { union
15 } command; typedef in typeref:union:command
17 command c;
/external/chromium_org/chrome/common/extensions/docs/examples/api/commands/
H A Dbackground.js5 chrome.commands.onCommand.addListener(function(command) {
6 console.log('onCommand event received for message: ', command);
/external/qemu/distrib/sdl-1.2.15/build-scripts/
H A Dstrip_fPIC.sh5 command=""
15 command="$command $1"
20 echo $command
21 exec $command
/external/chromium_org/chrome/browser/chromeos/system_logs/
H A Dcommand_line_log_source.cc27 CommandLine command(base::FilePath("/usr/bin/amixer"));
28 command.AppendArg("-c0");
29 command.AppendArg("contents");
30 commands.push_back(std::make_pair("alsa controls", command));
32 command = CommandLine((base::FilePath("/usr/bin/cras_test_client")));
33 command.AppendArg("--dump_server_info");
34 commands.push_back(std::make_pair("cras", command));
36 command = CommandLine((base::FilePath("/usr/bin/cras_test_client")));
37 command.AppendArg("--loopback_file");
38 command
[all...]
/external/chromium/chrome/browser/ui/cocoa/applescript/
H A Dtab_applescript.h48 - (void)handlesUndoScriptCommand:(NSScriptCommand*)command;
49 - (void)handlesRedoScriptCommand:(NSScriptCommand*)command;
52 - (void)handlesCutScriptCommand:(NSScriptCommand*)command;
53 - (void)handlesCopyScriptCommand:(NSScriptCommand*)command;
54 - (void)handlesPasteScriptCommand:(NSScriptCommand*)command;
57 - (void)handlesSelectAllScriptCommand:(NSScriptCommand*)command;
60 - (void)handlesGoBackScriptCommand:(NSScriptCommand*)command;
61 - (void)handlesGoForwardScriptCommand:(NSScriptCommand*)command;
62 - (void)handlesReloadScriptCommand:(NSScriptCommand*)command;
63 - (void)handlesStopScriptCommand:(NSScriptCommand*)command;
[all...]
/external/chromium/chrome/browser/resources/shared/js/cr/ui/
H A Dmenu_item.js34 if ((commandId = this.getAttribute('command')))
35 this.command = commandId;
41 * The command associated with this menu item. If this is set to a string
43 * of the command.
47 get command() {
50 set command(command) {
58 if (typeof command == 'string' && command[0] == '#') {
59 command
[all...]
/external/valgrind/main/gdbserver_tests/
H A Dmchelp.stderrB.exp1 sending command help to pid ....
2 sending command help debug to pid ....
3 sending command v.kill to pid ....
H A DmcinvokeRU.stderrB.exp1 sending command v.wait 0 to pid ....
2 sending command v.wait 0 to pid ....
3 sending command v.wait 0 to pid ....
4 sending command v.wait 0 to pid ....
5 sending command v.wait 0 to pid ....
6 sending command v.wait 0 to pid ....
7 sending command v.wait 0 to pid ....
8 sending command v.wait 0 to pid ....
9 sending command v.wait 0 to pid ....
10 sending command
[all...]
H A DmcinvokeWS.stderrB.exp1 sending command v.wait 0 to pid ....
2 sending command v.wait 0 to pid ....
3 sending command v.wait 0 to pid ....
4 sending command v.wait 0 to pid ....
5 sending command v.wait 0 to pid ....
6 sending command v.wait 0 to pid ....
7 sending command v.wait 0 to pid ....
8 sending command v.wait 0 to pid ....
9 sending command v.wait 0 to pid ....
10 sending command
[all...]
/external/chromium/chrome/browser/ui/cocoa/
H A Dbrowser_command_executor.h12 - (void)executeCommand:(int)command;
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dbrowser_command_executor.h11 - (void)executeCommand:(int)command;
/external/chromium_org/chrome/browser/ui/cocoa/applescript/
H A Dtab_applescript.h50 - (void)handlesUndoScriptCommand:(NSScriptCommand*)command;
51 - (void)handlesRedoScriptCommand:(NSScriptCommand*)command;
54 - (void)handlesCutScriptCommand:(NSScriptCommand*)command;
55 - (void)handlesCopyScriptCommand:(NSScriptCommand*)command;
56 - (void)handlesPasteScriptCommand:(NSScriptCommand*)command;
59 - (void)handlesSelectAllScriptCommand:(NSScriptCommand*)command;
62 - (void)handlesGoBackScriptCommand:(NSScriptCommand*)command;
63 - (void)handlesGoForwardScriptCommand:(NSScriptCommand*)command;
64 - (void)handlesReloadScriptCommand:(NSScriptCommand*)command;
65 - (void)handlesStopScriptCommand:(NSScriptCommand*)command;
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/howto/tab_shortcuts/
H A Dtab_shortcuts.js9 chrome.commands.onCommand.addListener(function(command) {
13 if (command == 'toggle-pin-tab')
15 else if (command == 'duplicate-tab')
/external/chromium_org/tools/android/forwarder2/
H A Dcommand.h14 namespace command { namespace in namespace:forwarder2
34 } // namespace command
38 command::Type* command_type_out);
40 // Helper function to read the command from the |socket| and return true if the
41 // |command| is equal to the given command parameter.
42 bool ReceivedCommand(command::Type command, Socket* socket);
44 bool SendCommand(command::Type command, in
[all...]
/external/chromium_org/chrome/test/webdriver/commands/
H A Dset_timeout_commands_unittest.cc20 void AssertIsAbleToInitialize(ImplicitWaitCommand* const command) { argument
22 EXPECT_TRUE(command->Init(&response));
28 ImplicitWaitCommand* const command) {
30 command->ExecutePost(&response);
44 ImplicitWaitCommand* const command) {
46 command->ExecutePost(&response);
65 new base::DictionaryValue; // Owned by |command|.
66 ImplicitWaitCommand command(path_segments, parameters);
68 AssertIsAbleToInitialize(&command);
70 AssertError(kBadRequest, "Request missing ms parameter", &command);
26 AssertError(ErrorCode expected_status, const std::string& expected_message, ImplicitWaitCommand* const command) argument
43 AssertTimeoutSet(const Session& test_session, int expected_timeout, ImplicitWaitCommand* const command) argument
[all...]
/external/chromium_org/chrome/browser/ui/
H A Dimmersive_fullscreen_configuration.cc16 CommandLine* command = CommandLine::ForCurrentProcess(); local
18 if (command->HasSwitch(switches::kKioskMode))
23 return !command->HasSwitch(ash::switches::kAshDisableImmersiveFullscreen);
32 // will need to add kAshEnableImmersiveFullscreen to the command line.
/external/chromium_org/tools/gyp/
H A Dsetup.py8 from distutils.command.install import install
9 from distutils.command.install_lib import install_lib
10 from distutils.command.install_scripts import install_scripts
/external/chromium_org/media/tools/constrained_network_server/
H A Dtraffic_control.py26 returncode: Return code of running the command.
27 stdout: Output of running the command.
28 stderr: Error output of running the command.
50 msg=('Cannot run \'tc\' command. Traffic Control must be run as root '
51 'or have password-less sudo access to this command.'))
53 msg=('Cannot run \'iptables\' command. Traffic Control must be run '
54 'as root or have password-less sudo access to this command.'))
138 command = ['sudo', 'tc', 'qdisc', 'del', 'dev', config['interface'], 'root']
140 _Exec(command, msg='Could not delete root qdisc.')
170 command
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
H A Dcompile_frontend.py389 command = ""
392 command += dump_module(dependency, recursively, processed_modules)
393 command += " \\\n --module " + jsmodule_name_prefix + module["name"] + ":"
394 command += str(len(module["sources"]))
398 command += ":"
400 command += ","
402 command += jsmodule_name_prefix + dependency
404 command += " \\\n --js " + devtools_frontend_path + "/" + script
405 return command
419 command variable
425 command = compiler_command variable
459 command = compiler_command variable
[all...]
/external/chromium/chrome/browser/
H A Dcommand_updater.cc33 const CommandMap::const_iterator command(commands_.find(id));
34 if (command == commands_.end())
36 return command->second->enabled;
52 Command* command = GetCommand(id, true); local
53 if (command->enabled == enabled)
55 command->enabled = enabled;
56 FOR_EACH_OBSERVER(CommandObserver, command->observers,
65 Command* command = new Command; local
66 commands_[id] = command;
67 return command;
82 Command* command = it->second; local
[all...]
/external/chromium_org/chrome/browser/
H A Dcommand_updater.cc36 const CommandMap::const_iterator command(commands_.find(id));
37 if (command == commands_.end())
39 return command->second->enabled;
68 Command* command = it->second; local
69 if (command)
70 command->observers.RemoveObserver(observer);
75 Command* command = GetCommand(id, true); local
76 if (command->enabled == enabled)
78 command->enabled = enabled;
79 FOR_EACH_OBSERVER(CommandObserver, command
88 Command* command = new Command; local
[all...]
/external/chromium_org/chrome/browser/resources/file_manager/js/
H A Dcommandbutton.js8 * @fileoverview This implements a common button control, bound to command.
23 * Associated command.
34 if ((commandId = this.getAttribute('command')))
42 * Returns associated command.
43 * @return {cr.ui.Command} associated command.
50 * Associates command with this button.
51 * @param {string|cr.ui.Command} command Command id, or command object to
54 CommandButton.prototype.setCommand = function(command) {
61 if (typeof command
[all...]
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dmenu_item.js34 if ((commandId = this.getAttribute('command')))
35 this.command = commandId;
54 * The command associated with this menu item. If this is set to a string
56 * of the command.
60 get command() {
63 set command(command) {
71 if (typeof command == 'string' && command[0] == '#') {
72 command
[all...]

Completed in 1459 milliseconds

1234567891011>>