/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 {
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
DwarfException.h | 78 unsigned Action; 82 /// action index for each landing pad site. 93 /// appropriate action. The entry for an ordinary call has a try-range 94 /// containing the call and zero for the landing pad and the action. Calls 113 /// 2. The action table, in our case, is composed of pairs of type ids 114 /// and next action offset. Starting with the action index from the 117 /// on to the landing pad. Otherwise the next action is looked up. This 118 /// chain is terminated with a next action of zero. If no type id is
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
GlobalActions.java | 76 * Helper to show the global actions dialog. Each item is an {@link Action} that 91 private ArrayList<Action> mItems; 94 private Action mSilentModeAction; 236 mItems = new ArrayList<Action>(); 352 private void addUsersToMenu(ArrayList<Action> items) { 444 final Action action = mItems.get(i); local 446 if (mKeyguardShowing && !action.showDuringKeyguard()) { 449 if (!mDeviceProvisioned && !action.showBeforeProvisioning()) { 467 public Action getItem(int position) 471 final Action action = mItems.get(i); local 497 Action action = getItem(position); local 976 final int action = event.getActionMasked(); local [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/ |
Action.java | 33 public class Action implements RenderingRequestCaller { 35 private static final String LOGTAG = "Action"; 48 public Action(Context context, FilterRepresentation representation, int type) { 54 public Action(Context context, FilterRepresentation representation) {
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/ui/ |
FilterIconButton.java | 37 import com.android.gallery3d.filtershow.category.Action; 54 private Action mAction; 95 public void setAction(Action action) { 96 mAction = action; 97 if (action == null) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
ListViewTypeMenu.java | 33 import org.eclipse.jface.action.Action; 34 import org.eclipse.jface.action.ActionContributionItem; 35 import org.eclipse.jface.action.IAction; 36 import org.eclipse.jface.action.Separator; 72 IAction action = new PickLayoutAction("Choose Layout...", KEY_LV_ITEM); local 73 new ActionContributionItem(action).fill(menu, -1); 84 action = new SetListTypeAction("Spinner Item", 86 new ActionContributionItem(action).fill(menu, -1); 87 action = new SetListTypeAction("Spinner Dropdown Item" [all...] |
PlayAnimationMenu.java | 33 import org.eclipse.jface.action.Action; 34 import org.eclipse.jface.action.ActionContributionItem; 35 import org.eclipse.jface.action.IAction; 36 import org.eclipse.jface.action.Separator; 108 IAction action = new PlayAnimationAction(title, animation, mFramework); local 109 new ActionContributionItem(action).fill(menu, -1); 118 // "Create New" action 132 private class PlayAnimationAction extends Action { 222 * Action which brings up the "Create new XML File" wizard, pre-selected with th [all...] |
LayoutCanvas.java | 53 import org.eclipse.jface.action.Action; 54 import org.eclipse.jface.action.ActionContributionItem; 55 import org.eclipse.jface.action.IAction; 56 import org.eclipse.jface.action.IContributionItem; 57 import org.eclipse.jface.action.IMenuManager; 58 import org.eclipse.jface.action.IStatusLineManager; 59 import org.eclipse.jface.action.MenuManager; 60 import org.eclipse.jface.action.Separator; 174 /** Delete action for the Edit or context menu. * [all...] |
FragmentMenu.java | 41 import org.eclipse.jface.action.Action; 42 import org.eclipse.jface.action.ActionContributionItem; 43 import org.eclipse.jface.action.IAction; 44 import org.eclipse.jface.action.Separator; 75 IAction action = new PickLayoutAction("Choose Layout..."); local 76 new ActionContributionItem(action).fill(menu, -1); 163 action = new SetFragmentLayoutAction(layout.getFirst(), 165 new ActionContributionItem(action).fill(menu, -1); 173 action = new SetFragmentLayoutAction("Clear", null, null) [all...] |
/external/littlemock/src/com/google/testing/littlemock/ |
LittleMock.java | 118 return new BehaviourImpl(new Action() { 130 return new BehaviourImpl(new Action() { 140 return new BehaviourImpl(new Action() { 200 private static List<Action> sUnfinishedStubbingActions = new ArrayList<Action>(); 492 private final Action mAction; 494 private BehaviourImpl(Action action) { 495 mAction = action; 627 * The action to be associated with the stubbed method [all...] |
/external/chromium/chrome/browser/sync/glue/ |
autofill_change_processor.cc | 27 sync_api::SyncManager::ChangeRecord::Action action_; 30 AutofillChangeRecord(sync_api::SyncManager::ChangeRecord::Action action, 32 : action_(action), 211 sync_api::SyncManager::ChangeRecord::Action action(changes[i].action); 212 if (sync_api::SyncManager::ChangeRecord::ACTION_DELETE == action) { 219 autofill_changes_.push_back(AutofillChangeRecord(changes[i].action, 245 autofill_changes_.push_back(AutofillChangeRecord(changes[i].action, [all...] |
/external/clang/lib/CodeGen/ |
CodeGenAction.cpp | 1 //===--- CodeGenAction.cpp - LLVM Code Generation Frontend Action ---------===// 39 BackendAction Action; 53 BackendConsumer(BackendAction action, DiagnosticsEngine &_Diags, 63 Action(action), 162 TheModule.get(), Action, AsmOutStream); 307 BackendAction Action) { 308 switch (Action) { 322 llvm_unreachable("Invalid action!");
|
/external/clang/tools/scan-build/ |
c++-analyzer | 420 my $Action = 'link'; 472 if ($Arg =~ /^-(E|MM?)$/) { $Action = 'preprocess'; } 473 elsif ($Arg eq '-c') { $Action = 'compile'; } 627 if ($Action eq 'compile' or $Action eq 'link') {
|
ccc-analyzer | 420 my $Action = 'link'; 472 if ($Arg =~ /^-(E|MM?)$/) { $Action = 'preprocess'; } 473 elsif ($Arg eq '-c') { $Action = 'compile'; } 627 if ($Action eq 'compile' or $Action eq 'link') {
|
/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/ |
ComponentsView.java | 25 import org.eclipse.jface.action.Action; 26 import org.eclipse.jface.action.IAction; 27 import org.eclipse.jface.action.IMenuManager; 28 import org.eclipse.jface.action.Separator; 64 * There's only one available action from this view: read the local data files. This 107 Action filterAdvancedScenarios; 108 Action writeStatus; 167 // Action fingerprints = ComponentsView.this.filterNonFingerprints; 237 * @see org.eclipse.test.internal.performance.results.ui.PerformancesView#fillLocalPullDown(org.eclipse.jface.action.IMenuManager [all...] |
/packages/apps/Contacts/src/com/android/contacts/activities/ |
ActionBarAdapter.java | 39 import com.android.contacts.activities.ActionBarAdapter.Listener.Action; 43 * Adapter for the action bar at the top of the Contacts activity. 48 public abstract class Action { 54 void onAction(int action); 99 * Extension of ArrayAdapter to be used for the action bar navigation drop list. It is not 343 * Note even if the action bar is in search mode, if the query is empty, the search fragment 389 // The current flags set to the action bar. (only the ones that we may change here) 415 // Since we have the {@link SearchView} in a custom action bar, we must manually handle 429 mListener.onAction(Action.START_SEARCH_MODE); 456 // Since we have the {@link SearchView} in a custom action bar, we must manually handl [all...] |
/packages/apps/Gallery2/src/com/android/photos/data/ |
MediaCache.java | 24 import com.android.photos.data.MediaCacheDatabase.Action; 203 private Action mNotifyCachedLowResolution = new Action() { 212 private Action mMoveTempToCache = new Action() { 221 private Action mDeleteFile = new Action() {
|
/sdk/emulator/qtools/ |
callstack.h | 77 enum Action { NONE, PUSH, POP, NATIVE_PUSH }; 79 Action getAction(BBEvent *event, symbol_type *function); 86 void doPop(BBEvent *event, symbol_type *function, Action methodAction); 172 Action action = getAction(event, function); local 177 action = NONE; 184 if (action == PUSH) { 186 } else if (action == POP) { 192 if (action == POP && mPrevFunction->vm_sym == NULL) { 203 action = methodAction 249 Action action; local [all...] |
/external/ppp/pppd/plugins/radius/etc/ |
dictionary | 71 ATTRIBUTE Termination-Action 29 integer 182 VALUE Termination-Action Default 0 183 VALUE Termination-Action RADIUS-Request 1
|
/external/chromium/testing/gmock/scripts/ |
gmock_doctor.py | 177 r'::operator Action<.*>\' requested here') 179 You are using a Return() action in a function that returns a reference to 202 You are using an action that returns void, but it needs to return 227 r'::operator Action<void \(.*\)>\' requested here') 234 r'::operator Action<(?P<return_type>.*) \(.*\)>\' ' 237 You are using an action that returns %(return_type)s, but it needs to return 238 void. Please use a void-returning action instead. 318 return _GenericDiagnoser('OFA', 'Overloaded Function Action', 347 return _GenericDiagnoser('OMA', 'Overloaded Method Action', 415 '::operator testing::Action<Func>\(\) const.*\n' [all...] |
/external/webkit/Source/WebCore/platform/graphics/ca/ |
GraphicsLayerCA.h | 382 enum Action { Remove, Pause }; 384 AnimationProcessingAction(Action action = Remove, double timeOffset = 0) 385 : action(action) 389 Action action; member in struct:WebCore::GraphicsLayerCA::AnimationProcessingAction
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
DataAction.java | 51 public class DataAction implements Action { 71 * Create an action from common {@link Data} elements. 191 // as a secondary action. 219 // Otherwise fall back to default VIEW action 296 public void collapseWith(Action other) { 301 public boolean shouldCollapseWith(Action t) {
|
/external/clang/include/clang/Driver/ |
ToolChain.h | 13 #include "clang/Driver/Action.h" 66 virtual Tool *constructTool(Action::ActionClass AC) const = 0; 120 /// Choose a tool to use to handle the action \p JA.
|
/external/eigen/Eigen/src/Core/products/ |
Parallelizer.h | 18 inline void manage_multi_threading(Action action, int* v) 22 if(action==SetAction) 27 else if(action==GetAction)
|
/external/eigen/Eigen/src/Core/util/ |
Constants.h | 418 enum Action {GetAction, SetAction};
|