HomeSort by relevance Sort by last modified time
    Searched refs:Commands (Results 26 - 38 of 38) sorted by null

12

  /external/libxml2/
xmlcatalog.c 289 printf("Commands available:\n");
  /external/chromium_org/chrome/browser/resources/hotword_helper/
manager.js 35 * Commands sent from the page to this content script.
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/
ExtensionAPI.js 73 apiPrivate.Commands = {
117 var commands = apiPrivate.Commands;
143 extensionServer.sendRequest({ command: commands.Subscribe, type: this._type });
159 extensionServer.sendRequest({ command: commands.Unsubscribe, type: this._type });
205 extensionServer.sendRequest({ command: commands.GetConsoleMessages }, callback);
210 extensionServer.sendRequest({ command: commands.AddConsoleMessage, severity: severity, text: text, url: url, line: line });
250 extensionServer.sendRequest({ command: commands.GetHAR }, callback && callbackWrapper);
255 extensionServer.sendRequest({ command: commands.AddRequestHeaders, headers: headers, extensionId: window.location.hostname });
274 extensionServer.sendRequest({ command: commands.GetRequestContent, id: this._id }, callback && callbackWrapper)
    [all...]
ExtensionServer.js 48 var commands = WebInspector.extensionAPI.Commands;
50 this._registerHandler(commands.AddAuditCategory, this._onAddAuditCategory.bind(this));
51 this._registerHandler(commands.AddAuditResult, this._onAddAuditResult.bind(this));
52 this._registerHandler(commands.AddConsoleMessage, this._onAddConsoleMessage.bind(this));
53 this._registerHandler(commands.AddRequestHeaders, this._onAddRequestHeaders.bind(this));
54 this._registerHandler(commands.ApplyStyleSheet, this._onApplyStyleSheet.bind(this));
55 this._registerHandler(commands.CreatePanel, this._onCreatePanel.bind(this));
56 this._registerHandler(commands.CreateSidebarPane, this._onCreateSidebarPane.bind(this));
57 this._registerHandler(commands.CreateStatusBarButton, this._onCreateStatusBarButton.bind(this))
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
key_sequence.js 142 * Check for equality. Commands are matched based on the actual key codes
145 * If sticky mode or a prefix is active on one of the commands but not on
147 * - If both commands have the same key code and neither of them have the
149 * - Next we try and match with the ChromeVox modifier. If both commands have
  /external/qemu/distrib/sdl-1.2.15/acinclude/
libtool.m4 129 # It is okay to use these file commands and assume they have been set
172 # commands through without removal of \ escapes INIT.
278 # _LT_CONFIG_LIBTOOL_INIT([INIT-COMMANDS])
280 # Register INIT-COMMANDS to be passed to AC_CONFIG_COMMANDS later.
291 # _LT_CONFIG_LIBTOOL([COMMANDS])
293 # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later.
304 # _LT_CONFIG_SAVE_COMMANDS([COMMANDS], [INIT_COMMANDS])
500 dnl expand the accumulated commands and init code now:
675 # commands through without removal of \ escapes.
    [all...]
  /external/iproute2/doc/
ip-cref.tex 33 This document is split into sections explaining \verb|ip| commands
130 do not allow all of these operations or have some additional commands.
132 out a list of available commands and argument syntax conventions.
229 commands display and change the state of devices.
231 \paragraph{Commands:} \verb|set| and \verb|show| (or \verb|list|).
560 \paragraph{Commands:} \verb|add|, \verb|delete|, \verb|flush| and \verb|show|
797 \paragraph{Warning:} This command (and other \verb|flush| commands
842 The corresponding commands display neighbour bindings
845 \paragraph{Commands:} \verb|add|, \verb|change|, \verb|replace|,
859 \paragraph{Description:} These commands create new neighbour record
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
file_manager_commands.js 37 * Utility for commands.
252 var commands = fileManager.document.querySelectorAll('command');
253 for (var i = 0; i < commands.length; i++) {
254 cr.ui.Command.decorate(commands[i]);
255 this.commands_[commands[i].id] = commands[i];
265 * Updates the availability of all commands.
281 // Do not handle commands, when a dialog is shown.
313 * Commands.
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof     [all...]
  /external/jemalloc/bin/
pprof     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof     [all...]
  /external/bison/build-aux/
texinfo.tex 209 % some effort to order the tracing commands to reduce output in the log
334 \indexdummies % don't expand commands in the output.
728 % sight. (If the user is using lots of big @group commands, which
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex 236 % some effort to order the tracing commands to reduce output in the log
355 \indexdummies % don't expand commands in the output.
602 %% Simple single-character @ commands
621 % Definitions to produce \{ and \} commands for indices,
837 % sight. (If the user is using lots of big @group commands, which
    [all...]

Completed in 7355 milliseconds

12