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

1 2 34 5 6 7 8

  /sdk/hierarchyviewer2/libs/hierarchyviewerlib/src/com/android/hierarchyviewerlib/actions/
LoadViewHierarchyAction.java 26 import org.eclipse.jface.action.Action;
32 public class LoadViewHierarchyAction extends Action implements ImageAction, IWindowChangeListener {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintViewPart.java 38 import org.eclipse.jface.action.Action;
39 import org.eclipse.jface.action.IStatusLineManager;
40 import org.eclipse.jface.action.IToolBarManager;
41 import org.eclipse.jface.action.Separator;
106 private Action mFixAction;
107 private Action mRemoveAction;
108 private Action mIgnoreAction;
109 private Action mAlwaysIgnoreAction;
110 private Action mIgnoreFileAction
    [all...]
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 36 Action(cl::desc("Action to perform:"),
152 switch (Action) {
  /frameworks/av/include/drm/
drm_framework_common.h 83 * Defines detailed description of the action
152 class Action {
154 Action();
158 * Constant field signifies that the default action
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ShowWithinMenu.java 10 import org.eclipse.jface.action.Action;
11 import org.eclipse.jface.action.ActionContributionItem;
12 import org.eclipse.jface.action.IAction;
13 import org.eclipse.jface.action.Separator;
19 * Action which creates a submenu for the "Show Included In" action
41 IAction action = new ShowWithinAction(title, reference); local
42 new ActionContributionItem(action).fill(menu, -1);
46 IAction action = new ShowWithinAction("Nothing", null) local
    [all...]
LayoutCanvas.java 50 import org.eclipse.jface.action.Action;
51 import org.eclipse.jface.action.ActionContributionItem;
52 import org.eclipse.jface.action.IAction;
53 import org.eclipse.jface.action.IContributionItem;
54 import org.eclipse.jface.action.IMenuManager;
55 import org.eclipse.jface.action.IStatusLineManager;
56 import org.eclipse.jface.action.MenuManager;
57 import org.eclipse.jface.action.Separator;
168 /** Delete action for the Edit or context menu. *
    [all...]
  /external/chromium/chrome/browser/net/
passive_log_collector.cc 204 Action result = DoAddEntry(entry, &info);
384 PassiveLogCollector::SourceTracker::Action
415 PassiveLogCollector::SourceTracker::Action
447 PassiveLogCollector::SourceTracker::Action
484 PassiveLogCollector::SourceTracker::Action
507 PassiveLogCollector::SourceTracker::Action
530 PassiveLogCollector::SourceTracker::Action
553 PassiveLogCollector::SourceTracker::Action
576 PassiveLogCollector::SourceTracker::Action
601 PassiveLogCollector::SourceTracker::Action
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
PerformancesView.java 26 import org.eclipse.jface.action.Action;
27 import org.eclipse.jface.action.IAction;
28 import org.eclipse.jface.action.IMenuListener;
29 import org.eclipse.jface.action.IMenuManager;
30 import org.eclipse.jface.action.IToolBarManager;
31 import org.eclipse.jface.action.MenuManager;
146 Action changeDataDir;
147 Action filterBaselineBuilds;
148 Action filterNightlyBuilds
    [all...]
ComponentResultsView.java 19 import org.eclipse.jface.action.Action;
20 import org.eclipse.jface.action.IAction;
21 import org.eclipse.jface.action.IMenuManager;
22 import org.eclipse.jface.action.IToolBarManager;
23 import org.eclipse.jface.action.MenuManager;
24 import org.eclipse.jface.action.Separator;
59 * There's no real action available action from this view, only the possibility
94 // Action
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
GlobalActions.java 61 * Helper to show the global actions dialog. Each item is an {@link Action} that
75 private ArrayList<Action> mItems;
78 private Action mSilentModeAction;
200 mItems = new ArrayList<Action>();
347 final Action action = mItems.get(i); local
349 if (mKeyguardShowing && !action.showDuringKeyguard()) {
352 if (!mDeviceProvisioned && !action.showBeforeProvisioning()) {
370 public Action getItem(int position) {
374 final Action action = mItems.get(i) local
400 Action action = getItem(position); local
    [all...]
  /external/chromium/testing/gmock/include/gmock/
gmock-spec-builders.h 36 // A user can use the ON_CALL() macro to specify the default action of
41 // .WillByDefault(action);
53 // .WillOnce(action)
54 // .WillRepeatedly(action)
141 // Performs the default action with the given arguments and returns
142 // the action's result. The call description string will be used in
144 // action fails.
150 // Performs the given action with the given arguments and returns
151 // the action's result.
166 // untyped_action is set to point to the action that should b
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeFilter.cs 53 public virtual void ApplyOnce( object t, Action whichRule )
  /sdk/monkeyrunner/src/com/android/monkeyrunner/recorder/actions/
DragAction.java 21 * Action to drag the "finger" across the device.
23 public class DragAction implements Action {
PressAction.java 26 * Action to press a certain button.
28 public class PressAction implements Action {
TouchAction.java 26 * Action to touch the touchscreen at a certain location.
28 public class TouchAction implements Action {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
PropertySheetPage.java 27 import org.eclipse.jface.action.Action;
28 import org.eclipse.jface.action.IAction;
29 import org.eclipse.jface.action.IMenuListener;
30 import org.eclipse.jface.action.IMenuManager;
31 import org.eclipse.jface.action.IStatusLineManager;
32 import org.eclipse.jface.action.IToolBarManager;
33 import org.eclipse.jface.action.MenuManager;
34 import org.eclipse.jface.action.Separator;
69 private Action mDefaultValueAction
    [all...]
  /external/llvm/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 192 unsigned Action;
237 // Compute the actions table and gather the first action index for each
279 ActionEntry Action = {ValueForTypeID, NextAction, PrevAction};
280 Actions.push_back(Action);
285 // Record the first action of the landing pad site.
355 if (Site.PadLabel == Prev.PadLabel && Site.Action == Prev.Action) {
379 SizeSites += MCAsmInfo::getULEB128Size(CallSites[i].Action);
438 JCE->emitULEB128Bytes(S.Action);
439 // Asm->EOL("Action");
    [all...]
  /frameworks/base/core/java/android/app/
Notification.java 442 * Structure to encapsulate an "action", including title and icon, that can be attached to a Notification.
445 private static class Action implements Parcelable {
450 public Action() { }
451 private Action(Parcel in) {
458 public Action(int icon_, CharSequence title_, PendingIntent intent_) {
464 public Action clone() {
465 return new Action(
486 public static final Parcelable.Creator<Action> CREATOR
487 = new Parcelable.Creator<Action>() {
488 public Action createFromParcel(Parcel in)
    [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h 81 /// target, and if not, what action should be used to make them valid.
90 /// target, and if not, what action should be used to make them valid.
241 void setTypeAction(EVT VT, LegalizeTypeAction Action) {
243 ValueTypeActions[I] = Action;
468 LegalizeAction Action = (LegalizeAction)
470 assert(Action != Promote && "Can't promote condition code!");
471 return Action;
482 /// getTypeToPromoteTo - If the action for this operation is to promote, this
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/quickcontact/
QuickContactActivity.java 122 * Keeps the default action per mimetype. Empty if no default actions are set
124 private HashMap<String, Action> mDefaultsMap = new HashMap<String, Action>();
127 * Set of {@link Action} that are associated with the aggregate currently
129 * MIME-type to a list of {@link Action}.
373 // Build an action for this data entry, find a mapping to a UI
376 final Action action = new DataAction(context, mimeType, kind, dataId, local
378 final boolean wasAdded = considerAdd(action, cache, isSuperPrimary);
382 mDefaultsMap.put(mimeType, action);
393 final DataAction action = new DataAction(context, Im.CONTENT_ITEM_TYPE, local
469 mActions.put(action.getMimeType(), action, front); local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
session.h 457 // "action", which must have a WriteSessionAction method to go along
458 // with it. Sending with an action supports sending a "hybrid"
465 // When passing an action, may be Hybrid protocol.
466 template <typename Action>
467 bool SendMessage(ActionType type, const Action& action,
471 template <typename Action>
472 bool WriteActionMessage(ActionType type, const Action& action,
474 template <typename Action>
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
OldLogCatView.java 35 import org.eclipse.jface.action.Action;
36 import org.eclipse.jface.action.IAction;
37 import org.eclipse.jface.action.IMenuManager;
38 import org.eclipse.jface.action.IToolBarManager;
39 import org.eclipse.jface.action.Separator;
105 private Action mClearAction;
241 Action a = mLogLevelActions[j];
258 mClearAction = new Action(Messages.LogCatView_Clear_Log) {
288 // setup the copy action
    [all...]
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
FwdLockEngine.cpp 108 DrmConstraints* FwdLockEngine::onGetConstraints(int uniqueId, const String8* path, int action) {
114 (RightsStatus::RIGHTS_VALID == onCheckRightsStatus(uniqueId, *path, action))) {
265 int action) {
270 // Only Transfer action is not allowed for forward Lock files.
272 switch(action) {
273 case Action::DEFAULT:
274 case Action::PLAY:
275 case Action::RINGTONE:
276 case Action::OUTPUT:
277 case Action::PREVIEW
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoringAction.java 27 import org.eclipse.jface.action.Action;
28 import org.eclipse.jface.action.IAction;
59 * Examine the selection to determine if the action should be enabled or not.
64 public void selectionChanged(IAction action, ISelection selection) {
71 // At that point, just enable the action and later decide if it's valid when it actually
95 action.setEnabled((mTextSelection != null || mTreeSelection != null)
103 public abstract void run(IAction action);
141 private static class ActionWrapper extends Action {
154 VisualRefactoringAction action; local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
PasteAction.java 24 import org.eclipse.jface.action.Action;
41 public class PasteAction extends Action {

Completed in 689 milliseconds

1 2 34 5 6 7 8