HomeSort by relevance Sort by last modified time
    Searched full:command (Results 551 - 575 of 8546) sorted by null

<<21222324252627282930>>

  /external/emma/core/java12/
emmarun.java 9 import com.vladium.emma.Command;
26 final Command command = Command.create ("run", emmarun.class.getName (), args); local
27 command.run ();
  /external/grub/
TODO 30 * Add configuration inclusion support by adding a command "include". !
59 * Add a command to run a GRUB script file. !!
61 * Add commands to manipulate the menu from the command-line interface. !
68 * Fix-up FreeBSD, NetBSD (and OpenBSD ?) command-line boot
89 Nope. Improving the `find' command would solve this problem.
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
InterpretedMacro.java 38 private final PCommand command; field in class:InterpretedMacro
45 public InterpretedMacro(PCommand command, Template owningTemplate, String macroName,
48 this.command = command;
64 command.apply(templateInterpreter);
  /external/llvm/cmake/modules/
TableGen.cmake 17 COMMAND ${${project}_TABLEGEN_EXE} ${ARGN} -I ${CMAKE_CURRENT_SOURCE_DIR}
32 COMMAND ${CMAKE_COMMAND} -E copy_if_different
64 COMMAND ${CMAKE_COMMAND} -E make_directory ${CX_NATIVE_TG_DIR}
68 COMMAND ${CMAKE_COMMAND} -UMAKE_TOOLCHAIN_FILE -DCMAKE_BUILD_TYPE=Release
108 COMMAND ${CMAKE_BUILD_TOOL} ${target}
  /external/markdown/markdown/
commandline.py 2 COMMAND-LINE SPECIFIC STUFF
6 Markdown is called from the command line.
20 Python 2.3 or higher required for advanced command line options.
29 Define and parse `optparse` options for command-line usage.
88 """Run Markdown from the command line."""
  /external/openssh/regress/
multiplex.sh 82 trace "test check command"
83 ${SSH} -F $OBJ/ssh_config -S $CTL -Ocheck otherhost || fail "check command failed"
85 trace "test exit command"
86 ${SSH} -F $OBJ/ssh_config -S $CTL -Oexit otherhost || fail "send exit command failed"
91 kill -0 $MASTER_PID >/dev/null 2>&1 && fail "exit command failed"
  /external/webkit/Source/WebCore/editing/
TypingCommand.h 85 static PassRefPtr<TypingCommand> create(Document* document, ETypingCommand command, const String& text = "", Options options = 0, TextGranularity granularity = CharacterGranularity)
87 return adoptRef(new TypingCommand(document, command, text, options, granularity, TextCompositionNone));
90 static PassRefPtr<TypingCommand> create(Document* document, ETypingCommand command, const String& text, Options options, TextCompositionType compositionType)
92 return adoptRef(new TypingCommand(document, command, text, options, CharacterGranularity, compositionType));
126 // characters that were deleted, but only if the typing command being undone
  /external/webkit/Source/WebCore/inspector/front-end/
ExtensionAPI.js 53 extensionServer.sendRequest({ command: "subscribe", type: this._type });
69 extensionServer.sendRequest({ command: "unsubscribe", type: this._type });
101 extensionServer.sendRequest({ command: "log", message: message });
129 return extensionServer.sendRequest({ command: "getHAR" }, callback && callbackWrapper);
134 return extensionServer.sendRequest({ command: "addRequestHeaders", headers: headers, extensionId: location.hostname });
150 extensionServer.sendRequest({ command: "getResourceContent", id: this._id }, callback && callbackWrapper);
173 command: "createPanel",
200 command: "createSidebarPane",
237 extensionServer.sendRequest({ command: "setSidebarHeight", id: this._id, height: height });
242 extensionServer.sendRequest({ command: "setSidebarContent", id: this._id, expression: expression, rootTitle: rootTitle, evaluateOnPage: (…)
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
ModelInterpreter.java 469 onCHLD(String command) throws InterpreterEx
471 // command starts with "+CHLD="
476 c0 = command.charAt(6);
478 if (command.length() >= 8) {
479 c1 = command.charAt(7);
490 onDial(String command) throws InterpreterEx
494 success = mSimulatedCallState.onDial(command.substring(1));
514 onSMSSend(String command)
532 String command = commands[i]; local
534 if (command.equals("A"))
    [all...]
  /hardware/libhardware_legacy/include/hardware_legacy/
wifi.h 90 * wifi_command() issues a command to the Wi-Fi driver.
99 * @param iface is the interface on which command is sent
100 * @param command is the string command
108 int wifi_command(const char *iface, const char *command, char *reply, size_t *reply_len);
  /libcore/luni/src/main/java/java/util/concurrent/
Executor.java 102 * Executes the given command at some time in the future. The command
106 * @param command the runnable task
109 * @throws NullPointerException if command is null
111 void execute(Runnable command);
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
vpath 27 print MAKEFILE "kbd.o : kbd.c defs.h command.h\n";
29 print MAKEFILE "commands.o : command.c defs.h command.h\n";
42 "$workdir${pathsep}kbd.c","$workdir${pathsep}command.h",
45 "$workdir${pathsep}command.c");
  /ndk/sources/host-tools/make-3.81/tests/scripts/options/
dash-k 26 kbd.o : kbd.c defs.h command.h
29 commands.o : command.c defs.h command.h
42 "$workdir${pathsep}command.h",
45 "$workdir${pathsep}command.c");
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ipmi.h 53 * will go back to the application that send the command. If the
197 #define IPMI_RESPONSE_RECV_TYPE 1 /* A response to a command */
199 #define IPMI_CMD_RECV_TYPE 3 /* A command from somewhere else */
236 * In general, you send a command down to the interface and receive
239 * incoming messages are for which command and find the proper msgid
251 * not, for instance, have to format a send command, you just send
252 * whatever command you want to the channel, the driver will create
253 * the send command, automatically issue receive command and get even
270 response to this request if it is a command
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ipmi.h 53 * will go back to the application that send the command. If the
197 #define IPMI_RESPONSE_RECV_TYPE 1 /* A response to a command */
199 #define IPMI_CMD_RECV_TYPE 3 /* A command from somewhere else */
236 * In general, you send a command down to the interface and receive
239 * incoming messages are for which command and find the proper msgid
251 * not, for instance, have to format a send command, you just send
252 * whatever command you want to the channel, the driver will create
253 * the send command, automatically issue receive command and get even
270 response to this request if it is a command
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ipmi.h 53 * will go back to the application that send the command. If the
197 #define IPMI_RESPONSE_RECV_TYPE 1 /* A response to a command */
199 #define IPMI_CMD_RECV_TYPE 3 /* A command from somewhere else */
236 * In general, you send a command down to the interface and receive
239 * incoming messages are for which command and find the proper msgid
251 * not, for instance, have to format a send command, you just send
252 * whatever command you want to the channel, the driver will create
253 * the send command, automatically issue receive command and get even
270 response to this request if it is a command
    [all...]
  /sdk/emulator/opengl/shared/OpenglOsUtils/
osProcessUnix.cpp 34 // buildArgList converts a command line into null terminated argument list.
39 static char **buildArgList(const char *command)
44 char *tmpcmd = strdup(command);
94 static pid_t start_process(const char *command,const char *startDir)
115 char **argv = buildArgList(command);
  /system/extras/tests/wifi/stress/
wifiLoadScanAssoc.c 37 * use of the -d and -D command-line options.
42 * -e (end) command-line options. Can also specify a single specific
45 * through the use of the -t command-line option.
98 // Command-line mutual exclusion detection flags.
112 * 1. Command-line parsing
139 // Parse command line arguments
145 testPrintE("Invalid command-line specified minimum delay "
154 testPrintE("Invalid command-line specified maximum delay "
163 testPrintE("Invalid command-line specified duration of: %s",
171 testPrintE("Invalid combination of command-line options,")
    [all...]
  /system/core/sh/
TOUR 44 back to the main command loop */
91 EXINT exception to return to the main command loop. (Exception:
93 command.) The INTOFF and INTON macros (defined in exception.h)
162 CTLBACKQ Command substitution
163 CTLBACKQ|CTLQUOTE Command substitution inside double quotes
202 variable and command substitution, the parser doesn't insert any
207 able and command substitution phase. Words which are subject
211 EXECUTION: Command execution is handled by the following files:
222 quotes. It saves the result in memory if the command is a buil-
223 tin; otherwise it forks off a child to execute the command an
    [all...]
  /external/oprofile/doc/
oprofile.xml 255 Several OProfile developers and users sometimes hang out on channel <command>#oprofile</command>
267 First you need to build OProfile and install it. <command>./configure</command>, <command>make</command>, <command>make install</command>
268 is often all you need, but note these arguments to <command>./configure</command>
    [all...]
  /external/grub/netboot/
i82586.c 38 Command word
39 Tx/Command block addr.
41 The command word accepts the following controls for the Tx and Rx units:
55 The Tx ("command") unit executes a list of commands that look like:
56 Status word Written by the 82586 when the command is done.
57 Command word Command in lower 3 bits, post-command action in upper 3
58 Link word The address of the next command.
61 Some definitions related to the Command Word are
    [all...]
  /external/skia/tools/
compare_baselines.py 100 def RunCommand(command):
101 """Run a command, raising an exception if it fails.
103 @param command the command as a single string
105 print 'running command [%s]...' % command
106 retval = os.system(command)
108 # raise Exception('command [%s] failed' % command)
182 """Allow other scripts to call this script with fake command-line args
    [all...]
  /frameworks/base/media/java/android/media/
AsyncPlayer.java 38 private static final class Command {
52 private final LinkedList<Command> mCmdQueue = new LinkedList();
54 private void startSound(Command cmd) {
87 Command cmd = null;
110 Log.w(mTag, "STOP command without a player");
166 Command cmd = new Command();
188 Command cmd = new Command();
197 private void enqueueLocked(Command cmd)
    [all...]
  /external/libnfc-nci/src/nfc/int/
rw_int.h 55 #define RW_T1T_LOCK_UPDATE_INITIATED 0x01 /* Sent command to set the Lock bytes */
62 #define RW_T1T_STATE_READ 0x02 /* waiting rsp for read command sent to tag */
63 #define RW_T1T_STATE_WRITE 0x03 /* waiting rsp for write command sent to tag */
124 UINT8 op_code; /* Command sent */
140 tT1T_CMD_RSP_INFO *p_cmd_rsp_info; /* Pointer to Command rsp info of last sent command */
143 BT_HDR *p_cur_cmd_buf; /* Buffer to hold cur sent command for retransmission */
145 tRW_T1T_PREV_CMD_RSP_INFO prev_cmd_rsp_info; /* Information about previous sent command if retx */
146 TIMER_LIST_ENT timer; /* timer to set timelimit for the response to command */
215 #define RW_T2T_LOCK_UPDATE_INITIATED 0x01 /* Sent command to set the Lock bytes *
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiNative.java 75 private native boolean doBooleanCommand(String iface, String command);
77 private native int doIntCommand(String iface, String command);
79 private native String doStringCommand(String iface, String command);
98 private boolean doBooleanCommand(String command) {
99 if (DBG) Log.d(mTAG, "doBoolean: " + command);
100 return doBooleanCommand(mInterface, command);
103 private int doIntCommand(String command) {
104 if (DBG) Log.d(mTAG, "doInt: " + command);
105 return doIntCommand(mInterface, command);
108 private String doStringCommand(String command) {
594 String command = "P2P_CONNECT "; local
745 String command = "P2P_SERVICE_ADD"; local
760 String command = "P2P_SERVICE_DEL "; local
786 String command = "P2P_SERV_DISC_REQ"; local
    [all...]

Completed in 705 milliseconds

<<21222324252627282930>>