/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...] |
/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/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
|
/dalvik/dx/etc/ |
manifest.txt | 1 Main-Class: com.android.dx.command.Main
|
/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
|
/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/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...] |
make_residue_books.pl | 31 my $command=$line; 32 print ">>> $command"; 33 die "Couldn't shell command.\n\tcommand:$command\n" 34 if syst($command); 54 my $command="cp $datafile $bookname.tmp"; 55 print ">>> $command\n"; 56 die "Couldn't access partition data file.\n\tcommand:$command\n" 57 if syst($command); 59 my $command="huffbuild $bookname.tmp $interval" [all...] |
/system/core/init/ |
keywords.h | 45 KEYWORD(chdir, COMMAND, 1, do_chdir) 46 KEYWORD(chroot, COMMAND, 1, do_chroot) 48 KEYWORD(class_start, COMMAND, 1, do_class_start) 49 KEYWORD(class_stop, COMMAND, 1, do_class_stop) 50 KEYWORD(class_reset, COMMAND, 1, do_class_reset) 54 KEYWORD(domainname, COMMAND, 1, do_domainname) 55 KEYWORD(exec, COMMAND, 1, do_exec) 56 KEYWORD(export, COMMAND, 2, do_export) 58 KEYWORD(hostname, COMMAND, 1, do_hostname) 59 KEYWORD(ifup, COMMAND, 1, do_ifup [all...] |
/external/llvm/test/Scripts/ |
ignore | 5 # Synopsis: Ignore the result code of the command and always return 0 7 # Syntax: ignore command <arguments>
|
/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 */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/ |
nf_conntrack_ftp.h | 8 /* PORT command from client */ 12 /* EPRT command from client */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter/ |
nf_conntrack_ftp.h | 8 /* PORT command from client */ 12 /* EPRT command from client */
|
/external/junit/src/junit/textui/ |
package-info.java | 2 * Provides JUnit v3.x command line based tool to run tests.
|
/external/llvm/utils/lit/tests/Inputs/shtest-format/external_shell/ |
fail.txt | 1 # Run a command that fails with error on stdout.
|
/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;
|
/frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/ |
Launcher.java | 24 * Entry point into the uiautomator command line 27 * command line arguments. It also prints out help arguments for each sub commands. 29 * To add a new sub command, implement {@link Command} and add an instance into COMMANDS array 36 public static abstract class Command { 39 public Command(String name) { 44 * Returns the name of the sub command 52 * Returns a one-liner of the function of this command 58 * Returns a detailed explanation of the command usage 66 * Starts the command with the provided argument 76 Command command = findCommand(args[0]); local [all...] |
/cts/suite/audio_quality/lib/src/ |
Adb.cpp | 34 android::String8 command; local 35 if (command.appendFormat("forward tcp:%d tcp:%d", hostPort, devicePort) != 0) { 38 if (executeCommand(command) != 0) { 46 android::String8 command; local 47 if (command.appendFormat("install -r %s", clientBinary.string()) != 0) { 50 if (executeCommand(command) != 0) { 53 command.clear(); 54 if (command.appendFormat("shell am start -W -n %s", component.string()) != 0) { 57 if (executeCommand(command) != 0) { 63 /** @param command ADB command except adb -s XYZW * [all...] |
/external/eigen/doc/ |
CMakeLists.txt | 45 COMMAND ${CMAKE_COMMAND} -E make_directory ${CMAKE_CURRENT_BINARY_DIR}/html/ 46 COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/eigendoxy_tabs.css 48 COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/Eigen_Silly_Professor_64x64.png 50 COMMAND ${CMAKE_COMMAND} -E copy ${CMAKE_CURRENT_SOURCE_DIR}/AsciiQuickReference.txt 58 COMMAND ${CMAKE_COMMAND} -E make_directory ${Eigen_BINARY_DIR}/doc/html/unsupported 59 COMMAND ${CMAKE_COMMAND} -E copy ${Eigen_SOURCE_DIR}/doc/eigendoxy_tabs.css 61 COMMAND ${CMAKE_COMMAND} -E copy ${Eigen_SOURCE_DIR}/doc/Eigen_Silly_Professor_64x64.png 70 COMMAND doxygen Doxyfile-unsupported 71 COMMAND doxygen 72 COMMAND doxygen Doxyfile-unsupported # run doxygen twice to get proper eigen <=> unsupported cross referen (…) [all...] |