Searched refs:command (Results 201 - 225 of 552) sorted by relevance

1234567891011>>

/external/chromium/chrome/browser/debugger/
H A Dextension_ports_remote_service.cc32 // {"command": "connect",
40 // Tab IDs can be enumerated with the list_tabs DevToolsService command.
43 // {"command": "connect",
52 // {"command": "postMessage",
56 // {"command": "postMessage",
64 // {"command": "onMessage",
69 // The "disconnect" command from the external client, and
87 const char kCommandKey[] = "command";
92 // Field for command-specific parameters. Not strictly necessary, but
159 std::string command; local
[all...]
/external/chromium/chrome/browser/sessions/
H A Dsession_backend.cc58 // Reads a single command, returning it. A return value of NULL indicates
102 SessionCommand* command; local
103 while ((command = ReadCommand()) && !errored_)
104 read_commands->push_back(command);
118 // Make sure there is enough in the buffer for the size of the next command.
123 // Still couldn't read a valid size for the command, assume write was
128 // Get the size of the command.
135 // Empty command. Shouldn't happen if write was successful, fail.
139 // Make sure buffer has the complete contents of the command.
151 SessionCommand* command local
[all...]
/external/chromium-trace/trace-viewer/src/importer/
H A Dtimeline_stream_importer.js28 * ... command specific data
35 * The command specific data is as follows:
115 var command = packet['cmd'];
118 if (command == 'ptd') {
134 } else if (command == 'pcd') {
/external/webkit/Tools/Scripts/webkitpy/common/system/
H A Dexecutive.py138 # FIXME: This method is a hack to allow running command which both
206 command = ["taskkill.exe", "/f", "/pid", pid]
208 self.run_command(command, error_handler=self.ignore_error)
291 command = ["taskkill.exe", "/f", "/im", image_name]
293 self.run_command(command, error_handler=self.ignore_error)
300 command = ["killall", "-TERM", "-u", os.getenv("USER"), process_name]
301 # killall returns 1 if no process can be found and 2 on command error.
304 self.run_command(command, error_handler=self.ignore_error)
337 """Returns a print-ready string representing command args.
408 # Cygwin's Python's os.execv doesn't support unicode command
[all...]
/external/guava/guava/src/com/google/common/util/concurrent/
H A DForwardingExecutorService.java100 public void execute(Runnable command) { argument
101 delegate().execute(command);
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractScheduledServiceTest.java53 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay,
55 return future = super.scheduleWithFixedDelay(command, initialDelay, delay, unit);
242 private void assertSingleCallWithCorrectParameters(Runnable command, long initialDelay, argument
249 assertEquals(testRunnable, command);
256 public ScheduledFuture<?> scheduleAtFixedRate(Runnable command, long initialDelay,
258 assertSingleCallWithCorrectParameters(command, initialDelay, delay, unit);
269 public ScheduledFuture<?> scheduleWithFixedDelay(Runnable command, long initialDelay,
271 assertSingleCallWithCorrectParameters(command, initialDelay, delay, unit);
/external/iptables/iptables/
H A Dip6tables.c1 /* Code to take an ip6tables-style command line and do it. */
278 " --modprobe=<command> try to insert modules using this command\n"
307 generic_opt_check(int command, int options) argument
312 * fact that if an option is legal with *any* command given, it is
319 if (!(command & (1<<j)))
326 "option for this command\n",
337 "Illegal option `-%c' with this command\n",
1345 unsigned int rulenum = 0, command = 0; local
1384 add_command(&command, CMD_APPEN
[all...]
H A Diptables.c1 /* Code to take an iptables-style command line and do it. */
291 " --modprobe=<command> try to insert modules using this command\n"
320 generic_opt_check(int command, int options) argument
325 * fact that if an option is legal with *any* command given, it is
332 if (!(command & (1<<j)))
339 "option for this command\n",
350 "Illegal option `-%c' with this command\n",
1374 unsigned int rulenum = 0, command = 0; local
1413 add_command(&command, CMD_APPEN
[all...]
/external/kernel-headers/original/asm-mips/
H A Djazz.h107 unsigned char command; member in struct:__anon7503
116 unsigned char command; member in struct:__anon7504
/external/qemu/android/
H A Dqemulator.c27 static void handle_key_command( void* opaque, SkinKeyCommand command, int param );
327 /* used to respond to a given keyboard command shortcut
330 handle_key_command( void* opaque, SkinKeyCommand command, int down ) argument
373 if (command == keycodes[nn].cmd) {
382 // for the show-trackball command, handle down events to enable, and
384 if (command == SKIN_KEY_COMMAND_SHOW_TRACKBALL) {
395 switch (command)
432 if (command == SKIN_KEY_COMMAND_ONION_ALPHA_UP)
454 if (command == SKIN_KEY_COMMAND_CHANGE_LAYOUT_NEXT) {
459 else if (command
[all...]
/external/valgrind/main/gdbserver_tests/
H A DmcinvokeRU.stdoutB.exp23 monitor command request to kill this process
H A DmcinvokeWS.stdoutB.exp23 monitor command request to kill this process
/external/webkit/Source/WebCore/WebCore.gyp/scripts/
H A Daction_csspropertynames.py135 # Build up the command.
136 command = ['perl', makepropInput]
140 returnCode = subprocess.call(command)
H A Daction_cssvaluekeywords.py141 # Build up the command.
142 command = ['perl', makevaluesInput]
146 returnCode = subprocess.call(command)
/external/webkit/Source/WebCore/editing/
H A DEditCommand.cpp222 void applyCommand(PassRefPtr<EditCommand> command) argument
224 command->apply();
/external/webkit/Source/WebCore/svg/
H A DSVGPathParser.cpp292 SVGPathSegType command;
293 m_source->parseSVGSegmentType(command);
297 if (command != PathSegMoveToAbs && command != PathSegMoveToRel)
301 // Skip spaces between command and first coordinate.
304 switch (command) {
368 m_lastCommand = command;
373 command = m_source->nextCommand(command);
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebFormDelegate.idl88 HRESULT doPlatformCommand([in] IDOMHTMLInputElement* element, [in] BSTR command, [in] IWebFrame* frame, [out, retval] BOOL* result);
/external/webkit/Tools/FindSafari/
H A DFindSafari.cpp138 LPCTSTR command = TEXT("\"%TMP%\\WebKitNightly\\Safari.exe\""); local
159 // Don't print launch command if we just want the environment set up...
162 _tprintf(endLines[i], command);
/external/v8/src/
H A Ddebug-debugger.js1290 this.command = request.command;
1326 if (this.command) {
1327 json.command = this.command;
1388 if (!request.command) {
1404 if (request.command == 'continue') {
1406 } else if (request.command == 'break') {
1408 } else if (request.command == 'setbreakpoint') {
1410 } else if (request.command
[all...]
/external/libvorbis/examples/
H A Dframeview.pl192 my $panel_quit=$panel_shell->Button(-class=>"Exit",-text=>"quit",-command=>[sub{Shutdown()}])->
208 my $panel_rescan=$panel_shell->Button(-text=>"rescan",-command=>[sub{scan_directory()}])->
214 -command=>[sub{$fileno-=10;$fileno=$first_file if($fileno<$first_file);
218 -command=>[sub{$fileno+=10;$fileno=$last_file if($fileno>$last_file);
222 -command=>[sub{$fileno-=1;$fileno=$first_file if($fileno<$first_file);
226 -command=>[sub{$fileno+=1;$fileno=$last_file if($fileno>$last_file);
240 -command=>[sub{draw_graph();}])->
249 -command=>[sub{draw_graph();}])->
265 $graph_slider->configure(-command=>[sub{load_graph()}]);
555 Checkbutton(-variable=>\$panel_twovars[$i],-command
[all...]
/external/webkit/Source/WebCore/page/
H A DContextMenuController.cpp263 frame->editor()->command("Cut").execute();
266 frame->editor()->command("Paste").execute();
275 frame->editor()->command("SelectAll").execute();
282 RefPtr<ReplaceSelectionCommand> command = ReplaceSelectionCommand::create(document, createFragmentFromMarkup(document, item->title(), ""), ReplaceSelectionCommand::SelectReplacement | ReplaceSelectionCommand::MatchStyle | ReplaceSelectionCommand::PreventNesting); local
283 applyCommand(command);
307 frame->editor()->command("ToggleBold").execute();
310 frame->editor()->command("ToggleItalic").execute();
343 frame->editor()->command("MakeTextWritingDirectionNatural").execute();
346 frame->editor()->command("MakeTextWritingDirectionLeftToRight").execute();
349 frame->editor()->command("MakeTextWritingDirectionRightToLef
1045 Editor::Command command = frame->editor()->command("MakeTextWritingDirectionNatural"); local
1051 Editor::Command command = frame->editor()->command("MakeTextWritingDirectionLeftToRight"); local
1057 Editor::Command command = frame->editor()->command("MakeTextWritingDirectionRightToLeft"); local
[all...]
/external/bouncycastle/
H A Dimport_bouncycastle.sh81 declare -r command=$1
82 shift || usage "No command specified. Try import, regenerate, or generate."
83 if [ "$command" = "import" ]; then
89 elif [ "$command" = "regenerate" ]; then
103 elif [ "$command" = "generate" ]; then
117 usage "Unknown command specified $command. Try import, regenerate, or generate."
/external/chromium/chrome/browser/chromeos/offline/
H A Doffline_load_page.h59 virtual void CommandReceived(const std::string& command);
/external/chromium/chrome/browser/
H A Dpdf_unsupported_feature.cc202 virtual void CommandReceived(const std::string& command) { argument
203 if (command == "0") {
210 if (command == "1") {
214 } else if (command == "2") {
/external/chromium/chrome/browser/ssl/
H A Dssl_blocking_page.h63 virtual void CommandReceived(const std::string& command);

Completed in 2904 milliseconds

1234567891011>>