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

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/cocoa/toolbar/
toolbar_controller.h 103 commands:(CommandUpdater*)commands
174 commands:(CommandUpdater*)commands
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_keybinding_registry_views.cc 7 #include "chrome/browser/extensions/api/commands/command_service.h"
40 // This object only handles named commands, not browser/page actions.
48 extensions::CommandMap commands; local
50 extension->id(), extensions::CommandService::ACTIVE_ONLY, &commands))
52 extensions::CommandMap::const_iterator iter = commands.begin();
53 for (; iter != commands.end(); ++iter) {
68 // This object only handles named commands, not browser/page actions.
  /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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
bdist.py 58 # The following commands do not take a format option from bdist
122 # Figure out which sub-commands we need to run.
123 commands = []
126 commands.append(self.format_command[format][0])
132 cmd_name = commands[i]
144 if cmd_name in commands[i+1:]:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
bdist.py 58 # The following commands do not take a format option from bdist
122 # Figure out which sub-commands we need to run.
123 commands = []
126 commands.append(self.format_command[format][0])
132 cmd_name = commands[i]
144 if cmd_name in commands[i+1:]:
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/
multicommandtool.py 134 # main() exists so that Commands can be turned into stand-alone scripts.
138 # Some commands might require a dummy tool
178 make_option("-a", "--all-commands", action="store_true", dest="show_all_commands", help="Print all available commands"),
181 self.show_all_commands = False # A hack used to pass --all-commands to _help_epilog even though it's called by the OptionParser.
184 # Only show commands which are relevant to this checkout's SCM system. Might this be confusing to some users?
186 epilog = "All %prog commands:\n"
187 relevant_commands = self._tool.commands[:]
189 epilog = "Common %prog commands:\n"
190 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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
download_unittest.py 33 from webkitpy.tool.commands.commandtest import CommandsTest
34 from webkitpy.tool.commands.download import *
  /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);
  /libcore/luni/src/main/native/
java_lang_ProcessManager.cpp 88 static pid_t ExecuteProcess(JNIEnv* env, char** commands, char** environment,
159 execvp(commands[0], commands);
212 ExecStrings commands(env, javaCommands);
221 pid_t result = ExecuteProcess(env, commands.get(), environment.get(), workingDirectory,
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ExtensionAPI.js 74 apiPrivate.Commands = {
114 var commands = apiPrivate.Commands;
140 extensionServer.sendRequest({ command: commands.Subscribe, type: this._type });
156 extensionServer.sendRequest({ command: commands.Unsubscribe, type: this._type });
200 extensionServer.sendRequest({ command: commands.GetConsoleMessages }, callback);
205 extensionServer.sendRequest({ command: commands.AddConsoleMessage, severity: severity, text: text, url: url, line: line });
242 return extensionServer.sendRequest({ command: commands.GetHAR }, callback && callbackWrapper);
247 return extensionServer.sendRequest({ command: commands.AddRequestHeaders, headers: headers, extensionId: window.location.hostname });
266 extensionServer.sendRequest({ command: commands.GetRequestContent, id: this._id }, callback && callbackWrapper)
    [all...]
ExtensionServer.js 47 var commands = WebInspector.extensionAPI.Commands;
49 this._registerHandler(commands.AddAuditCategory, this._onAddAuditCategory.bind(this));
50 this._registerHandler(commands.AddAuditResult, this._onAddAuditResult.bind(this));
51 this._registerHandler(commands.AddConsoleMessage, this._onAddConsoleMessage.bind(this));
52 this._registerHandler(commands.AddRequestHeaders, this._onAddRequestHeaders.bind(this));
53 this._registerHandler(commands.CreatePanel, this._onCreatePanel.bind(this));
54 this._registerHandler(commands.CreateSidebarPane, this._onCreateSidebarPane.bind(this));
55 this._registerHandler(commands.CreateStatusBarButton, this._onCreateStatusBarButton.bind(this));
56 this._registerHandler(commands.EvaluateOnInspectedPage, this._onEvaluateOnInspectedPage.bind(this))
    [all...]
  /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;
  /development/cmds/monkey/src/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/gtk/
global_menu_bar.h 44 GlobalMenuBarCommand* commands);
  /external/chromium_org/chrome/browser/ui/gtk/extensions/
extension_keybinding_registry_gtk.cc 9 #include "chrome/browser/extensions/api/commands/command_service.h"
63 extensions::CommandMap commands; local
67 &commands);
69 for (extensions::CommandMap::const_iterator iter = commands.begin();
70 iter != commands.end(); ++iter) {
  /external/chromium_org/chrome/browser/ui/gtk/
global_menu_bar.h 55 GlobalMenuBarCommand* commands,
  /external/chromium_org/chrome/browser/ui/webui/extensions/
command_handler.h 32 // The handler page for the Extension Commands UI overlay.
51 // Update the list of extension commands in the config UI.
55 // the commands it contains.
67 // Fetches all known commands, active and inactive and returns them through
68 // |commands|.
69 void GetAllCommands(base::DictionaryValue* commands);

Completed in 1456 milliseconds

1 2 34 5 6 7 8 91011>>