HomeSort by relevance Sort by last modified time
    Searched refs:commands (Results 51 - 75 of 352) sorted by null

1 23 4 5 6 7 8 91011>>

  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyEventQueue.java 17 package com.android.commands.monkey;
MonkeyRotationEvent.java 17 package com.android.commands.monkey;
MonkeyThrottleEvent.java 17 package com.android.commands.monkey;
MonkeyWaitEvent.java 17 package com.android.commands.monkey;
MonkeyCommandEvent.java 17 package com.android.commands.monkey;
MonkeyInstrumentationEvent.java 17 package com.android.commands.monkey;
  /external/chromium/chrome/browser/ui/cocoa/toolbar/
toolbar_controller.h 107 commands:(CommandUpdater*)commands
170 commands:(CommandUpdater*)commands
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
vim.php 14 * All keywords scraped from `:help expression-commands`.
24 * - Fill out list of zillion commands
78 '-nargs' # TODO There are zillions of commands to be added here from http://vimdoc.sourceforge.net/htmldoc/usr_toc.html
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/gtk/
WebEditorClientGtk.cpp 39 // First try to interpret the command in the UI and get the commands.
47 Vector<Editor::Command> commands; local
53 commands.append(command);
56 for (size_t i = 0; i < commands.size(); i++) {
57 if (!commands.at(i).execute())
89 // Only allow text insertion commands if the current node is editable.
  /external/webkit/Tools/Scripts/webkitpy/tool/
multicommandtool.py 129 # main() exists so that Commands can be turned into stand-alone scripts.
133 # Some commands might require a dummy tool
173 make_option("-a", "--all-commands", action="store_true", dest="show_all_commands", help="Print all available commands"),
176 self.show_all_commands = False # A hack used to pass --all-commands to _help_epilog even though it's called by the OptionParser.
179 # Only show commands which are relevant to this checkout's SCM system. Might this be confusing to some users?
181 epilog = "All %prog commands:\n"
182 relevant_commands = self._tool.commands[:]
184 epilog = "Common %prog commands:\n"
185 relevant_commands = filter(self._tool.should_show_in_main_help, self._tool.commands)
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/
jsilver.sablecc 175 = commands
176 {->commands.command}
179 commands {->command}
236 commands
242 commands.command)}
245 commands
251 commands.command)}
254 commands
261 commands.command)}
264 commands
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
token.ml 8 (* commands *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
token.ml 8 (* commands *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
token.ml 8 (* commands *)
  /external/qemu/
Android.mk 2 # through the 'm' or 'mm' build commands. if not, we use the
  /frameworks/native/cmds/installd/
Android.mk 4 commands.c utils.c
  /libcore/luni/src/test/java/tests/api/java/lang/
Process2Test.java 48 String[] commands = {"ls"}; local
51 process = Runtime.getRuntime().exec(commands, null, null);
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
CommandRecognizerEngine.java 43 * This is a RecognizerEngine that processes commands to make phone calls and
52 * the {@RecognizerClient}. It will accept the following types of commands:
970 String[] commands = semantic.trim().split(" "); local
    [all...]
  /cts/libs/vogar-expect/src/vogar/commands/
CommandFailedException.java 17 package vogar.commands;
  /external/chromium/chrome/browser/ui/gtk/
global_menu_bar.h 44 GlobalMenuBarCommand* commands);
  /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";
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
abstractsequencedcommand.py 31 from webkitpy.tool.commands.stepsequence import StepSequence
rebaseline_unittest.py 33 from webkitpy.tool.commands.rebaseline import BuilderToPort, Rebaseline

Completed in 1102 milliseconds

1 23 4 5 6 7 8 91011>>