/external/smack/src/org/jivesoftware/smackx/commands/ |
AdHocCommand.java | 30 * An ad-hoc command is responsible for executing the provided service and
32 * instance of the command, allowing information related to executions to be
33 * stored in it. For example suppose that a command that retrieves the list of
34 * users on a server is implemented. When the command is executed it gets that
35 * list and the result is stored as a form in the command instance, i.e. the
38 * Each command has a <tt>node</tt> that should be unique within a given JID.
41 * gathering information required for the command execution. Users are able to
44 * "cancel" action when submitting a stage response indicating that the command
72 // TODO: Analyze the redesign of command by having an ExecutionResponse as a
106 * Set the the human readable name of the command, usually used for [all...] |
/frameworks/base/core/tests/inputmethodtests/ |
run_core_inputmethod_test.sh | 19 COMMAND="adb install -r $TESTAPP" 20 echo $COMMAND 21 $COMMAND
|
/frameworks/base/core/tests/systemproperties/ |
run_core_systemproperties_test.sh | 19 COMMAND="adb install -r $TESTAPP" 20 echo $COMMAND 21 $COMMAND
|
/packages/apps/Music/src/com/android/music/ |
MediaButtonIntentReceiver.java | 82 String command = null; local 85 command = MediaPlaybackService.CMDSTOP; 89 command = MediaPlaybackService.CMDTOGGLEPAUSE; 92 command = MediaPlaybackService.CMDNEXT; 95 command = MediaPlaybackService.CMDPREVIOUS; 98 command = MediaPlaybackService.CMDPAUSE; 101 command = MediaPlaybackService.CMDPLAY; 105 if (command != null) { 108 if ((MediaPlaybackService.CMDTOGGLEPAUSE.equals(command) || 109 MediaPlaybackService.CMDPLAY.equals(command)) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
reboot.h | 18 * RESTART Restart system using default command and mode. 20 * CAD_ON Ctrl-Alt-Del sequence causes RESTART command. 23 * RESTART2 Restart system using given command string.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
reboot.h | 18 * RESTART Restart system using default command and mode. 20 * CAD_ON Ctrl-Alt-Del sequence causes RESTART command. 23 * RESTART2 Restart system using given command string.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
reboot.h | 18 * RESTART Restart system using default command and mode. 20 * CAD_ON Ctrl-Alt-Del sequence causes RESTART command. 23 * RESTART2 Restart system using given command string.
|
/external/llvm/test/MC/MachO/ |
linker-options.ll | 11 ; CHECK-OBJ: # Load Command 1 12 ; CHECK-OBJ: (('command', 45) 19 ; CHECK-OBJ: # Load Command 2 20 ; CHECK-OBJ: (('command', 45) 27 ; CHECK-OBJ: # Load Command 3 28 ; CHECK-OBJ: (('command', 45)
|
/external/valgrind/main/callgrind/docs/ |
callgrind_control-manpage.xml | 21 <command>callgrind_control</command> 32 <command>callgrind_control</command> controls programs being run by the 33 Valgrind tool Callgrind. When a <command>pid/program name</command>
|
/external/wpa_supplicant_8/hostapd/ |
hostapd_cli.1 | 1 .TH HOSTAPD_CLI 1 "April 7, 2005" hostapd_cli "hostapd command-line interface" 3 hostapd_cli \- hostapd command-line interface 6 [\-p<path>] [\-i<ifname>] [\-a<path>] [\-hvB] [command..] 13 is a command-line interface for the 29 from the command line. 56 from the command line.
|
/build/core/ |
process_wrapper.sh | 4 # command that is executed instead of the server 5 # command. It starts a new xterm in which the user can
|
/external/clang/utils/analyzer/ |
reducer.pl | 6 die "$prog <code file> <error string> [optional command]\n" if ($#ARGV < 0); 24 my $command; 25 if (scalar(@ARGV) > 0) { $command = \@ARGV; } 28 $command = [$compiler, "-fsyntax-only", "-Wfatal-errors", "-Wno-deprecated-declarations", "-Wimplicit-function-declaration"]; 30 push @$command, $srcFile; 31 my $commandStr = "@$command"; 39 my \$command = "$commandStr > $reduceOut 2>&1"; 40 system(\$command);
|
/external/e2fsprogs/lib/ss/ |
std_rqs.ct | 7 request ss_help, "Display info on command or topic.", 28 "Execute a UNIX command line.",
|
test_script_expected | 13 test_ss: Command not found quux 15 test_ss: Command not found quux
|
/external/expat/tests/benchmark/ |
README.txt | 1 Use this benchmark command line utility as follows: 5 The command line arguments are:
|
/external/icu4c/stubdata/reduced_coll/ |
README.txt | 2 name to icudt42l.dat, and then run the following command in this directory: 9 to do something like this to execute the command:
|
/external/qemu/android/protocol/ |
core-commands.h | 48 /* Formats AUICMD_SET_COARSE_ORIENTATION UI control command parameters. */ 53 /* Formats AUICMD_TRACE_CONTROL UI control command parameters. */ 58 /* Formats AUICMD_GET_NETSPEED UI control command parameters. */ 63 /* Formats AUICMD_GET_NETSPEED UI control command response. 75 /* Formats AUICMD_GET_NETDELAY UI control command parameters. */ 80 /* Formats AUICMD_GET_NETDELAY UI control command response. 92 /* Formats AUICMD_GET_QEMU_PATH UI control command parameters. */ 98 /* Formats AUICMD_GET_QEMU_PATH UI control command response. */
|
/external/quake/quake/src/WinQuake/ |
cmd.h | 21 // cmd.h -- Command buffer and command execution 31 The + command line options are also added to the command buffer. 43 // the text is added to the end of the command buffer. 46 // when a command wants to issue other commands immediately, the text is 51 // Pulls off \n terminated lines of text from the command buffer and sends 54 // Do not call inside a command function! 60 Command execution takes a null terminated string, breaks it into tokens, 61 then searches for a command or variable that matches the first token [all...] |
/external/webkit/Source/JavaScriptCore/ |
CMakeListsWinCE.txt | 12 COMMAND ${PERL_EXECUTABLE} ${JAVASCRIPTCORE_DIR}/create_jit_stubs --prefix=MSVC ${JAVASCRIPTCORE_DIR}/jit/JITStubs.cpp > ${DERIVED_SOURCES_DIR}/GeneratedJITStubs.asm 18 COMMAND armasm -nologo ${DERIVED_SOURCES_DIR}/GeneratedJITStubs.asm ${DERIVED_SOURCES_DIR}/GeneratedJITStubs.obj
|
/frameworks/base/libs/usb/tests/AccessoryChat/ |
README.txt | 6 accessorychat - A C command-line program that communicates with AccessoryChat. 9 command line program, which will work if run as root on an
|
/frameworks/base/tools/aidl/ |
options.h | 15 // This struct is the parsed version of the command line options 31 // takes the inputs from the command line and fills in the Options struct
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
errors | 8 ."command that has a '-' in front of it (and a command that is \n" 9 ."intended to fail) and then a delete command after that is \n" 11 ."command as it is supposed to, then the second command should \n" 14 ."command is given with the -i option instead of the '-' in \n" 15 ."front of the command. They should run the same. "; 58 # command in the target and execute the second which deletes the file "foo"
|
/system/core/sh/ |
sh.1 | 39 .Nd command interpreter (shell) 82 is the standard command interpreter for the system. 101 The shell is a command that reads lines from either a file or the 106 command). 125 An interactive shell generally prompts before each command and handles 126 programming and command errors differently (as described below). 190 If command line arguments besides the options have been specified, then 210 The following options can be set from the command line or 229 If not interactive, exit immediately if any untested command fails. 230 The exit status of a command is considered to b [all...] |
/external/libnfc-nci/src/nfc/nci/ |
nci_hmsgs.c | 39 ** Description compose and send CORE RESET command to command queue 71 ** Description compose and send CORE INIT command to command queue 102 ** Description compose and send CORE GET_CONFIG command to command queue 135 ** Description compose and send CORE SET_CONFIG command to command queue 188 ** Description compose and send CORE CONN_CREATE command to command queu [all...] |
/external/clang/lib/AST/ |
CommentSema.cpp | 62 void Sema::actOnBlockCommandArgs(BlockCommandComment *Command, 64 Command->setArgs(Args); 67 void Sema::actOnBlockCommandFinish(BlockCommandComment *Command, 69 Command->setParagraph(Paragraph); 70 checkBlockCommandEmptyParagraph(Command); 71 checkBlockCommandDuplicate(Command); 72 checkReturnsCommand(Command); 73 checkDeprecatedCommand(Command); 81 ParamCommandComment *Command = 86 Diag(Command->getLocation() [all...] |