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

1234567891011>>

/external/lldb/test/functionalities/command_script/import/thepackage/
H A DTPunitA.py1 def command(debugger, command, result, internal_dict): function
H A DTPunitB.py1 def command(debugger, command, result, internal_dict): function
/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/chromium_org/tools/cr/cr/
H A Dautocomplete.py8 current command line.
15 """Attempts to build a completion list for the current command line.
18 the index of that word on the command line.
21 # TODO(iancottrell): support auto complete of more than just the command
22 # try to parse the command line using parser
23 print ' '.join(command.name for command in cr.Command.Plugins())
/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 command.AppendArg("--dump_audio_thread");
35 commands.push_back(std::make_pair("cras", command));
37 command = CommandLine((base::FilePath("/usr/bin/audio_diagnostics")));
38 commands.push_back(std::make_pair("audio_diagnostics", 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/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
H A DCommandPacket.java31 * This class represents JDWP command packet.
38 private byte command; field in class:CommandPacket
48 * Creates an empty CommandPacket for specific JDWP command with no data.
50 public CommandPacket(byte commandSet, byte command) { argument
53 this.command = command;
64 command = bytes_array[COMMAND_INDEX];
68 * Sets command set value of the header of the CommandPacket as byte.
70 * @param val the command set.
77 * Gets command se
100 setCommand(byte commandSet, byte command) argument
[all...]
/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/third_party/WebKit/Source/core/editing/
H A DEditCommand.cpp66 static inline EditCommandComposition* compositionIfPossible(EditCommand* command) argument
68 if (!command->isCompositeEditCommand())
70 return toCompositeEditCommand(command)->composition();
75 for (EditCommand* command = this; ; command = command->m_parent) {
76 if (EditCommandComposition* composition = compositionIfPossible(command)) {
77 ASSERT(command->isTopLevelCommand());
80 command->m_startingSelection = selection;
81 if (!command
[all...]
H A DEditorKeyBindings.cpp45 Command command = this->command(commandName); local
53 if (command.isTextInsertion() || commandName.isEmpty())
55 return command.execute(evt);
58 if (command.execute(evt))
/external/chromium_org/components/cronet/tools/
H A Dcr_cronet.py14 def run(command):
15 print command
16 return os.system(command)
20 parser.add_argument('command',
42 if (options.command=='gyp'):
44 if (options.command=='sync'):
46 if (options.command=='build'):
48 if (options.command=='install'):
51 if (options.command=='proguard'):
53 if (options.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/tools/telemetry/telemetry/util/
H A Dsupport_binaries.py25 command = None
36 command = candidate
38 return command
47 command = FindLocallyBuiltPath(binary_name)
48 if not command and _IsInCloudStorage(binary_name, platform_name):
50 command = _GetBinPath(binary_name, platform_name)
53 if command and os.path.exists(command):
54 os.chmod(command,
58 if command
[all...]
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Dcommandbutton.js8 * @fileoverview This implements a common button control, bound to command.
23 * Associated command.
34 if ((commandId = this.getAttribute('command')))
41 * Returns associated command.
42 * @return {cr.ui.Command} associated command.
49 * Associates command with this button.
50 * @param {string|cr.ui.Command} command Command id, or command object to
53 CommandButton.prototype.setCommand = function(command) {
60 if (typeof command
[all...]
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/lua/
H A Dlua.js26 term_.command.restartNaCl();
31 term_.command.restartNaCl();
37 term_.command.restartNaCl();
43 term_.command.restartNaCl();
48 if (!term_.command.loaded)
51 term_.command.sendMessage('for i=-1,1,.08 do for r=-2,1,.04 do I=i R=r n=0 b=I*I while n<26 and R*R+b<4 do I=2*R*I+i R=R*R-b+r b=I*I n=n+1 end io.write(string.char(n+32)) end print() end')
57 if (!term_.command.loaded)
60 term_.command.sendMessage('function fib(n) return n<2 and n or fib(n-1)+fib(n-2) end\nprint(fib(10))\nprint(fib(30))\n')
66 if (!term_.command.loaded)
69 term_.command
[all...]
/external/chromium_org/third_party/webrtc/tools/e2e_quality/audio/
H A Drun_audio_test.py48 help='command-line arguments for comparison tool')
54 command = ['pacmd', 'list-sources']
55 print ' '.join(command)
56 proc = subprocess.Popen(command, stdout=subprocess.PIPE)
69 command = ['pacmd', 'set-default-source', options.play_sink + '.monitor']
70 print ' '.join(command)
71 retcode = subprocess.call(command, stdout=subprocess.PIPE)
75 command = [options.harness, '--render=' + options.rec_sink,
77 print ' '.join(command)
78 voe_proc = subprocess.Popen(command)
[all...]
/external/lldb/test/
H A Dbench.py7 You need to hand edit 'benches' to modify/change the command lines passed to the
41 """Read the items from 'benches' and run the command line one by one."""
61 command = item.replace('%E',
63 command = command.replace('%X',
65 print "Running %s" % (command)
66 os.system(command)

Completed in 1315 milliseconds

1234567891011>>