Searched refs:commands (Results 251 - 275 of 353) sorted by relevance

<<1112131415

/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.lua37 -- Print commands to console before executing them.
/external/mesa3d/src/gallium/drivers/svga/svgadump/
H A Dsvga_dump.c28 * Dump SVGA commands.
1789 svga_dump_commands(const void *commands, uint32_t size) argument
1791 const uint8_t *next = commands;
/external/iproute2/doc/
H A Dip-cref.tex33 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.
797 \paragraph{Warning:} This command (and other \verb|flush| commands
842 The corresponding commands display neighbour bindings
859 \paragraph{Description:} These commands create new neighbour records
946 \paragraph{Description:}This commands displays neighbour tables.
1117 non-unique routes with \verb|ip| commands described in this section.
1404 Actually there are more commands
[all...]
H A Dip-tunnels.tex32 A: You are right, it does not work. The command written above is split to two commands.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.text_3.5.0.v20100601-1300.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DEditorCommand.cpp539 // backward compatibility with ourselves, and for consistency with other commands.
1456 // If you add new commands, you should assign new Id to each idForUserMetrics and update MappedEditingCommands
1458 static const CommandEntry commands[] = { local
1600 // These unsupported commands are listed here since they appear in the Microsoft
1650 for (size_t i = 0; i < WTF_ARRAY_LENGTH(commands); ++i) {
1651 const CommandEntry& command = commands[i];
1681 // Specially handling commands that Editor::execCommand does not directly
1741 // Let certain commands be executed when performed explicitly even if they are disabled.
/external/chromium_org/third_party/closure_compiler/externs/
H A Dchrome_extensions.js1146 * @see http://developer.chrome.com/extensions/commands.html
1149 chrome.commands = {};
1155 chrome.commands.getAll = function(callback) {};
1159 chrome.commands.onCommand;
7018 * https://developers.google.com/cloud-devices/v1/reference/commands.
7042 * Lists all commands in order of creation.
7044 * @param {string} byUser List all the commands issued by the user. Special
/external/bison/doc/
H A Drefcard.tex368 in the rules with {\tt \%prec} commands.
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_impl.cc2015 const std::vector<EditCommand>& commands) {
2016 Send(new InputMsg_SetEditCommandsForNextKeyEvent(GetRoutingID(), commands));
2014 SetEditCommandsForNextKeyEvent( const std::vector<EditCommand>& commands) argument
/external/chromium_org/native_client_sdk/src/tools/
H A Dcommon.mk181 # Alias for standard POSIX file system commands
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex299 Both commands exit immediately after processing the option.
437 Both commands exit immediately after processing the option.
/external/chromium_org/build/android/
H A Dadb_gdb293 gdb command script with the --script=<file> option. Note that its commands
320 --su-prefix=<prefix> Prepend <prefix> to 'adb shell' commands that are
612 # sub-shell commands we're going to launch, so take the PID of the launcher
980 # Generate a file containing useful GDB initialization commands
982 log "Generating GDB initialization commands file: $COMMANDS"
/external/chromium_org/chrome/installer/util/
H A Dinstallation_validator.cc291 // Validates a product's set of Google Update product commands against a
302 ctx.state.commands().GetIterators());
320 // Report on any expected commands that weren't present.
331 // Validates the multi-install binaries' Google Update commands.
623 // Validates the Google Update commands for the product described in |ctx|.
/external/chromium_org/third_party/skia/include/gpu/gl/
H A DGrGLFunctions.h224 typedef GrGLvoid (GR_GL_FUNCTION_TYPE* GrGLPathCommandsProc)(GrGLuint path, GrGLsizei numCommands, const GrGLubyte *commands, GrGLsizei numCoords, GrGLenum coordType, const GrGLvoid *coords);
/external/lldb/examples/darwin/heap_find/
H A Dheap.py12 import commands namespace
1129 print '"malloc_info", "ptr_refs", "cstr_refs", and "objc_refs" commands have been installed, use the "--help" options on these commands for detailed help.'
/external/lldb/examples/python/
H A Dgdbremote.py7 # print out statistics about how long commands took to execute and also
19 import commands namespace
186 in order to dump out the commands.'''
222 # Any commands whose names might be followed by more valid C identifier
865 for GDB remote commands to make a send/receive round trip. This can be
867 a long time during a preset set of debugger commands.'''
1039 # Add any commands contained in this module to LLDB
1042 print 'The "start_gdb_log" and "stop_gdb_log" commands are now installed and ready for use, type "start_gdb_log --help" or "stop_gdb_log --help" for more information'
/external/chromium_org/tools/gyp/pylib/gyp/generator/
H A Dninja.py126 But some dependent commands sometimes need to reach inside the box.
453 # Write subninja file containing compile and link commands scoped to
1306 commands = env + ' (' + \
1308 command_string = (commands + '); G=$$?; '
1467 # gyp dictates that commands are run from the base directory.
/external/pcre/dist/
H A Dpcregexp.pas306 Uses strings, collect, messages, dnapp, commands, advance0, stringsx
/external/wpa_supplicant_8/hostapd/
H A DAndroid.mk142 # through control interface commands (undefine it, if you want to save in
/external/chromium_org/third_party/devscripts/
H A Dlicensecheck.pl86 and/or filtered, e.g. with the B<awk> and B<sort> commands.
/external/lldb/source/Commands/
H A DCommandObjectTarget.cpp2529 "A set of commands for dumping information about one or more target modules.",
4147 "A set of commands for operating on debugger target image search paths.",
4179 "A set of commands for accessing information for one or more target modules.",
4651 "A set of commands for adding and managing debug symbol files.",
4897 StringList *commands = new_stop_hook->GetCommandPointer(); local
4898 if (commands)
4900 commands->AppendString (bytes, bytes_len);
5302 "A set of commands for operating on debugger target stop-hooks.",
5336 "A set of commands for operating on debugger targets.",
/external/chromium_org/third_party/skia/experimental/webtry/res/js/cm/
H A Dcodemirror.js2972 bound = commands[bound];
3186 operation(cm, commands.selectAll)(cm);
3617 // that the effect of intermediate scroll commands is not ignored.
4123 if (commands.hasOwnProperty(cmd))
4124 return commands[cmd](this);
4518 var commands = CodeMirror.commands = {
4655 // Note that the save and find-related commands aren't defined by
4656 // default. User code or addons can define them. Unknown commands
/external/skia/experimental/webtry/res/js/cm/
H A Dcodemirror.js2972 bound = commands[bound];
3186 operation(cm, commands.selectAll)(cm);
3617 // that the effect of intermediate scroll commands is not ignored.
4123 if (commands.hasOwnProperty(cmd))
4124 return commands[cmd](this);
4518 var commands = CodeMirror.commands = {
4655 // Note that the save and find-related commands aren't defined by
4656 // default. User code or addons can define them. Unknown commands
/external/qemu/include/hw/
H A Dbt.h1197 uint8_t commands[64]; member in struct:__anon29812
1307 /* Testing commands */
1310 /* Vendor specific commands */

Completed in 6893 milliseconds

<<1112131415