HomeSort by relevance Sort by last modified time
    Searched defs:command (Results 51 - 75 of 772) sorted by null

1 23 4 5 6 7 8 91011>>

  /dalvik/dx/src/com/android/dx/command/findusages/
Main.java 17 package com.android.dx.command.findusages;
  /dalvik/dx/src/com/android/dx/command/grep/
Main.java 17 package com.android.dx.command.grep;
  /external/chromium/chrome/browser/
process_info_snapshot.h 45 // mostly self-explanatory). Note that |command| may not actually reflect the
59 std::string command; member in struct:ProcessInfoSnapshot::ProcInfoEntry
  /external/chromium/chrome/browser/ui/views/
reload_button.cc 82 int command; local
85 command = IDC_RELOAD_IGNORING_CACHE;
89 command = IDC_RELOAD;
105 // browser to execute the reload command).
110 browser_->ExecuteCommandWithDisposition(command, disposition);
  /external/chromium_org/chrome/browser/
command_updater.cc 15 class CommandUpdater::Command {
20 Command() : enabled(true) {}
36 const CommandMap::const_iterator command(commands_.find(id));
37 if (command == commands_.end())
39 return command->second->enabled;
68 Command* command = it->second; local
69 if (command)
70 command->observers.RemoveObserver(observer);
75 Command* command = GetCommand(id, true) local
88 Command* command = new Command; local
    [all...]
process_info_snapshot.h 45 // mostly self-explanatory). Note that |command| may not actually reflect the
59 std::string command; member in struct:ProcessInfoSnapshot::ProcInfoEntry
  /external/chromium_org/chrome/browser/ui/
external_protocol_dialog_delegate.cc 28 // TODO(calamity): Look up the command in ExternalProtocolHandler and pass it
31 string16 command = local
37 ui::ElideString(command, kMaxCommandSize, &elided_command);
  /external/chromium_org/chrome/common/extensions/api/commands/
commands_manifest_unittest.cc 42 const Command* named_command = &(*iter).second;
47 const Command* browser_action =
55 const Command* page_action =
87 // An extension with a browser action but no extension command specified
88 // should get a command assigned to it.
89 const extensions::Command* command = local
91 ASSERT_TRUE(command != NULL);
92 ASSERT_EQ(ui::VKEY_UNKNOWN, command->accelerator().key_code());
  /external/chromium_org/chrome/installer/util/
app_commands.cc 35 AppCommand command; local
43 } else if (command.Initialize(cmd_key)) {
44 commands_[name] = command;
47 << "\" as it does not appear to hold a product command.";
65 AppCommand* command) const {
66 DCHECK(command);
70 *command = it->second;
75 const AppCommand& command) {
77 commands_.insert(std::make_pair(command_id, command)));
79 result.first->second = command;
    [all...]
  /external/chromium_org/chrome/test/chromedriver/
capabilities.h 43 CommandLine command; member in struct:Capabilities
  /external/chromium_org/chrome/test/chromedriver/chrome/
dom_tracker_unittest.cc 23 std::string command; local
25 command = sent_command_queue_.front();
28 return command;
  /external/chromium_org/chrome/test/webdriver/
webdriver_automation.h 52 // The command line to use for launching the browser. If no program is
54 CommandLine command; member in struct:webdriver::Automation::BrowserOptions
  /external/chromium_org/chrome_frame/
update_launcher.cc 37 std::wstring command; local
46 command = args[2];
51 return command;
54 DWORD LaunchUpdateCommand(const std::wstring& command) {
64 if (FAILED(ipl->LaunchCmdElevated(kChromeFrameGuid, command.c_str(),
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga_escape.h 37 * Namespace IDs for the escape command
48 * minor command number, respectively.
50 * Major command number allocation:
82 uint32 command; member in struct:__anon14807
  /external/chromium_org/tools/android/forwarder2/
device_controller.cc 15 #include "tools/android/forwarder2/command.h"
77 command::Type command; local
78 if (!ReadCommand(socket.get(), &port, &command)) {
79 LOG(ERROR) << "Invalid command received.";
85 switch (command) {
86 case command::LISTEN: {
110 case command::DATA_CONNECTION:
112 LOG(ERROR) << "Data Connection command received, but "
115 // socket, the Adb forwarder command will propagate the closing o
132 << " Command: " << command; local
    [all...]
  /external/chromium_org/tools/gn/
gn_main.cc 35 std::string command; local
37 // Make "--help" default to help command.
38 command = commands::kHelp;
40 command = commands::kGen;
42 command = args[0];
48 command_map.find(command);
55 "Command \"" + command + "\" unknown.").PrintToStdout();
  /external/chromium_org/v8/tools/
run-valgrind.py 44 # Compute the command line.
45 command = VALGRIND_ARGUMENTS + sys.argv[1:] variable
48 process = subprocess.Popen(command, stderr=subprocess.PIPE)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
AbstractApplication.java 56 * Looks for interesting command line arguments.
62 * From a command line list, get the array of arguments of a given parameter.
71 if (index == commands.size()) // if this is the last command
74 while (index < commands.size()) { // while not the last command
75 String command = (String) commands.get(index); local
76 if (command.startsWith("-")) // is it a new parameter?
78 args.add(command);
  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/packets/
PacketSessionExecCommand.java 22 public String command; field in class:PacketSessionExecCommand
24 public PacketSessionExecCommand(int recipientChannelID, boolean wantReply, String command)
28 this.command = command;
45 tw.writeString(command, charsetName);
  /external/kernel-headers/original/linux/usb/
f_mtp.h 28 /* MTP command code */
29 uint16_t command; member in struct:mtp_data_header
43 /* MTP command ID for data header,
46 uint16_t command; member in struct:mtp_file_range
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_escape.h 37 * Namespace IDs for the escape command
48 * minor command number, respectively.
50 * Major command number allocation:
82 uint32 command; member in struct:__anon25172
  /external/tcpdump/
print-ipx.c 135 int command, i; local
138 command = EXTRACT_16BITS(ipx);
142 switch (command) {
145 if (command == 1)
156 if (command == 2)
176 (void)printf("ipx-sap-?%x", command);
187 int command, i; local
190 command = EXTRACT_16BITS(ipx);
194 switch (command) {
215 (void)printf("ipx-rip-?%x", command);
    [all...]
  /external/v8/tools/
run-valgrind.py 44 # Compute the command line.
45 command = VALGRIND_ARGUMENTS + sys.argv[1:] variable
48 process = subprocess.Popen(command, stderr=subprocess.PIPE)
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEnc_CompThread.c 102 OMX_COMMANDTYPE command; local
180 /* Do not accept any command when the component is stopping */
182 ret = read(pComponentPrivate->cmdPipe[0], &command, sizeof (command));
198 nRet = WBAMRENC_HandleCommand(pComponentPrivate, command, commandData);
  /libcore/luni/src/main/java/java/lang/
ProcessBuilder.java 33 private List<String> command; field in class:ProcessBuilder
42 * @param command
45 public ProcessBuilder(String... command) {
46 this(new ArrayList<String>(Arrays.asList(command)));
55 * @param command
58 * if {@code command} is {@code null}.
60 public ProcessBuilder(List<String> command) {
61 if (command == null) {
62 throw new NullPointerException("command == null");
64 this.command = command
77 public List<String> command() { method in class:ProcessBuilder
88 public ProcessBuilder command(String... command) { method in class:ProcessBuilder
103 public ProcessBuilder command(List<String> command) { method in class:ProcessBuilder
    [all...]

Completed in 5648 milliseconds

1 23 4 5 6 7 8 91011>>