HomeSort by relevance Sort by last modified time
    Searched full:command (Results 1 - 25 of 7372) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/lib/ss/
test_cmd.ct 3 request test_cmd, "Test command",
  /external/chromium/chrome/browser/resources/bookmark_manager/
main.html 33 <script src="chrome://resources/js/cr/ui/command.js"></script>
80 <command i18n-values=".label:rename_folder" id="rename-folder-command"></command>
81 <command i18n-values=".label:edit" id="edit-command"></command>
82 <command i18n-values=".label:show_in_folder" id="show-in-folder-command"></command>
    [all...]
  /system/core/init/
keywords.h 40 KEYWORD(chdir, COMMAND, 1, do_chdir)
41 KEYWORD(chroot, COMMAND, 1, do_chroot)
43 KEYWORD(class_start, COMMAND, 1, do_class_start)
44 KEYWORD(class_stop, COMMAND, 1, do_class_stop)
45 KEYWORD(class_reset, COMMAND, 1, do_class_reset)
49 KEYWORD(domainname, COMMAND, 1, do_domainname)
50 KEYWORD(exec, COMMAND, 1, do_exec)
51 KEYWORD(export, COMMAND, 2, do_export)
53 KEYWORD(hostname, COMMAND, 1, do_hostname)
54 KEYWORD(ifup, COMMAND, 1, do_ifup
    [all...]
  /dalvik/dx/etc/
manifest.txt 1 Main-Class: com.android.dx.command.Main
  /sdk/layoutopt/app/
README 3 Simple command line front end for the uix library
  /external/chromium/chrome/browser/
command_updater.cc 16 class CommandUpdater::Command {
21 Command() : enabled(true) {}
33 const CommandMap::const_iterator command(commands_.find(id));
34 if (command == commands_.end())
36 return command->second->enabled;
52 Command* command = GetCommand(id, true); local
53 if (command->enabled == enabled)
55 command->enabled = enabled;
56 FOR_EACH_OBSERVER(CommandObserver, command->observers
65 Command* command = new Command; local
82 Command* command = it->second; local
    [all...]
command_updater.h 26 // Perform the action associated with the command with the specified ID.
38 // Returns true if the specified command ID is supported.
41 // Returns true if the specified command ID is enabled. The command ID must be
45 // Performs the action associated with this command ID.
51 // the state of a particular command ID is modified.
55 // specified command id.
62 // Adds an observer to the state of a particular command. If the command does
66 // Removes an observer to the state of a particular command
    [all...]
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
menu_item.js 6 const Command = cr.ui.Command;
34 if ((commandId = this.getAttribute('command')))
35 this.command = commandId;
41 * The command associated with this menu item. If this is set to a string
43 * of the command.
44 * @type {cr.ui.Command}
47 get command() {
50 set command(command) {
    [all...]
command.js 6 * @fileoverview A command is an abstraction of an action a user can do in the
9 * When the focus changes in the document for each command a canExecute event
11 * enable and disable the command by setting the event.canExecute property.
13 * When a command is executed a command event is dispatched on the active
15 * command if there might be other command listeners higher up in the DOM tree.
68 * Creates a new command element.
72 var Command = cr.ui.define('command');
    [all...]
  /external/bluetooth/glib/docs/reference/glib/
glib-gettextize.xml 15 <command>glib-gettextize</command>
22 <para><command>glib-gettextize</command> helps to prepare a source package for being
24 It is a variant of the <command>gettextize</command> that ships with
28 <para><command>glib-gettextize</command> differs
29 from <command>gettextize</command> in that it doesn't create a
    [all...]
gtester-report.xml 15 <command>gtester-report</command>
22 <para><command>gtester-report</command> is a script which converts
49 <command>gtester</command>(1)
  /external/llvm/test/Scripts/
ignore 5 # Synopsis: Ignore the result code of the command and always return 0
7 # Syntax: ignore command <arguments>
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
nf_conntrack_ftp.h 8 /* PORT command from client */
12 /* EPRT command from client */
  /external/llvm/test/Other/
invalid-commandline-option.ll 1 ; RUN: not opt --foo |& grep {Unknown command line argument}
  /external/clang/test/CodeGenCXX/
2005-02-19-BitfieldStructCrash.cpp 5 struct Command {
6 Command(QChar c) : c(c) {}
11 Command X(QChar('c'));
  /external/clang/test/CodeGen/
pragma-pack-3.c 2 // CHECK-X32: %union.command = type <{ i8*, [2 x i8] }>
5 // CHECK-X64: %union.command = type <{ i8*, [2 x i8] }>
9 typedef union command { union
15 } command; typedef in typeref:union:command
17 command c;
  /external/e2fsprogs/ext2ed/doc/
user-guide.sgml 139 There are no command line switches.
149 on the screen, with the command prompt <Literal remap="tt">ext2ed&#62;</Literal> displayed.
183 Command window
199 Almost every command will cause some display at this window. This window, as
203 of the <Command>pgdn</Command> and <Command>pgup</Command> commands.
207 The command window is at the bottom of the screen. It always displays a
208 command prompt <Literal remap="tt">ext2ed&#62;</Literal> and allows you to type a command. Feedbac
    [all...]
  /external/gtest/test/
gtest_env_var_test.py 51 COMMAND = 'gtest_env_var_test_.exe'
54 COMMAND = os.path.join(gtest_test_utils.GetBuildDir(),
74 def GetFlag(command, flag):
77 cmd = command
87 def TestFlag(command, flag, test_val, default_val):
92 AssertEq(test_val, GetFlag(command, flag))
94 AssertEq(default_val, GetFlag(command, flag))
97 def TestEnvVarAffectsFlag(command):
100 TestFlag(command, 'break_on_failure', '1', '0')
101 TestFlag(command, 'color', 'yes', 'auto'
    [all...]
  /external/qemu/android/protocol/
ui-common.h 21 /* UI control command header.
22 * Every UI control command sent by the Core, or by the UI begins with this
23 * header, immediately followed by the command parameters (if there are any).
24 * Command type is defined by cmd_type field of this header. If command doesn't
25 * have any command-specific parameters, cmd_param_size field of this header
29 /* Command type. */
34 * follow this header. If command doesn't have any parameters, this field
39 /* UI control command response header.
40 * If UI control command assumes a response from the remote end, the respons
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
command_observer_bridge.mm 20 void CommandObserverBridge::ObserveCommand(int command) {
21 commands_->AddCommandObserver(command, this);
24 void CommandObserverBridge::EnabledStateChangedForCommand(int command,
26 [observer_ enabledStateChangedForCommand:command
  /external/dbus/test/data/auth/
invalid-command-client.auth-script 1 ## this tests that receiving a nonexistent command is handled properly
invalid-command.auth-script 1 ## this tests that receiving a nonexistent command is handled properly
  /external/e2fsprogs/debian/
uuid-runtime.lintian-overrides 1 uuid-runtime: command-with-path-in-maintainer-script prerm:5 /usr/sbin/uuidd
  /external/icu4c/i18n/
i18n.vcxproj 418 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\unicode
419 </Command>
421 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">copy "%(FullPath)" ..\..\include\unicode
422 </Command>
424 <Command Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">copy "%(FullPath)" ..\..\include\unicode
425 </Command>
427 <Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">copy "%(FullPath)" ..\..\include\unicode
428 </Command>
432 <Command Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">copy "%(FullPath)" ..\..\include\unicode
433 </Command>
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
wpa_priv.sgml 16 <command>wpa_priv</command>
27 <para><command>wpa_priv</command> is a privilege separation helper that
28 minimizes the size of <command>wpa_supplicant</command> code that needs
39 <para><command>wpa_priv</command> needs to be run with network admin
41 interface that is included on the command line; any other interface will
42 be off limits for <command>wpa_supplicant</command> in this kind o
    [all...]

Completed in 557 milliseconds

1 2 3 4 5 6 7 8 91011>>