HomeSort by relevance Sort by last modified time
    Searched refs:action (Results 176 - 200 of 919) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/bluetooth/bluez/test/
test-audio 12 make_option("-i", "--device", action="store",
test-input 12 make_option("-i", "--device", action="store",
test-nap 14 make_option("-i", "--device", action="store",
test-network 14 make_option("-i", "--device", action="store",
test-service 13 make_option("-i", "--device", action="store",
  /external/iproute2/include/linux/
fib_rules.h 26 __u8 action; member in struct:fib_rule_hdr
  /external/qemu/distrib/sdl-1.2.12/src/main/macosx/
SDLMain.m 141 [appleMenu addItemWithTitle:title action:@selector(orderFrontStandardAboutPanel:) keyEquivalent:@""];
146 [appleMenu addItemWithTitle:title action:@selector(hide:) keyEquivalent:@"h"];
148 menuItem = (NSMenuItem *)[appleMenu addItemWithTitle:@"Hide Others" action:@selector(hideOtherApplications:) keyEquivalent:@"h"];
151 [appleMenu addItemWithTitle:@"Show All" action:@selector(unhideAllApplications:) keyEquivalent:@""];
156 [appleMenu addItemWithTitle:title action:@selector(terminate:) keyEquivalent:@"q"];
160 menuItem = [[NSMenuItem alloc] initWithTitle:@"" action:nil keyEquivalent:@""];
182 menuItem = [[NSMenuItem alloc] initWithTitle:@"Minimize" action:@selector(performMiniaturize:) keyEquivalent:@"m"];
187 windowMenuItem = [[NSMenuItem alloc] initWithTitle:@"Window" action:nil keyEquivalent:@""];
  /external/webkit/WebCore/bindings/js/
JSWorkerContextCustom.cpp 146 ScheduledAction* action = ScheduledAction::create(exec, args, currentWorld(exec)); local
150 return jsNumber(exec, impl()->setTimeout(action, delay));
155 ScheduledAction* action = ScheduledAction::create(exec, args, currentWorld(exec)); local
159 return jsNumber(exec, impl()->setInterval(action, delay));
  /external/webkit/WebKit/chromium/public/
WebFormElement.h 67 WEBKIT_API WebString action() const;
  /external/webkit/WebKit/gtk/tests/
testhttpbackend.c 35 WebKitWebNavigationAction* action,
  /external/webkit/WebKit/win/
WebActionPropertyBag.cpp 46 WebActionPropertyBag::WebActionPropertyBag(const NavigationAction& action, PassRefPtr<HTMLFormElement> form, PassRefPtr<Frame> frame)
48 , m_action(action)
62 WebActionPropertyBag* WebActionPropertyBag::createInstance(const NavigationAction& action, PassRefPtr<HTMLFormElement> form, PassRefPtr<Frame> frame)
64 WebActionPropertyBag* instance = new WebActionPropertyBag(action, form, frame);
  /frameworks/base/core/java/android/view/
KeyEvent.java 46 * with the special action {@link #ACTION_MULTIPLE} that either specifies
470 * for old applications, but still do the appropriate action when
480 * event and should not perform the action normally associated with the
482 * action for a key until it receives an up or the long press timeout has
502 * press action was executed while it was down.
609 * @param action Action code: either {@link #ACTION_DOWN},
613 public KeyEvent(int action, int code) {
614 mAction = action;
626 * @param action Action code: either {@link #ACTION_DOWN}
    [all...]
  /frameworks/base/core/java/android/view/inputmethod/
InputConnection.java 243 * Have the editor perform an action it has said it can do.
245 * @param editorAction This must be one of the action constants for
255 * Perform a context menu action on the field. The given id may be one of:
337 * @param action Name of the command to be performed. This <em>must</em>
345 public boolean performPrivateCommand(String action, Bundle data);
InputMethodSession.java 136 * @param action Name of the command to be performed. This <em>must</em>
141 public void appPrivateCommand(String action, Bundle data);
  /frameworks/base/include/ui/
InputTransport.h 125 int32_t action; member in struct:android::InputMessage::__anon8936::__anon8937
136 int32_t action; member in struct:android::InputMessage::__anon8936::__anon8938
202 int32_t action,
220 int32_t action,
  /frameworks/base/telephony/java/com/android/internal/telephony/
PhoneStateIntentReceiver.java 186 String action = intent.getAction(); local
189 if (TelephonyIntents.ACTION_SIGNAL_STRENGTH_CHANGED.equals(action)) {
196 } else if (TelephonyManager.ACTION_PHONE_STATE_CHANGED.equals(action)) {
208 } else if (TelephonyIntents.ACTION_SERVICE_STATE_CHANGED.equals(action)) {
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSParser.java 345 * node. For this action to work, the context node must be an
351 * parse operation. For this action to work, the context node must be an
358 * sibling of the context node. For this action to work the context
365 * sibling of the context node. For this action to work the context
372 * this action to work, the context node must have a parent, and the
382 * <code>action</code> arguments. When parsing the input stream, the
391 * <br> If the context node is a <code>Document</code> node and the action
416 * the context node of type <code>DOCUMENT_NODE</code>, and the action
425 * @param action This parameter describes which action should be take
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiEnabler.java 46 String action = intent.getAction();
47 if (WifiManager.WIFI_STATE_CHANGED_ACTION.equals(action)) {
50 } else if (WifiManager.SUPPLICANT_STATE_CHANGED_ACTION.equals(action)) {
53 } else if (WifiManager.NETWORK_STATE_CHANGED_ACTION.equals(action)) {
  /sdk/draw9patch/src/com/android/draw9patch/ui/action/
ExitAction.java 17 package com.android.draw9patch.ui.action;
OpenAction.java 17 package com.android.draw9patch.ui.action;
SaveAction.java 17 package com.android.draw9patch.ui.action;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
ConvertToAndroidAction.java 34 import org.eclipse.jface.action.IAction;
55 public void setActivePart(IAction action, IWorkbenchPart targetPart) {
64 public void run(IAction action) {
86 public void selectionChanged(IAction action, ISelection selection) {
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/action/
ExitAction.java 17 package com.android.hierarchyviewer.ui.action;
LoadGraphAction.java 17 package com.android.hierarchyviewer.ui.action;
SaveSceneAction.java 17 package com.android.hierarchyviewer.ui.action;

Completed in 751 milliseconds

1 2 3 4 5 6 78 91011>>