HomeSort by relevance Sort by last modified time
    Searched refs:action (Results 76 - 100 of 1449) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/webkit/Source/WebKit/android/plugins/
PluginDebugAndroid.cpp 72 if(evt->data.key.action < ARRAY_COUNT(inputActions)) {
73 anp_logPlugin("%p EVENT::KEY[%d] time=%d action=%s code=%d vcode=%d unichar=%d repeat=%d mods=%x",
74 npp, returnVal, elapsedTime, inputActions[evt->data.key.action],
79 PLUGIN_LOG("%p EVENT::KEY[%d] unknown action", npp, returnVal);
84 if(evt->data.mouse.action < ARRAY_COUNT(inputActions)) {
85 anp_logPlugin("%p EVENT::MOUSE[%d] time=%d action=%s [%d %d]", npp,
86 returnVal, elapsedTime, inputActions[evt->data.mouse.action],
89 anp_logPlugin("%p EVENT::MOUSE[%d] unknown action", npp, returnVal);
94 if(evt->data.touch.action < ARRAY_COUNT(inputActions)) {
96 anp_logPlugin("%p EVENT::TOUCH[%d] time=%d action=%s [%d %d]"
    [all...]
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/seekbackwardbutton/
seekbackward_button.edc 46 action: STATE_SET "seekbackward" 0.0;
  /external/webkit/Source/WebKit/efl/DefaultTheme/widget/mediacontrol/seekforwardbutton/
seekforward_button.edc 46 action: STATE_SET "seekforward" 0.0;
  /frameworks/base/core/java/android/app/admin/
DeviceAdminReceiver.java 58 * This is the primary action that a device administrator must implement to be
68 = "android.app.action.DEVICE_ADMIN_ENABLED";
71 * Action sent to a device administrator when the user has requested to
81 = "android.app.action.DEVICE_ADMIN_DISABLE_REQUESTED";
92 * Action sent to a device administrator when the user has disabled
96 * that this action will be
102 = "android.app.action.DEVICE_ADMIN_DISABLED";
105 * Action sent to a device administrator when the user has changed the
118 = "android.app.action.ACTION_PASSWORD_CHANGED";
121 * Action sent to a device administrator when the user has failed a
294 String action = intent.getAction(); local
    [all...]
  /packages/apps/Stk/src/com/android/stk/
BootCompletedReceiver.java 32 String action = intent.getAction(); local
35 if (action.equals(Intent.ACTION_BOOT_COMPLETED)) {
  /system/core/sh/
trap.c 134 char *action; local
150 action = NULL;
168 action = *ap++;
181 if (action)
182 action = savestr(action);
187 trap[signo] = action;
234 int action; local
240 action = S_DFL;
242 action = S_CATCH
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DynamicContextMenu.java 46 import org.eclipse.jface.action.Action;
47 import org.eclipse.jface.action.ActionContributionItem;
48 import org.eclipse.jface.action.ContributionItem;
49 import org.eclipse.jface.action.IAction;
50 import org.eclipse.jface.action.IContributionItem;
51 import org.eclipse.jface.action.IMenuListener;
52 import org.eclipse.jface.action.IMenuManager;
53 import org.eclipse.jface.action.MenuManager;
54 import org.eclipse.jface.action.Separator
    [all...]
  /external/iproute2/tc/
m_gact.c 46 fprintf(stderr, "Usage: ... gact <ACTION> [RAND] [INDEX]\n");
49 "\tRAND := random <RANDTYPE> <ACTION> <VAL>\n"
55 fprintf(stderr, "Usage: ... gact <ACTION> [INDEX]\n");
87 fprintf(stderr,"bad action type %s\n",*argv);
98 int action = TC_POLICE_RECLASSIFY; local
107 p.action = TC_POLICE_RECLASSIFY;
116 action = get_act(&argv);
117 if (action != -10) {
118 p.action = action;
    [all...]
  /external/webkit/Tools/QtTestBrowser/
mainwindow.cpp 61 QAction* reloadAction = page()->action(QWebPage::Reload);
64 m_toolBar->addAction(page()->action(QWebPage::Back));
65 m_toolBar->addAction(page()->action(QWebPage::Forward));
67 m_toolBar->addAction(page()->action(QWebPage::Stop));
94 page()->action(QWebPage::Back)->setShortcut(QKeySequence::Back);
95 page()->action(QWebPage::Stop)->setShortcut(Qt::Key_Escape);
96 page()->action(QWebPage::Forward)->setShortcut(QKeySequence::Forward);
97 page()->action(QWebPage::Reload)->setShortcut(QKeySequence::Refresh);
99 page()->action(QWebPage::Undo)->setShortcut(QKeySequence::Undo);
100 page()->action(QWebPage::Redo)->setShortcut(QKeySequence::Redo)
    [all...]
  /external/chromium/third_party/libjingle/source/talk/site_scons/site_tools/
talk_noops.py 15 action=''
  /external/chromium/webkit/glue/
form_data.h 31 // The action target of the form.
32 GURL action; member in struct:webkit_glue::FormData
  /external/valgrind/main/coregrind/
pub_core_errormgr.h 58 extern Bool VG_(is_action_requested) ( Char* action, Bool* clo );
  /frameworks/base/tests/appwidgets/AppWidgetHostTest/src/com/android/tests/appwidgethost/
TestAppWidgetProvider.java 37 String action = intent.getAction(); local
40 if (AppWidgetManager.ACTION_APPWIDGET_ENABLED.equals(action)) {
43 else if (AppWidgetManager.ACTION_APPWIDGET_DISABLED.equals(action)) {
46 else if (AppWidgetManager.ACTION_APPWIDGET_UPDATE.equals(action)) {
  /frameworks/base/tests/appwidgets/AppWidgetProviderTest/src/com/android/tests/appwidgetprovider/
TestAppWidgetProvider.java 34 String action = intent.getAction(); local
37 if (AppWidgetManager.ACTION_APPWIDGET_ENABLED.equals(action)) {
40 else if (AppWidgetManager.ACTION_APPWIDGET_DISABLED.equals(action)) {
43 else if (AppWidgetManager.ACTION_APPWIDGET_UPDATE.equals(action)) {
  /libcore/luni/src/main/java/java/net/
SocketPermission.java 27 public SocketPermission(String host, String action) { super(""); }
  /libcore/luni/src/main/java/java/security/
BasicPermission.java 28 public BasicPermission(String name, String action) { super(""); }
  /libcore/luni/src/main/java/libcore/icu/
NativeConverter.java 45 private static int translateCodingErrorAction(CodingErrorAction action) {
46 if (action == CodingErrorAction.REPORT) {
48 } else if (action == CodingErrorAction.IGNORE) {
50 } else if (action == CodingErrorAction.REPLACE) {
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactListFragment.java 43 private List<Action> mActions;
63 public void setActions(List<Action> actions) {
93 // Set action title based on summary value
94 final Action action = mActions.get(position);
95 String mimeType = action.getMimeType();
116 actionsContainer.setTag(action);
118 alternateActionButton.setTag(action);
120 final boolean hasAlternateAction = action.getAlternateIntent() != null;
122 alternateActionButton.setImageDrawable(action.getAlternateIcon())
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
GalleryActionBar.java 45 public int action; field in class:GalleryActionBar.ActionItem
52 public ActionItem(int action, boolean applied, boolean enabled, int title,
54 this(action, applied, enabled, title, title, clusterBy);
57 public ActionItem(int action, boolean applied, boolean enabled, int spinnerTitle,
59 this.action = action;
92 return sClusterItems[position].action;
135 mActions.add(item.action);
144 if (item.action == id) {
153 if (item.action == id)
    [all...]
PackagesMonitor.java 42 String action = intent.getAction(); local
44 if (Intent.ACTION_PACKAGE_ADDED.equals(action)) {
46 } else if (Intent.ACTION_PACKAGE_REMOVED.equals(action)) {
48 } else if (Intent.ACTION_PACKAGE_CHANGED.equals(action)) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryPackInstallBroadcastReceiver.java 28 * Takes action to reload the necessary data when a dictionary pack was added/removed.
34 * The action of the intent for publishing that new dictionary data is available.
45 final String action = intent.getAction(); local
49 if (action.equals(Intent.ACTION_PACKAGE_ADDED)) {
73 } else if (action.equals(Intent.ACTION_PACKAGE_REMOVED)
85 } else if (action.equals(NEW_DICTIONARY_INTENT_ACTION)) {
  /sdk/draw9patch/src/com/android/draw9patch/ui/action/
BackgroundAction.java 17 package com.android.draw9patch.ui.action;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AvdManagerAction.java 25 import org.eclipse.jface.action.IAction;
33 * Delegate for the toolbar/menu action "AVD Manager".
46 public void run(IAction action) {
64 public void selectionChanged(IAction action, ISelection selection) {
68 public void setActivePart(IAction action, IWorkbenchPart targetPart) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt.ndk/src/com/android/ide/eclipse/adt/ndk/internal/actions/
AddNativeAction.java 23 import org.eclipse.jface.action.IAction;
35 public void run(IAction action) {
58 public void selectionChanged(IAction action, ISelection selection) {
62 public void setActivePart(IAction action, IWorkbenchPart targetPart) {
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/action/
BackgroundAction.java 17 package com.android.hierarchyviewer.ui.action;

Completed in 676 milliseconds

1 2 34 5 6 7 8 91011>>