HomeSort by relevance Sort by last modified time
    Searched full:commands (Results 426 - 450 of 3933) sorted by null

<<11121314151617181920>>

  /external/chromium/chrome/browser/sessions/
session_command.h 23 // commands that have a fixed size.
24 // . From a pickle, this is useful for commands whose length varies.
session_service_test_helper.cc 24 const std::vector<SessionCommand*>& commands,
26 service()->RestoreSessionFromCommands(commands, valid_windows);
  /external/chromium_org/build/android/pylib/utils/
command_option_parser.py 7 Add other nice functionality such as printing a list of commands
16 """Wrapper class for OptionParser to help with listing commands."""
  /external/chromium_org/chrome/browser/
command_updater_unittest.cc 83 // Create two observers for the commands 1-3 as true, remove one using the
85 // removed observer still thinks all commands are true and the one left
  /external/chromium_org/chrome/browser/sessions/
session_command.h 22 // commands that have a fixed size.
23 // . From a pickle, this is useful for commands whose length varies.
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
extension_keybinding_registry_cocoa.h 29 // implemenation of the Extension Commands shortcuts (keyboard accelerators).
31 // action button in case of browser action commands).
  /external/chromium_org/chrome/browser/ui/gtk/extensions/
extension_keybinding_registry_gtk.h 32 // Note: It keeps track of browserAction and pageAction commands, but does not
34 // the accelerators on behalf of the extensions and routes the commands to them
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_settings_browsertest.js 64 * TestFixture for extension settings WebUI testing (commands config edition).
87 assertTrue($('extension-commands-overlay').classList.contains('showing'));
  /external/chromium_org/sandbox/win/tests/validation_tests/
sbox_validation_tests.vcproj 201 RelativePath=".\commands.cc"
205 RelativePath=".\commands.h"
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
pb_validate.h 72 * Should be called right before issuing commands to the hardware.
80 * Should be called right after issuing commands to the hardware.
  /external/chromium_org/tools/gyp/test/variables/commands/
commands-repeated.gyp 36 'commands.gypi',
62 # commands once.
  /external/clang/lib/Tooling/
JSONCompilationDatabase.cpp 187 std::vector<CompileCommand> Commands;
188 getCommands(CommandsRefI->getValue(), Commands);
189 return Commands;
209 std::vector<CompileCommand> Commands;
213 getCommands(CommandsRefI->getValue(), Commands);
215 return Commands;
220 std::vector<CompileCommand> &Commands) const {
224 Commands.push_back(CompileCommand(
  /external/e2fsprogs/ext2ed/
ext2_com.c 8 Extended-2 filesystem General commands
11 The commands here will be registered when we are editing an ext2 filesystem
  /external/grub/
AUTHORS 17 builtin commands, disk swapping support, keyboard configuration support,
21 GRUB manual, and several new commands. He is the current official
  /external/kernel-headers/original/linux/
shm.h 49 /* super user shmctl commands */
53 /* ipcs ctl commands */
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_validate.h 72 * Should be called right before issuing commands to the hardware.
80 * Should be called right after issuing commands to the hardware.
  /external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
wpa_cli.sgml 57 including the command as a command line parameter. Commands are
59 commands are entered as command line arguments for wpa_cli.</para>
77 <emphasis>otp</emphasis> commands. &lt;id&gt; needs to be copied from
79 <emphasis>otp</emphasis> commands can be used regardless of whether
81 two commands is that values given with <emphasis>password</emphasis> are
166 <listitem><para>Run a command. The available commands are
173 <title>Commands</title>
174 <para>The following commands are available:</para>
  /frameworks/base/include/private/hwui/
DrawGlInfo.h 76 // DisplayList actually issued GL drawing commands.
81 // commands are issued.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
AppInterface.java 42 * Enumeration for representing "Type of Command" of proactive commands.
43 * Those are the only commands which are supported by the Telephony. Any app
  /frameworks/rs/
rsThreadIO.h 44 // Plays back commands from the client.
45 // Returns true if any commands were processed.
  /libcore/luni/src/test/java/tests/api/java/lang/
Process2Test.java 48 String[] commands = {"ls"}; local
51 process = Runtime.getRuntime().exec(commands, null, null);
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
errors 4 ."commands to test that make ignores errors in these commands\n"
  /ndk/sources/host-tools/make-3.81/
rule.c 23 #include "commands.h"
159 CMDS are the commands.
164 convert_suffix_rule (char *target, char *source, struct commands *cmds)
240 /* Make a rule that is just the suffix, with no deps or commands.
242 convert_suffix_rule (dep_name (d), (char *) 0, (struct commands *) 0);
397 r->cmds = (struct commands *) xmalloc (sizeof (struct commands));
402 r->cmds->commands = xstrdup (p->commands);
439 /* We can't free the storage for the commands because ther
    [all...]
  /external/libnfc-nci/src/include/
hcidefs.h 45 ** Definitions for Link Control Commands
50 /* Commands of HCI_GRP_LINK_CONTROL_CMDS group */
114 /* Commands of HCI_GRP_LINK_POLICY_CMDS */
134 /* Commands of HCI_GRP_HOST_CONT_BASEBAND_CMDS */
244 /* Commands of HCI_GRP_INFORMATIONAL_PARAMS group */
260 /* Commands of HCI_GRP_STATUS_PARAMS group */
280 /* Commands of HCI_GRP_TESTING_CMDS group */
301 /* Commands of BLE Controller setup and configuration */
    [all...]
  /ndk/sources/host-tools/make-3.81/doc/
make-stds.texi 41 * Command Variables:: Variables for Specifying Commands
44 * Install Command Categories:: Three categories of commands in the `install'
145 Write the Makefile commands (and any shell scripts, such as
208 @section Variables for Specifying Commands
210 Makefiles should provide variables for overriding certain commands, options,
237 compilation commands or by defining an implicit rule, like this:
266 commands for actual installation, for executables and nonexecutables
288 the installation commands. Use a separate command for each file to be
481 The Makefile commands should check whether the value of
658 The commands should create all the directories in which files are to b
    [all...]

Completed in 871 milliseconds

<<11121314151617181920>>