Searched refs:command (Results 401 - 425 of 552) sorted by relevance

<<11121314151617181920>>

/external/llvm/lib/Support/Unix/
H A DProgram.inc360 // Following the POSIX convention for command-line tools (which posix_spawn
/external/mdnsresponder/mDNSShared/
H A Ddnsextd_parser.y137 commands command SEMICOLON
141 command: label
/external/qemu/distrib/sdl-1.2.15/src/cdrom/linux/
H A DSDL_syscdrom.c378 /* General ioctl() CD-ROM command function */
379 static int SDL_SYS_CDioctl(int id, int command, void *arg) argument
383 retval = ioctl(id, command, arg);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowTime.java485 String command = translate.getProperty(String.valueOf(firstChar));
488 if (command == null) {
495 buf.append(command);
/external/webkit/Source/WebCore/editing/
H A DEditor.h198 Command command(const String& commandName); // Command source is CommandFromMenuOrKeyBinding.
199 Command command(const String& commandName, EditorCommandSource);
H A DEditorCommand.cpp276 // Execute command functions
361 // Despite its name, this command should delete the newline at the end of
369 // Despite its name, this command should delete the newline at the end of
442 RefPtr<FormatBlockCommand> command = FormatBlockCommand::create(frame->document(), qualifiedTagName); local
443 applyCommand(command);
444 return command->didApply();
1397 EditorInternalCommand command; member in struct:WebCore::CommandEntry
1592 commandMap.set(commands[i].name, &commands[i].command);
1604 Editor::Command Editor::command(const String& commandName) function in class:WebCore::Editor
1609 Editor::Command Editor::command(cons function in class:WebCore::Editor
1624 Command(const EditorInternalCommand* command, EditorCommandSource source, PassRefPtr<Frame> frame) argument
[all...]
/external/webkit/Source/WebKit/win/Interfaces/
H A DIWebEditingDelegate.idl145 HRESULT doPlatformCommand([in] IWebView* webView, [in] BSTR command, [out, retval] BOOL* result);
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebView.cpp1065 RefPtr<WebEditCommandProxy> command = prpCommand; local
1066 m_undoClient.registerEditCommand(this, command, undoOrRedo);
1084 void WebView::reapplyEditCommand(WebEditCommandProxy* command) argument
1086 if (!m_page->isValid() || !m_page->isValidEditCommand(command))
1089 command->reapply();
1092 void WebView::unapplyEditCommand(WebEditCommandProxy* command) argument
1094 if (!m_page->isValid() || !m_page->isValidEditCommand(command))
1097 command->unapply();
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/mac/
H A DWebEditorClientMac.mm148 frame->editor()->command("selectWord").execute();
/external/antlr/antlr-3.4/runtime/Python/
H A Dsetup.py9 from distutils.command.clean import clean as _clean
62 # Options for 'CmdUnitTest' command
/external/blktrace/btreplay/doc/
H A Dbtreplay.tex40 This document presents the command line overview for
73 specify the \texttt{-a queue} command line option to \texttt{blktrace}.
242 \newpage\section{\label{sec:command-line}Command Line Options}
288 The \texttt{-h} option displays the command line options and
426 The \texttt{-h} option displays the command line options and
492 supplied on the command line.
497 When specified on the command line, all pre-bunch stall indicators will be
513 When specified on the command line, this option instructs \texttt{btreplay}
/external/chromium/chrome/browser/automation/
H A Dautomation_provider.h334 void OnForwardContextMenuCommandToChrome(int tab_handle, int command);
/external/chromium/chrome/browser/resources/ntp/
H A Dmost_visited.js60 document.addEventListener('command', this.handleCommand_.bind(this));
321 var commandId = e.command.id;
331 if (e.command.id == 'clear-all-blacklisted')
/external/chromium/chrome/browser/ui/cocoa/
H A Dbrowser_window_controller.h219 // Executes the command in the context of the current browser.
220 // |command| is an integer value containing one of the constants defined in the
222 - (void)executeCommand:(int)command;
/external/clang/test/Analysis/
H A Dtaint-generic.c109 int system(const char *command);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/bin/
H A Dant.bat60 rem Slurp the command line arguments. This loop allows for an unlimited number
61 rem of arguments (up to the command line limit, anyway).
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DTemplateTranslator.java221 * Chunk of data (i.e. not a CS command).
257 * &lt;?cs set:x='y' &gt; command.
280 * &lt;?cs name:blah &gt; command. Writes out the name of the original variable referred to by a
292 * &lt;?cs if:blah &gt; ... &lt;?cs else &gt; ... &lt;?cs /if &gt; command.
308 * &lt;?cs each:x=Stuff &gt; ... &lt;?cs /each &gt; command. Loops over child items of a data
320 * &lt;?cs with:x=Something &gt; ... &lt;?cs /with &gt; command. Aliases a value within a specific
369 * &lt;?cs loop:10 &gt; ... &lt;?cs /loop &gt; command. Loops over a range of numbers, starting at
383 * &lt;?cs loop:0,10 &gt; ... &lt;?cs /loop &gt; command. Loops over a range of numbers.
396 * &lt;?cs loop:0,10,2 &gt; ... &lt;?cs /loop &gt; command. Loops over a range of numbers, with a
410 JavaExpression incr, PCommand command) {
409 writeLoop(PVariable itemVariable, JavaExpression start, JavaExpression end, JavaExpression incr, PCommand command) argument
456 writeEach(PVariable itemVariable, JavaExpression parentData, PCommand command) argument
[all...]
/external/kernel-headers/original/linux/mtd/
H A Dnand.h51 /* Select the command latch by setting CLE to high */
84 * Note: the command for NAND_CMD_DEPLETE1 is really 0x00 but
87 * so add a high order bit and mask it off in the command.
299 * ALE/CLE/nCE. Also used to write command and address
309 * @erase_cmd: [INTERN] erase command write function, selectable due to AND support
357 void (*cmdfunc)(struct mtd_info *mtd, unsigned command, int column, int page_addr);
/external/openssh/
H A Daudit-bsm.c302 audit_run_command(const char *command) argument
/external/qemu/hw/
H A Dhw.h53 QEMUFile *qemu_popen_cmd(const char *command, const char *mode);
H A Dpc.h76 void vmport_register(unsigned char command, IOPortReadFunc *func, void *opaque);
/external/qemu/slirp/
H A Dtcp_subr.c595 * XXX Assumes the whole command came in one packet
602 * in the packet before the DCC command.
967 * Need to emulate the PORT command
1229 * return 2 if this is a command-line connection
1235 int command; local
1253 command = (ntohl(so->so_faddr.s_addr) & 0xff);
1255 switch(command) {
1263 command == ex_ptr->ex_addr) {
1305 sb->sb_cc = sprintf(sb->sb_wptr, "Slirp command-line ready (type \"help\" for help).\r\nSlirp> ");
/external/qemu/slirp-android/
H A Dtcp_subr.c750 * XXX Assumes the whole command came in one packet
757 * in the packet before the DCC command.
822 * Need to emulate the PORT command
1083 * return 2 if this is a command-line connection
1089 int command; local
1107 command = (so->so_faddr_ip & 0xff);
1109 switch(command) {
1117 command == ex_ptr->ex_addr) {
1159 sb->sb_cc = sprintf(sb->sb_wptr, "Slirp command-line ready (type \"help\" for help).\r\nSlirp> ");
/external/quake/quake/src/QW/client/
H A Dclient.h38 usercmd_t command; // last command for prediction member in struct:__anon12149
/external/quake/quake/src/WinQuake/
H A Dnet_ser.cpp862 int command; local
900 command = MSG_ReadByte();
902 if (command == CCREQ_SERVER_INFO)
921 if (command != CCREQ_CONNECT)

Completed in 778 milliseconds

<<11121314151617181920>>