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

1234567891011>>

/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/libppp/src/
H A Dchat.c71 #include "command.h"
708 ExecStr(struct physical *physical, char *command, char *out, int olen) argument
715 log_Printf(LogCHAT, "Exec: %s\n", command);
716 if ((argc = MakeArgs(command, vector, VECSIZE(vector),
719 log_Printf(LogWARN, "Syntax error in exec command\n");
/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/openssh/openbsd-compat/
H A Dbsd-cray.c183 cray_setup (uid_t uid, char *username, const char *command) argument
205 char *ttyn = NULL; /* ttyname or command name*/
262 if ((ttyn == NULL) && ((char *)command != NULL))
263 ttyn = (char *)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/hw/
H A Dscsi-disk.c138 /* Helper function for command completion. */
342 /* Execute a scsi command. Returns the length of the data expected by the
343 command. This will be Positive for data transfers from the device
345 and zero if the command does not transfer any data. */
356 uint8_t command; local
360 command = buf[0];
372 switch (command >> 5) {
401 BADF("Unsupported command length, command %x\n", command);
[all...]
/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) */
349 "RX: version=%d command=%d id=%d len=%d\n",
350 hdr->version, hdr->command,
367 switch (hdr->command) {
379 printf("Unknown IAPP command %d\n", 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) */
349 "RX: version=%d command=%d id=%d len=%d\n",
350 hdr->version, hdr->command,
367 switch (hdr->command) {
379 printf("Unknown IAPP command %d\n", 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) */
349 "RX: version=%d command=%d id=%d len=%d\n",
350 hdr->version, hdr->command,
367 switch (hdr->command) {
379 printf("Unknown IAPP command %d\n", 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/chrome/browser/automation/
H A Dautomation_provider_win.cc350 int command) {
364 tab_contents->delegate()->ExecuteContextMenuCommand(command);
349 OnForwardContextMenuCommandToChrome(int tab_handle, int command) argument
/external/chromium/chrome/browser/
H A Dbrowser_keyevents_browsertest.cc68 bool command; member in struct:__anon1937::KeyEventTestData
266 browser(), test.key, test.ctrl, test.shift, test.alt, test.command));
274 " VKEY:0x%02x, ctrl:%d, shift:%d, alt:%d, command:%d\n"
277 data.key, data.ctrl, data.shift, data.alt, data.command,
470 // On Mac we don't send key up events when command modifier is down.
/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page.cc389 std::string command(cmd); // Make a local copy so we can modify it.
391 if (command.length() > 1 && command[0] == '"') {
392 command = command.substr(1, command.length() - 2);
395 if (command == kDoReportCommand) {
400 if (command == kDontReportCommand) {
405 if (command == kLearnMoreCommand) {
420 if (command
444 DCHECK(colon_index < command.size() - 1); bool result = base::StringToInt(command.begin() + colon_index + 1, command.end(), &element_index); command = command.substr(0, colon_index); DCHECK(result); } if (element_index >= static_cast<int>(unsafe_resources_.size())) argument
[all...]
H A Dsafe_browsing_blocking_page_test.cc261 void SendCommand(const std::string& command) { argument
265 // to its interstital page until it gets a command from the renderer
272 interstitial_page->CommandReceived(command);
/external/chromium/chrome/browser/tab_contents/
H A Dweb_contents_unittest.cc156 virtual void CommandReceived(const std::string& command) { argument
1331 // Run a command.
/external/chromium/chrome/browser/ui/views/
H A Dtoolbar_view.cc122 // NOTE: Don't remove the command observers here. This object gets destroyed
347 int command = sender->tag(); local
351 ((command == IDC_BACK) || (command == IDC_FORWARD))) {
357 browser_->ExecuteCommandWithDisposition(command, disposition);
/external/chromium/chrome/common/
H A Dsqlite_utils.cc176 int SQLTransaction::BeginCommand(const char* command) { argument
179 rv = sqlite3_exec(db_, command, NULL, NULL, NULL);
185 int SQLTransaction::EndCommand(const char* command) { argument
188 rv = sqlite3_exec(db_, command, NULL, NULL, NULL);
222 int SQLNestedTransaction::BeginCommand(const char* command) { argument
229 int rv = sqlite3_exec(db_, command, NULL, NULL, NULL);
244 int SQLNestedTransaction::EndCommand(const char* command) { argument
258 int rv = sqlite3_exec(db_, command, NULL, NULL, NULL);
260 if (strcmp(command, "ROLLBACK") == 0) {
265 DCHECK(strcmp(command, "COMMI
[all...]
/external/chromium/third_party/libjingle/source/talk/examples/call/
H A Dcallclient.cc163 const std::string& command = GetWord(words, 0, ""); local
164 if (command == "quit") {
167 if (command == "accept") {
171 } else if (command == "reject") {
177 if (command == "hangup") {
183 } else if (command == "mute") {
185 } else if (command == "unmute") {
187 } else if ((command == "dtmf") && (words.size() == 2)) {
194 if (command == "roster") {
196 } else if (command
[all...]
/external/chromium_org/chrome/browser/
H A Dbrowser_keyevents_browsertest.cc82 bool command; member in struct:__anon4268::KeyEventTestData
278 browser(), test.key, test.ctrl, test.shift, test.alt, test.command));
286 " VKEY:0x%02x, ctrl:%d, shift:%d, alt:%d, command:%d\n"
289 data.key, data.ctrl, data.shift, data.alt, data.command,
502 // On Mac we don't send key up events when command modifier is down.
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_blocking_page_test.cc395 void SendCommand(const std::string& command) { argument
400 // to its interstital page until it gets a command from the renderer
408 interstitial_page->CommandReceived(command);
732 // command anyway doesn't advance to the malware site.
755 // The "proceed" command should go back instead, if proceeding is disabled.
/external/chromium_org/chrome/browser/storage_monitor/
H A Dstorage_monitor_linux.cc226 std::vector<std::string> command; local
227 command.push_back(kUmountBinary);
228 command.push_back(path.value());
232 if (!base::LaunchProcess(command, options, &handle))

Completed in 563 milliseconds

1234567891011>>