/external/e2fsprogs/lib/ss/ |
test_cmd.ct | 3 request test_cmd, "Test command",
|
/external/chromium_org/chrome/browser/resources/bookmark_manager/ |
main.html | 33 <script src="chrome://resources/js/cr/ui/command.js"></script> 82 <command i18n-values=".label:rename_folder" id="rename-folder-command"> 83 </command> 84 <command i18n-values=".label:edit" id="edit-command"></command> 85 <command i18n-values=".label:show_in_folder" id="show-in-folder-command"> 86 </command> [all...] |
/external/chromium_org/chrome/browser/resources/enhanced_bookmark_manager/ |
main.html | 33 <script src="chrome://resources/js/cr/ui/command.js"></script> 82 <command i18n-values=".label:rename_folder" id="rename-folder-command"> 83 </command> 84 <command i18n-values=".label:edit" id="edit-command"></command> 85 <command i18n-values=".label:show_in_folder" id="show-in-folder-command"> 86 </command> [all...] |
/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...] |
/external/valgrind/main/gdbserver_tests/ |
mchelp.stderrB.exp | 1 sending command help to pid .... 2 sending command help debug to pid .... 3 sending command v.kill to pid ....
|
mcinvokeRU.stderrB.exp | 1 sending command v.wait 0 to pid .... 2 sending command v.wait 0 to pid .... 3 sending command v.wait 0 to pid .... 4 sending command v.wait 0 to pid .... 5 sending command v.wait 0 to pid .... 6 sending command v.wait 0 to pid .... 7 sending command v.wait 0 to pid .... 8 sending command v.wait 0 to pid .... 9 sending command v.wait 0 to pid .... 10 sending command v.wait 0 to pid ... [all...] |
mcinvokeWS.stderrB.exp | 1 sending command v.wait 0 to pid .... 2 sending command v.wait 0 to pid .... 3 sending command v.wait 0 to pid .... 4 sending command v.wait 0 to pid .... 5 sending command v.wait 0 to pid .... 6 sending command v.wait 0 to pid .... 7 sending command v.wait 0 to pid .... 8 sending command v.wait 0 to pid .... 9 sending command v.wait 0 to pid .... 10 sending command v.wait 0 to pid ... [all...] |
/external/chromium_org/content/browser/devtools/ |
renderer_overrides_handler.h | 43 void ParseCaptureParameters(DevToolsProtocol::Command* command, 50 scoped_refptr<DevToolsProtocol::Command> command); 54 scoped_refptr<DevToolsProtocol::Command> command); 56 scoped_refptr<DevToolsProtocol::Command> command); 58 scoped_refptr<DevToolsProtocol::Command> command); [all...] |
/external/llvm/utils/lit/tests/Inputs/shtest-shell/ |
error-0.txt | 1 # Check error on an internal shell error (unable to find command). 3 # RUN: not-a-real-command
|
/external/chromium_org/chrome/third_party/chromevox/chromevox/background/keymaps/ |
experimental.json | 2 {"command": "handleTabPrev", 7 {"command": "handleTab", 11 {"command": "stopSpeech", 16 {"command": "toggleKeyPrefix", 21 {"command": "forceClickOnCurrentItem", 26 {"command": "left", 31 {"command": "backward", 36 {"command": "right", 41 {"command": "forward", 46 {"command": "help" [all...] |
flat_keymap.json | 2 {"command": "handleTabPrev", 7 {"command": "handleTab", 11 {"command": "stopSpeech", 16 {"command": "enterShifter", 21 {"command": "exitShifter", 26 {"command": "nextGranularity", 31 {"command": "previousGranularity", 36 {"command": "toggleKeyPrefix", 41 {"command": "toggleStickyMode", 47 {"command": "toggleStickyMode" [all...] |
classic_keymap.json | 2 {"command": "handleTabPrev", 7 {"command": "handleTab", 11 {"command": "stopSpeech", 16 {"command": "toggleKeyPrefix", 21 {"command": "toggleStickyMode", 27 {"command": "toggleStickyMode", 33 {"command": "passThroughMode", 38 {"command": "performDefaultAction", 43 {"command": "forceClickOnCurrentItem", 48 {"command": "forceDoubleClickOnCurrentItem" [all...] |
/dalvik/dx/etc/ |
manifest.txt | 1 Main-Class: com.android.dx.command.Main
|
/external/chromium_org/tools/android/forwarder2/ |
command.h | 14 namespace command { namespace in namespace:forwarder2 34 } // namespace command 38 command::Type* command_type_out); 40 // Helper function to read the command from the |socket| and return true if the 41 // |command| is equal to the given command parameter. 42 bool ReceivedCommand(command::Type command, Socket* socket); 44 bool SendCommand(command::Type command, int port, Socket* socket) [all...] |
/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...] |
/external/qemu/distrib/sdl-1.2.15/build-scripts/ |
strip_fPIC.sh | 5 command="" 15 command="$command $1" 20 echo $command 21 exec $command
|
/system/core/init/ |
keywords.h | 47 KEYWORD(chdir, COMMAND, 1, do_chdir) 48 KEYWORD(chroot, COMMAND, 1, do_chroot) 50 KEYWORD(class_start, COMMAND, 1, do_class_start) 51 KEYWORD(class_stop, COMMAND, 1, do_class_stop) 52 KEYWORD(class_reset, COMMAND, 1, do_class_reset) 56 KEYWORD(domainname, COMMAND, 1, do_domainname) 57 KEYWORD(exec, COMMAND, 1, do_exec) 58 KEYWORD(export, COMMAND, 2, do_export) 60 KEYWORD(hostname, COMMAND, 1, do_hostname) 61 KEYWORD(ifup, COMMAND, 1, do_ifup [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...] |
/external/libvorbis/vq/ |
make_floor_books.pl | 26 my $command=$line; 27 print ">>> $command"; 28 die "Couldn't shell command.\n\tcommand:$command\n" 29 if syst($command); 40 $command="rm -f $globalname.vqh"; 41 die "Couldn't remove file.\n\tcommand:$command\n" 42 if syst($command); 62 $command="rm -f $datafile.tmp"; 63 print "\n\n>>> $command\n" [all...] |
/external/chromium_org/chrome/browser/resources/extensions/ |
extension_commands_overlay.html | 10 <div id="extension-command-list" 27 <div class="extension-command-list-extension-item-wrapper"> 28 <div class="extension-command-list-extension-item"> 29 <div class="extension-command-extension-details"> 31 <span class="extension-title command-title"></span> 32 <div class="command-details"></div> 38 <div class="extension-command-list-command-item-wrapper"> 39 <div class="extension-command-list-command-item" [all...] |
/external/chromium_org/chrome/installer/linux/common/ |
default-app-block.template | 4 <command>@@INSTALLDIR@@/@@PACKAGE@@ %s</command> 8 <tab-command>@@INSTALLDIR@@/@@PACKAGE@@ %s</tab-command> 9 <win-command>@@INSTALLDIR@@/@@PACKAGE@@ --new-window %s</win-command>
|
/external/chromium_org/ui/webui/resources/js/cr/ui/ |
menu_test.html | 9 <script src="command.js"></script> 24 * Tests that if the command attributes are spacified, they are copied to the 29 var command = new cr.ui.Command(); 30 command.id = 'the-command'; 31 command.label = 'CommandLabel'; 32 command.disabled = false; 33 command.hidden = false; 34 document.body.appendChild(command); [all...] |
/external/chromium_org/chrome/browser/chromeos/system_logs/ |
command_line_log_source.cc | 27 CommandLine command(base::FilePath("/usr/bin/amixer")); 28 command.AppendArg("-c0"); 29 command.AppendArg("contents"); 30 commands.push_back(std::make_pair("alsa controls", command)); 32 command = CommandLine((base::FilePath("/usr/bin/cras_test_client"))); 33 command.AppendArg("--dump_server_info"); 34 commands.push_back(std::make_pair("cras", command)); 36 command = CommandLine((base::FilePath("/usr/bin/cras_test_client"))); 37 command.AppendArg("--loopback_file"); 38 command.AppendArg("/dev/null") [all...] |
/external/chromium_org/tools/cr/cr/ |
autocomplete.py | 8 current command line. 15 """Attempts to build a completion list for the current command line. 18 the index of that word on the command line. 25 # TODO(iancottrell): support auto complete of more than just the command 26 # try to parse the command line using parser 27 print ' '.join(command.name for command in cr.Command.Plugins())
|
/prebuilts/gcc/linux-x86/host/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 */
|