HomeSort by relevance Sort by last modified time
    Searched refs:commands (Results 101 - 125 of 236) sorted by null

1 2 3 45 6 7 8 910

  /development/samples/GlobalTime/src/com/android/globaltime/
GLView.java 142 * <p> The supported keyboard commands are as follows:
145 * <li> h - display a list of commands
218 private static final String[] commands = { field in class:GLView
283 private float[] params = new float[commands.length];
623 addMessage(commands[mParam],
637 addMessage(commands[mParam],
751 for (int i = 0; i < commands.length; i++) {
752 if (command.equals(commands[i])) {
793 addMessage(commands[mParam],
  /external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
WebPageMac.mm 130 bool WebPage::executeKeypressCommandsInternal(const Vector<WebCore::KeypressCommand>& commands, KeyboardEvent* event)
136 for (size_t i = 0; i < commands.size(); ++i) {
137 if (commands[i].commandName == "insertText:") {
145 eventWasHandled |= frame->editor()->insertText(commands[i].text, event);
147 Editor::Command command = frame->editor()->command(commandNameForSelectorName(commands[i].commandName));
152 bool performedNonEditingBehavior = event->keyEvent()->type() == PlatformKeyboardEvent::RawKeyDown && performNonEditingBehaviorForSelector(commands[i].commandName);
157 WebProcess::shared().connection()->sendSync(Messages::WebPageProxy::ExecuteSavedCommandBySelector(commands[i].commandName),
168 ASSERT(!saveCommands || event->keypressCommands().isEmpty()); // Save commands once for each event.
175 Vector<KeypressCommand>& commands = event->keypressCommands();
186 Messages::WebPageProxy::InterpretQueuedKeyEvent::Reply(eventWasHandled, commands), m_pageID)
    [all...]
  /external/bluetooth/bluez/attrib/
interactive.c 716 } commands[] = { variable in typeref:struct:__anon1513
750 for (i = 0; commands[i].cmd; i++)
751 printf("%-15s %-30s %s\n", commands[i].cmd,
752 commands[i].params, commands[i].desc);
776 for (i = 0; commands[i].cmd; i++)
777 if (strcasecmp(commands[i].cmd, argvp[0]) == 0)
780 if (commands[i].cmd)
781 commands[i].func(argcp, argvp);
  /external/webkit/Source/WebKit2/UIProcess/mac/
WebPageProxyMac.mm 190 bool WebPageProxy::executeKeypressCommands(const Vector<WebCore::KeypressCommand>& commands)
193 process()->sendSync(Messages::WebPage::ExecuteKeypressCommands(commands), Messages::WebPage::ExecuteKeypressCommands::Reply(result, m_editorState), m_pageID);
230 void WebPageProxy::interpretQueuedKeyEvent(const EditorState& state, bool& handled, Vector<WebCore::KeypressCommand>& commands)
233 handled = m_pageClient->interpretKeyEvent(m_keyEventQueue.first(), commands);
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
irc_command.py 103 return "%s: Available commands: %s" % (nick, ", ".join(commands.keys()))
139 commands = { variable
sheriffircbot.py 70 command = irc_command.commands.get(tokenized_request[0])
  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
earlywarningsystem_unittest.py 34 from webkitpy.tool.commands.earlywarningsystem import *
35 from webkitpy.tool.commands.queuestest import QueuesTest
upload_unittest.py 30 from webkitpy.tool.commands.commandtest import CommandsTest
31 from webkitpy.tool.commands.upload import *
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyKeyEvent.java 17 package com.android.commands.monkey;
MonkeySourceRandomScript.java 17 package com.android.commands.monkey;
MonkeyNetworkMonitor.java 17 package com.android.commands.monkey;
  /external/chromium/chrome/browser/sessions/
base_session_service.h 68 // The commands. The backend fills this in for us.
69 std::vector<SessionCommand*> commands; member in class:BaseSessionService::InternalGetCommandsRequest
89 // Returns the set of commands that needed to be scheduled. The commands
91 // on the backend at which point the backend owns the commands.
100 // Returns the number of commands sent down since the last reset.
111 // Saves pending commands to the backend. This is invoked from the timer
180 // Commands we need to send over to the backend.
184 // over the commands.
187 // The number of commands sent to the backend before doing a reset
    [all...]
  /external/chromium/net/base/
cookie_monster_store_test.h 36 // received commands and saves them to a list.
50 const CommandList& commands() const { function in class:net::MockPersistentCookieStore
  /external/clang/test/Sema/
init.c 35 struct cdiff_cmd commands[] = { variable in typeref:struct:cdiff_cmd
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKViewInternal.h 56 - (BOOL)_interpretKeyEvent:(NSEvent *)theEvent savingCommandsTo:(Vector<WebCore::KeypressCommand>&)commands;
  /frameworks/base/cmds/svc/src/com/android/commands/svc/
Svc.java 17 package com.android.commands.svc;
49 final int N = COMMANDS.length;
51 Command c = COMMANDS[i];
75 System.err.println("Available commands:");
76 final int N = COMMANDS.length;
79 Command c = COMMANDS[i];
87 Command c = COMMANDS[i];
93 public static final Command[] COMMANDS = new Command[] {
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
ModelInterpreter.java 573 String[] commands; local
575 commands = splitCommands(line);
577 for (int i = 0; i < commands.length ; i++) {
578 String command = commands[i];
636 // r"|([A-RT-Z]\d?)" # Normal commands eg ATA or I0
637 // r"|(&[A-Z]\d*)" # & commands eg &C
  /system/core/init/
init.h 28 /* list of commands in an action */
47 struct listnode commands; member in struct:action
init_parser.c 406 list_init(&act->commands);
411 list_add_tail(&act->commands, &cmd->clist);
469 list_init(&svc->onrestart.commands);
578 list_add_tail(&svc->onrestart.commands, &cmd->clist);
652 list_init(&act->commands);
685 list_add_tail(&act->commands, &cmd->clist);
  /bionic/libc/tools/
gensyscalls.py 8 import sys, os.path, glob, re, commands, filecmp, shutil namespace
606 # commands.getoutput( "p4 edit " + arch + "/syscalls/*.S " )
607 # commands.getoutput( "p4 edit " + arch + "/syscalls.mk" )
608 # commands.getoutput( "p4 edit " + bionic_root + "include/sys/linux-syscalls.h" )
641 commands.getoutput("git add " + " ".join(adds))
643 commands.getoutput("git rm " + " ".join(deletes))
647 commands.getoutput("git add " +
650 commands.getoutput("git add %s%s" % (bionic_root,"SYSCALLS.TXT"))
  /ndk/sources/host-tools/make-3.81/
commands.c 24 #include "commands.h"
123 /* This file got its commands from .DEFAULT.
271 chop_commands (struct commands *cmds)
277 /* If we don't have any commands,
283 /* Chop CMDS->commands up into lines in CMDS->command_lines.
290 p = cmds->commands;
366 /* Execute the commands to remake FILE. If they are currently executing,
376 the commands are nothing but whitespace. */
378 for (p = file->cmds->commands; *p != '\0'; ++p)
383 /* If there are no commands, assume everything worked. *
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/
ImapConnection.java 257 * @param commands An array of Strings comprising the command to be sent to the server
260 String sendComplexCommand(List<String> commands, boolean sensitive) throws MessagingException,
264 int len = commands.size();
266 String commandToSend = commands.get(i);
333 * @param commands a list of strings that comprise the command to be sent to the server
339 List<ImapResponse> executeComplexCommand(List<String> commands, boolean sensitive)
341 sendComplexCommand(commands, sensitive);
ImapFolder.java 438 List<String> commands = new ArrayList<String>(); local
449 commands.add(ImapConstants.UID_SEARCH + " CHARSET " + charset + " OR FROM " + octetLength);
450 commands.add(filter + " (OR TO " + octetLength);
451 commands.add(filter + " (OR CC " + octetLength);
452 commands.add(filter + " (OR SUBJECT " + octetLength);
453 commands.add(filter + " BODY " + octetLength);
454 commands.add(filter + ")))");
455 return getMessagesInternal(complexSearchForUids(commands), listener);
458 /* package */ String[] complexSearchForUids(List<String> commands) throws MessagingException {
462 return getSearchUids(mConnection.executeComplexCommand(commands, false))
    [all...]
  /external/webkit/Tools/wx/build/
settings.py 26 import commands namespace
49 wx_root = commands.getoutput('wx-config --prefix')
312 min_version = commands.getoutput('sw_vers -productVersion')[:4]
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bsd.sh 200 echo Testing a c d and i commands
310 echo Pattern space commands
372 echo Testing substitution commands

Completed in 902 milliseconds

1 2 3 45 6 7 8 910