Searched defs:command (Results 226 - 250 of 428) sorted by relevance

1234567891011>>

/external/iptables/extensions/
H A Dlibxt_time.c304 static void time_print_date(time_t date, const char *command) argument
313 if (command != NULL)
319 command, t->tm_year + 1900, t->tm_mon + 1,
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DTemplateTranslator.java221 * Chunk of data (i.e. not a CS command).
257 * <?cs set:x='y' > command.
280 * <?cs name:blah > command. Writes out the name of the original variable referred to by a
292 * <?cs if:blah > ... <?cs else > ... <?cs /if > command.
308 * <?cs each:x=Stuff > ... <?cs /each > command. Loops over child items of a data
320 * <?cs with:x=Something > ... <?cs /with > command. Aliases a value within a specific
369 * <?cs loop:10 > ... <?cs /loop > command. Loops over a range of numbers, starting at
383 * <?cs loop:0,10 > ... <?cs /loop > command. Loops over a range of numbers.
396 * <?cs loop:0,10,2 > ... <?cs /loop > 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/jsilver/src/com/google/clearsilver/jsilver/interpreter/
H A DTemplateInterpreter.java95 * Chunk of data (i.e. not a CS command).
127 * <?cs lvar:blah > command. Evaluate expression and execute commands within.
136 * <?cs evar:blah > command. Evaluate expression and execute commands within.
162 * <?cs linclude!'somefile.cs' > command. Lazily includes another template (at render time).
172 * <?cs linclude:'somefile.cs' > command. Lazily includes another template (at render time).
182 * <?cs include!'somefile.cs' > command. Throw an error if file does not exist.
191 * <?cs include:'somefile.cs' > command. Silently ignore if the included file does not
201 * <?cs set:x='y' > command.
225 * <?cs name:blah > command. Writes out the name of the original variable referred to by a
239 * <?cs if:blah > ... <?cs else > ... <?cs /if > command
521 each(PVariable variable, String parentName, Data items, PCommand command) argument
540 loop(PVariable loopVar, int start, int end, int incr, PCommand command) argument
[all...]
/external/kernel-headers/original/uapi/linux/netfilter/
H A Dnfnetlink_queue.h72 __u8 command; /* nfqnl_msg_config_cmds */ member in struct:nfqnl_msg_config_cmd
/external/libnfc-nxp/src/
H A DphFriNfc_ISO15693Format.c68 /* Inventory command support mask for the CC byte 4 */
72 /* Flags for the command */
138 uint8_t command,
149 uint8_t command,
172 *(psNdefSmtCrdFmt->SendRecvBuf + send_index) = (uint8_t)command;
181 switch (command)
527 /* GET system information command to get the card size */
147 phFriNfc_ISO15693_H_FmtReadWrite( phFriNfc_sNdefSmtCrdFmt_t *psNdefSmtCrdFmt, uint8_t command, uint8_t *p_data, uint8_t data_length) argument
/external/lldb/source/API/
H A DSBCommandInterpreter.cpp49 DoExecute (Args& command, CommandReturnObject &result) argument
54 bool ret = m_backend->DoExecute (debugger_sb,(char**)command.GetArgumentVector(), sb_return);
116 log->Printf ("SBCommandInterpreter(%p)::HandleCommand (command=\"%s\", SBCommandReturnObject(%p), add_to_history=%i)",
126 result->AppendError ("SBCommandInterpreter or the command line is not valid");
130 // We need to get the value again, in case the command disabled the log!
136 log->Printf ("SBCommandInterpreter(%p)::HandleCommand (command=\"%s\", SBCommandReturnObject(%p): %s, add_to_history=%i) => %i",
/external/lldb/source/Commands/
H A DCommandObjectBreakpointCommand.cpp52 This command will cause you to be prompted to enter the command or set of\n\
54 will be told to enter your command(s), and will see a '> 'prompt. Because\n\
61 An improperly written breakpoint command will attempt to get executed when the\n\
62 breakpoint gets hit, and usually silently fail. If your breakpoint command does\n\
73 you finish entering the breakpoint command, and they can be called later (don't\n\
115 Example Python one-line breakpoint command:\n\
117 (lldb) breakpoint command add -s python 1\n\
118 Enter your Python command(s). Type 'DONE' to end.\n\
123 (lldb) breakpoint command ad
509 DoExecute(Args& command, CommandReturnObject &result) argument
691 DoExecute(Args& command, CommandReturnObject &result) argument
788 DoExecute(Args& command, CommandReturnObject &result) argument
[all...]
H A DCommandObjectFrame.cpp79 DoExecute (Args& command, CommandReturnObject &result) argument
191 DoExecute (Args& command, CommandReturnObject &result) argument
244 if (command.GetArgumentCount() == 1)
246 const char *frame_idx_cstr = command.GetArgumentAtIndex(0);
249 else if (command.GetArgumentCount() == 0)
377 DoExecute (Args& command, CommandReturnObject &result) argument
410 if (command.GetArgumentCount() > 0)
414 // If we have any args to the variable command, we will make
416 for (idx = 0; (name_cstr = command.GetArgumentAtIndex(idx)) != NULL; ++idx)
511 else // No command ar
[all...]
H A DCommandObjectSettings.cpp65 at once by giving the values to the set command. For example: \n\
78 Warning: The 'set' command re-sets the entire array or dictionary. If you \n\
147 // Instance variables to hold the values for command options.
218 DoExecute (const char *command, CommandReturnObject &result) argument
220 Args cmd_args(command);
237 result.AppendError ("'settings set' command requires a valid variable name");
242 // Split the raw command into var_name and value pair.
243 llvm::StringRef raw_str(command);
262 // if we did not clear the command's exe_ctx first
554 DoExecute (const char *command, CommandReturnObjec argument
689 DoExecute(const char *command, CommandReturnObject &result) argument
810 DoExecute(const char *command, CommandReturnObject &result) argument
934 DoExecute(const char *command, CommandReturnObject &result) argument
1048 DoExecute(const char *command, CommandReturnObject &result) argument
1150 DoExecute(Args& command, CommandReturnObject &result) argument
[all...]
H A DCommandObjectWatchpointCommand.cpp52 This command will cause you to be prompted to enter the command or set \n\
54 hit. You will be told to enter your command(s), and will see a '> ' \n\
62 entered. An improperly written watchpoint command will attempt to get \n\
64 your watchpoint command does not appear to be getting executed, go \n\
76 you finish entering the watchpoint command, and they can be called \n\
99 Example Python one-line watchpoint command: \n\
101 (lldb) watchpoint command add -s python 1 \n\
102 Enter your Python command(s). Type 'DONE' to end. \n\
107 (lldb) watchpoint command ad
486 DoExecute(Args& command, CommandReturnObject &result) argument
652 DoExecute(Args& command, CommandReturnObject &result) argument
743 DoExecute(Args& command, CommandReturnObject &result) argument
[all...]
/external/lldb/source/Plugins/DynamicLoader/POSIX-DYLD/
H A DDynamicLoaderPOSIXDYLD.cpp65 DynamicLoaderPOSIXDYLD::GetPluginCommandHelp(const char *command, Stream *strm) argument
194 DynamicLoaderPOSIXDYLD::ExecutePluginCommand(Args &command, Stream *strm) argument
200 DynamicLoaderPOSIXDYLD::EnablePluginLogging(Stream *strm, Args &command) argument
/external/lldb/tools/driver/
H A DIOChannel.cpp589 IOChannel::AddCommandToQueue (const char *command) argument
591 m_command_queue.push (std::string(command));
/external/lzma/C/Util/7z/
H A D7zMain.c299 "Usage: 7zDec <command> <archive_name>\n\n"
309 PrintError("incorrect command");
337 char *command = args[1]; local
339 if (strcmp(command, "l") == 0) listCommand = 1;
340 else if (strcmp(command, "t") == 0) testCommand = 1;
341 else if (strcmp(command, "e") == 0) extractCommand = 1;
342 else if (strcmp(command, "x") == 0) { extractCommand = 1; fullPaths = 1; }
345 PrintError("incorrect command");
/external/qemu/distrib/sdl-1.2.15/src/cdrom/beos/
H A DSDL_syscdrom.cc256 /* General ioctl() CD-ROM command function */
257 static int SDL_SYS_CDioctl(int index, int command, void *arg) argument
265 if ( ioctl(fd, command, arg) == B_NO_ERROR ) {
/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/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/qemu/telephony/
H A Dsim_card.c330 int command, id, p1, p2, p3; local
379 if ( sscanf(cmd, "+CRSM=%d,%d,%d,%d,%d", &command, &id, &p1, &p2, &p3) == 5 ) {
380 switch (command) {
/external/wpa_supplicant_8/hostapd/src/ap/
H A Diapp.c59 u8 command; member in struct:iapp_hdr
190 hdr->command = IAPP_CMD_ADD_notify;
227 * F=0 (no poll command; unsolicited frame) */
343 "RX: version=%d command=%d id=%d len=%d\n",
344 hdr->version, hdr->command,
362 switch (hdr->command) {
374 wpa_printf(MSG_INFO, "Unknown IAPP command %d", hdr->command);
/external/wpa_supplicant_8/src/ap/
H A Diapp.c59 u8 command; member in struct:iapp_hdr
190 hdr->command = IAPP_CMD_ADD_notify;
227 * F=0 (no poll command; unsolicited frame) */
343 "RX: version=%d command=%d id=%d len=%d\n",
344 hdr->version, hdr->command,
362 switch (hdr->command) {
374 wpa_printf(MSG_INFO, "Unknown IAPP command %d", hdr->command);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Diapp.c59 u8 command; member in struct:iapp_hdr
190 hdr->command = IAPP_CMD_ADD_notify;
227 * F=0 (no poll command; unsolicited frame) */
343 "RX: version=%d command=%d id=%d len=%d\n",
344 hdr->version, hdr->command,
362 switch (hdr->command) {
374 wpa_printf(MSG_INFO, "Unknown IAPP command %d", hdr->command);
/external/robolectric/lib/main/
H A Dh2-1.2.147.jar ... h2.table.TableBase createTable (org.h2.command.ddl.CreateTableData) } org/h2/api/Trigger.class ...
/external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
H A DANTLR3.java476 * A refactored method for populating all the command line arguments based
757 private int run(String[] command, OutputStream out, OutputStream err) throws IOException { argument
772 exe.setCommandline(command);
/external/chromium_org/chrome/browser/
H A Dbrowser_keyevents_browsertest.cc78 bool command; member in struct:__anon2957::KeyEventTestData
274 browser(), test.key, test.ctrl, test.shift, test.alt, test.command));
282 " VKEY:0x%02x, ctrl:%d, shift:%d, alt:%d, command:%d\n"
285 data.key, data.ctrl, data.shift, data.alt, data.command,
489 // On Mac we don't send key up events when command modifier is down.
/external/chromium_org/chrome/browser/devtools/device/adb/
H A Dmock_adb_server.cc423 NOTREACHED() << "Unknown command " << request;
430 NOTREACHED() << "Unknown command " << request;
437 NOTREACHED() << "Unknown command " << request;
444 NOTREACHED() << "Unknown command " << request;
450 void ProcessCommand(const std::string& command) { argument
452 if (command == "host:devices") {
456 } else if (command.find(kHostTransportPrefix) == 0) {
457 selected_device_ = command.substr(strlen(kHostTransportPrefix));
461 } else if (command == kDeviceModelCommand) {
463 } else if (command
[all...]
/external/chromium_org/chrome/browser/devtools/device/usb/
H A Dandroid_usb_browsertest.cc88 const char* GetMockShellResponse(std::string command) { argument
89 if (command == kDeviceModelCommand) {
91 } else if (command == kOpenedUnixSocketsCommand) {
93 } else if (command == kDumpsysCommand) {
95 } else if (command == kListProcessesCommand) {
97 } else if (command == kInstalledChromePackagesCommand) {
176 if ((current_message_->command ^ 0xffffffff) != magic) {
222 switch (current_message_->command) {
255 append(response->command);
259 (response->command !
[all...]

Completed in 4150 milliseconds

1234567891011>>