HomeSort by relevance Sort by last modified time
    Searched refs:action (Results 26 - 50 of 1442) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/kernel-headers/original/asm-arm/
hw_irq.h 11 # define handle_dynamic_tick(action) \
12 if (!(action->flags & IRQF_TIMER) && system_timer->dyn_tick) { \
  /external/webkit/Source/WebCore/platform/chromium/
ContextMenuItemChromium.cpp 47 ContextMenuItem::ContextMenuItem(ContextMenuItemType type, ContextMenuAction action, const String& title, ContextMenu* subMenu)
50 m_platformDescription.action = action;
68 ContextMenuAction ContextMenuItem::action() const function in class:WebCore::ContextMenuItem
70 return m_platformDescription.action;
98 void ContextMenuItem::setAction(ContextMenuAction action)
100 m_platformDescription.action = action;
  /external/webkit/Source/WebKit/chromium/public/
WebMenuItemInfo.h 51 , action(0)
61 unsigned action; member in struct:WebKit::WebMenuItemInfo
WebPasswordFormData.h 46 bool isValid() const { return action.isValid(); }
48 // The action target of the form. This is the primary data used by the
49 // PasswordManager for form autofill; that is, the action of the saved
50 // credentials must match the action of the form on the page to be autofilled.
54 // login the action URL will automatically be assigned by the
58 WebURL action; member in struct:WebKit::WebPasswordFormData
  /external/webkit/Source/WebKit2/UIProcess/
WebFrameListenerProxy.cpp 48 void WebFrameListenerProxy::receivedPolicyDecision(WebCore::PolicyAction action)
53 m_frame->receivedPolicyDecision(action, m_listenerID);
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
run_webkit_tests.py 190 return optparse.make_option(option_name, action="callback",
207 optparse.make_option('--debug', action='store_const', const='Debug',
210 optparse.make_option('--release', action='store_const',
220 optparse.make_option("--chromium", action="store_true", default=False,
222 optparse.make_option("--startup-dialog", action="store_true",
224 optparse.make_option("--gp-fault-error-box", action="store_true",
228 optparse.make_option("--stress-opt", action="store_true",
231 optparse.make_option("--stress-deopt", action="store_true",
234 optparse.make_option("--nocheck-sys-deps", action="store_true",
238 action="store_true"
    [all...]
  /external/chromium/webkit/glue/
webmenuitem.cc 9 action(0),
19 action(item.action),
29 action(item.action),
  /external/webkit/Source/WebKit/mac/WebView/
WebPolicyDelegate.mm 47 SEL action;
50 - (id)initWithTarget:(id)target action:(SEL)action;
56 - (id)initWithTarget:(id)t action:(SEL)a
62 action = a;
76 - (id)_initWithTarget:(id)target action:(SEL)action
81 _private = [[WebPolicyDecisionListenerPrivate alloc] initWithTarget:target action:action];
94 ((void (*)(id, SEL, PolicyAction))objc_msgSend)(_private->target, _private->action, policy)
    [all...]
WebPolicyDelegatePrivate.h 45 - (id)_initWithTarget:(id)target action:(SEL)action;
  /cts/tools/host/test/com/android/cts/
CommandParserTest.java 32 final String action = "start"; local
36 cp = CommandParser.parse(action + " " + option + " " + value);
38 assertEquals(action, cp.getAction());
48 final String action = "start"; local
55 cp = CommandParser.parse(action + " " + option1 + " " + value1
58 assertEquals(action, cp.getAction());
70 final String action = "ls"; local
76 CommandParser.parse(action + " " + option1 + " "
88 final String action = "ls"; local
92 cp = CommandParser.parse(action + " " + option1)
104 final String action = "ls"; local
117 final String action = "ls"; local
135 final String action = "ls"; local
167 final String action = "exit"; local
180 final String action = "h"; local
198 final String action = "ls"; local
215 final String action = "LS"; local
232 final String action = "h"; local
250 final String action = "ls"; local
    [all...]
  /external/chromium/chrome/browser/
browser_main_posix.cc 40 struct sigaction action; local
41 memset(&action, 0, sizeof(action));
42 action.sa_handler = SIG_DFL;
43 RAW_CHECK(sigaction(signal, &action, NULL) == 0);
189 struct sigaction action; local
190 memset(&action, 0, sizeof(action));
191 action.sa_handler = SIGCHLDHandler;
192 CHECK(sigaction(SIGCHLD, &action, NULL) == 0)
    [all...]
  /cts/tools/host/src/com/android/cts/
CommandHistory.java 114 * Check if the command contains valid action.
116 * @param action The action contained in the command.
119 private boolean isValidCommand(final String action) {
120 if (!(CTSCommand.HISTORY.equals(action) || CTSCommand.H.equals(action))) {
121 if (CTSCommand.ADD.equals(action)
122 || CTSCommand.EXIT.equals(action)
123 || CTSCommand.HELP.equals(action)
124 || CTSCommand.LIST.equals(action)
    [all...]
  /packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
ImsFrameworkService.java 38 String action = intent.getAction(); local
39 Log.d(TAG, "Service starting for intent " + action);
40 if (action.equals(Intent.ACTION_BOOT_COMPLETED)) {
44 stopSelf(); // stop service after handling the action
ImsFrameworkReceiver.java 29 String action = intent.getAction(); local
30 if (Intent.ACTION_BOOT_COMPLETED.equals(action)) {
37 } else if (Intent.ACTION_SHUTDOWN.equals(action)) {
41 Log.e(TAG, "Received unknown intent: " + action);
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarReceiver.java 37 String action = intent.getAction(); local
39 if (action.equals(SCHEDULE)) {
42 } else if (action.equals(Intent.ACTION_BOOT_COMPLETED)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ListViewTypeMenu.java 34 import org.eclipse.jface.action.Action;
35 import org.eclipse.jface.action.ActionContributionItem;
36 import org.eclipse.jface.action.IAction;
37 import org.eclipse.jface.action.Separator;
75 IAction action = new PickLayoutAction("Choose Layout...", KEY_LV_ITEM); local
76 new ActionContributionItem(action).fill(menu, -1);
87 action = new SetListTypeAction("Spinner Item",
89 new ActionContributionItem(action).fill(menu, -1);
90 action = new SetListTypeAction("Spinner Dropdown Item"
    [all...]
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/mutebutton/
mute_button.edc 51 action: STATE_SET "mute" 0.0;
56 action: STATE_SET "sound" 0.0;
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/playpausebutton/
playpause_button.edc 51 action: STATE_SET "play" 0.0;
56 action: STATE_SET "pause" 0.0;
  /libcore/luni/src/main/java/java/security/
SecurityPermission.java 26 public SecurityPermission(String name, String action) { super("", ""); }
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeyTouchEvent.java 29 public MonkeyTouchEvent(int action) {
30 super(MonkeyEvent.EVENT_TYPE_TOUCH, InputDevice.SOURCE_TOUCHSCREEN, action);
MonkeyTrackballEvent.java 29 public MonkeyTrackballEvent(int action) {
30 super(MonkeyEvent.EVENT_TYPE_TRACKBALL, InputDevice.SOURCE_TRACKBALL, action);
  /external/chromium/chrome/browser/ui/options/
options_page_base.cc 23 void OptionsPageBase::UserMetricsRecordAction(const UserMetricsAction& action,
25 UserMetrics::RecordAction(action, profile());
  /external/valgrind/main/none/tests/x86/
int.stderr.exp 3 Process terminating with default action of signal 11 (SIGSEGV)
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebInspectorDelegate.cpp 61 /* [retval][out] */ WebDragDestinationAction* action)
63 *action = WebDragDestinationActionNone;
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebDragClient.cpp 35 void WebDragClient::willPerformDragDestinationAction(DragDestinationAction action, DragData*)
37 if (action == DragDestinationActionLoad)

Completed in 1328 milliseconds

12 3 4 5 6 7 8 91011>>