/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/ |
irc.js | 3 * 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.PRIVMSG) [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/ |
irc.js | 3 * 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.PRIVMSG) { [all...] |
/cts/libs/vogar-expect/src/vogar/commands/ |
Mkdir.java | 17 package vogar.commands;
|
Rm.java | 17 package vogar.commands;
|
CommandFailedException.java | 17 package vogar.commands;
|
/external/chromium_org/chrome/browser/component_updater/ |
component_patcher.cc | 18 // Deserialize the commands file (present in delta update packages). The top 21 const base::FilePath commands = local 22 unpack_path.Append(FILE_PATH_LITERAL("commands.json")); 23 if (!base::PathExists(commands)) 26 JSONFileValueSerializer serializer(commands); 59 scoped_ptr<base::ListValue> commands(ReadCommands(input_dir)); 60 if (!commands.get()) 63 for (base::ValueVector::const_iterator command = commands->begin(), 64 end = commands->end(); command != end; command++) {
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeyNoopEvent.java | 17 package com.android.commands.monkey;
|
MonkeyTouchEvent.java | 17 package com.android.commands.monkey;
|
MonkeyTrackballEvent.java | 17 package com.android.commands.monkey;
|
MonkeyViewException.java | 16 package com.android.commands.monkey;
|
MonkeyEventSource.java | 17 package com.android.commands.monkey;
|
MonkeyThrottleEvent.java | 17 package com.android.commands.monkey;
|
MonkeyUtils.java | 17 package com.android.commands.monkey;
|
MonkeyWaitEvent.java | 17 package com.android.commands.monkey;
|
/external/chromium_org/chrome/browser/chromeos/system_logs/ |
command_line_log_source.cc | 25 std::vector<std::pair<std::string, CommandLine> > commands; local 30 commands.push_back(std::make_pair("alsa controls", command)); 34 commands.push_back(std::make_pair("cras", command)); 44 commands.push_back(std::make_pair("cras_rms", command)); 47 commands.push_back(std::make_pair("env", command)); 52 commands.push_back(std::make_pair("setxkbmap", command)); 57 commands.push_back(std::make_pair("xinput", command)); 61 commands.push_back(std::make_pair("xrandr", command)); 65 commands.push_back(std::make_pair("hack-33025-touchpad", command)); 69 commands.push_back(std::make_pair("hack-33025-touchpad_activity", command)) [all...] |
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/ |
comment.js | 13 CodeMirror.commands.toggleComment = function(cm) {
|
/external/smack/src/org/jivesoftware/smackx/commands/ |
LocalCommandFactory.java | 20 package org.jivesoftware.smackx.commands; 23 * A factory for creating local commands. It's useful in cases where instantiation
|
/frameworks/base/core/java/android/nfc/ |
ApduList.java | 14 private ArrayList<byte[]> commands = new ArrayList<byte[]>(); field in class:ApduList 20 commands.add(command); 24 return commands; 48 commands.add(cmd); 59 dest.writeInt(commands.size()); 61 for (byte[] cmd : commands) {
|
/external/chromium_org/chrome/test/chromeos/autotest/files/client/deps/chrome_test/ |
chrome_test.py | 7 import common, commands, logging, os namespace
|
/external/chromium_org/tools/gn/ |
command_gen.cc | 11 #include "tools/gn/commands.h" 18 namespace commands { namespace 82 } // namespace commands
|
commands.h | 18 namespace commands { namespace 54 // Helper functions for some commands ------------------------------------------ 65 } // namespace commands
|
/ndk/sources/host-tools/make-3.81/ |
commands.h | 1 /* Definition of data structures describing shell commands for GNU Make. 19 /* Structure that gives the commands to make a file 20 and information about where these commands came from. */ 22 struct commands struct 24 struct floc fileinfo; /* Where commands were defined. */ 25 char *commands; /* Commands text. */ member in struct:commands 27 char **command_lines; /* Commands chopped up into lines. */ 39 extern void print_commands PARAMS ((struct commands *cmds)); 41 extern void chop_commands PARAMS ((struct commands *cmds)) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.core.commands_3.6.0.I20100512-1500.jar | |
/prebuilts/devtools/tools/lib/ |
org-eclipse-core-commands-3.6.0.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.core.commands_3.4.0.I20080509-2000.jar | |