Searched refs:commands (Results 51 - 75 of 353) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/brotli/src/brotli/enc/
H A Dbackward_references.cc34 std::vector<Command>* commands) {
79 (commands->rbegin())->copy_length_ -= 1;
80 (commands->rbegin())->copy_length_code_ -= 1;
153 commands->push_back(cmd);
233 commands->push_back(cmd);
245 std::vector<Command>* commands) {
252 commands);
259 commands);
27 CreateBackwardReferences(size_t num_bytes, size_t position, const uint8_t* ringbuffer, const float* literal_cost, size_t ringbuffer_mask, const size_t max_backward_limit, Hasher* hasher, std::vector<Command>* commands) argument
237 CreateBackwardReferences(size_t num_bytes, size_t position, const uint8_t* ringbuffer, const float* literal_cost, size_t ringbuffer_mask, const size_t max_backward_limit, Hashers* hashers, Hashers::Type hash_type, std::vector<Command>* commands) argument
/external/chromium_org/v8/test/fuzz-natives/
H A Dtestcfg.py7 from testrunner.local import commands namespace
21 output = commands.Execute(
/external/lldb/test/functionalities/fat_archives/
H A DTestFatArchives.py4 import commands namespace
14 (exit_status, output) = commands.getstatusoutput (command)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoken.ml8 (* commands *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoken.ml8 (* commands *)
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoken.ml8 (* commands *)
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/
H A DExtensionAPI.js117 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);
294 this.applyStyleSheet = function(styleSheet) { extensionServer.sendRequest({ command: commands.ApplyStyleSheet, styleSheet: styleSheet }); };
302 command: commands
[all...]
H A DExtensionServer.js48 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));
58 this._registerHandler(commands
[all...]
/external/chromium_org/components/component_updater/
H A Dcomponent_patcher.cc25 // Deserialize the commands file (present in delta update packages). The top
28 const base::FilePath commands = local
29 unpack_path.Append(FILE_PATH_LITERAL("commands.json"));
30 if (!base::PathExists(commands))
33 JSONFileValueSerializer serializer(commands);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/tool/commands/
H A Dabstractsequencedcommand.py32 from webkitpy.tool.commands.stepsequence import StepSequence
/external/chromium_org/tools/python/google/
H A Dprocess_utils.py136 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/ui/accessibility/extensions/alt/
H A Dbackground.js35 chrome.commands.onCommand.addListener(function(command) {
/external/chromium_org/win8/metro_driver/
H A Dmetro_dialog_box.cc53 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/
H A DAbstractControlActionsManager.java15 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/
H A DLocalCommand.java21 package org.jivesoftware.smackx.commands;
/external/smack/src/org/jivesoftware/smackx/packet/
H A DAdHocCommandData.java25 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/chromium_org/build/android/buildbot/
H A Dbb_run_bot.py90 """Get a formatted list of commands.
101 commands = [[bot_config.host_obj.script,
112 commands.append(run_test_cmd)
113 return commands
244 help='For testing: print, but do not run commands')
262 def RunBotCommands(options, commands, env):
266 for command in commands:
299 commands = GetCommands(options, bot_config)
300 for command in commands:
305 return RunBotCommands(options, commands, en
[all...]
/external/chromium_org/chrome/installer/util/
H A Dinstallation_state.h93 // Returns the set of Google Update commands.
94 const AppCommands& commands() const { return commands_; } function in class:installer::ProductState
104 AppCommands* commands);
/external/chromium_org/third_party/skia/tools/
H A Dsanitize_source_files.py9 import commands namespace
128 output = commands.getoutput(
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dcommand_line.py82 """Combines Commands into one big command with sub-commands.
84 E.g. "svn checkout", "svn update", and "svn commit" are separate sub-commands.
88 commands = (Help, List, Run)
94 commands = () variable in class:SubcommandCommand
100 for command in cls.commands:
/external/chromium_org/ui/webui/resources/js/cr/ui/
H A Dcommand.js210 * Keeps track of the focused element and updates the commands when the focus
212 * @param {!Document} doc The document that we are managing the commands for.
224 * @param {!Document} doc The document to manage the commands for.
247 var commands = Array.prototype.slice.call(
250 commands.forEach(function(command) {
261 var commands = Array.prototype.slice.call(
264 for (var i = 0, command; command = commands[i]; i++) {
/external/chromium_org/v8/test/cctest/
H A Dtestcfg.py31 from testrunner.local import commands namespace
55 output = commands.Execute(context.command_prefix +
/external/lldb/scripts/
H A Dverify_api.py3 import commands namespace
12 (command_exit_status, command_output) = commands.getstatusoutput(command)
/external/skia/tools/
H A Dsanitize_source_files.py9 import commands namespace
128 output = commands.getoutput(
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A DVarOptimizer.java41 * <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
[all...]

Completed in 625 milliseconds

1234567891011>>