Searched defs:commands (Results 1 - 25 of 56) sorted by relevance

123

/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/
H A Dirc.js3 * subset of the IRC commands are implemented. To be functional, IRCConnection
33 sendCommand(commands.JOIN, [channel], "");
37 sendCommand(commands.PRIVMSG, [recipient], message);
41 sendCommand(commands.PART, [channel], "");
45 sendCommand(commands.QUIT, [], message);
56 sendCommand(commands.NICK, [this.nick], "");
57 sendCommand(commands.USER,
71 if (parsed.command == commands.PING) {
72 sendCommand(commands.PONG, [], parsed.body);
77 if (parsed.command == commands
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.commands_3.6.0.I20100512-1500.jar ... properties org/ org/eclipse/ org/eclipse/core/ org/eclipse/core/commands/ org/eclipse/core/commands/AbstractHandler.class AbstractHandler.java ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
H A DAbstractApplication.java58 protected void processCommandLine(List commands) { argument
66 protected String[] getArguments(List commands, String param) { argument
67 int index = commands.indexOf(param);
70 commands.remove(index);
71 if (index == commands.size()) // if this is the last command
73 List args = new ArrayList(commands.size());
74 while (index < commands.size()) { // while not the last command
75 String command = (String) commands.get(index);
79 commands.remove(index);
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/gtk/
H A DWebEditorClientGtk.cpp39 // First try to interpret the command in the UI and get the commands.
47 Vector<Editor::Command> commands; local
53 commands.append(command);
56 for (size_t i = 0; i < commands.size(); i++) {
57 if (!commands.at(i).execute())
89 // Only allow text insertion commands if the current node is editable.
/external/chromium/chrome/browser/sessions/
H A Dsession_backend_unittest.cc57 std::vector<SessionCommand*> commands; local
58 commands.push_back(CreateCommandFromData(data));
59 backend->AppendCommands(new SessionCommands(commands), false);
60 commands.clear();
65 backend->ReadLastSessionCommandsImpl(&commands);
67 ASSERT_EQ(1U, commands.size());
68 AssertCommandEqualsData(data, commands[0]);
70 STLDeleteElements(&commands);
74 backend->ReadLastSessionCommandsImpl(&commands);
76 ASSERT_EQ(0U, commands
104 std::vector<SessionCommand*> commands; local
129 std::vector<SessionCommand*> commands; local
169 std::vector<SessionCommand*> commands; local
182 std::vector<SessionCommand*> commands; local
[all...]
H A Dbase_session_service.h68 // The commands. The backend fills this in for us.
69 std::vector<SessionCommand*> commands; member in class:BaseSessionService::InternalGetCommandsRequest
89 // Returns the set of commands that needed to be scheduled. The commands
91 // on the backend at which point the backend owns the commands.
100 // Returns the number of commands sent down since the last reset.
111 // Saves pending commands to the backend. This is invoked from the timer
184 // over the commands.
187 // The number of commands sent to the backend before doing a reset.
H A Dsession_service_test_helper.cc24 const std::vector<SessionCommand*>& commands,
26 service()->RestoreSessionFromCommands(commands, valid_windows);
23 RestoreSessionFromCommands( const std::vector<SessionCommand*>& commands, std::vector<SessionWindow*>* valid_windows) argument
H A Dsession_backend.cc53 // added to commands.
55 std::vector<SessionCommand*>* commands);
59 // either there are no commands, or there was an error. Use errored_ to
89 std::vector<SessionCommand*>* commands) {
106 read_commands->swap(*commands);
221 std::vector<SessionCommand*>* commands,
232 !AppendCommandsToFile(current_session_file_.get(), *commands)) {
236 STLDeleteElements(commands);
237 delete commands;
245 ReadLastSessionCommandsImpl(&(request->commands));
88 Read(BaseSessionService::SessionType type, std::vector<SessionCommand*>* commands) argument
220 AppendCommands( std::vector<SessionCommand*>* commands, bool reset_first) argument
251 ReadLastSessionCommandsImpl( std::vector<SessionCommand*>* commands) argument
304 ReadCurrentSessionCommandsImpl( std::vector<SessionCommand*>* commands) argument
311 AppendCommandsToFile(net::FileStream* file, const std::vector<SessionCommand*>& commands) argument
[all...]
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DAOptimizedMultipleCommand.java18 private final PCommand[] commands; field in class:AOptimizedMultipleCommand
22 commands = new PCommand[originalChildCommands.size()];
23 originalChildCommands.toArray(commands);
24 for (int i = 0; i < commands.length; i++) {
25 commands[i].parent(this); // set parent.
45 for (int i = 0; i < commands.length; i++) {
46 if (commands[i] == oldChild) {
47 commands[i] = (PCommand) newChild;
58 for (int i = 0; i < commands.length; i++) {
59 commands[
[all...]
/external/webkit/Tools/wx/packaging/
H A Dbuild-win-installer.py29 import commands namespace
H A Dbuild-mac-installer.py28 import commands namespace
83 output = commands.getoutput("otool -L %s" % dylib).strip()
/external/chromium/chrome/browser/ui/webui/options/
H A Dadvanced_options_utils_gtk.cc39 // Search $PATH to find one of the commands. Store the full path to
41 bool SearchPATH(ProxyConfigCommand* commands, size_t ncommands, size_t* index) { argument
48 // Search $PATH looking for the commands in order.
51 bin_path = FilePath(tk.token()).Append(commands[i].argv[0]);
53 commands[i].binary = bin_path.value();
105 ProxyConfigCommand commands[2]; local
106 commands[0].argv = kGNOMEProxyConfigCommand;
107 commands[1].argv = kOldGNOMEProxyConfigCommand;
108 found_command = SearchPATH(commands, 2, &index);
110 command = commands[inde
[all...]
/external/chromium/net/base/
H A Dcookie_monster_store_test.h36 // received commands and saves them to a list.
50 const CommandList& commands() const { function in class:net::MockPersistentCookieStore
/external/clang/tools/scan-view/
H A Dstartfile.py110 import commands namespace
125 info = commands.getoutput('kde-config --version')
158 info = commands.getoutput('xprop -root _DT_SAVE_MODE')
/external/mdnsresponder/mDNSShared/
H A Ddnsextd_parser.y135 commands: label
137 commands command SEMICOLON
/external/webkit/Tools/Scripts/webkitpy/tool/bot/
H A Dirc_command.py103 return "%s: Available commands: %s" % (nick, ", ".join(commands.keys()))
139 commands = { variable
/external/webkit/Tools/Scripts/webkitpy/tool/
H A Dmain.py47 from webkitpy.tool import commands namespace
78 # FIXME: This may be unnecessary since we pass global options to all commands during execute() as well.
/external/webkit/Tools/wx/build/
H A Dbuild_utils.py26 import commands namespace
44 return commands.getoutput(command)
160 branches = commands.getoutput("git branch --no-color")
180 info = commands.getoutput("git-svn info ../..")
182 info = commands.getoutput("svn info")
H A Dsettings.py26 import commands namespace
49 wx_root = commands.getoutput('wx-config --prefix')
312 min_version = commands.getoutput('sw_vers -productVersion')[:4]
/external/chromium/chrome/browser/ui/gtk/
H A Dglobal_menu_bar.cc55 // TODO(erg): Need to add support for undo/redo/other editing commands that
192 GlobalMenuBarCommand* commands) {
194 for (int i = 0; commands[i].str_id != MENU_END; ++i) {
196 if (commands[i].str_id == MENU_SEPARATOR) {
199 int command_id = commands[i].command;
202 l10n_util::GetStringUTF8(commands[i].str_id));
190 BuildGtkMenuFrom(int menu_str_id, std::map<int, GtkWidget*>* id_to_menu_item, GlobalMenuBarCommand* commands) argument
/external/chromium/chrome/browser/renderer_host/
H A Dgtk_key_bindings_handler.cc162 const char *commands[3] = { NULL, NULL, NULL }; local
165 commands[0] = (count > 0 ? "DeleteForward" : "DeleteBackward");
168 commands[0] = (count > 0 ? "DeleteWordForward" : "DeleteWordBackward");
172 commands[0] = "MoveWordForward";
173 commands[1] = "DeleteWordBackward";
175 commands[0] = "MoveWordBackward";
176 commands[1] = "DeleteWordForward";
180 commands[0] = "MoveToBeginningOfLine";
181 commands[1] = "DeleteToEndOfLine";
184 commands[
[all...]
/external/clang/test/Sema/
H A Dinit.c44 struct cdiff_cmd commands[] = { variable in typeref:struct:cdiff_cmd
/external/linux-tools-perf/
H A Dperf.c6 * This is the main hub from which the sub-commands (perf stat,
104 * commands can be written with "--" prepended
312 static struct cmd_struct commands[] = { local
362 for (i = 0; i < ARRAY_SIZE(commands); i++) {
363 struct cmd_struct *p = commands+i;
485 * We use PATH to find perf commands, but we prepend some higher
/external/quake/quake/src/QW/client/
H A Dgl_mesh.c39 int commands[8192]; variable
248 commands[numcommands++] = (bestlen+2);
250 commands[numcommands++] = -(bestlen+2);
258 // emit s/t coords into the commands stream
266 *(float *)&commands[numcommands++] = s;
267 *(float *)&commands[numcommands++] = t;
271 commands[numcommands++] = 0; // end of list marker
308 fread (&commands, numcommands * sizeof(commands[0]), 1, f);
338 fwrite (&commands, numcommand
[all...]
/external/quake/quake/src/WinQuake/
H A Dgl_mesh.cpp39 int commands[8192]; variable
258 commands[numcommands++] = (bestlen+2);
260 commands[numcommands++] = -(bestlen+2);
268 // emit s/t coords into the commands stream
277 commands[numcommands++] = temp.i;
279 commands[numcommands++] = temp.i;
283 commands[numcommands++] = 0; // end of list marker
323 fread (&commands, numcommands * sizeof(commands[0]), 1, f);
345 fwrite (&commands, numcommand
[all...]

Completed in 286 milliseconds

123