HomeSort by relevance Sort by last modified time
    Searched refs:commands (Results 101 - 125 of 502) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/chrome/test/functional/media/
audio_tools.py 16 import commands namespace
42 _SOX_PATH = commands.getoutput('which sox')
43 _AUDIO_RECORDER = commands.getoutput('which arecord')
44 _PACMD_PATH = commands.getoutput('which pacmd')
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
gardenomatic.py 26 from webkitpy.tool.commands.rebaseline import AbstractRebaseliningCommand
  /external/chromium_org/tools/gn/
commands.h 18 namespace commands { namespace
54 // Helper functions for some commands ------------------------------------------
65 } // namespace commands
  /external/chromium_org/tools/python/google/
process_utils.py 136 def RunCommandsInParallel(commands, verbose=True, collect_output=False,
138 """Runs a list of commands in parallel, waits for all commands to terminate
139 and returns their status. If specified, the ouput of commands can be
143 commands: the list of commands to run, each as a list of one or more
159 command_num = len(commands)
164 for command in commands:
176 command = commands[i]
  /external/chromium_org/win8/metro_driver/
metro_dialog_box.cc 53 mswr::ComPtr<WindowsUICommands> commands; local
54 hr = dialog_box_->get_Commands(commands.GetAddressOf());
79 commands->Append(label1_command.Get());
80 commands->Append(label2_command.Get());
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/binding/editors/controls/
AbstractControlActionsManager.java 15 import org.eclipse.core.commands.AbstractHandler;
16 import org.eclipse.core.commands.ExecutionEvent;
17 import org.eclipse.core.commands.ExecutionException;
18 import org.eclipse.core.commands.IHandler;
38 * Manager for installing/unistalling global handlers for {@link Control} actions commands.
122 * Activates the handlers for list of commands (see COMMAND_HANDLERS) with:<br>
  /external/smack/src/org/jivesoftware/smackx/commands/
LocalCommand.java 21 package org.jivesoftware.smackx.commands;
118 * Commands that don't have multiple stages can always return <tt>true</tt>.
  /external/smack/src/org/jivesoftware/smackx/packet/
AdHocCommandData.java 25 import org.jivesoftware.smackx.commands.AdHocCommand;
26 import org.jivesoftware.smackx.commands.AdHocCommand.Action;
27 import org.jivesoftware.smackx.commands.AdHocCommand.SpecificErrorCondition;
28 import org.jivesoftware.smackx.commands.AdHocCommandNote;
74 buf.append("<command xmlns=\"http://jabber.org/protocol/commands\"");
253 public static final String namespace = "http://jabber.org/protocol/commands";
  /frameworks/base/cmds/svc/src/com/android/commands/svc/
UsbCommand.java 17 package com.android.commands.svc;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pdb.py 18 def run_pdb(self, script, commands):
19 """Run 'script' lines with pdb and the pdb 'commands'."""
30 stdout, stderr = proc.communicate(commands)
51 commands = """
66 stdout, stderr = self.run_pdb(script, commands)
118 """Test basic commands related to breakpoints.
135 Now test the breakpoint commands. NORMALIZE_WHITESPACE is needed because
152 ... 'commands 2',
196 (Pdb) commands 2
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pdb.py 18 def run_pdb(self, script, commands):
19 """Run 'script' lines with pdb and the pdb 'commands'."""
30 stdout, stderr = proc.communicate(commands)
51 commands = """
66 stdout, stderr = self.run_pdb(script, commands)
118 """Test basic commands related to breakpoints.
135 Now test the breakpoint commands. NORMALIZE_WHITESPACE is needed because
152 ... 'commands 2',
196 (Pdb) commands 2
  /external/chromium_org/build/android/buildbot/
bb_run_bot.py 86 """Get a formatted list of commands.
97 commands = [[bot_config.host_obj.script,
108 commands.append(run_test_cmd)
109 return commands
219 help='For testing: print, but do not run commands')
237 def RunBotCommands(options, commands, env):
241 for command in commands:
263 commands = GetCommands(options, bot_config)
264 for command in commands:
269 return RunBotCommands(options, commands, env
    [all...]
  /external/chromium_org/chrome/installer/util/
installation_state.h 91 // Returns the set of Google Update commands.
92 const AppCommands& commands() const { return commands_; } function in class:installer::ProductState
102 AppCommands* commands);
  /external/chromium_org/v8/test/cctest/
testcfg.py 31 from testrunner.local import commands namespace
51 output = commands.Execute(context.command_prefix +
  /frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
DumpCommand.java 17 package com.android.commands.uiautomator;
26 import com.android.commands.uiautomator.Launcher.Command;
  /frameworks/testing/uiautomator/cmds/uiautomator/
uiautomator 123 exec app_process ${base}/bin com.android.commands.uiautomator.Launcher ${args}
  /frameworks/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
DumpCommand.java 17 package com.android.commands.uiautomator;
26 import com.android.commands.uiautomator.Launcher.Command;
  /frameworks/uiautomator/cmds/uiautomator/
uiautomator 120 exec app_process ${base}/bin com.android.commands.uiautomator.Launcher ${args}
  /packages/apps/Exchange/src/com/android/exchange/eas/
EasOptions.java 86 final Header commands = response.getHeader("MS-ASProtocolCommands"); local
89 if (commands == null || versions == null) {
90 LogUtils.e(LOG_TAG, "OPTIONS response without commands or versions");
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
VarOptimizer.java 41 * <li>String concatenation in var commands
45 * String add expressions in var commands are optimized by replacing something like:
158 * simpler var commands. Currently two expressions are targetted for expansion: string
165 // This test relies on the type optimizer having replaced add commands
166 // with numeric add commands.
178 // sequence commands.
210 * Helper to efficiently add commands to a multiple command (if the command to be added is a
212 * to flatten multiple commands.
264 * multiple successive (matching) escape commands folded into one.
268 LinkedList<PCommand> commands = new LinkedList<PCommand>() local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
dist.py 37 to the Distutils commands specified on the command line.
50 # supplied to the setup script prior to any actual commands.
54 # don't want to pollute the commands with too many options that they
68 Common commands: (see '--help-commands' for more)
74 # options that are not propagated to the commands
76 ('help-commands', None,
77 "list all available commands"),
162 # 'command_packages' is a list of packages in which commands
184 # have been created by any dist commands run so far. This i
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
dist.py 37 to the Distutils commands specified on the command line.
50 # supplied to the setup script prior to any actual commands.
54 # don't want to pollute the commands with too many options that they
68 Common commands: (see '--help-commands' for more)
74 # options that are not propagated to the commands
76 ('help-commands', None,
77 "list all available commands"),
162 # 'command_packages' is a list of packages in which commands
184 # have been created by any dist commands run so far. This i
    [all...]
  /ndk/sources/host-tools/make-3.81/
rule.c 23 #include "commands.h"
159 CMDS are the commands.
164 convert_suffix_rule (char *target, char *source, struct commands *cmds)
240 /* Make a rule that is just the suffix, with no deps or commands.
242 convert_suffix_rule (dep_name (d), (char *) 0, (struct commands *) 0);
397 r->cmds = (struct commands *) xmalloc (sizeof (struct commands));
402 r->cmds->commands = xstrdup (p->commands);
439 /* We can't free the storage for the commands because ther
    [all...]
  /bionic/libc/kernel/tools/
utils.py 3 import sys, os, commands, string, commands namespace
203 commands.getoutput("git add " + " ".join(adds))
206 commands.getoutput("git rm " + " ".join(deletes))
211 commands.getoutput("git add " + " ".join(edits))