/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeyTouchEvent.java | 17 package com.android.commands.monkey;
|
MonkeyTrackballEvent.java | 17 package com.android.commands.monkey;
|
MonkeyNoopEvent.java | 17 package com.android.commands.monkey;
|
MonkeyUtils.java | 17 package com.android.commands.monkey;
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/binding/editors/controls/ |
DefaultControlActionsManager.java | 13 import org.eclipse.core.commands.AbstractHandler; 14 import org.eclipse.core.commands.ExecutionEvent; 15 import org.eclipse.core.commands.ExecutionException; 16 import org.eclipse.core.commands.IHandler; 21 * Default manager for installing/unistalling global handlers for {@link Control} actions commands.
|
/external/chromium_org/media/tools/constrained_network_server/ |
traffic_control_unittest.py | 16 # Stores commands called by the traffic control _Exec function. 17 commands = [] variable in class:TrafficControlUnitTests 20 """Mocks traffic_control._Exec and adds the command to commands list.""" 22 self.commands.append(' '.join(cmd_list)) 26 """Resets the commands list and set the _Exec mock function.""" 27 self.commands = [] 58 self.assertEqual(expected, self.commands) 81 self.assertEqual(expected, self.commands) 104 self.assertEqual(expected, self.commands) 116 self.assertEqual(expected, self.commands) [all...] |
/external/chromium_org/tools/gn/ |
gn_main.cc | 8 #include "tools/gn/commands.h" 38 command = commands::kHelp; 40 command = commands::kGen; 46 const commands::CommandInfoMap& command_map = commands::GetCommands(); 47 commands::CommandInfoMap::const_iterator found_command = 56 commands::RunHelp(std::vector<std::string>());
|
/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/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++) {
|
/external/chromium_org/chrome/browser/resources/extensions/ |
extension_commands_overlay.js | 10 // The Extension Commands list object that will be used to show the commands 16 * Encapsulated handling of the 'Extension Commands' overlay page. 53 * the current state of extension commands. 60 // Make sure the config link is visible, since there are commands to show 62 document.querySelector('.extension-commands-config').hidden = 63 extensionsData.commands.length == 0; 65 $('no-commands').hidden = extensionsData.commands.length > 0; 67 if (extensionsData.commands.length == 0 [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_commands.py | 2 Tests for commands module 12 commands = import_module('commands', deprecated=True) variable 27 self.assertEqual(commands.getoutput('echo xyzzy'), 'xyzzy') 28 self.assertEqual(commands.getstatusoutput('echo xyzzy'), (0, 'xyzzy')) 38 status, output = commands.getstatusoutput('cat ' + name) 63 with check_warnings((".*commands.getstatus.. is deprecated", 65 self.assertTrue(re.match(pat, commands.getstatus("/."), re.VERBOSE))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_commands.py | 2 Tests for commands module 12 commands = import_module('commands', deprecated=True) variable 27 self.assertEqual(commands.getoutput('echo xyzzy'), 'xyzzy') 28 self.assertEqual(commands.getstatusoutput('echo xyzzy'), (0, 'xyzzy')) 38 status, output = commands.getstatusoutput('cat ' + name) 63 with check_warnings((".*commands.getstatus.. is deprecated", 65 self.assertTrue(re.match(pat, commands.getstatus("/."), re.VERBOSE))
|
/external/chromium/chrome/browser/sessions/ |
session_backend.h | 24 // . The current file, which is the file commands passed to AppendCommands 29 // Each file contains an arbitrary set of commands supplied from 58 // Appends the specified commands to the current file. If reset_first is 61 // NOTE: this deletes SessionCommands in commands as well as the supplied 63 void AppendCommands(std::vector<SessionCommand*>* commands, 66 // Invoked from the service to read the commands that make up the last 71 // Reads the commands from the last file. 73 // On success, the read commands are added to commands. It is up to the 74 // caller to delete the commands [all...] |
/external/chromium_org/chrome/browser/sessions/ |
session_backend.h | 24 // . The current file, which is the file commands passed to AppendCommands 29 // Each file contains an arbitrary set of commands supplied from 59 // Appends the specified commands to the current file. If reset_first is 62 // NOTE: this deletes SessionCommands in commands as well as the supplied 64 void AppendCommands(std::vector<SessionCommand*>* commands, 67 // Invoked from the service to read the commands that make up the last 73 // Reads the commands from the last file. 75 // On success, the read commands are added to commands. It is up to the 76 // caller to delete the commands [all...] |
session_backend.cc | 56 // added to commands. 58 std::vector<SessionCommand*>* commands); 62 // either there are no commands, or there was an error. Use errored_ to 92 std::vector<SessionCommand*>* commands) { 109 read_commands.swap(*commands); 227 std::vector<SessionCommand*>* commands, 238 !AppendCommandsToFile(current_session_file_.get(), *commands)) { 242 STLDeleteElements(commands); 243 delete commands; 254 ScopedVector<SessionCommand> commands; local [all...] |
/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/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/ |
prettydiff.py | 29 from webkitpy.tool.commands.abstractsequencedcommand import AbstractSequencedCommand
|
/external/smack/src/org/jivesoftware/smackx/commands/ |
AdHocCommandNote.java | 21 package org.jivesoftware.smackx.commands;
|
/external/chromium_org/tools/valgrind/ |
gdb_helper.py | 24 commands = tempfile.NamedTemporaryFile() 25 commands.write('add-symbol-file "%s" %s\n' % (binary_name, load_address)) 27 commands.write('info line *%s\n' % addr) 28 commands.write('quit\n') 29 commands.flush() 30 gdb_commandline = 'gdb -batch -x %s 2>/dev/null' % commands.name 44 commands.close()
|
/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...] |
/libcore/luni/src/test/java/tests/api/java/lang/ |
ProcessManagerTest.java | 38 String[] commands = { "cat" }; local 39 Process process = Runtime.getRuntime().exec(commands, null, null); 52 String[] commands = { "sleep", "1" }; local 53 process = Runtime.getRuntime().exec(commands, null, null); 64 String[] commands = { "sleep", "1000"}; 66 process = Runtime.getRuntime().exec(commands, null, null); 115 String[] commands = { "sh", "-c", "pwd" }; local 117 commands, null, new File("/")); 123 String[] commands = { "sh", "-c", "echo $FOO" }; local 128 commands, environment, null) 183 String[] commands = { "ls", "\/proc\/self\/fd" }; local 219 String[] commands = { "doesnotexist" }; local [all...] |
/external/chromium/chrome/browser/renderer_host/ |
gtk_key_bindings_handler.cc | 162 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[0] = (count > 0 ? "DeleteToEndOfLine" [all...] |
/external/chromium_org/content/browser/renderer_host/ |
gtk_key_bindings_handler.cc | 152 const char *commands[3] = { NULL, NULL, NULL }; local 155 commands[0] = (count > 0 ? "DeleteForward" : "DeleteBackward"); 158 commands[0] = (count > 0 ? "DeleteWordForward" : "DeleteWordBackward"); 162 commands[0] = "MoveWordForward"; 163 commands[1] = "DeleteWordBackward"; 165 commands[0] = "MoveWordBackward"; 166 commands[1] = "DeleteWordForward"; 170 commands[0] = "MoveToBeginningOfLine"; 171 commands[1] = "DeleteToEndOfLine"; 174 commands[0] = (count > 0 ? "DeleteToEndOfLine" [all...] |
/external/chromium/chrome/browser/ui/webui/options/ |
advanced_options_utils_gtk.cc | 39 // Search $PATH to find one of the commands. Store the full path to 41 bool SearchPATH(ProxyConfigCommand* commands, size_t ncommands, size_t* index) { 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[index] [all...] |