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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
rebaselineserver.py 36 from webkitpy.tool.commands.abstractlocalservercommand import AbstractLocalServerCommand
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/
main.py 39 from webkitpy.tool import commands namespace
70 # FIXME: This may be unnecessary since we pass global options to all commands during execute() as well.
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/svga/drm/
vmw_screen.h 112 void *commands,
  /external/clang/test/Sema/
init.c 44 struct cdiff_cmd commands[] = { variable in typeref:struct:cdiff_cmd
  /external/mesa3d/src/gallium/winsys/svga/drm/
vmw_screen.h 112 void *commands,
  /frameworks/base/cmds/svc/src/com/android/commands/svc/
Svc.java 17 package com.android.commands.svc;
49 final int N = COMMANDS.length;
51 Command c = COMMANDS[i];
75 System.err.println("Available commands:");
76 final int N = COMMANDS.length;
79 Command c = COMMANDS[i];
87 Command c = COMMANDS[i];
93 public static final Command[] COMMANDS = new Command[] {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
ModelInterpreter.java 527 String[] commands; local
529 commands = splitCommands(line);
531 for (int i = 0; i < commands.length ; i++) {
532 String command = commands[i];
590 // r"|([A-RT-Z]\d?)" # Normal commands eg ATA or I0
591 // r"|(&[A-Z]\d*)" # & commands eg &C
  /system/core/init/
init.h 28 /* list of commands in an action */
47 struct listnode commands; member in struct:action
  /external/chromium_org/tools/valgrind/
scan-build.py 191 commands = parser.add_mutually_exclusive_group(required=True)
192 commands.add_argument("--update", action='store_true')
193 commands.add_argument("--find", metavar='search term')
  /external/chromium_org/v8/tools/testrunner/local/
execution.py 34 from . import commands namespace
55 dep_output = commands.Execute(job.dep_command, job.verbose, job.timeout)
62 output = commands.Execute(job.command, job.verbose, job.timeout)
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.debug.core_3.6.0.v20100519.jar 
  /external/valgrind/main/coregrind/
vgdb.c 59 2. standalone to send monitor commands to a running valgrind-ified process
74 Once all the commands are sent and their replies received, vgdb will exit.
2448 char *commands[argc]; \/\/ we will never have more commands than args. local
    [all...]
  /bionic/libc/tools/
gensyscalls.py 8 import sys, os.path, glob, re, commands, filecmp, shutil namespace
435 commands.getoutput("git add " + " ".join(adds))
437 commands.getoutput("git rm " + " ".join(deletes))
441 commands.getoutput("git add " +
444 commands.getoutput("git add %s%s" % (bionic_libc_root,"SYSCALLS.TXT"))
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkViews.java 17 package com.android.commands.monkey;
19 import static com.android.commands.monkey.MonkeySourceNetwork.EARG;
33 import com.android.commands.monkey.MonkeySourceNetwork.CommandQueue;
34 import com.android.commands.monkey.MonkeySourceNetwork.MonkeyCommand;
35 import com.android.commands.monkey.MonkeySourceNetwork.MonkeyCommandReturn;
47 * Script commands over the network.
MonkeyKeyEvent.java 17 package com.android.commands.monkey;
MonkeyNetworkMonitor.java 17 package com.android.commands.monkey;
MonkeyPowerEvent.java 17 package com.android.commands.monkey;
  /external/chromium_org/chrome_frame/
chrome_active_document.h 170 const DWORD* commands = group_commands; \
172 while (*commands) { \
173 if (*commands == command_id) { \
177 commands++; \
318 OLECMD commands[],
460 // These members contain the status of the commands we support.
  /ndk/sources/host-tools/make-3.81/
commands.c 24 #include "commands.h"
123 /* This file got its commands from .DEFAULT.
271 chop_commands (struct commands *cmds)
277 /* If we don't have any commands,
283 /* Chop CMDS->commands up into lines in CMDS->command_lines.
290 p = cmds->commands;
366 /* Execute the commands to remake FILE. If they are currently executing,
376 the commands are nothing but whitespace. */
378 for (p = file->cmds->commands; *p != '\0'; ++p)
383 /* If there are no commands, assume everything worked. *
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/
ImapConnection.java 255 * @param commands An array of Strings comprising the command to be sent to the server
258 String sendComplexCommand(List<String> commands, boolean sensitive) throws MessagingException,
262 int len = commands.size();
264 String commandToSend = commands.get(i);
331 * @param commands a list of strings that comprise the command to be sent to the server
337 List<ImapResponse> executeComplexCommand(List<String> commands, boolean sensitive)
339 sendComplexCommand(commands, sensitive);
  /external/chromium_org/net/cookies/
cookie_monster_unittest.cc     [all...]
cookie_monster_store_test.h 68 // received commands and saves them to a list.
81 const CommandList& commands() const { function in class:net::MockPersistentCookieStore
  /external/chromium_org/chrome/browser/ui/views/frame/
global_menu_bar_x11.cc 432 GlobalMenuBarCommand* commands) {
440 for (int i = 0; commands[i].str_id != MENU_END; ++i) {
442 int command_id = commands[i].command;
443 if (commands[i].str_id == MENU_SEPARATOR) {
447 l10n_util::GetStringUTF8(commands[i].str_id));
449 menu_item = BuildMenuItem(label, commands[i].tag);
  /external/linux-tools-perf/
perf.c 6 * 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
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bsd.sh 200 echo Testing a c d and i commands
310 echo Pattern space commands
372 echo Testing substitution commands

Completed in 2332 milliseconds

1 2 3 4 5 6 7 8 91011>>